[arch-commits] Commit in cogl/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:31:06 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:31:05
  Author: heftig
Revision: 155032

db-move: moved cogl from [gnome-unstable] to [testing] (x86_64)

Added:
  cogl/repos/testing-x86_64/
  cogl/repos/testing-x86_64/PKGBUILD
    (from rev 155005, cogl/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  cogl/repos/gnome-unstable-x86_64/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: cogl/repos/testing-x86_64/PKGBUILD (from rev 155005, cogl/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:31:05 UTC (rev 155032)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=cogl
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/"
+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=('544b648cd5dc0a0ea438acd89d83727d82d6c29927db33a519ce2b28dc1ad07d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list