🔒 Repository is read-only – file editing is disabled.

recipes/gui/clutter-gtk/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'clutter-gtk'
pkgver: '1.8.4'
pkgrel: '10'
pkgdesc: 'GTK clutter widget.'
url: 'https://www.clutter-project.org'
arch: x86_64
depends: []
makedepends:
- clutter
- gtk3
- 'gobject-introspection'

source:
- 'https://download.gnome.org/sources/${pkgname}/1.8/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR="${PKGDIR}" install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libclutter-gtk-1.0.la