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

Jan Steffens heftig at archlinux.org
Wed Apr 5 14:14:26 UTC 2017


    Date: Wednesday, April 5, 2017 @ 14:14:25
  Author: heftig
Revision: 292144

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cogl/repos/gnome-unstable-i686/
  cogl/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292142, cogl/trunk/PKGBUILD)
  cogl/repos/gnome-unstable-x86_64/
  cogl/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292143, cogl/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   45 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

Copied: cogl/repos/gnome-unstable-i686/PKGBUILD (from rev 292142, cogl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-05 14:14:25 UTC (rev 292144)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=cogl
+pkgver=1.22.2+10+g3baa2d7a
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+url="https://blogs.gnome.org/clutter/"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango libxrandr)
+makedepends=(gobject-introspection git gtk-doc)
+_commit=3baa2d7a65bc94b74d6e49392fe14e4ed65724a5  # cogl-1.22
+source=("git+https://git.gnome.org/browse/cogl#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --enable-gles{1,2} \
+    --enable-{kms,wayland}-egl-platform \
+    --enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: cogl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292143, cogl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-05 14:14:25 UTC (rev 292144)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=cogl
+pkgver=1.22.2+10+g3baa2d7a
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+url="https://blogs.gnome.org/clutter/"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango libxrandr)
+makedepends=(gobject-introspection git gtk-doc)
+_commit=3baa2d7a65bc94b74d6e49392fe14e4ed65724a5  # cogl-1.22
+source=("git+https://git.gnome.org/browse/cogl#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --enable-gles{1,2} \
+    --enable-{kms,wayland}-egl-platform \
+    --enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list