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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Jan 14 22:43:48 UTC 2014


    Date: Tuesday, January 14, 2014 @ 23:43:48
  Author: flexiondotorg
Revision: 104059

archrelease: copy trunk to community-any

Added:
  mate-common/repos/community-any/
  mate-common/repos/community-any/PKGBUILD
    (from rev 104058, mate-common/trunk/PKGBUILD)

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

Copied: mate-common/repos/community-any/PKGBUILD (from rev 104058, mate-common/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-01-14 22:43:48 UTC (rev 104059)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-common
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool' 'pkg-config')
+options=('!emptydirs')
+url="http://mate-desktop.org"
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('925ffcfd96824e74a88c6a7f6265102e397fdbb5')
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    # Bump automake version, when required.
+    #sed -i "s/automake-1.14/automake-1.15 automake-1.14/g" ./macros/mate-autogen
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./autogen.sh \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list