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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:57:45 UTC 2014


    Date: Friday, September 26, 2014 @ 12:57:45
  Author: jgc
Revision: 223152

db-move: moved clutter-gtk from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  clutter-gtk/repos/testing-i686/
  clutter-gtk/repos/testing-i686/PKGBUILD
    (from rev 223030, clutter-gtk/repos/gnome-unstable-i686/PKGBUILD)
  clutter-gtk/repos/testing-x86_64/
  clutter-gtk/repos/testing-x86_64/PKGBUILD
    (from rev 223030, clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  clutter-gtk/repos/gnome-unstable-i686/
  clutter-gtk/repos/gnome-unstable-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: clutter-gtk/repos/testing-i686/PKGBUILD (from rev 223030, clutter-gtk/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:57:45 UTC (rev 223152)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=clutter-gtk
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="GTK clutter widget"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/"
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('883550b574a036363239442edceb61cf3f6bedc8adc97d3404278556dc82234d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # 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-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: clutter-gtk/repos/testing-x86_64/PKGBUILD (from rev 223030, clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:57:45 UTC (rev 223152)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=clutter-gtk
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="GTK clutter widget"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/"
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('883550b574a036363239442edceb61cf3f6bedc8adc97d3404278556dc82234d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # 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-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list