Date: Saturday, August 6, 2016 @ 15:12:00 Author: bgyorgy Revision: 185618
upgpkg: mate-icon-theme 1.14.0-1 Update to new version Modified: mate-icon-theme/trunk/PKGBUILD Deleted: mate-icon-theme/trunk/mate-icon-theme.install -------------------------+ PKGBUILD | 11 ++++------- mate-icon-theme.install | 12 ------------ 2 files changed, 4 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-06 14:39:23 UTC (rev 185617) +++ PKGBUILD 2016-08-06 15:12:00 UTC (rev 185618) @@ -1,6 +1,6 @@ -# Maintainer : Martin Wimpress <[email protected]> +# Contributor: Martin Wimpress <[email protected]> -_ver=1.12 +_ver=1.14 pkgname=mate-icon-theme pkgver=${_ver}.0 pkgrel=1 @@ -8,13 +8,11 @@ url="http://mate-desktop.org" arch=('any') license=('GPL') -depends=('gtk-update-icon-cache') -makedepends=('icon-naming-utils' 'mate-common') +makedepends=('icon-naming-utils' 'intltool') options=(!strip !emptydirs) groups=('mate' 'mate-gtk3') source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('26c5da07f617bcfedcc1920cc873c1cea6ee9488') -install=${pkgname}.install +sha1sums=('fc59d0763cb8b1405e6b9004aabc672f27215a6a') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,5 +24,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - rm -f "${pkgdir}/usr/share/icons/mate/icon-theme.cache" } Deleted: mate-icon-theme.install =================================================================== --- mate-icon-theme.install 2016-08-06 14:39:23 UTC (rev 185617) +++ mate-icon-theme.install 2016-08-06 15:12:00 UTC (rev 185618) @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/mate - gtk-update-icon-cache -q -t -f /usr/share/icons/menta -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
