[arch-commits] Commit in mate-icon-theme/repos (3 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 15:30:46 UTC 2014


    Date: Thursday, January 16, 2014 @ 16:30:46
  Author: flexiondotorg
Revision: 104176

archrelease: copy trunk to community-any

Added:
  mate-icon-theme/repos/community-any/
  mate-icon-theme/repos/community-any/PKGBUILD
    (from rev 104175, mate-icon-theme/trunk/PKGBUILD)
  mate-icon-theme/repos/community-any/mate-icon-theme.install
    (from rev 104175, mate-icon-theme/trunk/mate-icon-theme.install)

-------------------------+
 PKGBUILD                |   32 ++++++++++++++++++++++++++++++++
 mate-icon-theme.install |   12 ++++++++++++
 2 files changed, 44 insertions(+)

Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 104175, mate-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-01-16 15:30:46 UTC (rev 104176)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-icon-theme
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
+options=(!emptydirs !strip)
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e7d2f4060e3b6233c2e37ccef93f40bde53b2873')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    rm -f "${pkgdir}/usr/share/icons/mate/icon-theme.cache"
+}

Copied: mate-icon-theme/repos/community-any/mate-icon-theme.install (from rev 104175, mate-icon-theme/trunk/mate-icon-theme.install)
===================================================================
--- community-any/mate-icon-theme.install	                        (rev 0)
+++ community-any/mate-icon-theme.install	2014-01-16 15:30:46 UTC (rev 104176)
@@ -0,0 +1,12 @@
+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
+}




More information about the arch-commits mailing list