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

Antonio Rojas arojas at archlinux.org
Mon Sep 26 18:52:31 UTC 2016


    Date: Monday, September 26, 2016 @ 18:52:31
  Author: arojas
Revision: 190631

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 18:51:54 UTC (rev 190630)
+++ PKGBUILD	2016-09-26 18:52:31 UTC (rev 190631)
@@ -1,30 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=3.22
-pkgname=mate-themes
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-makedepends=('gtk2' 'intltool')
-optdepends=('gtk-engines: for gtk2 themes'
-            'gtk-engine-murrine: for gtk2 themes'
-            'mate-icon-theme: default icon theme')
-options=('!emptydirs')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('9a538c7e0aef6b46ae5a5602ee0ab9712558f504')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 190630, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-26 18:52:31 UTC (rev 190631)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=3.22
+pkgname=mate-themes
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('gtk2' 'intltool')
+optdepends=('gtk-engines: for gtk2 themes'
+            'gtk-engine-murrine: for gtk2 themes'
+            'mate-icon-theme: default icon theme')
+options=('!emptydirs')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3948c32a8f1b366620401244c528d09e38c7233f')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list