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

recipes/gui/clutter/PAGBUILD.yaml main

43 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243
pkgname: clutter
pkgver: '1.26.4'
pkgrel: '5'
pkgdesc: 'A GObject based library for creating fast, visually rich graphical user interfaces'
url: 'https://blogs.gnome.org/clutter'
arch: x86_64
depends: []
makedepends:
- cogl
- 'json-glib'
- 'gobject-introspection'
- gtk3
- 'gtk-doc'
- libgudev
- libinput
- libxkbcommon
- wayland

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

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
      --enable-introspection \
      --enable-egl-backend \
      --enable-gdk-backend \
      --enable-wayland-backend \
      --enable-x11-backend \
      --enable-evdev-input \
      --enable-wayland-compositor \
      --enable-gtk-doc
  make
  make DESTDIR=${PKGDIR} install

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

package: |
  true