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

Martin Wimpress flexiondotorg at archlinux.org
Thu Nov 5 23:46:40 UTC 2015


    Date: Friday, November 6, 2015 @ 00:46:40
  Author: flexiondotorg
Revision: 146101

archrelease: copy trunk to community-staging-any

Added:
  mate-themes/repos/community-staging-any/
  mate-themes/repos/community-staging-any/PKGBUILD
    (from rev 146100, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-staging-any/mate-themes.install
    (from rev 146100, mate-themes/trunk/mate-themes.install)

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

Copied: mate-themes/repos/community-staging-any/PKGBUILD (from rev 146100, mate-themes/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-11-05 23:46:40 UTC (rev 146101)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_gtkver=3.18
+pkgname=mate-themes
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz")
+sha1sums=('0503e3d3423dcc4d0772014b5923fafae41000ec')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --enable-all-themes \
+        --enable-test-themes \
+        --disable-placeholders
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-themes/repos/community-staging-any/mate-themes.install (from rev 146100, mate-themes/trunk/mate-themes.install)
===================================================================
--- community-staging-any/mate-themes.install	                        (rev 0)
+++ community-staging-any/mate-themes.install	2015-11-05 23:46:40 UTC (rev 146101)
@@ -0,0 +1,12 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list