[arch-commits] Commit in mate-themes/repos/community-any (4 files)

Balló György bgyorgy at archlinux.org
Mon Apr 11 03:59:04 UTC 2016


    Date: Monday, April 11, 2016 @ 05:59:04
  Author: bgyorgy
Revision: 170330

archrelease: copy trunk to community-any

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

---------------------+
 PKGBUILD            |   60 +++++++++++++++++++++++---------------------------
 mate-themes.install |   24 ++++++++++----------
 2 files changed, 40 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 03:58:58 UTC (rev 170329)
+++ PKGBUILD	2016-04-11 03:59:04 UTC (rev 170330)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.12
-_gtkver=3.18
-pkgname=mate-themes
-pkgver=${_ver}.2
-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=('255b6d7e2d3089627f5fd91da459f329ea4f38ef')
-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-any/PKGBUILD (from rev 170329, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-11 03:59:04 UTC (rev 170330)
@@ -0,0 +1,28 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=3.20
+pkgname=mate-themes
+pkgver=${_ver}.5
+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/themes/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('640d33c45d37247a9e27de15df8685cfaa8c951d')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===================================================================
--- mate-themes.install	2016-04-11 03:58:58 UTC (rev 170329)
+++ mate-themes.install	2016-04-11 03:59:04 UTC (rev 170330)
@@ -1,12 +0,0 @@
-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
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 170329, mate-themes/trunk/mate-themes.install)
===================================================================
--- mate-themes.install	                        (rev 0)
+++ mate-themes.install	2016-04-11 03:59:04 UTC (rev 170330)
@@ -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