mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xsel: update to 1.2.1.
This commit is contained in:
parent
6b7765f60c
commit
dcbf2b7a09
2 changed files with 9 additions and 17 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git xsel.c xsel.c
|
|
||||||
index 79cc68b..556585e 100644
|
|
||||||
--- a/xsel.c
|
|
||||||
+++ b/xsel.c
|
|
||||||
@@ -1983,7 +1983,7 @@ main(int argc, char *argv[])
|
|
||||||
dont_output = True;
|
|
||||||
} else if (OPT("--logfile") || OPT("-l")) {
|
|
||||||
i++; if (i >= argc) goto usage_err;
|
|
||||||
- strncpy (logfile, argv[i], MAXFNAME);
|
|
||||||
+ strncpy (logfile, argv[i], MAXFNAME-1);
|
|
||||||
} else {
|
|
||||||
goto usage_err;
|
|
||||||
}
|
|
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'xsel'
|
# Template file for 'xsel'
|
||||||
pkgname=xsel
|
pkgname=xsel
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
revision=5
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
|
hostmakedepends="autoconf automake pkg-config"
|
||||||
makedepends="libXt-devel"
|
makedepends="libXt-devel"
|
||||||
short_desc="Command-line getting and setting the contents of the X selection"
|
short_desc="Command-line getting and setting the contents of the X selection"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
license="HPND-sell-variant"
|
license="HPND-sell-variant"
|
||||||
homepage="http://www.kfish.org/software/xsel/"
|
homepage="http://www.kfish.org/software/xsel/"
|
||||||
changelog="https://raw.githubusercontent.com/kfish/xsel/master/release_notes/xsel-${version}.txt"
|
changelog="https://raw.githubusercontent.com/kfish/xsel/master/release_notes/xsel-${version}.txt"
|
||||||
distfiles="http://www.kfish.org/software/xsel/download/xsel-${version}.tar.gz"
|
distfiles="https://github.com/kfish/xsel/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
|
checksum=18487761f5ca626a036d65ef2db8ad9923bf61685e06e7533676c56d7d60eb14
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue