* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-03-14 19:50 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-03-14 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 4b9e108f2e4c68fed175efa41f110f395bac4e53
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 19:49:05 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 19:49:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4b9e108f
x11-themes/gnome-themes-standard: actually apply the patch
---
.../gnome-themes-standard-2.91.91-r1.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91-r1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91-r1.ebuild
index 9e84d92..f098b40 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91-r1.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit gnome2
+inherit eutils gnome2
DESCRIPTION="Adwaita theme for GNOME Shell"
HOMEPAGE="http://www.gnome.org/"
@@ -42,7 +42,7 @@ src_prepare() {
-i themes/Adwaita/cursors/Makefile.am \
-i themes/Adwaita/cursors/Makefile.in || die
# Take from upstream drop next release
- epatch "${P}-fix-typo.patch"
+ epatch "${FILESDIR}/${P}-fix-typo.patch"
}
src_install() {
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2017-08-14 16:14 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-14 16:14 UTC (permalink / raw
To: gentoo-commits
commit: b03df21960a36f4924ac5ea3d373be6929d3dc71
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 16:14:23 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 16:14:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b03df219
x11-themes/gnome-themes-standard: sync with gentoo repository
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A
.../gnome-themes-standard-3.20.ebuild | 85 ----------------------
1 file changed, 85 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild
deleted file mode 100644
index f8b3ce23..00000000
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2 multilib-minimal
-
-DESCRIPTION="Standard Themes for GNOME Applications"
-HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="+gtk"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
- gnome-base/librsvg:2[${MULTILIB_USEDEP}]
- x11-libs/cairo[${MULTILIB_USEDEP}]
- gtk? (
- >=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.12:3[${MULTILIB_USEDEP}] )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-# gnome-themes{,-extras} are OBSOLETE for GNOME 3
-# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
-# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
-# their default background image
-RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gsettings-desktop-schemas-3.4
- !<x11-themes/gnome-themes-2.32.1-r1
-"
-
-src_prepare() {
- # https://bugzilla.gnome.org/show_bug.cgi?id=746920
- epatch "${FILESDIR}/${PN}-3.14.2.3-srcdir.patch"
- eautoreconf
-
- gnome2_src_prepare
-}
-
-multilib_src_configure() {
- # The icon cache needs to be generated in pkg_postinst()
- ECONF_SOURCE="${S}" \
- gnome2_src_configure \
- --disable-static \
- $(use_enable gtk gtk2-engine) \
- $(use_enable gtk gtk3-engine) \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
-
-emake_engines_only() {
- pushd themes/Adwaita/gtk-2.0 > /dev/null || die
- if [[ $1 = install ]]; then
- emake DESTDIR="${D}" install-engineLTLIBRARIES
- else
- emake libadwaita.la
- fi
- popd > /dev/null
-}
-
-multilib_src_compile() {
- # processing >3500 icons is slow on old hard drives, do it only for native ABI
- if multilib_is_native_abi; then
- gnome2_src_compile
- elif use gtk; then
- emake_engines_only
- fi
-}
-
-multilib_src_install() {
- # processing >3500 icons is slow on old hard drives, do it only for native ABI
- if multilib_is_native_abi; then
- gnome2_src_install
- elif use gtk; then
- emake_engines_only install
- prune_libtool_files --modules
- fi
-}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2016-03-25 0:56 Ole Reifschneider
0 siblings, 0 replies; 33+ messages in thread
From: Ole Reifschneider @ 2016-03-25 0:56 UTC (permalink / raw
To: gentoo-commits
commit: 1d78d94237313fd1b34eca932ef62dd2c575fdb0
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 22:24:31 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 00:55:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1d78d942
x11-themes/gnome-themes-standard: Bump version to 3.20
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
...-themes-standard-3.18.0.ebuild => gnome-themes-standard-3.20.ebuild} | 2 +-
x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.18.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild
similarity index 98%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.18.0.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild
index 246bba3..f8b3ce2 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.18.0.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index ce7c327..ee196b5 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2015-05-14 13:39 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 13:39 UTC (permalink / raw
To: gentoo-commits
commit: 207919518ba05022abffbb04cb17e835ca304e0a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 10:40:51 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 10:40:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=20791951
x11-themes/gnome-themes-standard: 3.16.0 → 3.16.2
...-themes-standard-3.16.0.ebuild => gnome-themes-standard-3.16.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2015-04-19 12:50 Ole Reifschneider
0 siblings, 0 replies; 33+ messages in thread
From: Ole Reifschneider @ 2015-04-19 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 8831491ad887a22795d27eea32d611083a1805de
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 12:49:54 2015 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 12:49:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8831491a
Bump x11-themes/gnome-themes-standard version to 3.16.0
Package-Manager: portage-2.2.14
Manifest-Sign-Key: 7E8B4D42
.../gnome-themes-standard-3.16.0.ebuild | 85 ++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild
new file mode 100644
index 0000000..e82de3c
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3-r2.ebuild,v 1.1 2015/03/28 04:44:34 tetromino Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils gnome2 multilib-minimal
+
+DESCRIPTION="Standard Themes for GNOME Applications"
+HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="+gtk"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="
+ gnome-base/librsvg:2[${MULTILIB_USEDEP}]
+ x11-libs/cairo[${MULTILIB_USEDEP}]
+ gtk? (
+ >=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
+ >=x11-libs/gtk+-3.12:3[${MULTILIB_USEDEP}] )
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.40
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# gnome-themes{,-extras} are OBSOLETE for GNOME 3
+# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
+# their default background image
+RDEPEND="${COMMON_DEPEND}
+ >=gnome-base/gsettings-desktop-schemas-3.4
+ !<x11-themes/gnome-themes-2.32.1-r1
+"
+
+src_prepare() {
+ # https://bugzilla.gnome.org/show_bug.cgi?id=746920
+ epatch "${FILESDIR}/${PN}-3.14.2.3-srcdir.patch"
+ eautoreconf
+
+ gnome2_src_prepare
+}
+
+multilib_src_configure() {
+ # The icon cache needs to be generated in pkg_postinst()
+ ECONF_SOURCE="${S}" \
+ gnome2_src_configure \
+ --disable-static \
+ $(use_enable gtk gtk2-engine) \
+ $(use_enable gtk gtk3-engine) \
+ GTK_UPDATE_ICON_CACHE=$(type -P true)
+}
+
+emake_engines_only() {
+ pushd themes/Adwaita/gtk-2.0 > /dev/null || die
+ if [[ $1 = install ]]; then
+ emake DESTDIR="${D}" install-engineLTLIBRARIES
+ else
+ emake libadwaita.la
+ fi
+ popd > /dev/null
+}
+
+multilib_src_compile() {
+ # processing >3500 icons is slow on old hard drives, do it only for native ABI
+ if multilib_is_native_abi; then
+ gnome2_src_compile
+ elif use gtk; then
+ emake_engines_only
+ fi
+}
+
+multilib_src_install() {
+ # processing >3500 icons is slow on old hard drives, do it only for native ABI
+ if multilib_is_native_abi; then
+ gnome2_src_install
+ elif use gtk; then
+ emake_engines_only install
+ prune_libtool_files --modules
+ fi
+}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-12-26 21:53 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 80aeae9dfa10850eea0fb198da574e013b1767a8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:51:35 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:51:35 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=80aeae9d
x11-themes/gnome-themes-standard: moved to gentoo-x86
---
.../gnome-themes-standard-3.14.2.3.ebuild | 48 ----------------------
1 file changed, 48 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild
deleted file mode 100644
index 70499d2..0000000
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild
+++ /dev/null
@@ -1,48 +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 gnome2
-
-DESCRIPTION="Standard Themes for GNOME Applications"
-HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="+gtk"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
- gnome-base/librsvg:2
- x11-libs/cairo
- >=x11-themes/gtk-engines-2.15.3:2
- gtk? (
- >=x11-libs/gtk+-2.24.15:2
- >=x11-libs/gtk+-3.12:3 )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-# gnome-themes{,-extras} are OBSOLETE for GNOME 3
-# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
-# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
-# their default background image
-RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gsettings-desktop-schemas-3.4
- !<x11-themes/gnome-themes-2.32.1-r1
-"
-
-src_configure() {
- # The icon cache needs to be generated in pkg_postinst()
- gnome2_src_configure \
- --disable-static \
- $(use_enable gtk gtk2-engine) \
- $(use_enable gtk gtk3-engine) \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-12-07 18:49 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-07 18:49 UTC (permalink / raw
To: gentoo-commits
commit: f52e55cc470a97a07d2f278dd5327d10f41501ff
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 7 15:07:48 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 7 15:07:48 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f52e55cc
x11-themes/gnome-themes-standard: 3.14.2.2 → 3.14.2.3
---
...mes-standard-3.14.2.2.ebuild => gnome-themes-standard-3.14.2.3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.2.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.2.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-11-30 21:39 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-30 21:39 UTC (permalink / raw
To: gentoo-commits
commit: e227a7878e3c428f9b822ec1ca39e65c39a3e8d3
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 20:41:57 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 20:41:57 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e227a787
x11-themes/gnome-themes-standard: 3.14.2 → 3.14.2.2
---
...hemes-standard-3.14.2.ebuild => gnome-themes-standard-3.14.2.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.2.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.2.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-11-23 22:49 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 151def9ac2dc3d7611dab86172c3ce8ba7979940
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:31:04 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 22:48:40 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=151def9a
x11-themes/gnome-themes-standard: 3.14.0 → 3.14.1
---
...-themes-standard-3.14.0.ebuild => gnome-themes-standard-3.14.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.0.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-10-12 23:19 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-12 23:19 UTC (permalink / raw
To: gentoo-commits
commit: ec23557e9a2b437a28e1e2df10097e53df8cd137
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 18:37:23 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 23:18:58 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ec23557e
x11-themes/gnome-themes-standard: cursors moved to adwaita-icon-theme
---
.../gnome-themes-standard/gnome-themes-standard-3.14.0.ebuild | 9 ---------
.../gnome-themes-standard/gnome-themes-standard-9999.ebuild | 9 ---------
2 files changed, 18 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.0.ebuild
index 99a7604..70499d2 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.0.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.0.ebuild
@@ -38,15 +38,6 @@ RDEPEND="${COMMON_DEPEND}
!<x11-themes/gnome-themes-2.32.1-r1
"
-src_prepare() {
- # Install cursors in the right place
- sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i themes/Adwaita/cursors/Makefile.am \
- -i themes/Adwaita/cursors/Makefile.in || die
-
- gnome2_src_prepare
-}
-
src_configure() {
# The icon cache needs to be generated in pkg_postinst()
gnome2_src_configure \
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index 099fcbe..132eec3 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -45,15 +45,6 @@ RDEPEND="${COMMON_DEPEND}
!<x11-themes/gnome-themes-2.32.1-r1
"
-src_prepare() {
- # Install cursors in the right place
- sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i themes/Adwaita/cursors/Makefile.am \
- -i themes/Adwaita/cursors/Makefile.in || die
-
- gnome2_src_prepare
-}
-
src_configure() {
# The icon cache needs to be generated in pkg_postinst()
gnome2_src_configure \
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-04-20 18:17 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 18:17 UTC (permalink / raw
To: gentoo-commits
commit: 166af7d4c47312938ad22d7b1880476ef281da57
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 20:52:36 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 16:28:48 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=166af7d4
x11-themes/gnome-themes-standard: raise gtk+:3 dependency
Otherwise, all application start complaining like this:
"Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1732:2: Missing
name of pseudo-class"
It makes some unittests fail like in empathy.
---
x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild | 2 +-
x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
index 720614b..2604499 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND="
>=x11-themes/gtk-engines-2.15.3:2
gtk? (
>=x11-libs/gtk+-2.24.15:2
- >=x11-libs/gtk+-3.9.12:3 )
+ >=x11-libs/gtk+-3.12:3 )
"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index 831a992..0008d9f 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -29,7 +29,7 @@ COMMON_DEPEND="
>=x11-themes/gtk-engines-2.15.3:2
gtk? (
>=x11-libs/gtk+-2.24.15:2
- >=x11-libs/gtk+-3.9.12:3 )
+ >=x11-libs/gtk+-3.12:3 )
"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-04-12 15:44 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-12 15:44 UTC (permalink / raw
To: gentoo-commits
commit: dd8ea06356bb2d0b7e566583b00530760963e24a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 14:49:55 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 15:14:29 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dd8ea063
x11-themes/gnome-themes-standard: 3.10.0 → 3.12.0
---
...andard-9999.ebuild => gnome-themes-standard-3.12.0.ebuild} | 11 ++---------
.../gnome-themes-standard/gnome-themes-standard-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
similarity index 82%
copy from x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
copy to x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
index aec975a..720614b 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.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,9 +7,6 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Standard Themes for GNOME Applications"
HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
@@ -17,11 +14,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
LICENSE="LGPL-2.1+"
SLOT="0"
IUSE="+gtk"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
COMMON_DEPEND="
gnome-base/librsvg:2
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index aec975a..831a992 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-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: $
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2014-02-12 23:48 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 9b64ea258a142d670608e69ad7218b2b60675ef9
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:46:01 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:46:01 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9b64ea25
x11-themes/gnome-themes-standard: moved to gentoo-x86
---
.../gnome-themes-standard-3.10.0.ebuild | 64 ----------------------
1 file changed, 64 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
deleted file mode 100644
index 79491e3..0000000
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Standard Themes for GNOME Applications"
-HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="+gtk"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
- gnome-base/librsvg:2
- x11-libs/cairo
- >=x11-themes/gtk-engines-2.15.3:2
- gtk? (
- >=x11-libs/gtk+-2.24.15:2
- >=x11-libs/gtk+-3.9.12:3 )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-# gnome-themes{,-extras} are OBSOLETE for GNOME 3
-# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
-# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
-# their default background image
-RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gsettings-desktop-schemas-3.4
- !<x11-themes/gnome-themes-2.32.1-r1
-"
-
-src_prepare() {
- # Install cursors in the right place
- sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i themes/Adwaita/cursors/Makefile.am \
- -i themes/Adwaita/cursors/Makefile.in || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # The icon cache needs to be generated in pkg_postinst()
- gnome2_src_configure \
- --disable-static \
- $(use_enable gtk gtk2-engine) \
- $(use_enable gtk gtk3-engine) \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
-
-src_install() {
- gnome2_src_install
-
- # Make it the default cursor theme
- dosym Adwaita /usr/share/cursors/xorg-x11/default
-}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2013-12-01 16:18 Gilles Dartiguelongue
0 siblings, 0 replies; 33+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-01 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 0a4a8b55d6bacfa41dee4db044c1b6266fe96611
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 09:48:01 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 14:35:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0a4a8b55
x11-themes/gnome-themes-standard: 3.8.4 → 3.10.0
---
....ebuild => gnome-themes-standard-3.10.0.ebuild} | 59 ++++++++++------------
.../gnome-themes-standard-9999.ebuild | 52 ++++++++++---------
x11-themes/gnome-themes-standard/metadata.xml | 5 ++
3 files changed, 59 insertions(+), 57 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
similarity index 52%
copy from x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
copy to x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
index c532a1a..79491e3 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
@@ -1,69 +1,64 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-DESCRIPTION="Adwaita theme for GNOME Shell"
-HOMEPAGE="http://www.gnome.org/"
+DESCRIPTION="Standard Themes for GNOME Applications"
+HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
LICENSE="LGPL-2.1+"
SLOT="0"
IUSE="+gtk"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
-COMMON_DEPEND="gnome-base/librsvg:2
+COMMON_DEPEND="
+ gnome-base/librsvg:2
x11-libs/cairo
+ >=x11-themes/gtk-engines-2.15.3:2
gtk? (
- x11-libs/gtk+:2
- >=x11-libs/gtk+-3.5.17:3[X] )
- >=x11-themes/gtk-engines-2.15.3:2"
+ >=x11-libs/gtk+-2.24.15:2
+ >=x11-libs/gtk+-3.9.12:3 )
+"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
sys-devel/gettext
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
# gnome-themes{,-extras} are OBSOLETE for GNOME 3
# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
# their default background image
RDEPEND="${COMMON_DEPEND}
>=gnome-base/gsettings-desktop-schemas-3.4
- !<x11-themes/gnome-themes-2.32.1-r1"
-
-pkg_setup() {
- DOCS="ChangeLog NEWS"
- # The icon cache needs to be generated in pkg_postinst()
- G2CONF="${G2CONF}
- --disable-static
- --disable-placeholders
- $(use_enable gtk gtk2-engine)
- $(use_enable gtk gtk3-engines)
- GTK_UPDATE_ICON_CACHE=$(type -P true)"
-}
+ !<x11-themes/gnome-themes-2.32.1-r1
+"
src_prepare() {
- gnome2_src_prepare
# Install cursors in the right place
sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
-i themes/Adwaita/cursors/Makefile.am \
-i themes/Adwaita/cursors/Makefile.in || die
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ # The icon cache needs to be generated in pkg_postinst()
+ gnome2_src_configure \
+ --disable-static \
+ $(use_enable gtk gtk2-engine) \
+ $(use_enable gtk gtk3-engine) \
+ GTK_UPDATE_ICON_CACHE=$(type -P true)
}
src_install() {
gnome2_src_install
# Make it the default cursor theme
- cd "${ED}/usr/share/cursors/xorg-x11" || die
- ln -sfn Adwaita default || die
+ dosym Adwaita /usr/share/cursors/xorg-x11/default
}
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index c532a1a..aec975a 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-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: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -11,8 +11,8 @@ if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
-DESCRIPTION="Adwaita theme for GNOME Shell"
-HOMEPAGE="http://www.gnome.org/"
+DESCRIPTION="Standard Themes for GNOME Applications"
+HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
LICENSE="LGPL-2.1+"
SLOT="0"
@@ -20,50 +20,52 @@ IUSE="+gtk"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
fi
-COMMON_DEPEND="gnome-base/librsvg:2
+COMMON_DEPEND="
+ gnome-base/librsvg:2
x11-libs/cairo
+ >=x11-themes/gtk-engines-2.15.3:2
gtk? (
- x11-libs/gtk+:2
- >=x11-libs/gtk+-3.5.17:3[X] )
- >=x11-themes/gtk-engines-2.15.3:2"
+ >=x11-libs/gtk+-2.24.15:2
+ >=x11-libs/gtk+-3.9.12:3 )
+"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
sys-devel/gettext
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
# gnome-themes{,-extras} are OBSOLETE for GNOME 3
# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
# their default background image
RDEPEND="${COMMON_DEPEND}
>=gnome-base/gsettings-desktop-schemas-3.4
- !<x11-themes/gnome-themes-2.32.1-r1"
-
-pkg_setup() {
- DOCS="ChangeLog NEWS"
- # The icon cache needs to be generated in pkg_postinst()
- G2CONF="${G2CONF}
- --disable-static
- --disable-placeholders
- $(use_enable gtk gtk2-engine)
- $(use_enable gtk gtk3-engines)
- GTK_UPDATE_ICON_CACHE=$(type -P true)"
-}
+ !<x11-themes/gnome-themes-2.32.1-r1
+"
src_prepare() {
- gnome2_src_prepare
# Install cursors in the right place
sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
-i themes/Adwaita/cursors/Makefile.am \
-i themes/Adwaita/cursors/Makefile.in || die
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ # The icon cache needs to be generated in pkg_postinst()
+ gnome2_src_configure \
+ --disable-static \
+ $(use_enable gtk gtk2-engine) \
+ $(use_enable gtk gtk3-engine) \
+ GTK_UPDATE_ICON_CACHE=$(type -P true)
}
src_install() {
gnome2_src_install
# Make it the default cursor theme
- cd "${ED}/usr/share/cursors/xorg-x11" || die
- ln -sfn Adwaita default || die
+ dosym Adwaita /usr/share/cursors/xorg-x11/default
}
diff --git a/x11-themes/gnome-themes-standard/metadata.xml b/x11-themes/gnome-themes-standard/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-10-17 8:58 Alexandre Rostovtsev
0 siblings, 0 replies; 33+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-17 8:58 UTC (permalink / raw
To: gentoo-commits
commit: b30c7e727849956212a4df7e84b055879b2c268e
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 07:20:44 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 08:58:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b30c7e72
x11-themes/gnome-themes-standard: sync with gx86
Use a single flag for gtk2 and gtk3 engines for simplicity, and because
we don't want to encourage the use of a gtk3 flag by other ebuilds.
---
.../gnome-themes-standard-9999.ebuild | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index b07ce6b..c532a1a 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2.1+"
SLOT="0"
-IUSE="+gtk3"
+IUSE="+gtk"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -25,7 +25,9 @@ fi
COMMON_DEPEND="gnome-base/librsvg:2
x11-libs/cairo
- gtk3? ( >=x11-libs/gtk+-3.5.17:3 )
+ gtk? (
+ x11-libs/gtk+:2
+ >=x11-libs/gtk+-3.5.17:3[X] )
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
@@ -45,7 +47,8 @@ pkg_setup() {
G2CONF="${G2CONF}
--disable-static
--disable-placeholders
- $(use_enable gtk3 gtk3-engines)
+ $(use_enable gtk gtk2-engine)
+ $(use_enable gtk gtk3-engines)
GTK_UPDATE_ICON_CACHE=$(type -P true)"
}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-09-22 15:54 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 15:54 UTC (permalink / raw
To: gentoo-commits
commit: 1f3081421d9fbc9a158c3ce3511d3bbfb52ff2b5
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 05:11:30 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 15:53:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1f308142
x11-themes/gnome-themes-standard: 3.5.91 → 3.5.92
---
....ebuild => gnome-themes-standard-3.5.92.ebuild} | 2 +-
.../gnome-themes-standard-9999.ebuild | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.91.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.92.ebuild
similarity index 97%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.91.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.92.ebuild
index 40cf696..bd54676 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.91.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.92.ebuild
@@ -25,7 +25,7 @@ fi
COMMON_DEPEND="gnome-base/librsvg:2
x11-libs/cairo
- gtk3? ( >=x11-libs/gtk+-3.3.14:3 )
+ gtk3? ( >=x11-libs/gtk+-3.5.17:3 )
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index a22f3d4..bd54676 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE=""
+IUSE="+gtk3"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -25,7 +25,7 @@ fi
COMMON_DEPEND="gnome-base/librsvg:2
x11-libs/cairo
- >=x11-libs/gtk+-3.3.14:3
+ gtk3? ( >=x11-libs/gtk+-3.5.17:3 )
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
@@ -45,6 +45,7 @@ pkg_setup() {
G2CONF="${G2CONF}
--disable-static
--disable-placeholders
+ $(use_enable gtk3 gtk3-engines)
GTK_UPDATE_ICON_CACHE=$(type -P true)"
}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-07-13 10:41 Priit Laes
0 siblings, 0 replies; 33+ messages in thread
From: Priit Laes @ 2012-07-13 10:41 UTC (permalink / raw
To: gentoo-commits
commit: f4d9403ff4859084a73d412e630ea69cd34377f9
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Fri Jul 13 10:40:11 2012 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Fri Jul 13 10:40:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f4d9403f
x11-themes/gnome-themes-standard: Add 3.5.3 to overlay
---
.../gnome-themes-standard-3.5.3.ebuild | 65 ++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.3.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.3.ebuild
new file mode 100644
index 0000000..a22f3d4
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.5.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Adwaita theme for GNOME Shell"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+fi
+
+COMMON_DEPEND="gnome-base/librsvg:2
+ x11-libs/cairo
+ >=x11-libs/gtk+-3.3.14:3
+ >=x11-themes/gtk-engines-2.15.3:2"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.40
+ sys-devel/gettext
+ virtual/pkgconfig"
+# gnome-themes{,-extras} are OBSOLETE for GNOME 3
+# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
+# their default background image
+RDEPEND="${COMMON_DEPEND}
+ >=gnome-base/gsettings-desktop-schemas-3.4
+ !<x11-themes/gnome-themes-2.32.1-r1"
+
+pkg_setup() {
+ DOCS="ChangeLog NEWS"
+ # The icon cache needs to be generated in pkg_postinst()
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-placeholders
+ GTK_UPDATE_ICON_CACHE=$(type -P true)"
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i themes/Adwaita/cursors/Makefile.am \
+ -i themes/Adwaita/cursors/Makefile.in || die
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Make it the default cursor theme
+ cd "${ED}/usr/share/cursors/xorg-x11" || die
+ ln -sfn Adwaita default || die
+}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-05-24 9:11 Alexandre Restovtsev
0 siblings, 0 replies; 33+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 1563d4b80355fec05a5e6bc4da85d8f09804228c
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 08:50:10 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 08:50:10 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1563d4b8
x11-themes/gnome-themes-standard: update
---
.../gnome-themes-standard-9999.ebuild | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index f1e4d81..a22f3d4 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -33,7 +33,10 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
# gnome-themes{,-extras} are OBSOLETE for GNOME 3
# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
+# their default background image
RDEPEND="${COMMON_DEPEND}
+ >=gnome-base/gsettings-desktop-schemas-3.4
!<x11-themes/gnome-themes-2.32.1-r1"
pkg_setup() {
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-03-21 18:27 Alexandre Restovtsev
0 siblings, 0 replies; 33+ messages in thread
From: Alexandre Restovtsev @ 2012-03-21 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 05e502341709cc16a8f5dbd2c70320e3fc73bf4b
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 18:11:28 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Mar 21 18:11:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=05e50234
x11-themes/gnome-themes-standard: 3.3.91 → 3.3.92
---
....ebuild => gnome-themes-standard-3.3.92.ebuild} | 18 +++++++++++-------
.../gnome-themes-standard-9999.ebuild | 18 +++++++++++-------
2 files changed, 22 insertions(+), 14 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.91.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.92.ebuild
similarity index 77%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.91.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.92.ebuild
index 155b196..ad06556 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.91.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.92.ebuild
@@ -1,6 +1,6 @@
-# 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/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild,v 1.2 2011/07/07 13:50:51 pacho Exp $
+# $Header: $
EAPI="4"
GCONF_DEBUG="no"
@@ -24,6 +24,7 @@ else
fi
COMMON_DEPEND="gnome-base/librsvg:2
+ x11-libs/cairo
>=x11-libs/gtk+-3.3.14:3
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
@@ -35,11 +36,14 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<x11-themes/gnome-themes-2.32.1-r1"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-# FIXME: --enable-placeholders fails
-G2CONF="--disable-static --disable-placeholders"
-DOCS="ChangeLog NEWS"
+pkg_setup() {
+ DOCS="ChangeLog NEWS"
+ # The icon cache needs to be generated in pkg_postinst()
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-placeholders
+ GTK_UPDATE_ICON_CACHE=$(type -P true)"
+}
src_prepare() {
gnome2_src_prepare
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index 155b196..ad06556 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -1,6 +1,6 @@
-# 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/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild,v 1.2 2011/07/07 13:50:51 pacho Exp $
+# $Header: $
EAPI="4"
GCONF_DEBUG="no"
@@ -24,6 +24,7 @@ else
fi
COMMON_DEPEND="gnome-base/librsvg:2
+ x11-libs/cairo
>=x11-libs/gtk+-3.3.14:3
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
@@ -35,11 +36,14 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<x11-themes/gnome-themes-2.32.1-r1"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-# FIXME: --enable-placeholders fails
-G2CONF="--disable-static --disable-placeholders"
-DOCS="ChangeLog NEWS"
+pkg_setup() {
+ DOCS="ChangeLog NEWS"
+ # The icon cache needs to be generated in pkg_postinst()
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-placeholders
+ GTK_UPDATE_ICON_CACHE=$(type -P true)"
+}
src_prepare() {
gnome2_src_prepare
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-03-07 0:32 Alexandre Restovtsev
0 siblings, 0 replies; 33+ messages in thread
From: Alexandre Restovtsev @ 2012-03-07 0:32 UTC (permalink / raw
To: gentoo-commits
commit: 6ad948acafac248538760cb59ecc42a5c3694ebf
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 7 00:12:30 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Mar 7 00:12:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6ad948ac
x11-themes/gnome-themes-standard: 3.3.90.1 → 3.3.91
---
....ebuild => gnome-themes-standard-3.3.91.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.90.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.91.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.90.1.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.91.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-02-26 21:19 Alexandre Restovtsev
0 siblings, 0 replies; 33+ messages in thread
From: Alexandre Restovtsev @ 2012-02-26 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 0dbfe3f665b9d30e3f3778116813373808e0695c
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 20:45:12 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Feb 26 21:12:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0dbfe3f6
x11-themes/gnome-themes-standard: 3.3.5.1 → 3.3.90.1
---
...build => gnome-themes-standard-3.3.90.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.5.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.90.1.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.5.1.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.90.1.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-02-10 8:15 Priit Laes
0 siblings, 0 replies; 33+ messages in thread
From: Priit Laes @ 2012-02-10 8:15 UTC (permalink / raw
To: gentoo-commits
commit: f6b36959b2ca9201a91f1d0288791e8cf5fe7c2a
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Fri Feb 10 08:05:34 2012 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Fri Feb 10 08:05:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f6b36959
x11-themes/gnome-themes-standard: 3.3.4 → 3.3.5.1
---
...ebuild => gnome-themes-standard-3.3.5.1.ebuild} | 2 +-
.../gnome-themes-standard-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.4.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.5.1.ebuild
similarity index 98%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.4.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.5.1.ebuild
index d2fce4f..155b196 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.4.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.5.1.ebuild
@@ -24,7 +24,7 @@ else
fi
COMMON_DEPEND="gnome-base/librsvg:2
- >=x11-libs/gtk+-3.3.7:3
+ >=x11-libs/gtk+-3.3.14:3
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
>=dev-util/pkgconfig-0.19
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index 9997d38..155b196 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -24,7 +24,7 @@ else
fi
COMMON_DEPEND="gnome-base/librsvg:2
- >=x11-libs/gtk+-3.1.18:3
+ >=x11-libs/gtk+-3.3.14:3
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
>=dev-util/pkgconfig-0.19
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2012-01-18 9:39 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2012-01-18 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 510383d900837ec94dbda0e70fe074f3d4a6fda7
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 09:38:32 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 09:39:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=510383d9
Add x11-themes/gnome-themes-standard-3.3.4
* Needed for epiphany to look cool
---
.../gnome-themes-standard-3.3.4.ebuild | 58 ++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.4.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.4.ebuild
new file mode 100644
index 0000000..d2fce4f
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.3.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild,v 1.2 2011/07/07 13:50:51 pacho Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Adwaita theme for GNOME Shell"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+fi
+
+COMMON_DEPEND="gnome-base/librsvg:2
+ >=x11-libs/gtk+-3.3.7:3
+ >=x11-themes/gtk-engines-2.15.3:2"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/pkgconfig-0.19
+ >=dev-util/intltool-0.40
+ sys-devel/gettext"
+# gnome-themes{,-extras} are OBSOLETE for GNOME 3
+# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+RDEPEND="${COMMON_DEPEND}
+ !<x11-themes/gnome-themes-2.32.1-r1"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+# FIXME: --enable-placeholders fails
+G2CONF="--disable-static --disable-placeholders"
+DOCS="ChangeLog NEWS"
+
+src_prepare() {
+ gnome2_src_prepare
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i themes/Adwaita/cursors/Makefile.am \
+ -i themes/Adwaita/cursors/Makefile.in || die
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Make it the default cursor theme
+ cd "${ED}/usr/share/cursors/xorg-x11" || die
+ ln -sfn Adwaita default || die
+}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-12-09 6:19 Alexandre Restovtsev
0 siblings, 0 replies; 33+ messages in thread
From: Alexandre Restovtsev @ 2011-12-09 6:19 UTC (permalink / raw
To: gentoo-commits
commit: b1403fa1ad4a9b311191dedc5a5741ea25dabdf3
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 9 00:54:53 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Dec 9 00:54:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b1403fa1
x11-themes/gnome-themes-standard: icon-naming-utils not needed (#393545)
icon-naming-utils is not used anywhere in gnome-themes-standard's build
system (bug #393545, thanks to Cedric for reporting).
---
.../gnome-themes-standard-9999.ebuild | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index a319e8d..9997d38 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -27,7 +27,6 @@ COMMON_DEPEND="gnome-base/librsvg:2
>=x11-libs/gtk+-3.1.18:3
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
- >=x11-misc/icon-naming-utils-0.8.7
>=dev-util/pkgconfig-0.19
>=dev-util/intltool-0.40
sys-devel/gettext"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-10-18 7:37 Alexandre Restovtsev
0 siblings, 0 replies; 33+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 443d7a6fbbec714b337ba00854795922b96d4a2d
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 06:14:18 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 06:14:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=443d7a6f
x11-themes/gnome-themes-standard: 3.2.0 → 3.2.1
Bump, improves gnome-panel theming.
---
...0.ebuild => gnome-themes-standard-3.2.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.0.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-04-29 17:29 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-04-29 17:29 UTC (permalink / raw
To: gentoo-commits
commit: f1113fb64ce621a0d869ec970b7b338e48899dab
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 17:17:00 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 17:17:00 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f1113fb6
x11-themes/gnome-themes-standard: 3.0.0 → 3.0.1
---
...0.ebuild => gnome-themes-standard-3.0.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.1.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.0.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.1.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 7c908a7499b3a005d69a0775c00fae2f04b5ef79
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 17:54:44 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 21:20:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7c908a74
x11-themes/gnome-themes-standard: 2.91.93 → 3.0.0
---
...3.ebuild => gnome-themes-standard-3.0.0.ebuild} | 2 +-
.../gnome-themes-standard-9999.ebuild | 12 ++++++++----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.93.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.0.ebuild
similarity index 97%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.93.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.0.ebuild
index 395b3c8..5d6c2d8 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.93.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.0.ebuild
@@ -21,7 +21,7 @@ else
KEYWORDS="~amd64 ~x86"
fi
-COMMON_DEPEND=">=x11-libs/gtk+-3.0.2:3
+COMMON_DEPEND=">=x11-libs/gtk+-3.0.8:3
>=x11-themes/gtk-engines-2.15.3:2"
DEPEND="${COMMON_DEPEND}
>=x11-misc/icon-naming-utils-0.8.7
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index cfd8f03..5d6c2d8 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -21,14 +21,18 @@ else
KEYWORDS="~amd64 ~x86"
fi
-# Double-check gtk/gtk-engines/metacity/mutter dependencies
-RDEPEND=">=x11-libs/gtk+-3.0.2:3
- >=x11-themes/gtk-engines-2.15.3"
-DEPEND="${RDEPEND}
+COMMON_DEPEND=">=x11-libs/gtk+-3.0.8:3
+ >=x11-themes/gtk-engines-2.15.3:2"
+DEPEND="${COMMON_DEPEND}
>=x11-misc/icon-naming-utils-0.8.7
>=dev-util/pkgconfig-0.19
>=dev-util/intltool-0.40
sys-devel/gettext"
+# gnome-themes{,-extras} are OBSOLETE for GNOME 3
+# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+RDEPEND="${COMMON_DEPEND}
+ !x11-themes/gnome-themes
+ !x11-themes/gnome-themes-extras"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"
# FIXME: --enable-placeholders fails
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-03-29 8:35 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-03-29 8:35 UTC (permalink / raw
To: gentoo-commits
commit: d229f8d3fd8201e162b7a52d7c532c357835d0ea
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 07:47:08 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 08:35:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d229f8d3
x11-themes/gnome-themes-standard: 2.91.92.1 → 2.91.93
---
...ebuild => gnome-themes-standard-2.91.93.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.92.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.93.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.92.1.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.93.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-03-19 13:52 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-03-19 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 0e061bdd81ea973feb522d246f4b43fa0fee0f67
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 13:48:52 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 13:51:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0e061bdd
gnome-themes-standard: add blocker on gnome-themes, fixes bug 359431
---
.../gnome-themes-standard-2.91.91.1.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91.1.ebuild
index cfd8f03..a29c25d 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91.1.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91.1.ebuild
@@ -28,7 +28,8 @@ DEPEND="${RDEPEND}
>=x11-misc/icon-naming-utils-0.8.7
>=dev-util/pkgconfig-0.19
>=dev-util/intltool-0.40
- sys-devel/gettext"
+ sys-devel/gettext
+ !<x11-themes/gnome-themes-2.91"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"
# FIXME: --enable-placeholders fails
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-03-09 11:34 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 0c7c3f398b406e9a88cf98b5a3205f314a44629a
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 13:35:11 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 11:21:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0c7c3f39
x11-themes/gnome-themes-standard: 2.91.90.1 → 2.91.91
* --enable-placeholders fails to install due to missing icons, fix later
---
...ebuild => gnome-themes-standard-2.91.91.ebuild} | 3 ++-
.../gnome-themes-standard-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91.ebuild
similarity index 93%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.1.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91.ebuild
index 3ecf6c7..5f979da 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.1.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.91.ebuild
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"
-G2CONF="--disable-static"
+# FIXME: --enable-placeholders fails
+G2CONF="--disable-static --disable-placeholders"
DOCS="ChangeLog NEWS"
src_prepare() {
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index 3ecf6c7..5f979da 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"
-G2CONF="--disable-static"
+# FIXME: --enable-placeholders fails
+G2CONF="--disable-static --disable-placeholders"
DOCS="ChangeLog NEWS"
src_prepare() {
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-02-23 14:40 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 6b001353a9d423db0fed7e8a8bcc34282c6ddc86
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 14:00:35 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 14:09:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6b001353
x11-themes/gnome-themes-standard: 2.91.90 -> 2.91.90.1
* Fixes appearance of checkboxes
---
...uild => gnome-themes-standard-2.91.90.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.1.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.1.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-02-22 5:42 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-02-22 5:42 UTC (permalink / raw
To: gentoo-commits
commit: 72e751688e13637af5bd2ec7cc589d2471c6dbcc
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 05:41:59 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 05:41:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72e75168
x11-themes/gnome-themes-standard: 2.91.8 -> 2.91.90
---
...ebuild => gnome-themes-standard-2.91.90.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.ebuild
similarity index 100%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r1.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.90.ebuild
^ permalink raw reply [flat|nested] 33+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
@ 2011-02-06 7:37 Nirbheek Chauhan
0 siblings, 0 replies; 33+ messages in thread
From: Nirbheek Chauhan @ 2011-02-06 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 391539baf909591649f487233e7f4de281ec6ec8
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 07:23:12 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 07:23:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=391539ba
x11-themes/gnome-themes-standard: fix installation of cursor theme
---
...uild => gnome-themes-standard-2.91.8-r1.ebuild} | 15 +++++++++++++++
.../gnome-themes-standard-9999.ebuild | 15 +++++++++++++++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r1.ebuild
similarity index 70%
rename from x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8.ebuild
rename to x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r1.ebuild
index 3a39f41..0ebbe9b 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r1.ebuild
@@ -32,3 +32,18 @@ DEPEND="${RDEPEND}
RESTRICT="binchecks strip"
G2CONF="--disable-static"
DOCS="ChangeLog NEWS"
+
+src_prepare() {
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i themes/Adwaita/cursors/Makefile.am \
+ -i themes/Adwaita/cursors/Makefile.in || die
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Make it the default cursor theme
+ cd "${ED}/usr/share/cursors/xorg-x11" || die
+ ln -sfn Adwaita default || die
+}
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index 3a39f41..0ebbe9b 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -32,3 +32,18 @@ DEPEND="${RDEPEND}
RESTRICT="binchecks strip"
G2CONF="--disable-static"
DOCS="ChangeLog NEWS"
+
+src_prepare() {
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i themes/Adwaita/cursors/Makefile.am \
+ -i themes/Adwaita/cursors/Makefile.in || die
+}
+
+src_install() {
+ gnome2_src_install
+
+ # Make it the default cursor theme
+ cd "${ED}/usr/share/cursors/xorg-x11" || die
+ ln -sfn Adwaita default || die
+}
^ permalink raw reply related [flat|nested] 33+ messages in thread
end of thread, other threads:[~2017-08-14 16:14 UTC | newest]
Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 19:50 [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/ Nirbheek Chauhan
-- strict thread matches above, loose matches on Subject: below --
2017-08-14 16:14 Gilles Dartiguelongue
2016-03-25 0:56 Ole Reifschneider
2015-05-14 13:39 Gilles Dartiguelongue
2015-04-19 12:50 Ole Reifschneider
2014-12-26 21:53 Gilles Dartiguelongue
2014-12-07 18:49 Gilles Dartiguelongue
2014-11-30 21:39 Gilles Dartiguelongue
2014-11-23 22:49 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2014-04-12 15:44 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-01 16:18 Gilles Dartiguelongue
2012-10-17 8:58 Alexandre Rostovtsev
2012-09-22 15:54 Nirbheek Chauhan
2012-07-13 10:41 Priit Laes
2012-05-24 9:11 Alexandre Restovtsev
2012-03-21 18:27 Alexandre Restovtsev
2012-03-07 0:32 Alexandre Restovtsev
2012-02-26 21:19 Alexandre Restovtsev
2012-02-10 8:15 Priit Laes
2012-01-18 9:39 Nirbheek Chauhan
2011-12-09 6:19 Alexandre Restovtsev
2011-10-18 7:37 Alexandre Restovtsev
2011-04-29 17:29 Nirbheek Chauhan
2011-04-05 0:57 Nirbheek Chauhan
2011-03-29 8:35 Nirbheek Chauhan
2011-03-19 13:52 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-23 14:40 Nirbheek Chauhan
2011-02-22 5:42 Nirbheek Chauhan
2011-02-06 7:37 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox