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

Jan Steffens heftig at archlinux.org
Sat May 13 10:13:17 UTC 2017


    Date: Saturday, May 13, 2017 @ 10:13:16
  Author: heftig
Revision: 295885

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

Added:
  clutter/repos/extra-i686/PKGBUILD
    (from rev 295884, clutter/trunk/PKGBUILD)
  clutter/repos/extra-x86_64/PKGBUILD
    (from rev 295884, clutter/trunk/PKGBUILD)
Deleted:
  clutter/repos/extra-i686/PKGBUILD
  clutter/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  100 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   50 ------------------------
 extra-x86_64/PKGBUILD |   50 ------------------------
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-05-13 10:12:08 UTC (rev 295884)
+++ extra-i686/PKGBUILD	2017-05-13 10:13:16 UTC (rev 295885)
@@ -1,50 +0,0 @@
-# $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+35+g9c4330b6d
-pkgrel=1
-pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
-url="https://blogs.gnome.org/clutter/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 cogl libinput)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=9c4330b6ddbae230de8b25610e59af143e38b2ab  # master
-source=("git+https://git.gnome.org/browse/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/extra-i686/PKGBUILD (from rev 295884, clutter/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-05-13 10:13:16 UTC (rev 295885)
@@ -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.2
+pkgrel=1
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
+url="https://blogs.gnome.org/clutter/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 cogl libinput)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=2faa83baf3ce9b9c94635311ad79944ab2a73c84  # tags/1.26.2^0
+source=("git+https://git.gnome.org/browse/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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-05-13 10:12:08 UTC (rev 295884)
+++ extra-x86_64/PKGBUILD	2017-05-13 10:13:16 UTC (rev 295885)
@@ -1,50 +0,0 @@
-# $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+35+g9c4330b6d
-pkgrel=1
-pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
-url="https://blogs.gnome.org/clutter/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 cogl libinput)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=9c4330b6ddbae230de8b25610e59af143e38b2ab  # master
-source=("git+https://git.gnome.org/browse/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/extra-x86_64/PKGBUILD (from rev 295884, clutter/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-05-13 10:13:16 UTC (rev 295885)
@@ -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.2
+pkgrel=1
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
+url="https://blogs.gnome.org/clutter/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 cogl libinput)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=2faa83baf3ce9b9c94635311ad79944ab2a73c84  # tags/1.26.2^0
+source=("git+https://git.gnome.org/browse/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