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

Felix Yan felixonmars at archlinux.org
Thu Mar 16 06:42:08 UTC 2017


    Date: Thursday, March 16, 2017 @ 06:42:07
  Author: felixonmars
Revision: 216601

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

Added:
  deepin-clutter/repos/community-i686/
  deepin-clutter/repos/community-i686/PKGBUILD
    (from rev 216600, deepin-clutter/trunk/PKGBUILD)
  deepin-clutter/repos/community-x86_64/
  deepin-clutter/repos/community-x86_64/PKGBUILD
    (from rev 216600, deepin-clutter/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   47 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   47 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

Copied: deepin-clutter/repos/community-i686/PKGBUILD (from rev 216600, deepin-clutter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-16 06:42:07 UTC (rev 216601)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=deepin-clutter
+pkgver=1.26.2
+pkgrel=1
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/clutter"
+license=('LGPL')
+depends=('gtk3' 'deepin-cogl' 'libinput')
+makedepends=('gobject-introspection' 'gtk-doc')
+provides=("clutter=$pkgver")
+conflicts=('clutter')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sonald/clutter/archive/$pkgver.tar.gz")
+sha256sums=('08cc169af09b89a4fb09c38fa5732d7995f73f865783882f2bf91423830d97ba')
+
+prepare() {
+  cd clutter-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd clutter-$pkgver
+  ./configure --prefix=/usr \
+    --enable-introspection \
+    --enable-egl-backend \
+    --enable-gdk-backend \
+    --enable-wayland-backend \
+    --enable-x11-backend \
+    --enable-evdev-input \
+    --enable-wayland-compositor \
+    --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd clutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: deepin-clutter/repos/community-x86_64/PKGBUILD (from rev 216600, deepin-clutter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-16 06:42:07 UTC (rev 216601)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=deepin-clutter
+pkgver=1.26.2
+pkgrel=1
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/clutter"
+license=('LGPL')
+depends=('gtk3' 'deepin-cogl' 'libinput')
+makedepends=('gobject-introspection' 'gtk-doc')
+provides=("clutter=$pkgver")
+conflicts=('clutter')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sonald/clutter/archive/$pkgver.tar.gz")
+sha256sums=('08cc169af09b89a4fb09c38fa5732d7995f73f865783882f2bf91423830d97ba')
+
+prepare() {
+  cd clutter-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd clutter-$pkgver
+  ./configure --prefix=/usr \
+    --enable-introspection \
+    --enable-egl-backend \
+    --enable-gdk-backend \
+    --enable-wayland-backend \
+    --enable-x11-backend \
+    --enable-evdev-input \
+    --enable-wayland-compositor \
+    --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd clutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list