[arch-commits] Commit in mate-themes/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 24 15:49:58 UTC 2016


    Date: Saturday, September 24, 2016 @ 15:49:58
  Author: arojas
Revision: 190440

archrelease: copy trunk to community-testing-any

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

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

Copied: mate-themes/repos/community-testing-any/PKGBUILD (from rev 190439, mate-themes/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-09-24 15:49:58 UTC (rev 190440)
@@ -0,0 +1,30 @@
+# 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
+}



More information about the arch-commits mailing list