mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
upgrade xsel to 1.2.0
xsel 1.0 begin to support UFT-8.
This commit is contained in:
parent
c6372a1b3f
commit
f529b2e057
|
@ -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."
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
BIN
xsel-0.9.6.tar
BIN
xsel-0.9.6.tar
Binary file not shown.
BIN
xsel-1.2.0.tar.gz
Normal file
BIN
xsel-1.2.0.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user