diff options
| author | Michał Polański <michal@polanski.me> | 2020-02-10 22:43:21 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-11 07:55:03 +0100 |
| commit | d6f670ebf3a98c2e033ccbd5e5b050d061d12a99 (patch) | |
| tree | 342bdc238656f913f1c0f4a4bb115518b4490837 /testing/kanshi | |
| parent | 2babd08252779ec13eb215267bc8b1470f89a7cd (diff) | |
| download | aports-d6f670ebf3a98c2e033ccbd5e5b050d061d12a99.tar.bz2 aports-d6f670ebf3a98c2e033ccbd5e5b050d061d12a99.tar.xz | |
testing/kanshi: remove cmake from makedepends
- indicate that kanshi does not have a test suite
- fix apkbuild-lint warnings
- adopt maintainership
Diffstat (limited to 'testing/kanshi')
| -rw-r--r-- | testing/kanshi/APKBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/testing/kanshi/APKBUILD b/testing/kanshi/APKBUILD index 10c25603a6..072091d941 100644 --- a/testing/kanshi/APKBUILD +++ b/testing/kanshi/APKBUILD @@ -1,18 +1,17 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> -# Maintainer: +# Maintainer: Michał Polański <michal@polanski.me> pkgname=kanshi pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Dynamic display configuration for Wayland" url="https://github.com/emersion/kanshi" arch="all" license="MIT" -makedepends="cmake meson scdoc wayland-dev" +options="!check" # no test suite +makedepends="meson scdoc wayland-dev" subpackages="$pkgname-doc" -source="https://github.com/emersion/kanshi/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz - no-maybe-uninitialized.patch - " -builddir="$srcdir/$pkgname-$pkgver" +source="https://github.com/emersion/kanshi/releases/download/v$pkgver/kanshi-$pkgver.tar.gz + no-maybe-uninitialized.patch" build() { meson \ |
