Date: Wednesday, August 9, 2017 @ 10:26:27
  Author: heftig
Revision: 301803

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

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

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 -------------------------
 extra-x86_64/PKGBUILD |   40 -------------------------
 3 files changed, 74 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-08-09 10:25:38 UTC (rev 301802)
+++ extra-i686/PKGBUILD 2017-08-09 10:26:27 UTC (rev 301803)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <j...@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/extra-i686/PKGBUILD (from rev 301802, 
clutter-gtk/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2017-08-09 10:26:27 UTC (rev 301803)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=clutter-gtk
+pkgver=1.8.4
+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 meson)
+_commit=77483ba46384adde76f6c4599eae77eeec852c56  # tags/1.8.4^0
+source=("git+https://git.gnome.org/browse/clutter-gtk#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+    -Denable_docs=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2017-08-09 10:25:38 UTC (rev 301802)
+++ extra-x86_64/PKGBUILD       2017-08-09 10:26:27 UTC (rev 301803)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <j...@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/extra-x86_64/PKGBUILD (from rev 301802, 
clutter-gtk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2017-08-09 10:26:27 UTC (rev 301803)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=clutter-gtk
+pkgver=1.8.4
+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 meson)
+_commit=77483ba46384adde76f6c4599eae77eeec852c56  # tags/1.8.4^0
+source=("git+https://git.gnome.org/browse/clutter-gtk#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+    -Denable_docs=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to