diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-11 06:19:05 -0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-05-12 17:13:02 +0300 |
commit | e8fa69c296280142dadc96865c795755173328bc (patch) | |
tree | 543d2c234ce4112e1f560c455592ccc469685c79 /testing/xfd | |
parent | a41fd4cc218dff5651c9b044290d60753ebc2aab (diff) | |
download | aports-e8fa69c296280142dadc96865c795755173328bc.tar.bz2 aports-e8fa69c296280142dadc96865c795755173328bc.tar.xz |
testing/xfd: upgrade to 1.1.3
Diffstat (limited to 'testing/xfd')
-rw-r--r-- | testing/xfd/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/xfd/APKBUILD b/testing/xfd/APKBUILD index 8361eb7ba6..f648013bff 100644 --- a/testing/xfd/APKBUILD +++ b/testing/xfd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Taner Tas <taner76@gmail.com> # Maintainer: Taner Tas <taner76@gmail.com> pkgname=xfd -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=0 pkgdesc="Xorg font display application." url="https://xorg.freedesktop.org/" @@ -15,6 +15,7 @@ makedepends=" libxft-dev libxmu-dev libxrender-dev + libxkbfile-dev " subpackages="$pkgname-doc" source=" @@ -23,15 +24,13 @@ source=" options="!check" # No test suite build() { - cd "$builddir" export LIBS="$LIBS -lintl" ./configure --prefix=/usr make } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="ffd3fd9b03584a2f054584def94ad997ef1622803da845b37f8fe90d69b6bfc8b67599c850bd3b38648f10b202180a7ef1fb1d99270caee77e29aeff25dcdca6 xfd-1.1.2.tar.gz" +sha512sums="6154c3014b407b6eb01615e214c7bda8ab7b2d11ca4e5e457fdd79d757c37cd6b358c46b45e782c5462324bfb539830520e228e9600546fb1b0878e0974abc78 xfd-1.1.3.tar.gz" |