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

Antonio Rojas arojas at archlinux.org
Wed Oct 26 17:52:57 UTC 2016


    Date: Wednesday, October 26, 2016 @ 17:52:57
  Author: arojas
Revision: 193725

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-26 17:52:37 UTC (rev 193724)
+++ PKGBUILD	2016-10-26 17:52:57 UTC (rev 193725)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 193724, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-26 17:52:57 UTC (rev 193725)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=3.22
+pkgname=mate-themes
+pkgver=${_ver}.4
+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=('92002160b83b759224f35329ccf1ca118ea0c398')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list