Date: Saturday, August 6, 2016 @ 15:37:39 Author: bgyorgy Revision: 185628
upgpkg: mate-icon-theme-faenza 1.14.0-1 Update to new version Modified: mate-icon-theme-faenza/trunk/PKGBUILD Deleted: mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install --------------------------------+ PKGBUILD | 13 +++++-------- mate-icon-theme-faenza.install | 13 ------------- 2 files changed, 5 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-06 15:31:40 UTC (rev 185627) +++ PKGBUILD 2016-08-06 15:37:39 UTC (rev 185628) @@ -1,6 +1,6 @@ -# Maintainer : Martin Wimpress <[email protected]> +# Contributor: Martin Wimpress <[email protected]> -_ver=1.12 +_ver=1.14 pkgname=mate-icon-theme-faenza pkgver=${_ver}.0 pkgrel=1 @@ -7,14 +7,12 @@ pkgdesc="Faenza icon theme for MATE" url="http://mate-desktop.org" arch=('any') -license=('LGPL') -depends=('gtk-update-icon-cache') -makedepends=('git' 'icon-naming-utils' 'mate-common') +license=('GPL') +makedepends=('mate-common') options=(!strip) groups=('mate-extra' 'mate-extra-gtk3') source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('391bb5c04a3090feeac4b92850ce57b96ebd53c2') -install=${pkgname}.install +sha1sums=('2a4b5e57d0ea3099bb0683f37e4f9eff62888d86') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -31,5 +29,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - rm -f "${pkgdir}/usr/share/icons/matefaenza/icon-theme.cache" } Deleted: mate-icon-theme-faenza.install =================================================================== --- mate-icon-theme-faenza.install 2016-08-06 15:31:40 UTC (rev 185627) +++ mate-icon-theme-faenza.install 2016-08-06 15:37:39 UTC (rev 185628) @@ -1,13 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenza - gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzadark - gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzagray -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
