* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2015-04-12 14:56 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2015-04-12 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 4479d637b5276ffe2a30041f5c800e42b7aef481
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 14:55:46 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 14:55:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/xfce.git/commit/?id=4479d637
xfconf: Sync with gentoo-x86
Package-Manager: portage-2.2.18
Manifest-Sign-Key: 84F20B43
xfce-base/xfconf/xfconf-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 8004fe9..7b50f7b 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.12 2012/11/28 12:29:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.12.0.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
EAPI=5
inherit xfconf
@@ -14,7 +14,7 @@ KEYWORDS=""
IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.98
- >=dev-libs/glib-2.24
+ >=dev-libs/glib-2.30
>=xfce-base/libxfce4util-4.10
perl? ( dev-perl/glib-perl )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2015-10-10 6:25 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2015-10-10 6:25 UTC (permalink / raw
To: gentoo-commits
commit: d4f5e322a9917233c1bb3fb25e479d68d3aff7fe
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 9 19:41:38 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Oct 9 19:41:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/xfce.git/commit/?id=d4f5e322
xfconf: Sync with gentoo-x86
Package-Manager: portage-2.2.23
xfce-base/xfconf/metadata.xml | 5 ++++-
xfce-base/xfconf/xfconf-9999.ebuild | 14 ++++++++------
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/xfce-base/xfconf/metadata.xml b/xfce-base/xfconf/metadata.xml
index 826e2ca..008cf47 100644
--- a/xfce-base/xfconf/metadata.xml
+++ b/xfce-base/xfconf/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>xfce</herd>
+ <maintainer>
+ <email>xfce@gentoo.org</email>
+ <name>XFCE Team</name>
+ </maintainer>
</pkgmetadata>
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 7b50f7b..b2d0bdb 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.12.0.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
+# $Id$
EAPI=5
inherit xfconf
@@ -16,15 +16,18 @@ IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.98
>=dev-libs/glib-2.30
>=xfce-base/libxfce4util-4.10
- perl? ( dev-perl/glib-perl )"
+ perl? (
+ dev-lang/perl:=[-build(-)]
+ dev-perl/glib-perl
+ )"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
perl? (
- dev-perl/extutils-depends
+ dev-perl/ExtUtils-Depends
dev-perl/extutils-pkgconfig
- )"
+ )"
pkg_setup() {
XFCONF=(
@@ -32,7 +35,6 @@ pkg_setup() {
$(xfconf_use_debug)
$(use_enable debug checks)
--with-perl-options=INSTALLDIRS=vendor
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
@@ -41,7 +43,7 @@ pkg_setup() {
}
src_prepare() {
- # http://bugzilla.xfce.org/show_bug.cgi?id=9556
+ # https://bugzilla.xfce.org/show_bug.cgi?id=9556
cat <<-EOF >> po/POTFILES.skip
xfconf-perl/xs/Xfconf.c
xfconf-perl/xs/XfconfBinding.c
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2013-01-02 18:16 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2013-01-02 18:16 UTC (permalink / raw
To: gentoo-commits
commit: d4383c10a486a122dee1ff1abb9c31545d8603cf
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 2 18:15:19 2013 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Jan 2 18:15:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=d4383c10
xfconf: Sync with gentoo-x86
Package-Manager: portage-2.2.0_alpha149
Manifest-Sign-Key: 84F20B43
---
xfce-base/xfconf/xfconf-9999.ebuild | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index d5ca9d8..8004fe9 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.12 2012/11/28 12:29:35 ssuominen Exp $
-EAPI=4
+EAPI=5
inherit xfconf
DESCRIPTION="A simple client-server configuration storage and query system for the Xfce desktop environment"
@@ -40,6 +40,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}"
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2012-09-14 16:36 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2012-09-14 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 1ae9a231ab8740e1c5893cb251551c607fd227a2
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 12:24:18 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 12:24:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=1ae9a231
xfconf: Sync with gentoo-x86
(Portage version: 2.2.0_alpha125/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 1b92c51..d5ca9d8 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.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.9.1.ebuild,v 1.2 2012/05/05 06:55:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild,v 1.10 2012/09/09 14:31:12 armin76 Exp $
EAPI=4
inherit xfconf
@@ -15,7 +15,7 @@ IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.98
>=dev-libs/glib-2.24
- >=xfce-base/libxfce4util-4.9
+ >=xfce-base/libxfce4util-4.10
perl? ( dev-perl/glib-perl )"
DEPEND="${RDEPEND}
dev-util/intltool
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2012-05-27 10:46 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2012-05-27 10:46 UTC (permalink / raw
To: gentoo-commits
commit: 1ab654e568d54f15037c302d80c6700378854793
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 10:45:05 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun May 27 10:45:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=1ab654e5
xfconf: Sync with gentoo-x86
(Portage version: 2.2.0_alpha108/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 81f39af..1b92c51 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.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.9.0.ebuild,v 1.1 2012/03/30 20:19:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.9.1.ebuild,v 1.2 2012/05/05 06:55:44 mgorny Exp $
EAPI=4
inherit xfconf
@@ -14,12 +14,12 @@ KEYWORDS=""
IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.98
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.24
>=xfce-base/libxfce4util-4.9
perl? ( dev-perl/glib-perl )"
DEPEND="${RDEPEND}
dev-util/intltool
- dev-util/pkgconfig
+ virtual/pkgconfig
sys-devel/gettext
perl? (
dev-perl/extutils-depends
@@ -28,7 +28,6 @@ DEPEND="${RDEPEND}
pkg_setup() {
XFCONF=(
- --disable-static
$(use_enable perl perl-bindings)
$(xfconf_use_debug)
$(use_enable debug checks)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2012-04-02 15:34 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2012-04-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 67ea18a89ba54c81536f6e2edb182da12a74cef4
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 2 15:26:45 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 15:26:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=67ea18a8
xfconf: Sync with gentoo-x86
(Portage version: 2.2.0_alpha96/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index d28079a..81f39af 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,21 +1,21 @@
# 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.8.1.ebuild,v 1.6 2012/03/23 21:29:28 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.9.0.ebuild,v 1.1 2012/03/30 20:19:27 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="A simple client-server configuration storage and query system for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/xfconf"
+HOMEPAGE="http://www.xfce.org/projects/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="debug perl"
-RDEPEND=">=dev-libs/dbus-glib-0.90
- >=dev-libs/glib-2.18:2
- >=xfce-base/libxfce4util-4.8
+RDEPEND=">=dev-libs/dbus-glib-0.98
+ >=dev-libs/glib-2.18
+ >=xfce-base/libxfce4util-4.9
perl? ( dev-perl/glib-perl )"
DEPEND="${RDEPEND}
dev-util/intltool
@@ -26,8 +26,6 @@ DEPEND="${RDEPEND}
dev-perl/extutils-pkgconfig
)"
-RESTRICT="test"
-
pkg_setup() {
XFCONF=(
--disable-static
@@ -51,7 +49,7 @@ src_install() {
xfconf_src_install
if use perl; then
- find "${ED}" -type f -name perllocal.pod -delete
- find "${ED}" -depth -mindepth 1 -type d -empty -delete
+ find "${ED}" -type f -name perllocal.pod -exec rm -f {} +
+ find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} +
fi
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2012-03-23 21:40 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2012-03-23 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 4f2466bd4038ce07f0a9128c264ab1995370366e
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 21:39:49 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 21:39:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=4f2466bd
xfconf: Sync with gentoo-x86
(Portage version: 2.2.0_alpha94/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 1956cf5..d28079a 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.8.0.ebuild,v 1.8 2011/05/20 17:47:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.1.ebuild,v 1.6 2012/03/23 21:29:28 angelos Exp $
EAPI=4
inherit xfconf
-DESCRIPTION="Xfce's configuration storage system"
-HOMEPAGE="http://www.xfce.org/projects/xfconf/"
+DESCRIPTION="A simple client-server configuration storage and query system for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/xfconf"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="debug perl"
-RDEPEND=">=dev-libs/dbus-glib-0.88
- sys-apps/dbus
+RDEPEND=">=dev-libs/dbus-glib-0.90
>=dev-libs/glib-2.18:2
>=xfce-base/libxfce4util-4.8
perl? ( dev-perl/glib-perl )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
dev-util/intltool
+ dev-util/pkgconfig
sys-devel/gettext
- perl? ( dev-perl/extutils-depends
- dev-perl/extutils-pkgconfig )"
+ perl? (
+ dev-perl/extutils-depends
+ dev-perl/extutils-pkgconfig
+ )"
RESTRICT="test"
@@ -36,7 +37,8 @@ pkg_setup() {
--with-perl-options=INSTALLDIRS=vendor
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
+
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
DOCS=( AUTHORS ChangeLog NEWS TODO )
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2011-07-05 6:30 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2011-07-05 6:30 UTC (permalink / raw
To: gentoo-commits
commit: 203fcea7e82cf955db6bdaabc1b2d54882777f5e
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 5 06:28:18 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Jul 5 06:28:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=203fcea7
xfconf: Update deps
(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 5f5620a..1956cf5 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -14,6 +14,7 @@ KEYWORDS=""
IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.88
+ sys-apps/dbus
>=dev-libs/glib-2.18:2
>=xfce-base/libxfce4util-4.8
perl? ( dev-perl/glib-perl )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2011-06-13 18:54 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2011-06-13 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 21d61c05e0b6300d8eef910b1c46aafb0419c9d6
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 18:51:25 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 18:51:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=21d61c05
xfconf: Convert to xfconf, drop keywords
(Portage version: 2.2.0_alpha40/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 9f155b5..5f5620a 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -3,14 +3,14 @@
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.8 2011/05/20 17:47:26 grobian Exp $
EAPI=4
-inherit xfconf-live
+inherit xfconf
DESCRIPTION="Xfce's configuration storage system"
HOMEPAGE="http://www.xfce.org/projects/xfconf/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
+KEYWORDS=""
IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.88
@@ -45,7 +45,7 @@ src_compile() {
}
src_install() {
- xfconf-live_src_install
+ xfconf_src_install
if use perl; then
find "${ED}" -type f -name perllocal.pod -delete
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2011-05-23 16:40 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2011-05-23 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 6b7447d2c9db94043dabf212bfd7df99cadee2c8
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 16:34:21 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon May 23 16:34:21 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=6b7447d2
xfconf: Sync with gentoo-x86
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 94433b9..9f155b5 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.6 2011/02/14 19:13:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.8 2011/05/20 17:47:26 grobian Exp $
-EAPI=3
+EAPI=4
inherit xfconf-live
DESCRIPTION="Xfce's configuration storage system"
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
IUSE="debug perl"
-RDEPEND=">=dev-libs/dbus-glib-0.72
+RDEPEND=">=dev-libs/dbus-glib-0.88
>=dev-libs/glib-2.18:2
>=xfce-base/libxfce4util-4.8
perl? ( dev-perl/glib-perl )"
@@ -28,7 +28,6 @@ RESTRICT="test"
pkg_setup() {
XFCONF=(
- --disable-dependency-tracking
--disable-static
$(use_enable perl perl-bindings)
$(xfconf_use_debug)
@@ -36,12 +35,13 @@ pkg_setup() {
--with-perl-options=INSTALLDIRS=vendor
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
- DOCS="AUTHORS ChangeLog NEWS TODO"
+ DOCS=( AUTHORS ChangeLog NEWS TODO )
}
src_compile() {
- emake OTHERLDFLAGS="${LDFLAGS}" || die
+ emake OTHERLDFLAGS="${LDFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2011-04-09 7:48 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2011-04-09 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 87695670dd39e6e5101a51abd379ce5321f82afc
Author: Christoph Mende <angelos <AT> unkreativ <DOT> org>
AuthorDate: Fri Apr 8 13:58:27 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 13:58:27 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=87695670
xfconf: Sync with gentoo-x86
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/xfconf/xfconf-9999.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 73bb03c..94433b9 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.6 2011/02/14 19:13:36 ssuominen Exp $
EAPI=3
inherit xfconf-live
@@ -37,7 +37,7 @@ pkg_setup() {
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- DOCS="AUTHORS NEWS TODO"
+ DOCS="AUTHORS ChangeLog NEWS TODO"
}
src_compile() {
@@ -45,7 +45,7 @@ src_compile() {
}
src_install() {
- xfconf_src_install
+ xfconf-live_src_install
if use perl; then
find "${ED}" -type f -name perllocal.pod -delete
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
@ 2011-02-20 20:14 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2011-02-20 20:14 UTC (permalink / raw
To: gentoo-commits
commit: b9df7c3266d353074c577878a2e4e5203b9f41e7
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 19:48:11 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 19:48:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=b9df7c32
xfconf: Updated
---
xfce-base/xfconf/xfconf-9999.ebuild | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
index 9c1e799..843c4e5 100644
--- a/xfce-base/xfconf/xfconf-9999.ebuild
+++ b/xfce-base/xfconf/xfconf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,17 +7,22 @@ inherit xfce4
xfce4_core
-DESCRIPTION="Xfce configuration daemon and utilities"
+DESCRIPTION="Xfce's configuration storage system"
+HOMEPAGE="http://www.xfce.org/projects/xfconf/"
+
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
-IUSE="debug -perl profile"
+IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.72
- >=dev-libs/glib-2.12:2
- >=xfce-base/libxfce4util-4.6
+ >=dev-libs/glib-2.18:2
+ >=xfce-base/libxfce4util-4.8
perl? ( dev-perl/glib-perl )"
DEPEND="${RDEPEND}
- dev-lang/perl
dev-util/gtk-doc
+ dev-util/intltool
+ sys-devel/gettext
perl? ( dev-perl/extutils-depends
dev-perl/extutils-pkgconfig )"
@@ -27,15 +32,10 @@ pkg_setup() {
XFCE_CONFIG+=" --disable-dependency-tracking
--enable-maintainer-mode
--disable-static
- --with-perl-options=INSTALLDIRS=vendor
$(use_enable perl perl-bindings)
- --disable-gtk-doc
- --disable-gtk-doc-html
- --disable-gtk-doc-pdf
$(use_enable debug checks)
- --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
-
- use profile && XFCE_CONFIG+=" --enable-profiling"
+ --with-perl-options=INSTALLDIRS=vendor
+ --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html"
DOCS="AUTHORS NEWS README TODO"
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-10-10 6:25 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 14:56 [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/ Christoph Mende
-- strict thread matches above, loose matches on Subject: below --
2015-10-10 6:25 Christoph Mende
2013-01-02 18:16 Christoph Mende
2012-09-14 16:36 Christoph Mende
2012-05-27 10:46 Christoph Mende
2012-04-02 15:34 Christoph Mende
2012-03-23 21:40 Christoph Mende
2011-07-05 6:30 Christoph Mende
2011-06-13 18:54 Christoph Mende
2011-05-23 16:40 Christoph Mende
2011-04-09 7:48 Christoph Mende
2011-02-20 20:14 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox