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

Antonio Rojas arojas at archlinux.org
Tue Jun 13 21:09:33 UTC 2017


    Date: Tuesday, June 13, 2017 @ 21:09:33
  Author: arojas
Revision: 236699

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-13 21:09:10 UTC (rev 236698)
+++ PKGBUILD	2017-06-13 21:09:33 UTC (rev 236699)
@@ -1,30 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-themes
-pkgver=3.22.11
-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=('d529a64b84a97152417f2398d2d4f366c6a820fad1a49a46f0c8e0e12d0bcabd')
-
-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 236698, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-13 21:09:33 UTC (rev 236699)
@@ -0,0 +1,30 @@
+# Maintainer:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-themes
+pkgver=3.22.12
+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=('04603907c8481bffe438a5f15a1cec93ee50c83d10ef9acd97368e607fd4f15a')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list