summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-11-20 14:46:37 +0100
committerPhilip Goto2020-11-20 14:46:37 +0100
commitdf404b956366e3daf57199f31822126f462add37 (patch)
treee8f1c85fbceed05456c915515f7026d6f221d92b
parent4c041a51b49ca4198e6df227b83f89b2171a4917 (diff)
downloadaur-df404b956366e3daf57199f31822126f462add37.tar.gz
Clean up
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a413f01b90..5092d5dea52f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,8 @@ pkgbase = feedbackd
arch = armv7h
arch = aarch64
license = GPL3
- license = LGPL3
makedepends = gobject-introspection
makedepends = meson
- makedepends = pkg-config
makedepends = vala
depends = dconf
depends = gsound
diff --git a/PKGBUILD b/PKGBUILD
index 35416b4f1cc1..047428d43feb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Sam Whited <sam@samwhited.com>
+# Maintainer: Philip Goto <philip.goto@gmail.com>
+# Contributor: Sam Whited <sam@samwhited.com>
pkgname=feedbackd
pkgver=0.0.0+git20201114
pkgrel=1
pkgdesc="A daemon to provide haptic feedback on events"
url="https://source.puri.sm/Librem5/feedbackd"
-license=(GPL3 LGPL3)
+license=(GPL3)
arch=(i686 x86_64 armv7h aarch64)
depends=(dconf
gsound
@@ -13,7 +14,6 @@ depends=(dconf
libgudev)
makedepends=(gobject-introspection
meson
- pkg-config
vala)
provides=(libfeedback
purism-feedbackd
@@ -22,7 +22,7 @@ source=("${url}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
sha256sums=('e5da62d70906a9d92cdcfe7d04fe7d3131a4475a9b39599f27ac2da89b15de59')
build() {
- arch-meson "${pkgname}-v${pkgver}" build -Dexamples=false -Dgtk_doc=true
+ arch-meson "${pkgname}-v${pkgver}" build -Dgtk_doc=true -Dman=true
meson compile -C build
}