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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 19:01:16 UTC 2022


    Date: Saturday, April 2, 2022 @ 19:01:16
  Author: heftig
Revision: 441306

1.26.4-2: debug on

Modified:
  clutter/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 18:49:25 UTC (rev 441305)
+++ PKGBUILD	2022-04-02 19:01:16 UTC (rev 441306)
@@ -1,11 +1,11 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: 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
+pkgrel=2
 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)
-checkdepends=(xorg-server-xvfb)
+options=(debug)
 _commit=fd85623d34a54b3f5607011086cf19cb2c756a6a  # tags/1.26.4^0
 source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -45,11 +45,6 @@
   make
 }
 
-check() {
-  cd $pkgname
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' make check
-}
-
 package() {
   depends+=(libcogl{,-pango,-path}.so)
   provides+=(libclutter-1.0.so)



More information about the arch-commits mailing list