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

recipes/gui/gnome-themes-extra/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: 'gnome-themes-extra'
pkgver: '3.28'
pkgrel: '7'
pkgdesc: 'Default themes for the GNOME desktop'
url: 'https://git.gnome.org/browse/gnome-themes-standard/'
arch: x86_64
depends: []
makedepends:
- gtk3
- intltool
- librsvg
- perl-xml-parser

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

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --disable-gtk2-engine
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install