# Maintainer: drakkan # Contributor: drakkan pkgname='pop-gtk-theme-bin' pkgver='4.1.4' pkgrel=6 _timestamp=1557754575 _commit=952b012 pkgdesc='System76 Pop GTK+ Theme' arch=('any') url='https://github.com/pop-os/gtk-theme' license=('GPL2' 'CCPL:by-sa') conflicts=('pop-gtk-theme') provides=('pop-gtk-theme') depends=( "gtk3>=3.18.9" "gtk2>=2.24.30" "gdk-pixbuf2>=2.24.30" "gtk-engine-murrine>=0.98.1" ) optdepends=( "gnome-shell" "gnome-flashback" "budgie-desktop" "xfce4-session" "mate-desktop" "lxde-common" "pop-icon-theme: Recommended icon theme" "ttf-fira-sans: Recommended font for window titles and interface" "ttf-fira-mono: Recommended monospace font" "ttf-roboto-slab: Recommended font for documents" ) source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_${pkgver}~${_timestamp}~19.04~${_commit}_all.deb") sha256sums=('07adbe6c52df6ff87f8399f1e35a9dd564d46c6e73d8473f7ec78979c319d8f2') package() { cd "${srcdir}" tar -xJC "${pkgdir}" -f data.tar.xz } # vim: ts=2 sw=2 et: