summaryrefslogtreecommitdiff
path: root/x11-misc/hsetroot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
commit441d1370330332b7d78f238d2f5e13f7aed5e4e0 (patch)
tree6a5171dd615dfeee62a45044144c66e864738fb0 /x11-misc/hsetroot
parentab3da91fb6c91a9df52fff8f991570f456fd3c7a (diff)
gentoo christmass resync : 25.12.2020
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r--x11-misc/hsetroot/Manifest3
-rw-r--r--x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch22
-rw-r--r--x11-misc/hsetroot/hsetroot-1.0.2.ebuild28
3 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
index ddc9a91579d9..e32ec9da2baa 100644
--- a/x11-misc/hsetroot/Manifest
+++ b/x11-misc/hsetroot/Manifest
@@ -1,7 +1,4 @@
-AUX hsetroot-1.0.2-underlinking.patch 500 BLAKE2B 62758446bca47b8e8ff8b58d3e370a1e51ccc6e22c5936d3baca522eb4eb13881649c447c8310a0e03cc03d934e83f75067f841175e4c1edc766396cf54f0bb5 SHA512 b36eca913e9477b8282351ce739a76c088a64707d0028518a3b2cb3c3050c8d7f722243437cdb55109fd8dcdd56e74c13bf67039aaf4a2cc75372f14e1ce09d6
AUX hsetroot-1.0.5-XOpenDisplay.patch 346 BLAKE2B 975ebe306ce78411912d676b8334b31c47e3b96a8551a93c0cabd84b9782bbfd1c8e87cc6e1a49c7fcbbf3b8e33b69e69fa7a3cf0e1cf105bb90e4b038707a65 SHA512 2e6b9666e2a79a4dc65e1393018d79848e72b73290bd65bb8316ceaef741ae835385190b0e3592fd9175c68c402c504a679a22cebf8b8684c759787c49d70173
-DIST hsetroot-1.0.2.tar.gz 125535 BLAKE2B 351c022e11e3d82118db451eb6d64ff765018a09fe1ac9cc3b437f7a351d575fca66619fde9671d297b346af7c7f265442d18115388d984554bf1f9af9fbe82d SHA512 51788a6b579b82368ef5e11255ff56e2db978a02f7ad752ba64ec33c56ae5f27c1f0ef3452725d1c7bdb9d97b8a3a5b64422031c9c75a7279c407b8772d5edc3
DIST hsetroot-1.0.5.tar.gz 12878 BLAKE2B 54e80f00d140a83a950d98663db6555a00ac770bd85826b17d8293e3af27cba2a45c2da5e4c185ca90c6adc35bbf2ccdaa3722d015b31654d5e35f4e65a61366 SHA512 b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167
-EBUILD hsetroot-1.0.2.ebuild 741 BLAKE2B ef440b29711e148c34e1f067d7269005afd3ab326c470c9f181d06719c699092219c93737e0f13b2dad111544169f3b6bf280a81b0fb2ba925f934a54d62ea84 SHA512 d46a6a728b029768ff522fbc39067c8f267bd5f27228ef944c82aca9102c5901c56390d2554b709b21e3a007d7ab5f5eb25e860209abd84159e91eaa307acd47
EBUILD hsetroot-1.0.5.ebuild 1103 BLAKE2B 4cfabda38cb594baa6d5482bc3f093a63652c9aed6021c2e15860369a6d7c87e796239012815e7d933e422ccd6e2a72cdaed07cb54440307fbbfd731abc72db9 SHA512 0c2ce2f371d7d14394452f28a705f21552c9201ecebf55c7b529c1607dd2fe688d1b5088862f6ee2a3e065e867dea905cdc949ca8e719f5236d81ec65f72fe87
MISC metadata.xml 1162 BLAKE2B 2a21b9cf3ba91825ce65b577154d19ad0275219373e4d4a9560ab3651a4509ccb1f21ccd1d32abd5e2799a60b0aef21fcc7b27f49b79995d5cf15a4ea90966b4 SHA512 66a8c4cc58859f3a7fca586428330b045056c7557be0186f18f2492ef5b5cedf854e1810622505a3902e6c9bb5e13318d219924e13af9cb2513eb9b52eb3d6a9
diff --git a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch b/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch
deleted file mode 100644
index cb18ac472306..000000000000
--- a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -38,6 +38,8 @@
- # Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
-
-+PKG_CHECK_MODULES(X11, [x11])
-+
- # Check for imlib2
- AC_CHECK_PROGS(imlib2config_cmd, imlib2-config)
- if test x$imlib2config_cmd = "x"; then
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = hsetroot
-
- AM_CFLAGS = @CFLAGS@ @IMLIB2_CFLAGS@ -Wall
--LIBS = @IMLIB2_LIBS@
-+LIBS = @IMLIB2_LIBS@ $(X11_LIBS)
-
- hsetroot_SOURCES = hsetroot.c
-
diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
deleted file mode 100644
index b5f7777a34b9..000000000000
--- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://cdn.thegraveyard.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- >=media-libs/imlib2-1.0.6.2003[X]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-underlinking.patch
- # The pre-generated configure script contains unneeded deps
- eautoreconf
-}