diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-24 22:33:06 +0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-24 21:23:59 -0300 |
commit | 58420f4c0041afd0d30b90c0535400e77b80daef (patch) | |
tree | 7c3f69e8ea8eaba70e410bffd48093856709612e /testing/rofi | |
parent | f7b3cb9ac2e1c35ba58d2a1fec7773ced9dcbfbc (diff) | |
download | aports-58420f4c0041afd0d30b90c0535400e77b80daef.tar.bz2 aports-58420f4c0041afd0d30b90c0535400e77b80daef.tar.xz |
testing/rofi: upgrade to 1.5.3, modernize
Diffstat (limited to 'testing/rofi')
-rw-r--r-- | testing/rofi/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testing/rofi/APKBUILD b/testing/rofi/APKBUILD index 788870f812..cf69a3a5bc 100644 --- a/testing/rofi/APKBUILD +++ b/testing/rofi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Marvin Steadfast <marvin@xsteadfastx.org> # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=rofi -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=0 pkgdesc="A window switcher, application launcher and dmenu replacement" url="https://github.com/DaveDavenport/rofi" @@ -13,10 +13,8 @@ makedepends="bash bison cairo-dev flex glib-dev i3wm-dev librsvg-dev libxcb-dev checkdepends="check-dev xkeyboard-config" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/davatorium/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz" -builddir="$srcdir/$pkgname-$pkgver/" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -28,13 +26,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16 rofi-1.5.2.tar.xz" +sha512sums="6dc4b3c2818f4606e42e8185032788d40c4dae9e67596b3b7f767e8f6ca2963b85602baa4287474520ecdb8e333ae211fce5e7252f3b95e0f90b862040aad117 rofi-1.5.3.tar.xz" |