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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Fri Jan 17 13:41:30 UTC 2014


    Date: Friday, January 17, 2014 @ 14:41:30
  Author: flexiondotorg
Revision: 104316

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-17 13:41:05 UTC (rev 104315)
+++ PKGBUILD	2014-01-17 13:41:30 UTC (rev 104316)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Piotr Gorski <sir_lucjan at bridgelinux.pl>
-
-pkgname=mate-themes
-pkgver=1.7.1
-pkgrel=2
-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')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d30744009b3090d1ce7e8cfba8293c58994a5a85')
-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 104315, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-17 13:41:30 UTC (rev 104316)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-themes
+pkgver=1.7.2
+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')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('ccc76ede050c49e87bbe77bebf05d009d7587ecd')
+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
+}

Deleted: mate-themes.install
===================================================================
--- mate-themes.install	2014-01-17 13:41:05 UTC (rev 104315)
+++ mate-themes.install	2014-01-17 13:41:30 UTC (rev 104316)
@@ -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 104315, mate-themes/trunk/mate-themes.install)
===================================================================
--- mate-themes.install	                        (rev 0)
+++ mate-themes.install	2014-01-17 13:41:30 UTC (rev 104316)
@@ -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