summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-11-28 09:37:55 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-11-28 09:37:55 +0000
commita0ad07736a3f01040d1bcc089c53eb6583fca49d (patch)
tree31dc070f0525383c086c4bfbed1336a1b38c2276 /xfce-base
parentVersion bump (diff)
downloadgentoo-2-a0ad07736a3f01040d1bcc089c53eb6583fca49d.tar.gz
gentoo-2-a0ad07736a3f01040d1bcc089c53eb6583fca49d.tar.bz2
gentoo-2-a0ad07736a3f01040d1bcc089c53eb6583fca49d.zip
Insert missing files to po/POTFILES.skip for "make check" to pass wrt #444996 by Dan Dexter
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfconf/ChangeLog6
-rw-r--r--xfce-base/xfconf/xfconf-4.10.0.ebuild12
2 files changed, 16 insertions, 2 deletions
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog
index 8961cb759459..ff448112c286 100644
--- a/xfce-base/xfconf/ChangeLog
+++ b/xfce-base/xfconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfconf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.74 2012/09/09 19:30:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.75 2012/11/28 09:37:55 ssuominen Exp $
+
+ 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> xfconf-4.10.0.ebuild:
+ Insert missing files to po/POTFILES.skip for "make check" to pass wrt #444996
+ by Dan Dexter
09 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -xfconf-4.8.1.ebuild,
-xfconf-4.9.1.ebuild:
diff --git a/xfce-base/xfconf/xfconf-4.10.0.ebuild b/xfce-base/xfconf/xfconf-4.10.0.ebuild
index e3efa75c84cb..700a37ea624f 100644
--- a/xfce-base/xfconf/xfconf-4.10.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild,v 1.10 2012/09/09 14:31:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild,v 1.11 2012/11/28 09:37:55 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -41,6 +41,16 @@ pkg_setup() {
DOCS=( AUTHORS ChangeLog NEWS TODO )
}
+src_prepare() {
+ # http://bugzilla.xfce.org/show_bug.cgi?id=9556
+ cat <<-EOF >> po/POTFILES.skip
+ xfconf-perl/xs/Xfconf.c
+ xfconf-perl/xs/XfconfBinding.c
+ xfconf-perl/xs/XfconfChannel.c
+ EOF
+ xfconf_src_prepare
+}
+
src_compile() {
emake OTHERLDFLAGS="${LDFLAGS}"
}