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

Jan Steffens heftig at archlinux.org
Sat Sep 24 02:06:57 UTC 2016


    Date: Saturday, September 24, 2016 @ 02:06:57
  Author: heftig
Revision: 276903

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter-gtk/repos/gnome-unstable-i686/
  clutter-gtk/repos/gnome-unstable-i686/PKGBUILD
    (from rev 276902, clutter-gtk/trunk/PKGBUILD)
  clutter-gtk/repos/gnome-unstable-x86_64/
  clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 276902, clutter-gtk/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   40 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   40 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: clutter-gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 276902, clutter-gtk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-24 02:06:57 UTC (rev 276903)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=clutter-gtk
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Clutter integration with GTK+"
+arch=('i686' 'x86_64')
+url="https://git.gnome.org/browse/clutter-gtk"
+license=(LGPL)
+depends=(clutter)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=d48408a24672fa553034a0b3749bee930ad7c49d
+source=("git://git.gnome.org/clutter-gtk#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-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-gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276902, clutter-gtk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-24 02:06:57 UTC (rev 276903)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=clutter-gtk
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Clutter integration with GTK+"
+arch=('i686' 'x86_64')
+url="https://git.gnome.org/browse/clutter-gtk"
+license=(LGPL)
+depends=(clutter)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=d48408a24672fa553034a0b3749bee930ad7c49d
+source=("git://git.gnome.org/clutter-gtk#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-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