diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:18:10 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:18:10 +0000 |
commit | 1673061eb4ebf8d54ac6779a95ac669fe5f01183 (patch) | |
tree | 1611dd9ab39abc4fc898c7194f9dc233bb441ac6 /x11-themes/gnome-themes-standard | |
parent | drop old (diff) | |
download | gentoo-2-1673061eb4ebf8d54ac6779a95ac669fe5f01183.tar.gz gentoo-2-1673061eb4ebf8d54ac6779a95ac669fe5f01183.tar.bz2 gentoo-2-1673061eb4ebf8d54ac6779a95ac669fe5f01183.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes/gnome-themes-standard')
4 files changed, 6 insertions, 191 deletions
diff --git a/x11-themes/gnome-themes-standard/ChangeLog b/x11-themes/gnome-themes-standard/ChangeLog index ff4a08f86c56..d42f720475fb 100644 --- a/x11-themes/gnome-themes-standard/ChangeLog +++ b/x11-themes/gnome-themes-standard/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/gnome-themes-standard # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.60 2014/04/21 10:30:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.61 2014/04/27 09:18:10 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> + -gnome-themes-standard-3.4.2.ebuild, -gnome-themes-standard-3.8.4-r1.ebuild, + -gnome-themes-standard-3.8.4.ebuild: + drop old 21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gnome-themes-standard-3.10.0.ebuild: diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.4.2.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.4.2.ebuild deleted file mode 100644 index 1c255bf7aae2..000000000000 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.4.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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.4.2.ebuild,v 1.10 2012/12/27 17:37:50 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Adwaita theme for GNOME Shell" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" - -COMMON_DEPEND="gnome-base/librsvg:2 - x11-libs/cairo - >=x11-libs/gtk+-3.3.14:3 - <x11-libs/gtk+-3.5: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 -} diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.8.4-r1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.8.4-r1.ebuild deleted file mode 100644 index d522d1485928..000000000000 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.8.4-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 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.8.4-r1.ebuild,v 1.1 2013/12/27 11:05:47 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils 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.6.2: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 - - # fix menu borders when not running under gnome-shell (from 3.10) - epatch "${FILESDIR}/${P}-menu-borders.patch" - - 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 -} diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.8.4.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.8.4.ebuild deleted file mode 100644 index 9a6ffd5ff4ce..000000000000 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.8.4.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2013 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.8.4.ebuild,v 1.3 2013/12/08 19:53:24 pacho Exp $ - -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.6.2: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 -} |