[arch-commits] Commit in clutter/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Mar 9 19:01:02 UTC 2020
Date: Monday, March 9, 2020 @ 19:01:01
Author: heftig
Revision: 377224
archrelease: copy trunk to extra-x86_64
Added:
clutter/repos/extra-x86_64/PKGBUILD
(from rev 377221, clutter/trunk/PKGBUILD)
Deleted:
clutter/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 107 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 55 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 19:01:01 UTC (rev 377223)
+++ PKGBUILD 2020-03-09 19:01:01 UTC (rev 377224)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# 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=2
-pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
-url="https://blogs.gnome.org/clutter/"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 cogl libinput)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=2faa83baf3ce9b9c94635311ad79944ab2a73c84 # tags/1.26.2^0
-source=("git+https://gitlab.gnome.org/GNOME/clutter.git#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
-}
-
-# vim:set sw=2 et:
Copied: clutter/repos/extra-x86_64/PKGBUILD (from rev 377221, clutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-09 19:01:01 UTC (rev 377224)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# 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.4
+pkgrel=1
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
+url="https://blogs.gnome.org/clutter/"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 cogl libinput)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=fd85623d34a54b3f5607011086cf19cb2c756a6a # tags/1.26.4^0
+source=("git+https://gitlab.gnome.org/GNOME/clutter.git#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() {
+ depends+=(libcogl{,-pango,-path}.so)
+ provides+=(libclutter-1.0.so)
+
+ cd "$pkgname"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list