Date: Tuesday, November 9, 2021 @ 13:05:26 Author: alucryd Revision: 1039325
add pop-icon-theme Added: pop-icon-theme/ pop-icon-theme/trunk/ pop-icon-theme/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Added: pop-icon-theme/trunk/PKGBUILD =================================================================== --- pop-icon-theme/trunk/PKGBUILD (rev 0) +++ pop-icon-theme/trunk/PKGBUILD 2021-11-09 13:05:26 UTC (rev 1039325) @@ -0,0 +1,34 @@ +# Maintainer: Maxime Gauduin <[email protected]> +# Contributor: Christopher Reimer <[email protected]> + +pkgname=pop-icon-theme +pkgver=2.1.0.r2415.a5a10f9725 +pkgrel=1 +pkgdesc='System76 Pop Icon Theme' +arch=(any) +url=https://github.com/pop-os/icon-theme +license=(CCPL) +depends=(adwaita-icon-theme) +makedepends=( + git + meson +) +_commit=a5a10f97254d660b5e52875abd1fb0eaac396dae +source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit}) +b2sums=(SKIP) + +pkgver() { + cd pop-icon-theme + echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD) +} + +build() { + arch-meson pop-icon-theme build + meson compile -C build +} + +package() { + DESTDIR="${pkgdir}" meson install -C build +} + +# vim: ts=2 sw=2 et:
