diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-26 10:03:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-26 12:33:30 +0000 |
commit | f8809244ceb1d7c661ab2cc77a25ac67a05ab04c (patch) | |
tree | 154a8a07e9bf3266536fada44646ce7c19b0a4ff /x11-themes | |
parent | x11-misc/superswitcher: Remove last-rited pkg (diff) | |
download | gentoo-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')
5 files changed, 0 insertions, 99 deletions
diff --git a/x11-themes/gtk-engines-aurora/Manifest b/x11-themes/gtk-engines-aurora/Manifest deleted file mode 100644 index ad1b14899017..000000000000 --- a/x11-themes/gtk-engines-aurora/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 56438-aurora-1.5.1.tar.bz2 371792 BLAKE2B da4a06c5fc51e74e536a1f6ff9934b4312cd74f61a885b958139300a3e5f9e19a2b70fa6cbfd9317654b70cc73cf1b137a6c8e08c97656d1a815b746948f2dca SHA512 d8e2a2b071ff66597232f8dd681324cba9b649c9884b69b8135c83de23ff371baac0420968677ea1e28153953b7b5a0a26c2cfba20ef95179d9140e9a9faa67e diff --git a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch b/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch deleted file mode 100644 index 33dc3af23f4f..000000000000 --- a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/419393 - ---- a/src/animation.c -+++ b/src/animation.c -@@ -7,7 +7,7 @@ - #include "animation.h" - - #ifdef HAVE_ANIMATION --#include <glib/gtimer.h> -+#include <glib.h> - - struct _AnimationInfo { - GTimer *timer; diff --git a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-slibtool-undefined-references.patch b/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-slibtool-undefined-references.patch deleted file mode 100644 index b88f21cac82b..000000000000 --- a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-slibtool-undefined-references.patch +++ /dev/null @@ -1,32 +0,0 @@ -https://bugs.gentoo.org/779406 - -commit e55f6880d6bb649b2f1bd55c31bd4ba6265ccae0 -Author: orbea <orbea@riseup.net> -Date: Tue Mar 30 11:54:33 2021 -0700 - - build: Fix undefined references for libm. - -diff --git a/Makefile.am b/Makefile.am -index 16d29ea..09a51bb 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -22,4 +22,4 @@ libaurora_la_SOURCES = \ - ./src/config.h - - libaurora_la_LDFLAGS = -module -avoid-version -no-undefined --libaurora_la_LIBADD = $(GTK_LIBS) -+libaurora_la_LIBADD = $(GTK_LIBS) $(LIBM) -diff --git a/configure.ac b/configure.ac -index b1c35e9..9b446c3 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -20,6 +20,9 @@ AC_ARG_ENABLE(animation, [ --enable-animation compile aurora with animati - - PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10.0,,AC_MSG_ERROR([GTK+-2.10 is required to compile aurora])) - -+AC_CHECK_LIBM -+AC_SUBST([LIBM]) -+ - AC_SUBST(GTK_CFLAGS) - AC_SUBST(GTK_LIBS) - 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 -} diff --git a/x11-themes/gtk-engines-aurora/metadata.xml b/x11-themes/gtk-engines-aurora/metadata.xml deleted file mode 100644 index 2ba8e9e851e4..000000000000 --- a/x11-themes/gtk-engines-aurora/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>desktop-misc@gentoo.org</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> -</pkgmetadata> |