summaryrefslogtreecommitdiff
path: root/libre/mate-icon-theme-faenza
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-08 08:34:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-08 08:34:23 -0300
commit62b056269c558c0f43fda0d5ecb4cf2c904ed60c (patch)
treed4dd659888aea26f93aae1fa452efa85fdfd1f62 /libre/mate-icon-theme-faenza
parentf09c05b2aa4f7b69d1b1458dea40e2c880c94c84 (diff)
mate-icon-theme-faenza-1.14.0-1.parabola1: updating version
Diffstat (limited to 'libre/mate-icon-theme-faenza')
-rw-r--r--libre/mate-icon-theme-faenza/PKGBUILD12
-rw-r--r--libre/mate-icon-theme-faenza/mate-icon-theme-faenza.install13
2 files changed, 5 insertions, 20 deletions
diff --git a/libre/mate-icon-theme-faenza/PKGBUILD b/libre/mate-icon-theme-faenza/PKGBUILD
index 8542137cf..96921c0f6 100644
--- a/libre/mate-icon-theme-faenza/PKGBUILD
+++ b/libre/mate-icon-theme-faenza/PKGBUILD
@@ -1,23 +1,21 @@
-# Maintainer (Arch): Martin Wimpress <code@flexion.org>
+# Contributor (Arch): Martin Wimpress <code@flexion.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
-_ver=1.12
+_ver=1.14
pkgname=mate-icon-theme-faenza
pkgver=${_ver}.0
pkgrel=1.parabola1
pkgdesc="Faenza icon theme for MATE, without nonfree distros and application icons"
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')
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)
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}"
diff --git a/libre/mate-icon-theme-faenza/mate-icon-theme-faenza.install b/libre/mate-icon-theme-faenza/mate-icon-theme-faenza.install
deleted file mode 100644
index baa61d116..000000000
--- a/libre/mate-icon-theme-faenza/mate-icon-theme-faenza.install
+++ /dev/null
@@ -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
-}