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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:29:05 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:29:05
  Author: flexiondotorg
Revision: 106593

archrelease: copy trunk to community-staging-any

Added:
  mate-backgrounds/repos/community-staging-any/
  mate-backgrounds/repos/community-staging-any/PKGBUILD
    (from rev 106592, mate-backgrounds/trunk/PKGBUILD)

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

Copied: mate-backgrounds/repos/community-staging-any/PKGBUILD (from rev 106592, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-05 22:29:05 UTC (rev 106593)
@@ -0,0 +1,26 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-backgrounds
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('10ac06edf3255a21535916a44b0d67f3710e8145')
+
+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