* update clutter to 1.26.4-3

This commit is contained in:
Alexander Baldeck 2024-10-09 12:25:14 +02:00
parent 7b2c75f056
commit f871ac13c9
2 changed files with 31 additions and 4 deletions

28
clutter/.SRCINFO Normal file
View File

@ -0,0 +1,28 @@
pkgbase = clutter
pkgdesc = A toolkit for creating fast, portable, compelling dynamic UIs
pkgver = 1.26.4
pkgrel = 3
url = https://blogs.gnome.org/clutter/
arch = x86_64
arch = powerpc64le
arch = powerpc
arch = riscv64
license = LGPL
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = git
makedepends = glib2-devel
depends = gtk3
depends = cogl
depends = libinput
source = git+https://gitlab.gnome.org/GNOME/clutter.git#commit=fd85623d34a54b3f5607011086cf19cb2c756a6a
sha256sums = SKIP
pkgname = clutter
depends = gtk3
depends = cogl
depends = libinput
depends = libcogl.so
depends = libcogl-pango.so
depends = libcogl-path.so
provides = libclutter-1.0.so

View File

@ -6,14 +6,13 @@
pkgname=clutter
pkgver=1.26.4
pkgrel=2
pkgrel=3
pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
url="https://blogs.gnome.org/clutter/"
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL)
depends=(gtk3 cogl libinput)
makedepends=(gobject-introspection gtk-doc git)
options=(debug)
makedepends=(gobject-introspection gtk-doc git glib2-devel)
_commit=fd85623d34a54b3f5607011086cf19cb2c756a6a # tags/1.26.4^0
source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit")
sha256sums=('SKIP')