summaryrefslogtreecommitdiff
path: root/x11-misc
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
parentea5bad4d0ba1eb937df22adb7f6cc57ea77f03d8 (diff)
gentoo auto-resync : 31:12:2022 - 20:20:25
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/Manifest.gzbin47560 -> 47240 bytes
-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
-rw-r--r--x11-misc/vnc2swf/Manifest4
-rw-r--r--x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch45
-rw-r--r--x11-misc/vnc2swf/metadata.xml16
-rw-r--r--x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild54
10 files changed, 0 insertions, 194 deletions
diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz
index 62fd19aecfe0..ee8a74335421 100644
--- a/x11-misc/Manifest.gz
+++ b/x11-misc/Manifest.gz
Binary files differ
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
-}
diff --git a/x11-misc/vnc2swf/Manifest b/x11-misc/vnc2swf/Manifest
deleted file mode 100644
index 25cc1de8ecbe..000000000000
--- a/x11-misc/vnc2swf/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX vnc2swf-0.5.0-respect-AR.patch 773 BLAKE2B 808a213a1adf20ed42e0488b789e3bc863caa8980717fe742209b621f40209aeb92a29857802e346f3c0d6c1281d854aa21aef1fd65a760b1ea3c06cae091e53 SHA512 f2d32fdcf85af359eae49c622570e6abba7f3214333636512b8c839cc2893997b24231ffaf18abe448ca68eef4efeba95b83d3abf526079dc071e6a6768c74b1
-DIST vnc2swf-0.5.0.tar.gz 438058 BLAKE2B bb0effab90934746451efbe23610b3534de31ca1f5f8331dfc1f907b9733f69e78d960bd8d27cc6d75cb0ef688045b019b9b984dcd0e6207819e0590b35fa183 SHA512 f1551015eaafb7810b5d6367b73605f97bc5c0d4d3449dfe1a98af90f743133c0534c8988ee72ce2fc8599926a5f3ed5a785bf18788522b4a7c3cb8bc0529913
-EBUILD vnc2swf-0.5.0-r1.ebuild 1085 BLAKE2B b2be3168b626fd4cc3d8994575b7134c3bc77dd6a9919c4a5082ef7a39dfefc6690aa755907f14f03d26f434a3915fb031fa2748bef4fc321e0dcbafcc07a2c1 SHA512 a30fdf7fb403edb8d31a71bdad69787221d3cbb5b489fc6fdab42f99da1708d05e5e6f4a786071d4b19ff55d65ca96e0b1b348a00b9f6ffb6fced342590021dc
-MISC metadata.xml 596 BLAKE2B d79d88b66f386a41c34af7a191c439a649615fca9b5d89f32faf7b781b49e019b11391c1cfd6b6becba5614c1534c2965831fe57095ec24becd3270bfee0d226 SHA512 065a88a1ebac6008d04f469d402c0003f1d5eb4368442e518e6440d430c1d2e5353b2d98054da35f8771e779dbe359091d9df7f38fd378ef448881dd1b9ac9ca
diff --git a/x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch b/x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch
deleted file mode 100644
index 4c03bb7e5c16..000000000000
--- a/x11-misc/vnc2swf/files/vnc2swf-0.5.0-respect-AR.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -12,6 +12,9 @@
- AC_PROG_MAKE_SET
- AC_LANG_CPLUSPLUS
-
-+AC_ARG_VAR([AR], [the archiver to use])
-+AC_CHECK_TOOL([AR], [ar])
-+
- case "`(uname -sr) 2>/dev/null`" in
- "SunOS 5"*)
- SOLARIS=yes
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -95,7 +95,7 @@
- LIBS = @LIBS@
- LDFLAGS = @LDFLAGS@
- RANLIB = @RANLIB@
--AR = ar cq
-+AR = @AR@ cq
-
- prefix = /usr/X11R6
- exec_prefix = $(prefix)
---- a/rdr/Makefile.in
-+++ b/rdr/Makefile.in
-@@ -37,7 +37,7 @@
- LIBS = @LIBS@
- LDFLAGS = @LDFLAGS@
- RANLIB = @RANLIB@
--AR = ar cq
-+AR = @AR@ cq
-
- .SUFFIXES:
- .SUFFIXES: .cxx .c .o
---- a/rfb/Makefile.in
-+++ b/rfb/Makefile.in
-@@ -36,7 +36,7 @@
- LIBS = @LIBS@
- LDFLAGS = @LDFLAGS@
- RANLIB = @RANLIB@
--AR = ar cq
-+AR = @AR@ cq
-
- .SUFFIXES:
- .SUFFIXES: .cxx .c .o
diff --git a/x11-misc/vnc2swf/metadata.xml b/x11-misc/vnc2swf/metadata.xml
deleted file mode 100644
index 4c6374289b6c..000000000000
--- a/x11-misc/vnc2swf/metadata.xml
+++ /dev/null
@@ -1,16 +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>
- <longdescription>
- Vnc2swf is a cross-platform screen recording tool for ShockWave Flash (swf)
- format. Vnc2swf comes with two different implementations, a Python one
- (pyvnc2swf) and C one (vnc2swf).
- </longdescription>
- <use>
- <flag name="x11vnc">Install script that depends on x11vnc</flag>
- </use>
-</pkgmetadata>
diff --git a/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild b/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild
deleted file mode 100644
index a589a99435ca..000000000000
--- a/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A tool for recording Flash SWF movies from VNC sessions"
-HOMEPAGE="https://www.unixuser.org/~euske/vnc2swf/"
-SRC_URI="https://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="x11vnc"
-
-RDEPEND="
- sys-libs/zlib
- x11-libs/libX11
- x11-libs/libXaw
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXt
- x11vnc? ( x11-misc/x11vnc )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/${P}-respect-AR.patch # bug 726264
-)
-
-src_prepare() {
- default
- sed -i -e "s:docs:html:" README || die
- sed -i -e "s:-mouse ::" -e "s:./vnc2swf:vnc2swf:" recordwin.sh || die
-
- mv configure.{in,ac} || die
- eautoconf
-}
-
-src_install() {
- dobin vnc2swf
- if use x11vnc; then
- # this USE flag is needed because recordwin
- # only works on x11vnc
- newbin recordwin.sh recordwin
- fi
- insinto /etc/X11/app-defaults
- newins Vnc2Swf.ad Vnc2Swf
- dodoc README*
-
- docinto html
- dodoc docs/*.{html,swf}
-}