summaryrefslogtreecommitdiff
path: root/extra/cogl/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-17 05:09:31 -0700
committerroot <root@rshg054.dnsready.net>2013-09-17 05:09:31 -0700
commit7080cab465360c1e2571433323481aed6741ecbe (patch)
treeac430543eac4e1d1fa7f3512afdad29b5220863b /extra/cogl/PKGBUILD
parenta1ec78e8d16098adb2e9e1cf4e364625e74c3bc4 (diff)
Tue Sep 17 05:07:41 PDT 2013
Diffstat (limited to 'extra/cogl/PKGBUILD')
-rw-r--r--extra/cogl/PKGBUILD18
1 files changed, 14 insertions, 4 deletions
diff --git a/extra/cogl/PKGBUILD b/extra/cogl/PKGBUILD
index 9b34a0460..72aa066c1 100644
--- a/extra/cogl/PKGBUILD
+++ b/extra/cogl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 190118 2013-07-15 21:53:44Z tomegun $
+# $Id: PKGBUILD 194508 2013-09-17 02:50:40Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=cogl
pkgver=1.14.0
-pkgrel=4
+pkgrel=5
pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
arch=('i686' 'x86_64')
url="http://www.clutter-project.org/"
@@ -11,11 +11,21 @@ license=('GPL2')
depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
makedepends=('mesa' 'gobject-introspection')
options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ git-fixes.patch)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8'
+ '5f9279122cabf5cce23c1e19cedd9e67231f63a4d35329924b256fc1adc1aab2')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ # Update to ba5e5410babf705f53b591579c104181dd752bec
+ # Removed version parts from configure.ac and .gitignore parts, removed conflicting it.po and eu.po commits
+ patch -Np1 -i ../git-fixes.patch
+}
build() {
cd "$pkgname-$pkgver"
+ autoreconf -fi
./configure --prefix=/usr \
--enable-wayland-egl-platform --enable-gles{1,2}