[arch-commits] Commit in cogl/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 2 18:34:20 UTC 2013


    Date: Monday, September 2, 2013 @ 20:34:19
  Author: jgc
Revision: 193840

upgpkg: cogl 1.15.10-1

Modified:
  cogl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-02 18:30:39 UTC (rev 193839)
+++ PKGBUILD	2013-09-02 18:34:19 UTC (rev 193840)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=cogl
-pkgver=1.14.0
-pkgrel=5
+pkgver=1.15.10
+pkgrel=1
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
 url="http://www.clutter-project.org/"
@@ -11,21 +11,11 @@
 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
-        git-fixes.patch)
-sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8'
-            '5f9279122cabf5cce23c1e19cedd9e67231f63a4d35329924b256fc1adc1aab2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d82d5078f6b6d3c9369d0c190e34064ef3337fbdd06ecaf17e36f3a50f13a61c')
 
-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}
 




More information about the arch-commits mailing list