summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-26 10:03:10 +0100
committerSam James <sam@gentoo.org>2021-05-26 12:33:30 +0000
commitf8809244ceb1d7c661ab2cc77a25ac67a05ab04c (patch)
tree154a8a07e9bf3266536fada44646ce7c19b0a4ff /x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild
parentx11-misc/superswitcher: Remove last-rited pkg (diff)
downloadgentoo-f8809244ceb1d7c661ab2cc77a25ac67a05ab04c.tar.gz
gentoo-f8809244ceb1d7c661ab2cc77a25ac67a05ab04c.tar.bz2
gentoo-f8809244ceb1d7c661ab2cc77a25ac67a05ab04c.zip
x11-themes/gtk-engines-aurora: Remove last-rited pkg
Closes: https://bugs.gentoo.org/782904 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild')
-rw-r--r--x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild b/x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild
deleted file mode 100644
index 68deb8904145..000000000000
--- a/x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_MAJ=$(ver_cut 1-2)
-DESCRIPTION="Aurora GTK+ 2.x Theme Engine"
-HOMEPAGE="https://www.gnome-look.org/content/show.php?content=56438"
-SRC_URI="https://gnome-look.org/CONTENT/content-files/56438-aurora-${PV}.tar.bz2"
-S="${WORKDIR}/aurora-${MY_MAJ}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- dev-libs/glib:2
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-glib-2.31.patch
- "${FILESDIR}"/${P}-slibtool-undefined-references.patch
-)
-
-src_unpack() {
- unpack ${A}
- unpack ./aurora-gtk-engine-${MY_MAJ}.tar.gz
- unpack ./Aurora.tar.bz2
-}
-
-src_configure() {
- econf --enable-animation
-}
-
-src_install() {
- default
-
- insinto /usr/share/themes/Aurora
- doins -r ../Aurora/.
-
- # no static archives
- find "${ED}" -name '*.la' -delete || die
-}