summaryrefslogtreecommitdiff
path: root/x11-misc/unclutter
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-31 20:20:25 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-31 20:20:25 +0000
commitc4b414ba84991b36b62c066b701385eaf44cdd49 (patch)
tree5cbdb7a51f1abb965fdfe90b686f8130e100afaa /x11-misc/unclutter
parentea5bad4d0ba1eb937df22adb7f6cc57ea77f03d8 (diff)
gentoo auto-resync : 31:12:2022 - 20:20:25
Diffstat (limited to 'x11-misc/unclutter')
-rw-r--r--x11-misc/unclutter/Manifest5
-rw-r--r--x11-misc/unclutter/files/unclutter-8-FocusOut.patch17
-rw-r--r--x11-misc/unclutter/files/unclutter-8-include.patch10
-rw-r--r--x11-misc/unclutter/metadata.xml8
-rw-r--r--x11-misc/unclutter/unclutter-8-r4.ebuild35
5 files changed, 0 insertions, 75 deletions
diff --git a/x11-misc/unclutter/Manifest b/x11-misc/unclutter/Manifest
deleted file mode 100644
index 756127fa1a51..000000000000
--- a/x11-misc/unclutter/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX unclutter-8-FocusOut.patch 525 BLAKE2B 4e1c89a6d7bd91483a91683d1ad1f0cc8c873e778673a2c72b7632c833f28bd97b7b4e6fafdca0eb3ff503ce96134198c43ea5ac54a6a9691c2c80d2328b403f SHA512 4ab3cab96574a545595a643e79dca102ace5bb4b853f514bc8a34457a14a4ee68bc89f5c8171d23b7f4e29cd951a60cdb47cc07901327984bdd39ef33f57877e
-AUX unclutter-8-include.patch 183 BLAKE2B bdbab7861a4baad3fcebdbec9082242398385186b9098cdf37f90c7b5c657407b225722711fbab1ab26d42331af18dbdb0c33f9ec922225e5fdc0e7ed88bf600 SHA512 726437d5cb6e813930b661bb47d2f15f3e37fc050f670a2125cc330f29b0ebcb97325886af21bab788d17e264e9e7c20d2c087d5b184730d3c06409304317bfa
-DIST unclutter-8.tar.Z 12344 BLAKE2B 10090ec2f3772c17d00cbcb27f416fb528b75641b7d57eeb36ab7e19af2510ebc5901a0394c0ee590a38afb8bf64d4b2b2ed069b0b1a44edcb9b37701f89c9b5 SHA512 9a64e6eceae685cf34b1ea85818735f8f85514ba1eea262476653886d74e469cfd6b9a39edbd098b138a5c89e6b97b42cf251bee59272c76cbeba190979744b4
-EBUILD unclutter-8-r4.ebuild 759 BLAKE2B cdea012b8c5537eafbdad9c0f03d1ef4050f65ab1629956ade200c061ea114920e3d5b85693afde1ff1471cdcdcbe3695373d0dc813d66383b0430dec0c5e682 SHA512 1fd3681f9d0cd36a3ad3047033a890423f4f105431e7a4eec49a833e4006a65fed6ac778658b0cffc835b34ce97b3b9d9e53bcbf4b40b113ea700237a0690707
-MISC metadata.xml 273 BLAKE2B e41a84edc2f2bf01256d6c759fec49da44a20e3d595a6fe56f96239ab26213551ae190621a5e8f9523b777c42364680fd61a6423b08eada73b97eb4e81253dd7 SHA512 985a49dc2d598b61be8510f6f86c4894825a56392af613ecdc68de499242f1e7e910f8320e0fd0540bc5f42dde80a4f0b18b6919320ee60aa39da1441c147274
diff --git a/x11-misc/unclutter/files/unclutter-8-FocusOut.patch b/x11-misc/unclutter/files/unclutter-8-FocusOut.patch
deleted file mode 100644
index d26ef8e6a652..000000000000
--- a/x11-misc/unclutter/files/unclutter-8-FocusOut.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fixes blinking pointer and 100% CPU usage with GTK applications
-Author: Tao Nelson <taobert@gmail.com>
-Debian-Bug: 266118
-
---- a/unclutter.c
-+++ b/unclutter.c
-@@ -399,7 +399,9 @@
- do{
- XNextEvent(display,&event);
- }while(event.type!=LeaveNotify &&
-- event.type!=FocusOut &&
-+ /* Some gtk applications seem not to like this:
-+ * event.type!=FocusOut &&
-+ */
- event.type!=UnmapNotify &&
- event.type!=ConfigureNotify &&
- event.type!=CirculateNotify &&
diff --git a/x11-misc/unclutter/files/unclutter-8-include.patch b/x11-misc/unclutter/files/unclutter-8-include.patch
deleted file mode 100644
index 688fa129c561..000000000000
--- a/x11-misc/unclutter/files/unclutter-8-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/unclutter.c
-+++ b/unclutter.c
-@@ -24,6 +24,7 @@
- #include <X11/Xutil.h>
- #include <X11/Xproto.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include "vroot.h"
-
- char *progname;
diff --git a/x11-misc/unclutter/metadata.xml b/x11-misc/unclutter/metadata.xml
deleted file mode 100644
index 3ab9b4a739d3..000000000000
--- a/x11-misc/unclutter/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 type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/x11-misc/unclutter/unclutter-8-r4.ebuild b/x11-misc/unclutter/unclutter-8-r4.ebuild
deleted file mode 100644
index eb64cdd7a8d4..000000000000
--- a/x11-misc/unclutter/unclutter-8-r4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Hides mouse pointer while not in use"
-HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README"
-SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z"
-
-SLOT="0"
-LICENSE="public-domain"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S=${WORKDIR}/${PN}
-
-PATCHES=(
- "${FILESDIR}"/${P}-include.patch
- "${FILESDIR}"/${P}-FocusOut.patch
-)
-
-src_compile() {
- emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
- dobin unclutter
- newman unclutter.man unclutter.1x
- einstalldocs
-}