Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / cogl
Commits: 4992296b by Antonio Rojas at 2024-09-07T14:42:55+02:00 upgpkg: 1.22.8-3: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,27 @@ +pkgbase = cogl + pkgdesc = An object oriented GL/GLES Abstraction/Utility Layer + pkgver = 1.22.8 + pkgrel = 3 + url = https://blogs.gnome.org/clutter/ + arch = x86_64 + license = GPL2 + makedepends = gobject-introspection + makedepends = git + makedepends = gtk-doc + makedepends = glib2-devel + depends = mesa + depends = libdrm + depends = libxext + depends = libxdamage + depends = libxcomposite + depends = gdk-pixbuf2 + depends = pango + depends = libxrandr + provides = libcogl.so + provides = libcogl-gles2.so + provides = libcogl-pango.so + provides = libcogl-path.so + source = git+https://gitlab.gnome.org/GNOME/cogl.git#commit=c2e25cef6bd7b3f12c8625f82956388e419cd046 + sha256sums = SKIP + +pkgname = cogl ===================================== PKGBUILD ===================================== @@ -3,14 +3,14 @@ pkgname=cogl pkgver=1.22.8 -pkgrel=2 +pkgrel=3 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" url="https://blogs.gnome.org/clutter/" arch=(x86_64) license=(GPL2) depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango libxrandr) -makedepends=(gobject-introspection git gtk-doc) +makedepends=(gobject-introspection git gtk-doc glib2-devel) provides=(libcogl.so libcogl-{gles2,pango,path}.so) _commit=c2e25cef6bd7b3f12c8625f82956388e419cd046 # tags/1.22.8^0 source=("git+https://gitlab.gnome.org/GNOME/cogl.git#commit=$_commit") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cogl/-/commit/4992296bcaa5de9318df9707081586a686b0a250 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cogl/-/commit/4992296bcaa5de9318df9707081586a686b0a250 You're receiving this email because of your account on gitlab.archlinux.org.
