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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 23:31:24 UTC 2014


    Date: Thursday, March 6, 2014 @ 00:31:24
  Author: flexiondotorg
Revision: 106609

archrelease: copy trunk to community-staging-any

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

--------------------------------+
 PKGBUILD                       |   29 +++++++++++++++++++++++++++++
 mate-icon-theme-faenza.install |   13 +++++++++++++
 2 files changed, 42 insertions(+)

Copied: mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD (from rev 106608, mate-icon-theme-faenza/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-05 23:31:24 UTC (rev 106609)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org"
+arch=('any')
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('icon-naming-utils' 'mate-common')
+options=(!strip)
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('60ecb21261d969e60925254cb435a4a877540d4c')
+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/matefaenza/icon-theme.cache"
+}

Copied: mate-icon-theme-faenza/repos/community-staging-any/mate-icon-theme-faenza.install (from rev 106608, mate-icon-theme-faenza/trunk/mate-icon-theme-faenza.install)
===================================================================
--- community-staging-any/mate-icon-theme-faenza.install	                        (rev 0)
+++ community-staging-any/mate-icon-theme-faenza.install	2014-03-05 23:31:24 UTC (rev 106609)
@@ -0,0 +1,13 @@
+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
+}




More information about the arch-commits mailing list