diff options
author | David Seifert <soap@gentoo.org> | 2023-03-11 19:14:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-03-11 19:14:11 +0100 |
commit | f1cec5785d5b93c3ec8d75e70ccef1208614ddbf (patch) | |
tree | 8b91173e6a683e9c8e4c91e809f8e97e226f28b9 /x11-themes | |
parent | x11-themes/echo-icon-theme: treeclean (diff) | |
download | gentoo-f1cec5785d5b93c3ec8d75e70ccef1208614ddbf.tar.gz gentoo-f1cec5785d5b93c3ec8d75e70ccef1208614ddbf.tar.bz2 gentoo-f1cec5785d5b93c3ec8d75e70ccef1208614ddbf.zip |
x11-themes/gtk-engines-nodoka: treeclean
Closes: https://bugs.gentoo.org/892918
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes')
6 files changed, 0 insertions, 132 deletions
diff --git a/x11-themes/gtk-engines-nodoka/Manifest b/x11-themes/gtk-engines-nodoka/Manifest deleted file mode 100644 index a04df14501de..000000000000 --- a/x11-themes/gtk-engines-nodoka/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gtk-nodoka-engine-0.7.5.tar.gz 330736 BLAKE2B 7f2083366e7feade23159a206447c1b8e48f2628c74860fde6c33703c8b9a269fb9b7358716ac6f6be9ca8294d4f229a4ced06178641268eb77c0e8f2929ae96 SHA512 29804246ffa9ae8abf12ce5c4a4dc8890c357beba9a19c4619a2ea7890ac419bad07426ede07c9af0425adf05708d407e49c86e2a4f39e05e206d1093b9190aa diff --git a/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-autoreconf.patch b/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-autoreconf.patch deleted file mode 100644 index 3ca6da26df2d..000000000000 --- a/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-autoreconf.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 92bbdc36493d07c803ca86ffc90a188afd60bfa4 Mon Sep 17 00:00:00 2001 -From: orbea <orbea@riseup.net> -Date: Mar 28 2021 17:40:15 +0000 -Subject: gtk-nodoka-engine: Fix autoreconf. - - -Signed-off-by: orbea <orbea@riseup.net> - ---- - -diff --git a/configure.ac b/configure.ac -index e086fd9..46b8df8 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -6,6 +6,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror tar-pax]) - dnl Initialize maintainer mode - AM_MAINTAINER_MODE - -+AM_PROG_AR - AC_PROG_CC - AC_PROG_CC_STDC - AC_PROG_INSTALL - diff --git a/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-glib2.32.patch b/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-glib2.32.patch deleted file mode 100644 index 0eb074c0ad5d..000000000000 --- a/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-glib2.32.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: gtk-nodoka-engine-0.7.5/src/GTKEngine/animation.c -=================================================================== ---- gtk-nodoka-engine-0.7.5.orig/src/GTKEngine/animation.c -+++ gtk-nodoka-engine-0.7.5/src/GTKEngine/animation.c -@@ -23,7 +23,7 @@ - #include "animation.h" - - #ifdef HAVE_ANIMATION --#include <glib/gtimer.h> -+#include <glib.h> - - struct _AnimationInfo - { diff --git a/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-libm.patch b/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-libm.patch deleted file mode 100644 index 271c0a75c16e..000000000000 --- a/x11-themes/gtk-engines-nodoka/files/gtk-engines-nodoka-0.7.5-libm.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 6568ca0e84d19f4c7f67e9c5ac3f85931cffa61a Mon Sep 17 00:00:00 2001 -From: orbea <orbea@riseup.net> -Date: Sun, 28 Mar 2021 10:46:58 -0700 -Subject: [PATCH] gtk-nodoka-engine: Fix undefined libm references with - slibtool. - -Signed-off-by: orbea <orbea@riseup.net> ---- - Makefile.am | 2 +- - configure.ac | 3 +++ - 2 files changed, 4 insertions(+), 1 deletion(-) - -diff --git a/Makefile.am b/Makefile.am -index d7b2a8b..c426a45 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -34,5 +34,5 @@ libnodoka_la_SOURCES = \ - ./src/GTKEngine/config.h - - libnodoka_la_LDFLAGS = -module -avoid-version -no-undefined --libnodoka_la_LIBADD = $(GTK_LIBS) -+libnodoka_la_LIBADD = $(GTK_LIBS) $(LIBM) - -diff --git a/configure.ac b/configure.ac -index d771891..4ddbc87 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -17,6 +17,9 @@ AM_DISABLE_STATIC - AC_LIBTOOL_WIN32_DLL - AM_PROG_LIBTOOL - -+AC_CHECK_LIBM -+AC_SUBST([LIBM]) -+ - AC_ARG_ENABLE(animation, [ --enable-animation compile nodoka with animation support], [animation=$enableval], [animation="no"], ) - AC_ARG_ENABLE(animationtoleft, [ --enable-animationtoleft compile nodoka with progressbar animation from right to left], [animationtoleft=$enableval], [animationtoleft="no"], ) - --- -2.29.2 - diff --git a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild b/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild deleted file mode 100644 index ecb67cfd24b7..000000000000 --- a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_P="gtk-nodoka-engine-${PV}" - -DESCRIPTION="GTK+ engine and themes developed by the Fedora Project" -HOMEPAGE="https://fedorahosted.org/nodoka/" -SRC_URI="https://fedorahosted.org/releases/n/o/nodoka/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="animation-rtl" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${P}-glib2.32.patch - "${FILESDIR}"/${P}-autoreconf.patch - "${FILESDIR}"/${P}-libm.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --enable-animation \ - $(use_enable animation-rtl animationtoleft) -} - -src_install() { - default - - # no static archives - find "${D}" -name '*.la' -delete || die -} diff --git a/x11-themes/gtk-engines-nodoka/metadata.xml b/x11-themes/gtk-engines-nodoka/metadata.xml deleted file mode 100644 index fb919635ce8c..000000000000 --- a/x11-themes/gtk-engines-nodoka/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="animation-rtl">Progressbar animation from right to left</flag> - </use> -</pkgmetadata> |