From: Armaan Bhojwani Date: Fri, 18 Jun 2021 21:39:17 +0000 (-0400) Subject: redshift, xcape, intltool: fix build files X-Git-Tag: 2021.07.15-1~128 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=c24623d64e53044d511b87754eec79f0a707d356 redshift, xcape, intltool: fix build files --- diff --git a/intltool/build b/intltool/build index b2160d8..eb98e92 100755 --- a/intltool/build +++ b/intltool/build @@ -1,6 +1,6 @@ #!/usr/bin/sh -e -./configure +./configure --prefix=/usr -make PREFIX=/usr -make PREIFX=/usr DESTDIR="$1" install +make +make DESTDIR="$1" install diff --git a/intltool/version b/intltool/version index 6f679fd..302672a 100644 --- a/intltool/version +++ b/intltool/version @@ -1 +1 @@ -0.51.0 1 +0.51.0 2 diff --git a/redshift/build b/redshift/build index ea22629..b3864b6 100755 --- a/redshift/build +++ b/redshift/build @@ -1,7 +1,7 @@ #!/usr/bin/sh -e -./configure --prefix="$1/usr" \ +./configure --prefix="/usr" \ --with-systemduserunitdir=no -make DESTDIR="$1" -make install DESTDIR="$!" +make PREFIX=/usr +make PREFIX=/usr DESTDIR="$1" install diff --git a/redshift/dep b/redshift/dep deleted file mode 100644 index 6894e5c..0000000 --- a/redshift/dep +++ /dev/null @@ -1,4 +0,0 @@ -libtool make -autotools make -gettext make -libXcb diff --git a/redshift/depends b/redshift/depends new file mode 100644 index 0000000..780f50a --- /dev/null +++ b/redshift/depends @@ -0,0 +1,3 @@ +intltool make +gettext-tiny make +libxcb diff --git a/redshift/version b/redshift/version index 44724bd..0b0e6ad 100644 --- a/redshift/version +++ b/redshift/version @@ -1 +1 @@ -1.12 1 +1.12 2 diff --git a/xcape/depends b/xcape/depends index 357abbf..b1f823e 100644 --- a/xcape/depends +++ b/xcape/depends @@ -1,4 +1,3 @@ -make make -pkg-config make +pkgconf make libXtst libXi diff --git a/xcape/version b/xcape/version index f76d834..154ba13 100644 --- a/xcape/version +++ b/xcape/version @@ -1 +1 @@ -1.2 1 +1.2 2