diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-01 22:04:56 -0300 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 06:46:29 +0000 |
| commit | d01df37a893be249b4271a9ce65891814f69fca9 (patch) | |
| tree | cca450d4dc8f3a067fb2488566a6800547ef9b22 /testing/otpclient/APKBUILD | |
| parent | 6bf0bd7dc06650a2e9373caed7a8895d9808e054 (diff) | |
| download | aports-d01df37a893be249b4271a9ce65891814f69fca9.tar.bz2 aports-d01df37a893be249b4271a9ce65891814f69fca9.tar.xz | |
testing/otpclient: respect XDG_CONFIG_HOME for configuration
Closes GH-8375
Diffstat (limited to 'testing/otpclient/APKBUILD')
| -rw-r--r-- | testing/otpclient/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testing/otpclient/APKBUILD b/testing/otpclient/APKBUILD index a4417e4a7b..35cd057567 100644 --- a/testing/otpclient/APKBUILD +++ b/testing/otpclient/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=otpclient pkgver=1.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="Easy to use GTK+ OTP client" options="!check" # No testsuite url="https://github.com/paolostivanin/OTPClient" @@ -10,7 +10,9 @@ arch="all !aarch64" # due to zbar license="GPL-3.0-or-later" makedepends="gtk+3.0-dev glib-dev libgcrypt-dev libpng-dev libzip-dev zbar-dev jansson-dev libcotp-dev cmake" -source="$pkgname-$pkgver.tar.gz::https://github.com/paolostivanin/OTPClient/archive/v${pkgver}.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/paolostivanin/OTPClient/archive/v${pkgver}.tar.gz + respect-xdg.patch + " builddir="$srcdir/OTPClient-$pkgver" build() { @@ -25,4 +27,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="0bbd61ea272d2fa1558ec2dcad1b51acdbae9c9d520d73f7f31d4bc3d84946de69f96f1212507b48f3efab6561a2d850f8868e8932f022ed184e6aa06d43205d otpclient-1.4.1.tar.gz" +sha512sums="0bbd61ea272d2fa1558ec2dcad1b51acdbae9c9d520d73f7f31d4bc3d84946de69f96f1212507b48f3efab6561a2d850f8868e8932f022ed184e6aa06d43205d otpclient-1.4.1.tar.gz +5d00d4ed7645d0d4a8ef1528aea72f43e53bffc98d151e1cc1056e495f0f1a1c2c8cdadab4b7828c00402a7f952ddf43dcb105705b34481b2d6e19ce2e54a67a respect-xdg.patch" |
