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

Antonio Rojas arojas at archlinux.org
Sat Apr 15 20:21:21 UTC 2017


    Date: Saturday, April 15, 2017 @ 20:21:20
  Author: arojas
Revision: 223149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-15 20:21:00 UTC (rev 223148)
+++ PKGBUILD	2017-04-15 20:21:20 UTC (rev 223149)
@@ -1,30 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-themes
-pkgver=3.22.8
-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')
-source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('c312684500afe066f34f250530a08ba6c2c52881f398a2fbde8586f89feb9b3f')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 223148, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-15 20:21:20 UTC (rev 223149)
@@ -0,0 +1,30 @@
+# Maintainer:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-themes
+pkgver=3.22.9
+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')
+source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('c3f424f70c4809089377bfe858af57943b08eb0e7b5f1426f2b5881196ec9542')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list