diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-26 00:15:17 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-26 00:16:31 +0100 |
commit | c592cc758185d30a307de283fea7414b127913f0 (patch) | |
tree | d29f986fa7626a3ac2e562b9d069060ba2117d2a /pcr/tango-icon-theme | |
parent | bcac851dee75f285de267589e570bc5807c5b2b5 (diff) | |
download | abslibre-c592cc758185d30a307de283fea7414b127913f0.tar.gz abslibre-c592cc758185d30a307de283fea7414b127913f0.tar.bz2 abslibre-c592cc758185d30a307de283fea7414b127913f0.zip |
pcr/tango-icon-theme: re-added and cleaned up
Diffstat (limited to 'pcr/tango-icon-theme')
-rw-r--r-- | pcr/tango-icon-theme/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pcr/tango-icon-theme/PKGBUILD b/pcr/tango-icon-theme/PKGBUILD index 2a3ad0717..fa2c3c5c6 100644 --- a/pcr/tango-icon-theme/PKGBUILD +++ b/pcr/tango-icon-theme/PKGBUILD @@ -5,19 +5,21 @@ pkgname=tango-icon-theme pkgver=0.8.90 -pkgrel=9.parabola1 -pkgdesc="Icon theme that follows the Tango visual guidelines (Parabola rebranded)" +pkgrel=11 +pkgrel+=.parabola1 +pkgdesc="Icon theme that follows the Tango visual guidelines" +pkgdesc+="(Parabola rebranded)" arch=('any') url="http://tango.freedesktop.org" license=('custom:public domain') makedepends=('imagemagick' 'icon-naming-utils' 'intltool' 'librsvg') options=(!strip !zipman) source=(${url}/releases/${pkgname}-${pkgver}.tar.bz2 - symbol.svg::https://projects.parabola.nu/pac.git/plain/src/img/parabola_officialIcon-default_r2048px2_noa_nof_nos_svg1d1.svg + symbol.svg::https://projects.parabola.nu/pac.git/plain/src/img+gpl/symbol-parabolaOfficialLogotype-default_r22px2_noa_nof_nos_svg1d1.svg rsvg.patch) -md5sums=('b7b9b16480afb781a4c13f8bceb8688b' - 'e603ce69dc3daefba4feb71cd873a606' - '46f86ad43d793cd5389a7bd9c58a57ae') +sha256sums=('e94004fa9aa6a7250ac4db6180e96f9c147db617c0d8e7fc8c9e2c42924e990c' + '8957c9da7cbd10aed1a123ab1ab34459e8c2834f02b86fba93cb4cf0314c1ead' + '8bdfe6117c22790590d106a7cf420e7aec3317ec3136c5767ab7eb653fbafce9') prepare() { cd ${pkgname}-${pkgver} |