* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2014-10-12 23:19 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-12 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 44846fcd255e3e12f7c4cf87fde7a7508c39c364
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 18:39:32 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 23:18:59 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=44846fcd
x11-themes/adwaita-icon-theme: cursors moved to adwaita-icon-theme
Also fix blocker dependency.
---
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
index 164a75f..58f1283 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="
>=x11-themes/hicolor-icon-theme-0.10
"
RDEPEND="${COMMON_DEPEND}
- !x11-themes/gnome-themes-standard
+ !<x11-themes/gnome-themes-standard-3.14
"
DEPEND="${COMMON_DEPEND}
>=x11-misc/icon-naming-utils-0.8.7
@@ -43,6 +43,11 @@ src_prepare() {
done
fi
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i Adwaita/cursors/Makefile.am \
+ -i Adwaita/cursors/Makefile.in || die
+
gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2014-10-15 21:58 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-15 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 3c273383a90614f2e49ccdedebee8ee91f3fad55
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 21:57:33 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 21:57:33 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3c273383
x11-themes/adwaita-icon-theme: fix typos, bug #525466
---
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
index 58f1283..8b2b536 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
@@ -38,23 +38,21 @@ src_prepare() {
if use branding; then
for i in 16 22 24 32 48; do
cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- "${S}"/adwaita/${i}x${i}/places/start-here.png \
+ "${S}"/Adwaita/${i}x${i}/places/start-here.png \
|| die "Copying gentoo logos failed"
done
fi
# Install cursors in the right place
sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i Adwaita/cursors/Makefile.am \
- -i Adwaita/cursors/Makefile.in || die
+ -i "${S}"/Makefile.am \
+ -i "${S}"/Makefile.in || die
gnome2_src_prepare
}
src_configure() {
- gnome2_src_configure \
- --enable-icon-mapping \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
+ gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2014-11-03 23:24 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-03 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 1008d59ccf1a5a838f2564a63ff1ae3034315b5c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 2 16:26:55 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 2 16:26:55 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1008d59c
x11-themes/adwaita-icon-theme: 3.14.0 → 3.14.1
---
...{adwaita-icon-theme-3.14.0.ebuild => adwaita-icon-theme-3.14.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
similarity index 100%
rename from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
rename to x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2014-12-21 13:28 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-21 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 8f509c7da4f2a90452bcee83dfdefcc84a4ded61
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 12:13:22 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 12:14:29 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8f509c7d
x11-themes/adwaita-icon-theme: moved to gentoo-x86
---
.../adwaita-icon-theme-3.14.1.ebuild | 63 ----------------------
1 file changed, 63 deletions(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
deleted file mode 100644
index 8b2b536..0000000
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"
-
-SRC_URI="${SRC_URI}
- branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"
-
-LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
- branding? ( CC-Sampling-Plus-1.0 )"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
- >=x11-themes/hicolor-icon-theme-0.10
-"
-RDEPEND="${COMMON_DEPEND}
- !<x11-themes/gnome-themes-standard-3.14
-"
-DEPEND="${COMMON_DEPEND}
- >=x11-misc/icon-naming-utils-0.8.7
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
- if use branding; then
- for i in 16 22 24 32 48; do
- cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- "${S}"/Adwaita/${i}x${i}/places/start-here.png \
- || die "Copying gentoo logos failed"
- done
- fi
-
- # Install cursors in the right place
- sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i "${S}"/Makefile.am \
- -i "${S}"/Makefile.in || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure 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] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2015-05-10 17:20 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-10 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 634ba168b14242bb5db4f8f883018cf5b734f978
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 15:59:34 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:09:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=634ba168
x11-themes/adwaita-icon-theme: 3.14.1-r1 → 3.16.0
.../adwaita-icon-theme-3.16.0.ebuild | 74 ++++++++++++++++++++++
1 file changed, 74 insertions(+)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild
new file mode 100644
index 0000000..2242d69
--- /dev/null
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2 versionator
+
+DESCRIPTION="GNOME default icon theme"
+HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"
+
+SRC_URI="${SRC_URI}
+ branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"
+
+LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
+ branding? ( CC-Sampling-Plus-1.0 )"
+SLOT="0"
+IUSE="branding"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="
+ >=x11-themes/hicolor-icon-theme-0.10
+"
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/librsvg:2
+ !<x11-themes/gnome-themes-standard-3.14
+"
+DEPEND="${COMMON_DEPEND}
+ >=x11-misc/icon-naming-utils-0.8.7
+ >=dev-util/intltool-0.40
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_prepare() {
+ if use branding; then
+ for i in 16 22 24 32 48; do
+ cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
+ "${S}"/Adwaita/${i}x${i}/places/start-here.png \
+ || die "Copying gentoo logos failed"
+ done
+ fi
+
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i "${S}"/Makefile.am \
+ -i "${S}"/Makefile.in || die
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
+}
+
+src_install() {
+ gnome2_src_install
+ # Buggy directory due to drop of intltool usage
+ rm -rf ${D}/usr/locale
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ elog "$PF no longer installs the"
+ elog "/usr/share/cursors/xorg-x11/default symlink. Instead, desktop"
+ elog "environments are expected to set the cursor theme using the"
+ elog "XCURSOR_THEME environment variable or other means."
+ elog "If you are seeing old-style X11 cursors in GNOME or Cinnamon,"
+ elog "make sure you have >=gnome-base/gnome-session-3.14.0-r2"
+ elog "and then log out and log in again."
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2015-05-12 19:31 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 9275c23251fa0274f8eae0b06ed34a1f71b3db67
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 19:17:04 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 19:17:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9275c232
x11-themes/adwaita-icon-theme: 3.16.0 → 3.16.2
...{adwaita-icon-theme-3.16.0.ebuild => adwaita-icon-theme-3.16.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild
similarity index 100%
rename from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.0.ebuild
rename to x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2015-05-14 22:50 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 22:50 UTC (permalink / raw
To: gentoo-commits
commit: 83f3300c1f960ee45088aaae1dcb8cda36de5a92
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 22:46:14 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 22:46:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=83f3300c
x11-themes/adwaita-icon-theme: add missing quotes
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild
index 2242d69..3caead8 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild
@@ -59,7 +59,7 @@ src_configure() {
src_install() {
gnome2_src_install
# Buggy directory due to drop of intltool usage
- rm -rf ${D}/usr/locale
+ rm -rf "${D}"/usr/locale
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2015-10-02 12:50 Ole Reifschneider
0 siblings, 0 replies; 13+ messages in thread
From: Ole Reifschneider @ 2015-10-02 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 9a2e1229eca74d450514d90d3be7e829f62fddce
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 2 11:05:04 2015 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Oct 2 11:05:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a2e1229
x11-themes/adwaita-icon-theme: Bump version to 3.18.0
Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42
.../adwaita-icon-theme-3.18.0.ebuild | 76 ++++++++++++++++++++++
1 file changed, 76 insertions(+)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild
new file mode 100644
index 0000000..9fd0d6a
--- /dev/null
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2 versionator
+
+DESCRIPTION="GNOME default icon theme"
+HOMEPAGE="https://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"
+
+SRC_URI="${SRC_URI}
+ branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"
+
+LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
+ branding? ( CC-Sampling-Plus-1.0 )"
+SLOT="0"
+IUSE="branding"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="
+ >=x11-themes/hicolor-icon-theme-0.10
+"
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/librsvg:2
+ !<x11-themes/gnome-themes-standard-3.14
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.40
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_prepare() {
+ if use branding; then
+ for i in 16 22 24 32 48; do
+ cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
+ "${S}"/Adwaita/${i}x${i}/places/start-here.png \
+ || die "Copying gentoo logos failed"
+ done
+ fi
+
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i "${S}"/Makefile.am \
+ -i "${S}"/Makefile.in || die
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-w32-cursors \
+ --disable-l-xl-variants \
+ GTK_UPDATE_ICON_CACHE=$(type -P true)
+}
+
+src_install() {
+ gnome2_src_install
+ # Buggy directory due to drop of intltool usage
+ rm -rf "${D}"/usr/locale
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ elog "$PF no longer installs the"
+ elog "/usr/share/cursors/xorg-x11/default symlink. Instead, desktop"
+ elog "environments are expected to set the cursor theme using the"
+ elog "XCURSOR_THEME environment variable or other means."
+ elog "If you are seeing old-style X11 cursors in GNOME or Cinnamon,"
+ elog "make sure you have >=gnome-base/gnome-session-3.14.0-r2"
+ elog "and then log out and log in again."
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2016-03-25 0:56 Ole Reifschneider
0 siblings, 0 replies; 13+ messages in thread
From: Ole Reifschneider @ 2016-03-25 0:56 UTC (permalink / raw
To: gentoo-commits
commit: 76e4f1e9fd9acdea562857ea118e8b2dba14a9e3
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:26:23 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=76e4f1e9
x11-themes/adwaita-icon-theme: Bump version to 3.20
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
....18.0.ebuild => adwaita-icon-theme-3.20.ebuild} | 38 ++++++----------------
1 file changed, 10 insertions(+), 28 deletions(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
similarity index 55%
rename from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild
rename to x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
index 9fd0d6a..da7f269 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.18.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-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$
@@ -8,13 +8,15 @@ GCONF_DEBUG="no"
inherit gnome2 versionator
DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"
+HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/"
SRC_URI="${SRC_URI}
- branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"
-
-LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
- branding? ( CC-Sampling-Plus-1.0 )"
+ branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
+"
+LICENSE="
+ || ( LGPL-3 CC-BY-SA-3.0 )
+ branding? ( CC-Sampling-Plus-1.0 )
+"
SLOT="0"
IUSE="branding"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
@@ -43,7 +45,7 @@ src_prepare() {
done
fi
- # Install cursors in the right place
+ # Install cursors in the right place used in Gentoo
sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
-i "${S}"/Makefile.am \
-i "${S}"/Makefile.in || die
@@ -52,25 +54,5 @@ src_prepare() {
}
src_configure() {
- gnome2_src_configure \
- --disable-w32-cursors \
- --disable-l-xl-variants \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
-
-src_install() {
- gnome2_src_install
- # Buggy directory due to drop of intltool usage
- rm -rf "${D}"/usr/locale
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- elog "$PF no longer installs the"
- elog "/usr/share/cursors/xorg-x11/default symlink. Instead, desktop"
- elog "environments are expected to set the cursor theme using the"
- elog "XCURSOR_THEME environment variable or other means."
- elog "If you are seeing old-style X11 cursors in GNOME or Cinnamon,"
- elog "make sure you have >=gnome-base/gnome-session-3.14.0-r2"
- elog "and then log out and log in again."
+ gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2017-08-14 16:11 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-14 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 4308e70411e123b78ac22260955b9b57badecbc7
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 15:58:48 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 15:58:48 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4308e704
x11-themes/adwaita-icon-theme: sync with gentoo repository
.../adwaita-icon-theme-3.20.ebuild | 58 ----------------------
x11-themes/adwaita-icon-theme/metadata.xml | 8 ---
2 files changed, 66 deletions(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
deleted file mode 100644
index da7f269e..00000000
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/"
-
-SRC_URI="${SRC_URI}
- branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
-"
-LICENSE="
- || ( LGPL-3 CC-BY-SA-3.0 )
- branding? ( CC-Sampling-Plus-1.0 )
-"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
- >=x11-themes/hicolor-icon-theme-0.10
-"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/librsvg:2
- !<x11-themes/gnome-themes-standard-3.14
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
- if use branding; then
- for i in 16 22 24 32 48; do
- cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- "${S}"/Adwaita/${i}x${i}/places/start-here.png \
- || die "Copying gentoo logos failed"
- done
- fi
-
- # Install cursors in the right place used in Gentoo
- sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i "${S}"/Makefile.am \
- -i "${S}"/Makefile.in || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
diff --git a/x11-themes/adwaita-icon-theme/metadata.xml b/x11-themes/adwaita-icon-theme/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/x11-themes/adwaita-icon-theme/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2017-12-20 19:28 Sobhan Mohammadpour
0 siblings, 0 replies; 13+ messages in thread
From: Sobhan Mohammadpour @ 2017-12-20 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 285dbe3b94744737bd73bb78f0c60bcfdf54dad7
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 19:28:07 2017 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 19:28:07 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=285dbe3b
x11-themes/adwaita-icon-theme: version bump to 3.26.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1
.../adwaita-icon-theme-3.26.0.ebuild | 58 ++++++++++++++++++++++
x11-themes/adwaita-icon-theme/metadata.xml | 8 +++
2 files changed, 66 insertions(+)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.0.ebuild
new file mode 100644
index 00000000..9f8717ec
--- /dev/null
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit gnome2
+
+DESCRIPTION="GNOME default icon theme"
+HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/"
+
+SRC_URI="${SRC_URI}
+ branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
+"
+LICENSE="
+ || ( LGPL-3 CC-BY-SA-3.0 )
+ branding? ( CC-BY-SA-4.0 )
+"
+SLOT="0"
+IUSE="branding"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+# gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
+# librsvg is needed for gtk-encode-symbolic-svg to be able to read the source SVG via its pixbuf loader and at runtime for rendering scalable icons shipped by the theme
+COMMON_DEPEND="
+ >=x11-themes/hicolor-icon-theme-0.10
+ gnome-base/librsvg:2
+"
+RDEPEND="${COMMON_DEPEND}
+ !<x11-themes/gnome-themes-standard-3.14
+"
+DEPEND="${COMMON_DEPEND}
+ x11-libs/gtk+:3
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_prepare() {
+ if use branding; then
+ for i in 16 22 24 32 48; do
+ cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
+ "${S}"/Adwaita/${i}x${i}/places/start-here.png \
+ || die "Copying gentoo logos failed"
+ done
+ fi
+
+ # Install cursors in the right place used in Gentoo
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i "${S}"/Makefile.am \
+ -i "${S}"/Makefile.in || die
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
+}
diff --git a/x11-themes/adwaita-icon-theme/metadata.xml b/x11-themes/adwaita-icon-theme/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/x11-themes/adwaita-icon-theme/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2018-02-16 15:32 Sobhan Mohammadpour
0 siblings, 0 replies; 13+ messages in thread
From: Sobhan Mohammadpour @ 2018-02-16 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 09a2118b57e1bd6d965dc5cc4d2231432d84226a
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 15:32:12 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 15:32:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=09a2118b
x11-themes/adwaita-icon-theme: bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1
...dwaita-icon-theme-3.26.0.ebuild => adwaita-icon-theme-3.26.1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.0.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild
similarity index 97%
rename from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.0.ebuild
rename to x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild
index 9f8717ec..237c5b41 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
@ 2018-08-03 9:06 Mart Raudsepp
0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2018-08-03 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 1980c9a2a4f0cbf69e0b36e58e146fcf8ef953bb
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 09:06:31 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 09:06:31 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1980c9a2
x11-themes/adwaita-icon-theme: remove, available in ::gentoo
.../adwaita-icon-theme-3.26.1.ebuild | 58 ----------------------
x11-themes/adwaita-icon-theme/metadata.xml | 8 ---
2 files changed, 66 deletions(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild
deleted file mode 100644
index 237c5b41..00000000
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit gnome2
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/"
-
-SRC_URI="${SRC_URI}
- branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
-"
-LICENSE="
- || ( LGPL-3 CC-BY-SA-3.0 )
- branding? ( CC-BY-SA-4.0 )
-"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-# gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
-# librsvg is needed for gtk-encode-symbolic-svg to be able to read the source SVG via its pixbuf loader and at runtime for rendering scalable icons shipped by the theme
-COMMON_DEPEND="
- >=x11-themes/hicolor-icon-theme-0.10
- gnome-base/librsvg:2
-"
-RDEPEND="${COMMON_DEPEND}
- !<x11-themes/gnome-themes-standard-3.14
-"
-DEPEND="${COMMON_DEPEND}
- x11-libs/gtk+:3
- sys-devel/gettext
- virtual/pkgconfig
-"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
- if use branding; then
- for i in 16 22 24 32 48; do
- cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- "${S}"/Adwaita/${i}x${i}/places/start-here.png \
- || die "Copying gentoo logos failed"
- done
- fi
-
- # Install cursors in the right place used in Gentoo
- sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i "${S}"/Makefile.am \
- -i "${S}"/Makefile.in || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
diff --git a/x11-themes/adwaita-icon-theme/metadata.xml b/x11-themes/adwaita-icon-theme/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/x11-themes/adwaita-icon-theme/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2018-08-03 9:06 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 12:50 [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/ Ole Reifschneider
-- strict thread matches above, loose matches on Subject: below --
2018-08-03 9:06 Mart Raudsepp
2018-02-16 15:32 Sobhan Mohammadpour
2017-12-20 19:28 Sobhan Mohammadpour
2017-08-14 16:11 Gilles Dartiguelongue
2016-03-25 0:56 Ole Reifschneider
2015-05-14 22:50 Gilles Dartiguelongue
2015-05-12 19:31 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2014-12-21 13:28 Gilles Dartiguelongue
2014-11-03 23:24 Gilles Dartiguelongue
2014-10-15 21:58 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox