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

Felix Yan felixonmars at archlinux.org
Wed Apr 12 11:46:40 UTC 2017


    Date: Wednesday, April 12, 2017 @ 11:46:39
  Author: felixonmars
Revision: 222482

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   43 ----------------------
 community-x86_64/PKGBUILD |   43 ----------------------
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-12 11:45:51 UTC (rev 222481)
+++ community-i686/PKGBUILD	2017-04-12 11:46:39 UTC (rev 222482)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-cogl
-pkgver=1.22.3
-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")
-sha256sums=('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-i686/PKGBUILD (from rev 222481, deepin-cogl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-12 11:46:39 UTC (rev 222482)
@@ -0,0 +1,43 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-12 11:45:51 UTC (rev 222481)
+++ community-x86_64/PKGBUILD	2017-04-12 11:46:39 UTC (rev 222482)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-cogl
-pkgver=1.22.3
-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")
-sha256sums=('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 222481, deepin-cogl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-12 11:46:39 UTC (rev 222482)
@@ -0,0 +1,43 @@
+# $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:



More information about the arch-commits mailing list