Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / clutter
Commits: 577980c1 by Antonio Rojas at 2024-09-07T14:47:32+02:00 upgpkg: 1.26.4-3: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +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 + 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 ===================================== PKGBUILD ===================================== @@ -5,13 +5,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) license=(LGPL) depends=(gtk3 cogl libinput) -makedepends=(gobject-introspection gtk-doc git) +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') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/clutter/-/commit/577980c1a448e97e3b85908be7fd4d69de84f4eb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/clutter/-/commit/577980c1a448e97e3b85908be7fd4d69de84f4eb You're receiving this email because of your account on gitlab.archlinux.org.
