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

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

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: 'gtk-engines'
pkgver: '2.21.0'
pkgrel: '3'
pkgdesc: 'The GTK Engines package contains eight themes/engines and two additional engines for GTK2'
url: 'https://download.gnome.org/sources/gtk-engines'
arch: x86_64
depends: []
makedepends:
- gtk2
- gtk3
- lua
- 'gnome-common'

source:
- 'https://gitlab.gnome.org/Archive/${pkgname}/-/archive/e23eb81ade8c815dcd4da026ab7a2b7307a4f326/${pkgname}-e23eb81ade8c815dcd4da026ab7a2b7307a4f326.tar.gz'

sha256sums:
- SKIP

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

package: |
  true