2019-10-22 20:57:00 +00:00
|
|
|
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
|
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
2017-05-26 20:26:25 +00:00
|
|
|
pkgname=postmarketos-demos
|
2019-10-22 20:57:00 +00:00
|
|
|
pkgver=1.0.0
|
2018-01-05 03:06:16 +00:00
|
|
|
pkgrel=0
|
2017-05-26 20:26:25 +00:00
|
|
|
pkgdesc="Simple touch menu for a few demo programs"
|
2018-06-30 07:00:48 +00:00
|
|
|
url="https://postmarketos.org"
|
2019-01-04 00:47:25 +00:00
|
|
|
arch="all"
|
2019-10-22 20:57:00 +00:00
|
|
|
license="GPL-3.0-or-later"
|
2017-09-08 22:44:41 +00:00
|
|
|
depends="weston-xwayland dbus"
|
2017-05-26 20:26:25 +00:00
|
|
|
makedepends="gtk+3.0-dev"
|
2019-10-22 20:57:00 +00:00
|
|
|
source="https://gitlab.com/postmarketos/postmarketos-demos/-/archive/$pkgver/postmarketos-demos-$pkgver.tar.gz"
|
|
|
|
options="!check" # No tests
|
2017-05-26 20:26:25 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2019-10-22 20:57:00 +00:00
|
|
|
install -D -m755 postmarketos-demos \
|
2017-10-04 15:05:00 +00:00
|
|
|
"$pkgdir"/usr/bin/postmarketos-demos
|
2017-05-26 20:26:25 +00:00
|
|
|
}
|
2019-10-22 20:57:00 +00:00
|
|
|
sha512sums="5e8354b1a9cd8640e1d36f0d0f10e3836553a4fc9e610c8f5c6105830615d6cf4536213b17e24e648461e1a83f57c9d1ac666f5674f16638a3d0c4be43a91aa9 postmarketos-demos-1.0.0.tar.gz"
|