diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 17:21:23 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 17:27:53 +0100 |
| commit | 8c612557e0570052ca2cf7f28eaea625f8ed85a4 (patch) | |
| tree | 686aa9b670c36d888383edbd87b6ff5e97c2d616 /testing | |
| parent | e03540eca53c089ccd6b33d6daef0116c8b1c795 (diff) | |
| download | aports-8c612557e0570052ca2cf7f28eaea625f8ed85a4.tar.bz2 aports-8c612557e0570052ca2cf7f28eaea625f8ed85a4.tar.xz | |
testing/wob: upgrade to 0.5
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/wob/APKBUILD | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/testing/wob/APKBUILD b/testing/wob/APKBUILD index d69032b905..f7693561c4 100644 --- a/testing/wob/APKBUILD +++ b/testing/wob/APKBUILD @@ -1,24 +1,17 @@ # Contributor: Galen Abell <galen@galenabell.com> # Maintainer: Galen Abell <galen@galenabell.com> pkgname=wob -pkgver=0.4 -_wlr_commit=59497d93794efac39d8c85b1d964ad8a461cbeb6 # git hash for wlr-protocols +pkgver=0.5 pkgrel=0 pkgdesc="A lightweight overlay volume/backlight/progress/anything bar for Wayland." url="https://github.com/francma/wob" arch="all" license="ISC" -makedepends="meson git wayland-protocols wayland-dev" -source=" - wob-$pkgver.tar.gz::https://github.com/francma/wob/archive/$pkgver.tar.gz - wlr-protocols-$_wlr_commit.tar.gz::https://github.com/swaywm/wlr-protocols/archive/$_wlr_commit.tar.gz +makedepends="meson git wayland-protocols wayland-dev scdoc" +subpackages="$pkgname-doc" +source="$pkgname-$pkgver.tar.gz::https://github.com/francma/wob/archive/$pkgver.tar.gz " -prepare() { - default_prepare - mv "$srcdir/wlr-protocols-$_wlr_commit"/* "$builddir"/wlr-protocols -} - build() { meson \ --prefix=/usr \ @@ -37,5 +30,4 @@ check() { package() { DESTDIR="$pkgdir" ninja -C build-release install } -sha512sums="01222db5eee86ec2c9312e1eed00e491810317f78e11b4066494fd98270c31ed2fabe30e466ed0bccf3daee9c30f749c7ea956b46349a7a8ba4104d95549280f wob-0.4.tar.gz -7782c52d250dcda1b224dd8beca266392460e5622a53893ea81b578a0ff59e7e4e5ab7268b4db092e8da7ed50c209daece9b53bfd6ba834ad0a8e6a719cb69a7 wlr-protocols-59497d93794efac39d8c85b1d964ad8a461cbeb6.tar.gz" +sha512sums="9635af718e182ad62382e6560dbe037c2b991c6a817b579f6e73b874baa5b52932cc12c31df43fb042204c60e13e4c1b19ff1b1ffa9967947cee259ca6f3ceca wob-0.5.tar.gz" |
