makedeb


papirus-icon-theme 20230104-1


Papirus icon theme for Linux

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for papirus-icon-theme.

# Maintainer: only_vip  <onlyme_vip@protonmail.com>
pkgname=papirus-icon-theme
pkgver=20230104
pkgrel=1
pkgdesc="Papirus icon theme for Linux"
url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
arch=('any')
depends=('hicolor-icon-theme')
optdepends=('filezilla-theme-papirus' 'libreoffice-style-papirus')
conflicts=('papirus-icon-theme')
replaces=('papirus-gtk-icon-theme' 'papirus-kde-icon-theme')
options=(!strip)
source=("${pkgname}-${pkgver}::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=("c07adc6258e9c0b37b250efae91825004b5b440304b9a901dbccec90fe683eee6871f5bf3205e79ee1bf44fe13ce5f014cbfc99b1bb6488e82bd6b0b8b730bfa")

package() {
    cd "${srcdir}/${pkgname}-${pkgver}"

    msg2 'Copying icons to $pkgdir...'
    make DESTDIR="${pkgdir}" install
}