* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-02-05 0:21 Nirbheek Chauhan
0 siblings, 0 replies; 13+ messages in thread
From: Nirbheek Chauhan @ 2011-02-05 0:21 UTC (permalink / raw
To: gentoo-commits
commit: 5460cf4ab981498b872876d30e88c8b00a6dde05
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 5 00:20:53 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Feb 5 00:22:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5460cf4a
x11-libs/libwnck: fix slot and block older libwnck:0
* Hard-blocker to avoid file-collisions b/w old libwnck:0 and libwnck:3
- Yes, users need to temporarily unmerge libwnck:0 to resolve the block
- Shouldn't need to, though, portage should be able to resolve the blocker,
but it doesn't
---
x11-libs/libwnck/Manifest | 4 ++--
x11-libs/libwnck/libwnck-2.30.6-r200.ebuild | 8 ++++----
x11-libs/libwnck/libwnck-2.91.6.ebuild | 6 ++++--
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index 5c4e144..e8da869 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -1,4 +1,4 @@
DIST libwnck-2.30.6.tar.bz2 724558 RMD160 d9c228bfe1257de9b1b1e8a3fc3b8c38d6e665d9 SHA1 a7ef8842f85249878fd0389ae6c1b303d41e9623 SHA256 4d25984ed5cfe215eb650f960de634300a6cafc9d98bbc7caea8043b7cd96cc5
DIST libwnck-2.91.6.tar.bz2 729224 RMD160 09e2cd5a2fce511ec2234240959adddc5f1ab536 SHA1 25e135452518984e8238c62fb8aab05af452d8d7 SHA256 da397528a9fa80bfa236d5e6b871896fd72e48b6eab0a056ce05231e94766217
-EBUILD libwnck-2.30.6-r200.ebuild 1629 RMD160 a7f3177ade349ec4c1d61f0e4a96ddde9f55389e SHA1 a2e64cf83a6c3f155eabb56a73cb8ad1160e9bed SHA256 5ff1d5b8a7b430d048de94805b731b759b611d5f3e2c8f89b55f0143c06a6570
-EBUILD libwnck-2.91.6.ebuild 1421 RMD160 34922dc212ff35ea626c6ea2fac13b2f0a2d96f9 SHA1 6bef412c1da2e21febd1d908dd1346bf68e952f8 SHA256 17aab6eea2ceda045db2875f85fef4dd8c586aab6dfd88fe43d84f53a283c638
+EBUILD libwnck-2.30.6-r200.ebuild 1646 RMD160 3e249bcad4d91eab3bbac7e8bd079c55cfcc6715 SHA1 a53d1f3d6f798025e12b5b18313433635319fde8 SHA256 b7cbde42c02b2c808058a2596cb82df7b3607d0ef2b50ed38780d194d96122be
+EBUILD libwnck-2.91.6.ebuild 1455 RMD160 c6819c66b5d7eee807f934fe05a52385d1d0d4b5 SHA1 aa5f587d13dcaa3ca82b935dadcc5d198adcb3fa SHA256 84fec44770bd977b2071872f025e7e21075b2c47b311672c97acd31c934479e2
diff --git a/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild b/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
index 145c425..3de3ecf 100644
--- a/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
+++ b/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND=">=x11-libs/gtk+-2.19.7:2[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
startup-notification? ( >=x11-libs/startup-notification-0.4 )"
RDEPEND="${COMMON_DEPEND}
- x11-libs/libwnck:2.90"
+ x11-libs/libwnck:3"
DEPEND="${RDEPEND}
sys-devel/gettext
@@ -57,7 +57,7 @@ src_prepare() {
src_install() {
gnome2_src_install
- # Avoid clash with 2.9x slot
- rm "${ED}/usr/bin/wnck-urgency-monitor" || die
- rm "${ED}/usr/bin/wnckprop" || die
+ # Avoid clash with x11-libs/libwnck:3 slot
+ rm -v "${ED}/usr/bin/wnck-urgency-monitor" || die
+ rm -v "${ED}/usr/bin/wnckprop" || die
}
diff --git a/x11-libs/libwnck/libwnck-2.91.6.ebuild b/x11-libs/libwnck/libwnck-2.91.6.ebuild
index 533987b..6273971 100644
--- a/x11-libs/libwnck/libwnck-2.91.6.ebuild
+++ b/x11-libs/libwnck/libwnck-2.91.6.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A window navigation construction kit"
HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
-SLOT="2.90"
+SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc +introspection startup-notification"
@@ -22,7 +22,9 @@ RDEPEND=">=x11-libs/gtk+-2.91.5:3[introspection?]
x11-libs/libXres
x11-libs/libXext
introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
- startup-notification? ( >=x11-libs/startup-notification-0.4 )"
+ startup-notification? ( >=x11-libs/startup-notification-0.4 )
+
+ !!<x11-libs/libwnck-2.30.6-r200:0"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.9
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-02-09 22:00 Nirbheek Chauhan
0 siblings, 0 replies; 13+ messages in thread
From: Nirbheek Chauhan @ 2011-02-09 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 426ece373bb65d2ddc6c1b3395b31fc07a317f92
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 9 22:01:18 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 22:01:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=426ece37
dev-libs/libwnck: bump slot from 0 to 1
---
x11-libs/libwnck/libwnck-2.30.6-r200.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild b/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
index 3de3ecf..99ad65d 100644
--- a/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
+++ b/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A window navigation construction kit"
HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
-SLOT="0"
+SLOT="1"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc +introspection startup-notification"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-02-18 4:40 Nirbheek Chauhan
0 siblings, 0 replies; 13+ messages in thread
From: Nirbheek Chauhan @ 2011-02-18 4:40 UTC (permalink / raw
To: gentoo-commits
commit: 63ca542a6ca30a7efecf0756e0ca873dc1a3b353
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 04:40:19 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 04:40:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=63ca542a
x11-libs/libwnck: fix blocker slot, fixes bug 354839
---
x11-libs/libwnck/libwnck-2.91.6.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-2.91.6.ebuild b/x11-libs/libwnck/libwnck-2.91.6.ebuild
index cc09266..8da7cb9 100644
--- a/x11-libs/libwnck/libwnck-2.91.6.ebuild
+++ b/x11-libs/libwnck/libwnck-2.91.6.ebuild
@@ -25,7 +25,7 @@ RDEPEND=">=x11-libs/gtk+-2.91.5:3[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
startup-notification? ( >=x11-libs/startup-notification-0.4 )
- !!<x11-libs/libwnck-2.30.6-r200:0"
+ !!<x11-libs/libwnck-2.30.6-r200:1"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.9
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-02-21 23:56 Nirbheek Chauhan
0 siblings, 0 replies; 13+ messages in thread
From: Nirbheek Chauhan @ 2011-02-21 23:56 UTC (permalink / raw
To: gentoo-commits
commit: b452e214ce4cea6386681d83c41fb0d678b5c15c
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 23:51:10 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 23:51:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b452e214
x11-libs/libwnck: bump to 2.91.90, rename binaries
* Rename wnckprop and wnck-urgency-monitor so that they don't collide with SLOT=1
---
x11-libs/libwnck/libwnck-2.91.6.ebuild | 55 --------------------
...k-2.30.6-r200.ebuild => libwnck-2.91.90.ebuild} | 16 +++---
2 files changed, 8 insertions(+), 63 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-2.91.6.ebuild b/x11-libs/libwnck/libwnck-2.91.6.ebuild
deleted file mode 100644
index 8da7cb9..0000000
--- a/x11-libs/libwnck/libwnck-2.91.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.30.6.ebuild,v 1.6 2011/01/30 19:15:57 armin76 Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-
-IUSE="doc +introspection startup-notification"
-
-RDEPEND=">=x11-libs/gtk+-2.91.5:3[introspection?]
- >=dev-libs/glib-2.16:2
- x11-libs/libX11
- x11-libs/libXres
- x11-libs/libXext
- introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
- startup-notification? ( >=x11-libs/startup-notification-0.4 )
-
- !!<x11-libs/libwnck-2.30.6-r200:1"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.40
- doc? ( >=dev-util/gtk-doc-1.9 )
- x86-interix? ( sys-libs/itx-bind )"
-# eautoreconf needs
-# dev-util/gtk-doc-am
-# gnome-base/gnome-common
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- $(use_enable introspection)
- $(use_enable startup-notification)"
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- if use x86-interix; then
- # activate the itx-bind package...
- append-flags "-I${EPREFIX}/usr/include/bind"
- append-ldflags "-L${EPREFIX}/usr/lib/bind"
- fi
-}
diff --git a/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild b/x11-libs/libwnck/libwnck-2.91.90.ebuild
similarity index 80%
rename from x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
rename to x11-libs/libwnck/libwnck-2.91.90.ebuild
index 99ad65d..b257cc2 100644
--- a/x11-libs/libwnck/libwnck-2.30.6-r200.ebuild
+++ b/x11-libs/libwnck/libwnck-2.91.90.ebuild
@@ -4,6 +4,7 @@
EAPI="3"
GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
inherit gnome2
@@ -11,21 +12,18 @@ DESCRIPTION="A window navigation construction kit"
HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
-SLOT="1"
+SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc +introspection startup-notification"
-COMMON_DEPEND=">=x11-libs/gtk+-2.19.7:2[introspection?]
+RDEPEND=">=x11-libs/gtk+-2.91.5:3[introspection?]
>=dev-libs/glib-2.16:2
x11-libs/libX11
x11-libs/libXres
x11-libs/libXext
introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
startup-notification? ( >=x11-libs/startup-notification-0.4 )"
-RDEPEND="${COMMON_DEPEND}
- x11-libs/libwnck:3"
-
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.9
@@ -57,7 +55,9 @@ src_prepare() {
src_install() {
gnome2_src_install
- # Avoid clash with x11-libs/libwnck:3 slot
- rm -v "${ED}/usr/bin/wnck-urgency-monitor" || die
- rm -v "${ED}/usr/bin/wnckprop" || die
+ elog "wnckprop is now called wnckprop-${SLOT}"
+ elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
+ # Don't collide with SLOT=1
+ mv "${ED}"/usr/bin/wnckprop{,-${SLOT}} || die
+ mv "${ED}"/usr/bin/wnck-urgency-monitor{,-${SLOT}} || die
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-03-23 5:20 Nirbheek Chauhan
0 siblings, 0 replies; 13+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 5:20 UTC (permalink / raw
To: gentoo-commits
commit: 139d397d3a35d952754f60fcf320538fb289d92f
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 02:29:46 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:12:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=139d397d
x11-libs/libwnck: 2.91.90 → 2.91.92
---
...bwnck-2.91.90.ebuild => libwnck-2.91.92.ebuild} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-2.91.90.ebuild b/x11-libs/libwnck/libwnck-2.91.92.ebuild
similarity index 97%
rename from x11-libs/libwnck/libwnck-2.91.90.ebuild
rename to x11-libs/libwnck/libwnck-2.91.92.ebuild
index b257cc2..9cebc70 100644
--- a/x11-libs/libwnck/libwnck-2.91.90.ebuild
+++ b/x11-libs/libwnck/libwnck-2.91.92.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fr
IUSE="doc +introspection startup-notification"
-RDEPEND=">=x11-libs/gtk+-2.91.5:3[introspection?]
+RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
>=dev-libs/glib-2.16:2
x11-libs/libX11
x11-libs/libXres
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 13+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 3be6c77783b38e0ca0ec4773ebf168ab47a2ce0b
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 21:23:17 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 21:23:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3be6c777
x11-libs/libwnck: 2.91.92 → 3.0.0
* Translation updates
---
...libwnck-2.91.92.ebuild => libwnck-3.0.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-2.91.92.ebuild b/x11-libs/libwnck/libwnck-3.0.0.ebuild
similarity index 100%
rename from x11-libs/libwnck/libwnck-2.91.92.ebuild
rename to x11-libs/libwnck/libwnck-3.0.0.ebuild
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-04-06 13:49 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-06 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 9ba515a21f858a45d085f022bfc0f834def245df
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 13:49:08 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 13:49:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9ba515a2
x11-libs/libwnck: QAed
* Use autotools feature instead of renaming files by hand.
* Sync keywords from gentoo-x86.
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
x11-libs/libwnck/libwnck-3.0.0.ebuild | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-3.0.0.ebuild b/x11-libs/libwnck/libwnck-3.0.0.ebuild
index 9cebc70..ebd776f 100644
--- a/x11-libs/libwnck/libwnck-3.0.0.ebuild
+++ b/x11-libs/libwnck/libwnck-3.0.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc +introspection startup-notification"
@@ -35,10 +35,12 @@ DEPEND="${RDEPEND}
# gnome-base/gnome-common
pkg_setup() {
+ # Don't collide with SLOT=1
G2CONF="${G2CONF}
--disable-static
$(use_enable introspection)
- $(use_enable startup-notification)"
+ $(use_enable startup-notification)
+ --program-suffix=-${SLOT}"
DOCS="AUTHORS ChangeLog HACKING NEWS README"
}
@@ -52,12 +54,9 @@ src_prepare() {
fi
}
-src_install() {
- gnome2_src_install
+pkg_postinst() {
+ gnome2_pkg_postinst
elog "wnckprop is now called wnckprop-${SLOT}"
elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
- # Don't collide with SLOT=1
- mv "${ED}"/usr/bin/wnckprop{,-${SLOT}} || die
- mv "${ED}"/usr/bin/wnck-urgency-monitor{,-${SLOT}} || die
-}
+}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-10-18 7:37 Alexandre Restovtsev
0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18 7:37 UTC (permalink / raw
To: gentoo-commits
commit: e53cc4fd0ce73a0dc89f01fd4d645ff8472b44b2
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 06:19:58 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 06:19:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e53cc4fd
x11-libs/libwnck: 3.2.0 → 3.2.1
---
.../{libwnck-3.2.0.ebuild => libwnck-3.2.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-3.2.0.ebuild b/x11-libs/libwnck/libwnck-3.2.1.ebuild
similarity index 100%
rename from x11-libs/libwnck/libwnck-3.2.0.ebuild
rename to x11-libs/libwnck/libwnck-3.2.1.ebuild
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2011-10-29 19:41 Alexandre Restovtsev
0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Restovtsev @ 2011-10-29 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 454b005f3eb6b34edb448efaa4beaaf78272a4c6
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 19:41:29 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Oct 29 19:41:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=454b005f
x11-libs/libwnck: 3.2.1 moved to gx86 + update for gx86 changes
---
x11-libs/libwnck/libwnck-3.2.1.ebuild | 69 ---------------------------------
x11-libs/libwnck/libwnck-9999.ebuild | 6 +-
2 files changed, 3 insertions(+), 72 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-3.2.1.ebuild b/x11-libs/libwnck/libwnck-3.2.1.ebuild
deleted file mode 100644
index ef8d79b..0000000
--- a/x11-libs/libwnck/libwnck-3.2.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.0.2.ebuild,v 1.1 2011/06/02 15:39:42 nirbheek Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="3"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-fi
-
-IUSE="doc +introspection startup-notification"
-
-RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
- >=dev-libs/glib-2.16:2
- x11-libs/libX11
- x11-libs/libXres
- x11-libs/libXext
- introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
- startup-notification? ( >=x11-libs/startup-notification-0.4 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.40
- doc? ( >=dev-util/gtk-doc-1.9 )
- x86-interix? ( sys-libs/itx-bind )"
-# eautoreconf needs
-# dev-util/gtk-doc-am
-# gnome-base/gnome-common
-
-pkg_setup() {
- # Don't collide with SLOT=1
- G2CONF="${G2CONF}
- --disable-static
- $(use_enable introspection)
- $(use_enable startup-notification)
- --program-suffix=-${SLOT}"
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- if use x86-interix; then
- # activate the itx-bind package...
- append-flags "-I${EPREFIX}/usr/include/bind"
- append-ldflags "-L${EPREFIX}/usr/lib/bind"
- fi
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- elog "wnckprop is now called wnckprop-${SLOT}"
- elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
-}
diff --git a/x11-libs/libwnck/libwnck-9999.ebuild b/x11-libs/libwnck/libwnck-9999.ebuild
index ef8d79b..47cc519 100644
--- a/x11-libs/libwnck/libwnck-9999.ebuild
+++ b/x11-libs/libwnck/libwnck-9999.ebuild
@@ -30,13 +30,13 @@ RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
x11-libs/libXres
x11-libs/libXext
introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
- startup-notification? ( >=x11-libs/startup-notification-0.4 )"
+ startup-notification? ( >=x11-libs/startup-notification-0.4 )
+ x86-interix? ( sys-libs/itx-bind )"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.40
- doc? ( >=dev-util/gtk-doc-1.9 )
- x86-interix? ( sys-libs/itx-bind )"
+ doc? ( >=dev-util/gtk-doc-1.9 )"
# eautoreconf needs
# dev-util/gtk-doc-am
# gnome-base/gnome-common
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2012-04-06 20:46 Stephen Klimaszewski
0 siblings, 0 replies; 13+ messages in thread
From: Stephen Klimaszewski @ 2012-04-06 20:46 UTC (permalink / raw
To: gentoo-commits
commit: cad230ad1b65bc87810a18a4353f55e0999d6097
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 6 20:44:15 2012 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 20:44:15 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cad230ad
x11-libs/libwnck: Add libwnck-3.4.0
Only change between 3.2 and 3.4 seems to be it wants at least 0.40.6 for
intltool.
---
x11-libs/libwnck/libwnck-3.4.0.ebuild | 62 +++++++++++++++++++++++++++++++++
1 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-3.4.0.ebuild b/x11-libs/libwnck/libwnck-3.4.0.ebuild
new file mode 100644
index 0000000..1540a97
--- /dev/null
+++ b/x11-libs/libwnck/libwnck-3.4.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.2.1.ebuild,v 1.1 2011/10/28 22:31:42 tetromino Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A window navigation construction kit"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+
+IUSE="doc +introspection startup-notification"
+
+RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
+ >=dev-libs/glib-2.16:2
+ x11-libs/libX11
+ x11-libs/libXres
+ x11-libs/libXext
+ introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
+ startup-notification? ( >=x11-libs/startup-notification-0.4 )
+ x86-interix? ( sys-libs/itx-bind )"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.40.6
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+# eautoreconf needs
+# dev-util/gtk-doc-am
+# gnome-base/gnome-common
+
+pkg_setup() {
+ # Don't collide with SLOT=1
+ G2CONF="${G2CONF}
+ --disable-static
+ $(use_enable introspection)
+ $(use_enable startup-notification)
+ --program-suffix=-${SLOT}"
+ DOCS="AUTHORS ChangeLog HACKING NEWS README"
+}
+
+src_prepare() {
+ gnome2_src_prepare
+
+ if use x86-interix; then
+ # activate the itx-bind package...
+ append-flags "-I${EPREFIX}/usr/include/bind"
+ append-ldflags "-L${EPREFIX}/usr/lib/bind"
+ fi
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+
+ elog "wnckprop is now called wnckprop-${SLOT}"
+ elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2013-12-18 23:08 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-18 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 5b9c1e2a69d521e69c403927b7835756d87d30b7
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 23:07:50 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 23:07:50 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5b9c1e2a
x11-libs/libwnck: sync with gentoo-x86
---
x11-libs/libwnck/libwnck-9999.ebuild | 58 +++++++++++++++++++-----------------
x11-libs/libwnck/metadata.xml | 9 ++++++
2 files changed, 39 insertions(+), 28 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-9999.ebuild b/x11-libs/libwnck/libwnck-9999.ebuild
index bec6a9e..1b150d6 100644
--- a/x11-libs/libwnck/libwnck-9999.ebuild
+++ b/x11-libs/libwnck/libwnck-9999.ebuild
@@ -1,12 +1,12 @@
-# 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/x11-libs/libwnck/libwnck-3.0.2.ebuild,v 1.1 2011/06/02 15:39:42 nirbheek Exp $
+# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit gnome2
+inherit flag-o-matic gnome2
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -14,55 +14,57 @@ fi
DESCRIPTION="A window navigation construction kit"
HOMEPAGE="http://www.gnome.org/"
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
SLOT="3"
+IUSE="+introspection startup-notification tools"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
+ IUSE="${IUSE} doc"
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+ KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
-IUSE="doc +introspection startup-notification tools"
-
-RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
- >=dev-libs/glib-2.16:2
+RDEPEND="
+ >=x11-libs/gtk+-3.4:3[introspection?]
+ >=dev-libs/glib-2.32:2
x11-libs/libX11
x11-libs/libXres
x11-libs/libXext
introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
startup-notification? ( >=x11-libs/startup-notification-0.4 )
- x86-interix? ( sys-libs/itx-bind )"
+ x86-interix? ( sys-libs/itx-bind )
+"
DEPEND="${RDEPEND}
+ dev-util/gtk-doc-am
>=dev-util/intltool-0.40.6
sys-devel/gettext
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.9 )"
+"
# eautoreconf needs
-# dev-util/gtk-doc-am
# gnome-base/gnome-common
-pkg_setup() {
- # Don't collide with SLOT=1
- G2CONF="${G2CONF}
- --disable-static
- $(use_enable introspection)
- $(use_enable startup-notification)
- $(use_enable tools)
- --program-suffix=-${SLOT}"
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-src_prepare() {
- # Regenerate marashalers for <glib-2.31 compat
- rm -v libwnck/wnck-marshal.{c,h} || die
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ doc? ( dev-util/gtk-doc )
+ "
+fi
- gnome2_src_prepare
+src_configure() {
+ DOCS="AUTHORS ChangeLog HACKING NEWS README"
if use x86-interix; then
# activate the itx-bind package...
append-flags "-I${EPREFIX}/usr/include/bind"
append-ldflags "-L${EPREFIX}/usr/lib/bind"
fi
+
+ # Don't collide with SLOT=1
+ gnome2_src_configure \
+ --disable-static \
+ $(use_enable introspection) \
+ $(use_enable startup-notification) \
+ $(use_enable tools) \
+ --program-suffix=-${SLOT}
}
pkg_postinst() {
diff --git a/x11-libs/libwnck/metadata.xml b/x11-libs/libwnck/metadata.xml
new file mode 100644
index 0000000..8e1b6e5
--- /dev/null
+++ b/x11-libs/libwnck/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="tools">Install wnckprop-3 and wnck-urgency-monitor-3
+ command-line tools</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2014-11-24 18:52 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-24 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 0356ca3817994c0dc340c2b3def07b1680fb86f1
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 18:45:52 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 18:45:52 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0356ca38
x11-libs/libwnck: 3.4.9 → 3.14.0
---
.../{libwnck-9999.ebuild => libwnck-3.14.0.ebuild} | 33 ++++------------------
x11-libs/libwnck/libwnck-9999.ebuild | 16 +++--------
2 files changed, 10 insertions(+), 39 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-9999.ebuild b/x11-libs/libwnck/libwnck-3.14.0.ebuild
similarity index 62%
copy from x11-libs/libwnck/libwnck-9999.ebuild
copy to x11-libs/libwnck/libwnck-3.14.0.ebuild
index 1b150d6..e0208bd 100644
--- a/x11-libs/libwnck/libwnck-9999.ebuild
+++ b/x11-libs/libwnck/libwnck-3.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,25 +7,19 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit flag-o-matic gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
LICENSE="LGPL-2+"
SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+
IUSE="+introspection startup-notification tools"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
- IUSE="${IUSE} doc"
-else
- KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-fi
RDEPEND="
- >=x11-libs/gtk+-3.4:3[introspection?]
+ x11-libs/cairo[X]
+ >=x11-libs/gtk+-3.10:3[introspection?]
>=dev-libs/glib-2.32:2
x11-libs/libX11
x11-libs/libXres
@@ -43,12 +37,6 @@ DEPEND="${RDEPEND}
# eautoreconf needs
# gnome-base/gnome-common
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( dev-util/gtk-doc )
- "
-fi
-
src_configure() {
DOCS="AUTHORS ChangeLog HACKING NEWS README"
@@ -66,12 +54,3 @@ src_configure() {
$(use_enable tools) \
--program-suffix=-${SLOT}
}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- if use tools; then
- elog "wnckprop is now called wnckprop-${SLOT}"
- elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
- fi
-}
diff --git a/x11-libs/libwnck/libwnck-9999.ebuild b/x11-libs/libwnck/libwnck-9999.ebuild
index 1b150d6..de0a090 100644
--- a/x11-libs/libwnck/libwnck-9999.ebuild
+++ b/x11-libs/libwnck/libwnck-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
LICENSE="LGPL-2+"
SLOT="3"
@@ -25,7 +25,8 @@ else
fi
RDEPEND="
- >=x11-libs/gtk+-3.4:3[introspection?]
+ x11-libs/cairo[X]
+ >=x11-libs/gtk+-3.10:3[introspection?]
>=dev-libs/glib-2.32:2
x11-libs/libX11
x11-libs/libXres
@@ -66,12 +67,3 @@ src_configure() {
$(use_enable tools) \
--program-suffix=-${SLOT}
}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- if use tools; then
- elog "wnckprop is now called wnckprop-${SLOT}"
- elog "wnck-urgency-monitor is now called wnck-urgency-monitor-${SLOT}"
- fi
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/
@ 2014-12-26 21:53 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 72e34aadffe2faeebeac0f26562d174c4d254cb1
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:50:28 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:50:28 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72e34aad
x11-libs/libwnck: moved to gentoo-x86
---
x11-libs/libwnck/libwnck-3.14.0.ebuild | 56 ----------------------------------
1 file changed, 56 deletions(-)
diff --git a/x11-libs/libwnck/libwnck-3.14.0.ebuild b/x11-libs/libwnck/libwnck-3.14.0.ebuild
deleted file mode 100644
index e0208bd..0000000
--- a/x11-libs/libwnck/libwnck-3.14.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
-
-LICENSE="LGPL-2+"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE="+introspection startup-notification tools"
-
-RDEPEND="
- x11-libs/cairo[X]
- >=x11-libs/gtk+-3.10:3[introspection?]
- >=dev-libs/glib-2.32:2
- x11-libs/libX11
- x11-libs/libXres
- x11-libs/libXext
- introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
- startup-notification? ( >=x11-libs/startup-notification-0.4 )
- x86-interix? ( sys-libs/itx-bind )
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.40.6
- sys-devel/gettext
- virtual/pkgconfig
-"
-# eautoreconf needs
-# gnome-base/gnome-common
-
-src_configure() {
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
- if use x86-interix; then
- # activate the itx-bind package...
- append-flags "-I${EPREFIX}/usr/include/bind"
- append-ldflags "-L${EPREFIX}/usr/lib/bind"
- fi
-
- # Don't collide with SLOT=1
- gnome2_src_configure \
- --disable-static \
- $(use_enable introspection) \
- $(use_enable startup-notification) \
- $(use_enable tools) \
- --program-suffix=-${SLOT}
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-12-26 21:53 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-29 19:41 [gentoo-commits] proj/gnome:master commit in: x11-libs/libwnck/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2014-12-26 21:53 Gilles Dartiguelongue
2014-11-24 18:52 Gilles Dartiguelongue
2013-12-18 23:08 Gilles Dartiguelongue
2012-04-06 20:46 Stephen Klimaszewski
2011-10-18 7:37 Alexandre Restovtsev
2011-04-06 13:49 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-02-21 23:56 Nirbheek Chauhan
2011-02-18 4:40 Nirbheek Chauhan
2011-02-09 22:00 Nirbheek Chauhan
2011-02-05 0:21 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox