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

Martin Wimpress flexiondotorg at archlinux.org
Tue Oct 21 10:07:30 UTC 2014


    Date: Tuesday, October 21, 2014 @ 12:07:29
  Author: flexiondotorg
Revision: 121140

archrelease: copy trunk to community-any

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

---------------------+
 PKGBUILD            |   63 +++++++++++++++++++++++++-------------------------
 mate-themes.install |   32 ++++++++++++-------------
 2 files changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-21 10:07:21 UTC (rev 121139)
+++ PKGBUILD	2014-10-21 10:07:29 UTC (rev 121140)
@@ -1,31 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-themes
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
-optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('1e03cf7adc35a115d73ec76194f3bc98d0101d88')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --enable-all-themes \
-        --enable-test-themes \
-        --disable-placeholders
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 121139, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-21 10:07:29 UTC (rev 121140)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_gtkver=gtk3.14
+pkgname=mate-themes
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.9/${pkgname}-${_gtkver}-${pkgver}.tar.xz")
+sha1sums=('eaa6d81fd1acd0781e7690c620e40ad43b9ddbeb')
+install=${pkgname}.install
+
+build() {
+    cd "${pkgname}-${_gtkver}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --enable-all-themes \
+        --enable-test-themes \
+        --disable-placeholders
+    make
+}
+
+package() {
+    cd "${pkgname}-${_gtkver}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===================================================================
--- mate-themes.install	2014-10-21 10:07:21 UTC (rev 121139)
+++ mate-themes.install	2014-10-21 10:07:29 UTC (rev 121140)
@@ -1,16 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
-    gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrintInverse
-    gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
-    gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
-    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-    gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 121139, mate-themes/trunk/mate-themes.install)
===================================================================
--- mate-themes.install	                        (rev 0)
+++ mate-themes.install	2014-10-21 10:07:29 UTC (rev 121140)
@@ -0,0 +1,16 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+    gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrintInverse
+    gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+    gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+    gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list