summaryrefslogtreecommitdiff
path: root/x11-misc/autocutsel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /x11-misc/autocutsel
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'x11-misc/autocutsel')
-rw-r--r--x11-misc/autocutsel/Manifest4
-rw-r--r--x11-misc/autocutsel/autocutsel-0.10.1.ebuild30
-rw-r--r--x11-misc/autocutsel/metadata.xml5
3 files changed, 34 insertions, 5 deletions
diff --git a/x11-misc/autocutsel/Manifest b/x11-misc/autocutsel/Manifest
index bdeb81bb3aa4..5974828e10ab 100644
--- a/x11-misc/autocutsel/Manifest
+++ b/x11-misc/autocutsel/Manifest
@@ -1,3 +1,5 @@
DIST autocutsel-0.10.0.tar.gz 329527 BLAKE2B 1ab17fec1dde40fae6a98a9cc079f7080add2a30b3384e7a4cfbe7e85ca13a7394ce96ba1dd32a9d147f123ce44fc4ff7fbbf77a02eacd2301b91fafc3096232 SHA512 2d9b7114fde67ee217ceee673e32b407eef5b266a9d457a83b35d1c6227e5873cc7928aa10f7d84ce5e8c78d4940ee29985696f49b4015269584f1559f6b6d1d
+DIST autocutsel-0.10.1.tar.gz 337872 BLAKE2B df1d924bf61c5e2b3dc2930b85f5b3b2f906892fa84932cfb4511be3e94dcc8763a8af1d4a6685da013d65b82e8f003f194fcb0522c35e43bc88269611132109 SHA512 a4f68342b389ef94fde8052f5d9e4b4585bab8fa8364985a2b0a3ec3e6f81ed58ba45be9349aa6e16c70ca623a7c315796cf0440ef6f4ffa9606ed7b7981a4a2
EBUILD autocutsel-0.10.0.ebuild 560 BLAKE2B 5d57760c665817d9db399f69abbb197366ed9d8d6e5d1fd2a6f0049fa1a2bf7c22b4b796ae211ebbb3cae352bae7629b0579c2d15d8d9f9ad6add4612d064fa6 SHA512 479f2f5731d11912373e86a8a266d738f1169bb1dd08625404439134e4b97dcbac41dad4b4d2dc4fb197bdf359a0679abe2dfbf70f89355036ee281a6b192c12
-MISC metadata.xml 535 BLAKE2B dc3b22b2aaed2cc689430b0f957bf6bf502e55f58ecace3d14ddf705cf02aba14a0d6cdbc490056bf2678475417c9df888086be32815ae5126e28e99a5448941 SHA512 0fc66a961d5eb218ce8223745c1b02ab188cc82f426d743a9ff76e0560adf375bcdb816c56fa9acec4ae5ab1b9cb7945246890f15bd326d0b6e0793dd040d548
+EBUILD autocutsel-0.10.1.ebuild 621 BLAKE2B 01a1883c11170197084f6e5eba9e2215a73cebc111fed656f3b8005f52ed8156cbc097b43b9ff67647391ee3a3e89fb89f6cf3e1af9f590ead0ec2d6127dfa2c SHA512 b115c10f8f405a45e93efad29f24d7cb0d39a9526eae11054411fd5242a65ed313bb5a625923c4321e0bd30c1f9886eb0e1d57ab27f2264abcbbd6f2bb67a870
+MISC metadata.xml 425 BLAKE2B a62b8ddf014018e899466ec5fb38ae300b39cc829e1164fc0cdc4aa7b6807bfb2f8189440bf0caedb05b30bd5f1d95e75567b53ce35d8ce4d451640200559f7c SHA512 18f4e52a69d0bbd945a3daa1dae65aeaf0cd886b4d861ca96725ff93951a3404c47170e44fdd09a579af4be927e4fcba109c26d2beb5a054ba494d495bfd12c8
diff --git a/x11-misc/autocutsel/autocutsel-0.10.1.ebuild b/x11-misc/autocutsel/autocutsel-0.10.1.ebuild
new file mode 100644
index 000000000000..77f67d12b9ff
--- /dev/null
+++ b/x11-misc/autocutsel/autocutsel-0.10.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools
+
+DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
+HOMEPAGE="https://www.nongnu.org/autocutsel/ https://github.com/sigmike/autocutsel"
+SRC_URI="https://github.com/sigmike/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXaw
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXt
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/x11-misc/autocutsel/metadata.xml b/x11-misc/autocutsel/metadata.xml
index b63e2b2a7a34..342aa9fb57f9 100644
--- a/x11-misc/autocutsel/metadata.xml
+++ b/x11-misc/autocutsel/metadata.xml
@@ -1,10 +1,7 @@
<?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>
+<!-- maintainer-needed -->
<longdescription>autocutsel synchronizes the two copy/paste buffers mainly used by X applications. It unifies "clipboards" between VNC servers and Windows.</longdescription>
<upstream>
<remote-id type="github">sigmike/autocutsel</remote-id>