🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: 'adwaita-icon-theme'
pkgver: '50.0'
pkgrel: '3'
pkgdesc: 'GNOME standard icons'
url: 'https://gitlab.gnome.org/GNOME/adwaita-icon-theme'
arch: x86_64
license:
- 'LGPL3 CCPL:by-sa'
depends:
- 'hicolor-icon-theme'
- 'gtk-update-icon-cache'
- 'icon-naming-utils'
- librsvg
makedepends:
- meson
- ninja
source:
- 'https://gitlab.gnome.org/GNOME/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
hooks:
'pre-remove': |
name=adwaita-icon-theme
version=50.0
release=3
rm -f /usr/share/icons/Adwaita/icon-theme.cache
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true adwaita-icon-theme-50.0 builddir
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING_LGPL ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING_LGPL
install -Dm644 ${pkgname}-${pkgver}/COPYING_CCBYSA3 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING_CCBYSA3