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
-}