summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:54:04 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:54:04 +0100
commit45c16065af0eab6090822db90d2e93d2c22ceb20 (patch)
treeda60db5ca76e67bc329889c893c2a708d7c09e00 /x11-themes
parentsci-geosciences/swmm: treeclean (diff)
downloadgentoo-45c16065af0eab6090822db90d2e93d2c22ceb20.tar.gz
gentoo-45c16065af0eab6090822db90d2e93d2c22ceb20.tar.bz2
gentoo-45c16065af0eab6090822db90d2e93d2c22ceb20.zip
x11-themes/redhat-artwork: treeclean
Closes: https://bugs.gentoo.org/819141 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/redhat-artwork/Manifest1
-rw-r--r--x11-themes/redhat-artwork/metadata.xml15
-rw-r--r--x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild143
3 files changed, 0 insertions, 159 deletions
diff --git a/x11-themes/redhat-artwork/Manifest b/x11-themes/redhat-artwork/Manifest
deleted file mode 100644
index f9508fd80b85..000000000000
--- a/x11-themes/redhat-artwork/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST redhat-artwork-5.0.8-4.fc7.src.rpm 8298864 BLAKE2B 1add8f4138ee506a5bd26ad31ab04dad14dfb7d84a6015a3f870d542ae21fa87826f0a171e0537710983b79f41d054883e21cf92bc23339b872eb817cc86897b SHA512 e063a281fd561708e560d91b9eb276b0caa80dd6060513240a0a31b6089f3c97fb9959091d719dd6e84b47838408c991a9645be9fc081709027de4d2f2c95a51
diff --git a/x11-themes/redhat-artwork/metadata.xml b/x11-themes/redhat-artwork/metadata.xml
deleted file mode 100644
index 94eae5e5710e..000000000000
--- a/x11-themes/redhat-artwork/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>desktop-misc@gentoo.org</email>
-<name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
-<use>
-<flag name="audacious">Install <pkg>media-sound/audacious</pkg> theme</flag>
-<flag name="cursors">Install Bluecurve cursors</flag>
-<flag name="gdm">Install Bluecurve <pkg>gnome-base/gdm</pkg> theme</flag>
-<flag name="icons">Install Bluecurve icons</flag>
-<flag name="nautilus">Install Bluecurve <pkg>gnome-base/nautilus</pkg> icons</flag>
-</use>
-</pkgmetadata>
diff --git a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild
deleted file mode 100644
index 898f24a08984..000000000000
--- a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools epatch rpm
-
-MY_R=${PR/r/}
-DESCRIPTION="RedHat's Bluecurve theme for GTK2, KDE, GDM, Metacity and Nautilus"
-HOMEPAGE="https://www.redhat.com"
-SRC_URI="mirror://gentoo/${P}-${MY_R}.fc7.src.rpm"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
-IUSE="audacious cursors gdm icons nautilus"
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="
- ${RDEPEND}
- dev-util/intltool
- media-gfx/icon-slicer
- virtual/pkgconfig
-"
-
-RESTRICT="test"
-
-src_unpack() {
- rpm_src_unpack
-}
-
-src_prepare() {
- epatch "${WORKDIR}"/redhat-artwork-5.0.5-add-dirs-to-bluecurve-theme-index.patch
- epatch "${WORKDIR}"/redhat-artwork-5.0.8-echo.patch
-
- # dies if LANG has UTF-8
- export LANG=C
- export LC_ALL=C
-
- rm -f configure
- sed -i \
- -e 's|.*MCOPIDL.*||' \
- -e 's|.*ARTSCCONFIG.*||' \
- acinclude.m4 || die
-
- sed -i \
- -e 's|AC_PATH_KDE||' \
- -e 's|KDE_CHECK_FINAL||' \
- -e 's|KDE_SET_PREFIX||' \
- -e 's|art/kde/Makefile||' \
- -e 's|art/kde/kwin/Bluecurve/Makefile||' \
- -e 's|art/kde/kwin/Makefile||' \
- -e 's|dnl KDE_USE_QT||' \
- configure.in || die
-
- sed -i \
- -e 's|kde||' \
- -e 's|qt||' \
- art/Makefile.am || die
-
- sed -i \
- -e 's| $(datadir)| $(DESTDIR)$(datadir)|' \
- art/cursor/Bluecurve/Makefile.am \
- art/cursor/Bluecurve-inverse/Makefile.am \
- art/cursor/LBluecurve/Makefile.am \
- art/cursor/LBluecurve-inverse/Makefile.am \
- art/icon/Makefile.am \
- art/icon/Bluecurve/sheets/Makefile.am || die
-
- eautoreconf
-
- intltoolize --force || die
-
- sed -i -e 's|GtkStyle|4|' art/qt/Bluecurve/bluecurve.cpp || die
-}
-
-src_compile() {
- emake QTDIR="${QTDIR}" styledir="${QTDIR}/plugins/styles"
-}
-
-src_install() {
- # dies if LANG has UTF-8
- export LANG=C
- export LC_ALL=C
-
- emake \
- QTDIR="${QTDIR}" \
- styledir="${QTDIR}/plugins/styles" \
- DESTDIR="${D}" \
- install
-
- # yank redhat logos (registered trademarks, etc)
- rm -f "${D}/usr/share/gdm/themes/Bluecurve/rh_logo-header.png"
- rm -f "${D}/usr/share/gdm/themes/Bluecurve/screenshot.png"
-
- cd "${D}/usr/share/gdm/themes/Bluecurve/" || die
-
- # replace redhat logo with gnome logo from happygnome theme, use .svg if >=gnome-base/gdm-2.14 installed
- if has_version gnome-base/gdm >=2.14; then
- sed -i \
- -e 's|<normal file="rh_logo-header.png"/>|<normal file="/usr/share/gdm/themes/happygnome/gnome-logo.svg"/>|' \
- -e 's|<pos x="3%" y="5%" width="398" height="128" anchor="nw"/>|<pos x="3%" y="3%"/>|' Bluecurve.xml \
- || die
- else
- sed -i \
- -e 's|<normal file="rh_logo-header.png"/>|<normal file="/usr/share/gdm/themes/happygnome/gnome-logo.png"/>|' \
- -e 's|<pos x="3%" y="5%" width="398" height="128" anchor="nw"/>|<pos x="3%" y="3%"/>|' Bluecurve.xml \
- || die
- fi
-
- # Bluecurve GDM screenshot has redhat logo
- # Theme copyright notice left intact... do not modify it
- sed -i -e 's|Screenshot=|#Screenshot=|' GdmGreeterTheme.desktop || die
-
- X11_IMPLEM="xorg-x11"
-
- for x in Bluecurve Bluecurve-inverse; do
- dodir /usr/share/cursors/${X11_IMPLEM}/${x}
- mv "${D}"/usr/share/icons/${x}/cursors "${D}"/usr/share/cursors/${X11_IMPLEM}/${x}
- dosym /usr/share/cursors/${X11_IMPLEM}/${x}/cursors /usr/share/icons/${x}/cursors
- done
-
- # remove audacious skin if unneeded
- if ! use audacious; then
- rm -r "${D}"/usr/share/xmms || die
- else
- mv "${D}"/usr/share/xmms "${D}"/usr/share/audacious || die
- fi
-
- cd "${S}"
- dodoc AUTHORS NEWS README ChangeLog
-
- ###
- # Some extra features - allows redhat-artwork to be very light:
- ###
- if ! use gdm; then rm -r "${D}"/usr/share/gdm || die; fi
- rm -r "${D}"/usr/share/apps/kdm || die
- if ! use cursors; then rm -r "${D}"/usr/share/cursors || die; fi
- if ! use icons; then
- rm -r "${D}"/usr/share/icons || die
- rm -r "${D}"/usr/share/pixmaps/*.png || die
- fi
- if ! use nautilus; then rm -r "${D}"/usr/share/pixmaps/nautilus || die; fi
-}