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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 21:42:35 UTC 2014


    Date: Wednesday, March 5, 2014 @ 22:42:35
  Author: flexiondotorg
Revision: 106570

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 106569, mate-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-05 21:42:35 UTC (rev 106570)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-icon-theme
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
+options=(!emptydirs !strip)
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('6bc8ec63fed8e85390364626cd06d6fb130f0071')
+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-staging-any/mate-icon-theme.install (from rev 106569, mate-icon-theme/trunk/mate-icon-theme.install)
===================================================================
--- community-staging-any/mate-icon-theme.install	                        (rev 0)
+++ community-staging-any/mate-icon-theme.install	2014-03-05 21:42:35 UTC (rev 106570)
@@ -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