From 1a8fdd120a2b1e8597657a044efaca1734721029 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sat, 18 May 2019 01:32:15 -0700 Subject: [PATCH] New package: wl-clipboard-x11-4 --- srcpkgs/wl-clipboard-x11/template | 13 +++++++++++++ srcpkgs/xclip/template | 5 +++-- srcpkgs/xsel/template | 3 ++- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/wl-clipboard-x11/template diff --git a/srcpkgs/wl-clipboard-x11/template b/srcpkgs/wl-clipboard-x11/template new file mode 100644 index 00000000000..e84bbcdaffd --- /dev/null +++ b/srcpkgs/wl-clipboard-x11/template @@ -0,0 +1,13 @@ +# Template file for 'wl-clipboard-x11' +pkgname=wl-clipboard-x11 +version=4 +revision=1 +build_style=gnu-makefile +depends="wl-clipboard" +short_desc="Use wl-clipboard as a drop-in replacement to X11 clipboard tools" +maintainer="klardotsh " +license="GPL-3.0-or-later" +homepage="https://github.com/brunelli/wl-clipboard-x11" +distfiles="https://github.com/brunelli/wl-clipboard-x11/archive/v${version}.tar.gz" +checksum=25a4b4519600e19f8503569b46c80bcbf2d8647ace384d4acacb67e3114a21c6 +alternatives="xclip:wl-clipboard-x11:/usr/bin/xclip xsel:wl-clipboard-x11:/usr/bin/xsel" diff --git a/srcpkgs/xclip/template b/srcpkgs/xclip/template index b307cbca33f..aac20ef5e84 100644 --- a/srcpkgs/xclip/template +++ b/srcpkgs/xclip/template @@ -1,16 +1,17 @@ # Template file for 'xclip' pkgname=xclip version=0.13 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake" makedepends="libXmu-devel" +short_desc="Command line interface to the X11 clipboard" maintainer="Steven R " homepage="https://github.com/astrand/xclip" license="GPL-2" -short_desc="Command line interface to the X11 clipboard" distfiles="https://github.com/astrand/xclip/archive/${version}.tar.gz" checksum=ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 +alternatives="xclip:xclip:/usr/bin/xclip" pre_configure() { autoreconf -fi diff --git a/srcpkgs/xsel/template b/srcpkgs/xsel/template index edc001dba40..04c1575569a 100644 --- a/srcpkgs/xsel/template +++ b/srcpkgs/xsel/template @@ -1,7 +1,7 @@ # Template file for 'xsel' pkgname=xsel version=1.2.0 -revision=4 +revision=5 build_style="gnu-configure" makedepends="libXt-devel" short_desc="Command-line getting and setting the contents of the X selection" @@ -10,3 +10,4 @@ license="custom" homepage="http://www.vergenet.net/~conrad/software/xsel/" distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz" checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c +alternatives="xsel:xsel:/usr/bin/xsel"