[arch-commits] Commit in clutter/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sat Sep 24 01:26:10 UTC 2016
Date: Saturday, September 24, 2016 @ 01:26:10
Author: heftig
Revision: 276901
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
clutter/repos/gnome-unstable-i686/
clutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 276900, clutter/trunk/PKGBUILD)
clutter/repos/gnome-unstable-x86_64/
clutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276900, clutter/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 50 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 50 +++++++++++++++++++++++++++++++++++++++
2 files changed, 100 insertions(+)
Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 276900, clutter/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2016-09-24 01:26:10 UTC (rev 276901)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=clutter
+pkgver=1.26.0+24+g79da526
+pkgrel=1
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
+arch=(i686 x86_64)
+url="http://clutter-project.org/"
+license=(LGPL)
+depends=(gtk3 cogl libinput)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=79da526145de3033e01eb1de6d6ec712639a7ea5
+source=("git://git.gnome.org/clutter#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+ ./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 "$pkgname"
+ make DESTDIR="$pkgdir" install
+}
Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276900, clutter/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2016-09-24 01:26:10 UTC (rev 276901)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=clutter
+pkgver=1.26.0+24+g79da526
+pkgrel=1
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
+arch=(i686 x86_64)
+url="http://clutter-project.org/"
+license=(LGPL)
+depends=(gtk3 cogl libinput)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=79da526145de3033e01eb1de6d6ec712639a7ea5
+source=("git://git.gnome.org/clutter#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+ ./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 "$pkgname"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list