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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:16:55 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:16:55
  Author: flexiondotorg
Revision: 106579

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 22:12:34 UTC (rev 106578)
+++ PKGBUILD	2014-03-05 22:16:55 UTC (rev 106579)
@@ -1,25 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-common
-pkgver=1.8.0
-pkgrel=1
-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.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('41156798ed4cc55d39bb85eaeffa244b224fa3f6')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-common/repos/community-staging-any/PKGBUILD (from rev 106578, mate-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-05 22:16:55 UTC (rev 106579)
@@ -0,0 +1,25 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-common
+pkgver=1.8.0
+pkgrel=1
+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.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('41156798ed4cc55d39bb85eaeffa244b224fa3f6')
+
+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