summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild21
-rw-r--r--x11-themes/gnome-backgrounds/metadata.xml8
-rw-r--r--x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild47
-rw-r--r--x11-themes/gnome-icon-theme-symbolic/metadata.xml8
-rw-r--r--x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.14.2.3-srcdir.patch26
-rw-r--r--x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.22.2-exclude-engine.patch63
-rw-r--r--x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild52
-rw-r--r--x11-themes/gnome-themes-standard/metadata.xml8
-rw-r--r--x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild54
-rw-r--r--x11-themes/gtk-engines-unico/metadata.xml11
10 files changed, 0 insertions, 298 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 9fe6063f..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 ~sh ~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-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild
deleted file mode 100644
index 50459b91..00000000
--- a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Symbolic icons for GNOME default icon theme"
-HOMEPAGE="https://git.gnome.org/browse/gnome-icon-theme-symbolic/"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux"
-fi
-
-COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-
-# gnome-base/librsvg will be needed by apps using this icons, bug #508210
-RDEPEND="${COMMON_DEPEND}
- gnome-base/librsvg
- !=gnome-extra/gnome-power-manager-3.0*
-"
-# Matches 3.10
-# !=gnome-extra/gnome-power-manager-3.1*
-
-# keyboard-brightness icon file collision with old gnome-power-manager
-DEPEND="${COMMON_DEPEND}
- >=x11-misc/icon-naming-utils-0.8.7
- virtual/pkgconfig
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_configure() {
- gnome2_src_configure \
- --enable-icon-mapping \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
diff --git a/x11-themes/gnome-icon-theme-symbolic/metadata.xml b/x11-themes/gnome-icon-theme-symbolic/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/x11-themes/gnome-icon-theme-symbolic/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 b9809787..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 ~sh ~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>
diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild
deleted file mode 100644
index 6e9b57b8..00000000
--- a/x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=modules
-
-inherit autotools-multilib eutils
-if [[ ${PV} = 9999 ]]; then
- EBZR_REPO_URI="lp:unico"
- inherit bzr
-fi
-
-MY_PN=${PN/gtk-engines-}
-MY_PV=${PV/_pre/+14.04.}
-MY_P=${MY_PN}_${MY_PV}
-
-DESCRIPTION="The Unico GTK+ 3.x theming engine"
-HOMEPAGE="https://launchpad.net/unico"
-if [[ ${PV} != 9999 ]]; then
- SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_P}.orig.tar.gz"
- S=${WORKDIR}/${MY_PN}-${MY_PV}
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-fi
-
-RDEPEND="
- >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
- >=x11-libs/cairo-1.10[glib,${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.5.2:3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_unpack() {
- bzr_src_unpack
-}
-
-src_configure() {
- # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently
- # unused in the code itself.
- autotools-multilib_src_configure \
- --disable-static \
- --disable-debug \
- --disable-maintainer-flags
-}
diff --git a/x11-themes/gtk-engines-unico/metadata.xml b/x11-themes/gtk-engines-unico/metadata.xml
deleted file mode 100644
index 9da24517..00000000
--- a/x11-themes/gtk-engines-unico/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="launchpad">ubuntu</remote-id>
- </upstream>
-</pkgmetadata>