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

Antonio Rojas arojas at archlinux.org
Mon Nov 26 19:39:34 UTC 2018


    Date: Monday, November 26, 2018 @ 19:39:33
  Author: arojas
Revision: 409853

archrelease: copy trunk to community-x86_64

Added:
  deepin-cogl/repos/community-x86_64/PKGBUILD
    (from rev 409851, deepin-cogl/trunk/PKGBUILD)
Deleted:
  deepin-cogl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-26 19:39:33 UTC (rev 409852)
+++ PKGBUILD	2018-11-26 19:39:33 UTC (rev 409853)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-cogl
-pkgver=1.22.5
-pkgrel=1
-pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-cogl"
-license=('GPL2')
-depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango' 'libxrandr')
-makedepends=('gobject-introspection' 'git' 'gtk-doc')
-provides=("cogl=$pkgver")
-conflicts=("cogl")
-options=(!emptydirs)
-source=("git+https://github.com/linuxdeepin/deepin-cogl.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-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 -j1
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: deepin-cogl/repos/community-x86_64/PKGBUILD (from rev 409851, deepin-cogl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-26 19:39:33 UTC (rev 409853)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-cogl
+pkgver=1.22.5
+pkgrel=2
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-cogl"
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango' 'libxrandr')
+makedepends=('gobject-introspection' 'git' 'gtk-doc')
+provides=("cogl=$pkgver")
+conflicts=("cogl")
+options=(!emptydirs)
+source=("git+https://github.com/linuxdeepin/deepin-cogl.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -e 's|1.15|1.16 1.15|' -i autogen.sh # Support automake 1.16
+  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 -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list