summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Teichroeb2017-03-17 17:43:34 -0700
committerJoel Teichroeb2017-03-17 17:43:34 -0700
commitea2e482fa922b655a3a1f8c09359a80aca4f6335 (patch)
tree411c39412228bd431004ba958ff20d34c924f85d
parent5e8e2d27aa8348e18a8bcc7950cfeaa136f6021d (diff)
downloadaur-ea2e482fa922b655a3a1f8c09359a80aca4f6335.tar.gz
Update clutter-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75a21fcbb92d..700c79e3eca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 23:17:06 UTC 2017
+# Sat Mar 18 00:42:51 UTC 2017
pkgbase = clutter-git
pkgdesc = A toolkit for creating fast, portable, compelling dynamic UIs
- pkgver = 1.26.0.r28.g55093e304
+ pkgver = 1.26.0.r34.g19c48d6de
pkgrel = 1
url = http://clutter-project.org/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = clutter-git
depends = gtk3
depends = cogl
depends = libinput
- provides = clutter=1.26.0.r28.g55093e304
+ provides = clutter=1.26.0.r34.g19c48d6de
conflicts = clutter
source = git://git.gnome.org/clutter
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e558bb0c0927..ec6117d4dc85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: alesko <askondro@gmail.com>
pkgname=clutter-git
-pkgver=1.26.0.r28.g55093e304
+pkgver=1.26.0.r34.g19c48d6de
pkgrel=1
pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
arch=('i686' 'x86_64')
url='http://clutter-project.org/'
license=('LGPL')
-depends=('gtk3' 'cogl' 'libinput')
-makedepends=('git' 'gobject-introspection' 'gtk-doc')
+depends=(gtk3 cogl libinput)
+makedepends=(git gobject-introspection gtk-doc)
provides=("clutter=${pkgver}")
conflicts=('clutter')
source=('git://git.gnome.org/clutter')
@@ -21,10 +21,15 @@ pkgver() {
git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
}
+prepare() {
+ cd clutter
+ NOCONFIGURE=1 ./autogen.sh
+}
+
build() {
cd clutter
- ./autogen.sh --prefix=/usr \
+ ./configure --prefix=/usr \
--enable-introspection \
--enable-egl-backend \
--enable-gdk-backend \