Date: Tuesday, November 9, 2021 @ 12:37:43 Author: alucryd Revision: 1039323
add pop-gtk-theme Added: pop-gtk-theme/ pop-gtk-theme/trunk/ pop-gtk-theme/trunk/PKGBUILD ----------+ PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) Added: pop-gtk-theme/trunk/PKGBUILD =================================================================== --- pop-gtk-theme/trunk/PKGBUILD (rev 0) +++ pop-gtk-theme/trunk/PKGBUILD 2021-11-09 12:37:43 UTC (rev 1039323) @@ -0,0 +1,43 @@ +# Maintainer: Maxime Gauduin <[email protected]> +# Contributor: Christopher Reimer <[email protected]> +# Contributor: Dimitris Kiziridis <[email protected]> +# Contributor: Dan Beste <[email protected]> +# Contributor: Carl George <[email protected]> + +pkgname=pop-gtk-theme +pkgver=5.4.5 +pkgrel=1 +pkgdesc='System76 Pop GTK+ Theme' +arch=(any) +url=https://github.com/pop-os/gtk-theme +license=( + CCPL + GPL3 + LGPL2.1 + LGPL3 +) +makedepends=( + git + meson + sassc +) +optdepends=( + 'gtk-engine-murrine: GTK2 theme' + 'gtk-engine-pixbuf: GTK2 theme' +) +_tag=61bc35d62c74d819854af8a88e5aae206a8bb9de +source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#tag=${_tag}) +b2sums=(SKIP) + +build() { + arch-meson pop-gtk-theme build + meson compile -C build +} + +package() { + DESTDIR="${pkgdir}" meson install -C build + # https://github.com/pop-os/gtk-theme/issues/436 + ln -s /usr/share/gnome-shell/theme/Pop-dark "${pkgdir}"/usr/share/themes/Pop-dark/gnome-shell +} + +# vim: ts=2 sw=2 et:
