summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Riches2016-11-29 00:45:27 +0000
committerJoseph Riches2016-11-29 00:45:27 +0000
commit2d9957eeec09f20afd001f554208c019adfcc492 (patch)
treeeaf875a1df0ce97d2463bca56b6483e855ea2312
parenta2b9476ba5bbd0051a254172f2f689f04c5307e6 (diff)
downloadaur-2d9957eeec09f20afd001f554208c019adfcc492.tar.gz
libgestures: switch to galliumos repo
* development seems to have been moved to here * fix finger metrics compile error (thanks Jason Park for emailing me the patch!)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42814701ca4c..297f9606c92d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libgestures
pkgdesc = Chromium OS gestures library
pkgver = 2.0.3
- pkgrel = 3
- url = http://github.com/hugegreenbug/libgestures
+ pkgrel = 4
+ url = http://github.com/galliumos/libgestures
arch = i686
arch = x86_64
license = custom:chromiumos
makedepends = git
depends = jsoncpp
provides = libgestures=$pkgver
- source = libgestures::git+https://github.com/hugegreenbug/libgestures.git
+ source = libgestures::git+https://github.com/galliumos/libgestures.git
md5sums = SKIP
pkgname = libgestures
diff --git a/PKGBUILD b/PKGBUILD
index fd1dcb8e6edd..01a7f5e63031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,23 @@
pkgname=libgestures
pkgdesc="Chromium OS gestures library"
pkgver=2.0.3
-pkgrel=3
+pkgrel=4
arch=(i686 x86_64)
-url="http://github.com/hugegreenbug/libgestures"
+url="http://github.com/galliumos/libgestures"
license=('custom:chromiumos')
_gitname='libgestures'
provides=('libgestures=$pkgver')
depends=('jsoncpp')
makedepends=('git')
-source=("$_gitname::git+https://github.com/hugegreenbug/libgestures.git")
+source=("$_gitname::git+https://github.com/galliumos/libgestures.git")
md5sums=('SKIP')
prepare() {
+ cp "$startdir"/finger_metrics_math.patch "$srcdir/$_gitname"
cd "$srcdir/$_gitname"
+ patch -p1 < finger_metrics_math.patch
}
build() {