aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.in8
-rw-r--r--configure.ac4
-rw-r--r--xsel-0.9.6.tarbin307200 -> 0 bytes
-rw-r--r--xsel-1.2.0.tar.gzbin0 -> 169155 bytes
4 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 897c5c3c..71bf277a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -342,11 +342,11 @@ test: $(PROGRAMS) fish_tests
# Build the xsel program, which is maintained in its own tarball
#
-xsel-0.9.6:
- tar -xf xsel-0.9.6.tar
+xsel-1.2.0:
+ tar -xf xsel-1.2.0.tar.gz
-xsel-0.9.6/xsel: xsel-0.9.6
- cd xsel-0.9.6; ./configure && make || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it."
+xsel-1.2.0/xsel: xsel-1.2.0
+ cd xsel-1.2.0; ./configure && make || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it."
#
diff --git a/configure.ac b/configure.ac
index 7862b48b..1d96a0be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,9 +206,9 @@ AC_ARG_WITH(
)
if [[ "$xsel" = "with_xsel" ]]; then
- XSEL=xsel-0.9.6/xsel
+ XSEL=xsel-1.2.0/xsel
XSEL_MAN=xsel.1x
- XSEL_MAN_PATH=xsel-0.9.6/xsel.1x
+ XSEL_MAN_PATH=xsel-1.2.0/xsel.1x
fi
diff --git a/xsel-0.9.6.tar b/xsel-0.9.6.tar
deleted file mode 100644
index 47e5ceb2..00000000
--- a/xsel-0.9.6.tar
+++ /dev/null
Binary files differ
diff --git a/xsel-1.2.0.tar.gz b/xsel-1.2.0.tar.gz
new file mode 100644
index 00000000..866f678e
--- /dev/null
+++ b/xsel-1.2.0.tar.gz
Binary files differ