# Maintainer: drakkan # Contributor: drakkan pkgname='pop-icon-theme-bin' pkgver='2.1.0' pkgrel=11 pkgdesc='A free and open source SVG icon theme for Linux, based on Paper Icon Set and Papirus.' arch=('any') url='https://github.com/pop-os/icon-theme' license=('LGPL3') conflicts=('pop-icon-theme') provides=('pop-icon-theme') optdepends=( "pop-gtk-theme-bin: Recommended gtk 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-icon-theme/pop-icon-theme_${pkgver}~1626456130~20.10~8e5d8ca_all.deb") sha256sums=('2bdfdd556b6c336aca4ecb29ddc0f809a40bce3c1b3a840fcc59b6271dc3516d') package() { cd "${srcdir}" tar -xJC "${pkgdir}" -f data.tar.xz } # vim: ts=2 sw=2 et: