summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainBlasted2018-04-08 02:53:28 -0400
committerBrainBlasted2018-04-08 02:53:28 -0400
commita8449cf46ef190c7ad7de549dd8f80592aa88959 (patch)
treef232106cb178c067c928e8284a8da7345fa31b8b
parent4225131c25f067ace03fc74f4bafd353104f525d (diff)
downloadaur-a8449cf46ef190c7ad7de549dd8f80592aa88959.tar.gz
Added docs, removed example
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13ded387717..a5a0ed0472ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libhandy
pkgdesc = A library full of GTK+ widgets for mobile phones
pkgver = r108.297eae2
- pkgrel = 1
+ pkgrel = 2
url = https://code.puri.sm/Librem5/libhandy
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index d84a0759689b..b62e98c03009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://code.puri.sm/Librem5/libhandy"
license=('LGPL2.1')
makedepends=('git' 'pkg-config' 'meson')
pkgver=r108.297eae2
-pkgrel=1
+pkgrel=2
arch=('x86_64')
source=("git+https://code.puri.sm/Librem5/libhandy.git")
sha256sums=('SKIP')
@@ -21,8 +21,9 @@ pkgver() {
build() {
cd ${_gitname}
- meson . _build --prefix=/usr
+ meson . _build --prefix=/usr -Dexamples=false -Dgtk_doc=true
ninja -C _build
+ ninja -C _build libhandy-doc
}
package() {