diff options
Diffstat (limited to 'x11-themes')
6 files changed, 0 insertions, 178 deletions
diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild deleted file mode 100644 index f625c6d1..00000000 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 -[[ ${PV} = 9999 ]] && inherit gnome2-live - -DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" -HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds" - -LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0" -SLOT="0" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -fi -IUSE="" - -RDEPEND="!<x11-themes/gnome-themes-standard-3.14" -DEPEND=">=sys-devel/gettext-0.19.8" diff --git a/x11-themes/gnome-backgrounds/metadata.xml b/x11-themes/gnome-backgrounds/metadata.xml deleted file mode 100644 index 39980802..00000000 --- a/x11-themes/gnome-backgrounds/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> diff --git a/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.14.2.3-srcdir.patch b/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.14.2.3-srcdir.patch deleted file mode 100644 index 717613b4..00000000 --- a/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.14.2.3-srcdir.patch +++ /dev/null @@ -1,26 +0,0 @@ -From db1e859fa27a4d3ca8a45937c2730f83c34405c6 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Sat, 28 Mar 2015 00:28:16 -0400 -Subject: [PATCH] HC: fix out-of-tree builds - -https://bugzilla.gnome.org/show_bug.cgi?id=746920 ---- - themes/HighContrast/icons/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/themes/HighContrast/icons/Makefile.am b/themes/HighContrast/icons/Makefile.am -index 76e824d..5545157 100644 ---- a/themes/HighContrast/icons/Makefile.am -+++ b/themes/HighContrast/icons/Makefile.am -@@ -6,7 +6,7 @@ render_sizes = "16x16" "22x22" "24x24" "32x32" "48x48" "256x256" "scalable" - THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$$size/* -type d`; do printf "$$dir,"; done; done;) - - %.theme: %.theme.in Makefile -- dirs="`echo $(THEME_DIRS) | sed -e 's#\./##g'`"; \ -+ dirs="`echo $(THEME_DIRS) | sed -e \"s#$(srcdir)/*##g\"`"; \ - sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > $@; \ - echo "" >> $@; \ - for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \ --- -2.3.3 - diff --git a/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.22.2-exclude-engine.patch b/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.22.2-exclude-engine.patch deleted file mode 100644 index 7cdceff7..00000000 --- a/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.22.2-exclude-engine.patch +++ /dev/null @@ -1,63 +0,0 @@ -From 58fd7206211e8e4d42ce6925718e56f84a1b4eb3 Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue <eva@gentoo.org> -Date: Mon, 3 Oct 2016 00:38:57 +0200 -Subject: [PATCH] Control build of gtk+2 adwaita theme engine from configure - -Rather than whole gtk+-2 theme. - -This only makes sense in Gentoo as the theme engine has been split to -a separate package to allow gtk+2 free systems. ---- - themes/Adwaita-dark/Makefile.am | 6 +----- - themes/Adwaita/Makefile.am | 6 +----- - themes/Adwaita/gtk-2.0/Makefile.am | 2 ++ - 3 files changed, 4 insertions(+), 10 deletions(-) - -diff --git a/themes/Adwaita-dark/Makefile.am b/themes/Adwaita-dark/Makefile.am -index 8a381b9..c5efcbf 100644 ---- a/themes/Adwaita-dark/Makefile.am -+++ b/themes/Adwaita-dark/Makefile.am -@@ -1,8 +1,4 @@ --SUBDIRS = gtk-3.0 -- --if GTK2_ENGINE --SUBDIRS += gtk-2.0 --endif -+SUBDIRS = gtk-2.0 gtk-3.0 - - THEME_NAME=Adwaita-dark - THEME_IN_FILES=index.theme.in -diff --git a/themes/Adwaita/Makefile.am b/themes/Adwaita/Makefile.am -index 8583535..617b9a6 100644 ---- a/themes/Adwaita/Makefile.am -+++ b/themes/Adwaita/Makefile.am -@@ -1,8 +1,4 @@ --SUBDIRS = gtk-3.0 -- --if GTK2_ENGINE --SUBDIRS += gtk-2.0 --endif -+SUBDIRS = gtk-2.0 gtk-3.0 - - THEME_NAME=Adwaita - THEME_IN_FILES=index.theme.in -diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am -index 1e56f7f..9108cc4 100644 ---- a/themes/Adwaita/gtk-2.0/Makefile.am -+++ b/themes/Adwaita/gtk-2.0/Makefile.am -@@ -1,3 +1,4 @@ -+if GTK2_ENGINE - enginedir = $(libdir)/gtk-2.0/$(GTK2_VERSION)/engines - engine_LTLIBRARIES = libadwaita.la - -@@ -5,6 +6,7 @@ libadwaita_la_CFLAGS = $(GTK2_ENGINE_CFLAGS) - libadwaita_la_SOURCES = adwaita_engine.c - libadwaita_la_LDFLAGS = -module -avoid-version -no-undefined - libadwaita_la_LIBADD = $(GTK2_ENGINE_LIBS) -+endif - - themedir = $(datadir)/themes/Adwaita/gtk-2.0 - theme_DATA = gtkrc main.rc apps.rc hacks.rc --- -2.10.1 - diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild deleted file mode 100644 index bb6dc531..00000000 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools gnome.org -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Standard Themes for GNOME Applications" -HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -fi - -# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose -# their default background image -RDEPEND=" - >=gnome-base/gsettings-desktop-schemas-3.4 -" -DEPEND=" - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - # https://bugzilla.gnome.org/show_bug.cgi?id=746920 - "${FILESDIR}"/${PN}-3.14.2.3-srcdir.patch - # Leave build of gtk+:2 engine to x11-themes/gtk-engines-adwaita - "${FILESDIR}"/${PN}-3.22.2-exclude-engine.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - ECONF_SOURCE="${S}" econf \ - --disable-static \ - --disable-gtk2-engine \ - --disable-gtk3-engine \ - GTK_UPDATE_ICON_CACHE=$(type -P true) -} diff --git a/x11-themes/gnome-themes-standard/metadata.xml b/x11-themes/gnome-themes-standard/metadata.xml deleted file mode 100644 index 39980802..00000000 --- a/x11-themes/gnome-themes-standard/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> |