diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-09 23:19:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-09 23:19:02 +0300 |
commit | cf8e86d982d1051630a9617cfd8e58ac0e5a3ba9 (patch) | |
tree | 9fa24539425294b59f3be413f95dc4af0729abfd /xorg/xclip | |
parent | 1563503d9853b16f68ce2df33a25df3d2324bdbd (diff) | |
download | repository-cf8e86d982d1051630a9617cfd8e58ac0e5a3ba9.tar.gz |
xclip: remove autoconf dep
Diffstat (limited to 'xorg/xclip')
-rwxr-xr-x | xorg/xclip/build | 2 | ||||
-rw-r--r-- | xorg/xclip/checksums | 2 | ||||
-rw-r--r-- | xorg/xclip/depends | 2 | ||||
-rw-r--r-- | xorg/xclip/sources | 2 |
4 files changed, 2 insertions, 6 deletions
diff --git a/xorg/xclip/build b/xorg/xclip/build index e6b61563..6daf22f8 100755 --- a/xorg/xclip/build +++ b/xorg/xclip/build @@ -1,7 +1,5 @@ #!/bin/sh -e -autoreconf -i - ./configure \ --prefix=/usr diff --git a/xorg/xclip/checksums b/xorg/xclip/checksums index b4b5db9b..289e9c6c 100644 --- a/xorg/xclip/checksums +++ b/xorg/xclip/checksums @@ -1 +1 @@ -ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 0.13.tar.gz +3c3419f936b6973adc13ba2e83cfbf82e3351c690f2d8ee52a0ca0c80219139e xclip-0.13.tar.gz diff --git a/xorg/xclip/depends b/xorg/xclip/depends index 521ee939..8fceb325 100644 --- a/xorg/xclip/depends +++ b/xorg/xclip/depends @@ -1,5 +1,3 @@ -autoconf make -automake make libX11 libXt libXmu diff --git a/xorg/xclip/sources b/xorg/xclip/sources index 4391a439..f242192a 100644 --- a/xorg/xclip/sources +++ b/xorg/xclip/sources @@ -1 +1 @@ -https://github.com/astrand/xclip/archive/0.13.tar.gz +https://github.com/cemkeylan/xclip/releases/download/0.13/xclip-0.13.tar.gz |