[arch-commits] Commit in cogl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 18:47:13 UTC 2022


    Date: Saturday, April 2, 2022 @ 18:47:12
  Author: heftig
Revision: 441301

archrelease: copy trunk to extra-x86_64

Added:
  cogl/repos/extra-x86_64/PKGBUILD
    (from rev 441300, cogl/trunk/PKGBUILD)
Deleted:
  cogl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 18:47:02 UTC (rev 441300)
+++ PKGBUILD	2022-04-02 18:47:12 UTC (rev 441301)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=cogl
-pkgver=1.22.8
-pkgrel=1
-pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
-url="https://blogs.gnome.org/clutter/"
-arch=(x86_64)
-license=(GPL2)
-depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango
-         libxrandr)
-makedepends=(gobject-introspection git gtk-doc)
-provides=(libcogl.so libcogl-{gles2,pango,path}.so)
-_commit=c2e25cef6bd7b3f12c8625f82956388e419cd046  # tags/1.22.8^0
-source=("git+https://gitlab.gnome.org/GNOME/cogl.git#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-gles2 \
-    --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/extra-x86_64/PKGBUILD (from rev 441300, cogl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-02 18:47:12 UTC (rev 441301)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=cogl
+pkgver=1.22.8
+pkgrel=2
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+url="https://blogs.gnome.org/clutter/"
+arch=(x86_64)
+license=(GPL2)
+depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango
+         libxrandr)
+makedepends=(gobject-introspection git gtk-doc)
+provides=(libcogl.so libcogl-{gles2,pango,path}.so)
+options=(debug)
+_commit=c2e25cef6bd7b3f12c8625f82956388e419cd046  # tags/1.22.8^0
+source=("git+https://gitlab.gnome.org/GNOME/cogl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd cogl
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd cogl
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd cogl
+  ./configure --prefix=/usr \
+    --enable-gles2 \
+    --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 cogl
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list