[arch-commits] Commit in clutter/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Mar 9 19:00:43 UTC 2020


    Date: Monday, March 9, 2020 @ 19:00:41
  Author: heftig
Revision: 377220

1.26.4-1

Modified:
  clutter/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-09 18:13:34 UTC (rev 377219)
+++ PKGBUILD	2020-03-09 19:00:41 UTC (rev 377220)
@@ -4,8 +4,8 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=clutter
-pkgver=1.26.2
-pkgrel=2
+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)
@@ -12,7 +12,7 @@
 license=(LGPL)
 depends=(gtk3 cogl libinput)
 makedepends=(gobject-introspection gtk-doc git)
-_commit=2faa83baf3ce9b9c94635311ad79944ab2a73c84  # tags/1.26.2^0
+_commit=fd85623d34a54b3f5607011086cf19cb2c756a6a  # tags/1.26.4^0
 source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 }
 
 build() {
-  cd "$pkgname"
+  cd $pkgname
   ./configure --prefix=/usr \
     --enable-introspection \
     --enable-egl-backend \
@@ -45,6 +45,9 @@
 }
 
 package() {
+  depends+=(libcogl{,-pango,-path}.so)
+  provides+=(libclutter-1.0.so)
+
   cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list