* update clutter to 1.26.4-3
This commit is contained in:
parent
7b2c75f056
commit
f871ac13c9
28
clutter/.SRCINFO
Normal file
28
clutter/.SRCINFO
Normal 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
|
@ -6,14 +6,13 @@
|
|||||||
|
|
||||||
pkgname=clutter
|
pkgname=clutter
|
||||||
pkgver=1.26.4
|
pkgver=1.26.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
|
pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
|
||||||
url="https://blogs.gnome.org/clutter/"
|
url="https://blogs.gnome.org/clutter/"
|
||||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
depends=(gtk3 cogl libinput)
|
depends=(gtk3 cogl libinput)
|
||||||
makedepends=(gobject-introspection gtk-doc git)
|
makedepends=(gobject-introspection gtk-doc git glib2-devel)
|
||||||
options=(debug)
|
|
||||||
_commit=fd85623d34a54b3f5607011086cf19cb2c756a6a # tags/1.26.4^0
|
_commit=fd85623d34a54b3f5607011086cf19cb2c756a6a # tags/1.26.4^0
|
||||||
source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit")
|
source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user