# Maintainer: drakkan # Contributor: drakkan pkgname='pop-gtk-theme-bin' pkgver='3.1.2' pkgrel=2 _timestamp=1534342228 _commit=526d7b2 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}cosmic0~${_timestamp}~18.10~${_commit}_all.deb") sha256sums=('83ec15e0db5180360597feb4793cfbe777da1575eb156dbf8787fb4466ca65e6') package() { cd "${srcdir}" tar -xJC "${pkgdir}" -f data.tar.xz } # vim: ts=2 sw=2 et: