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

Martin Wimpress flexiondotorg at archlinux.org
Thu May 7 10:58:39 UTC 2015


    Date: Thursday, May 7, 2015 @ 12:58:39
  Author: flexiondotorg
Revision: 132865

archrelease: copy trunk to community-staging-any

Added:
  mate-common/repos/community-staging-any/PKGBUILD
    (from rev 132864, mate-common/trunk/PKGBUILD)
Deleted:
  mate-common/repos/community-staging-any/PKGBUILD
  mate-common/repos/community-staging-any/add-automake-115.diff

-----------------------+
 PKGBUILD              |   57 +++++++++++++++++++++---------------------------
 add-automake-115.diff |   32 --------------------------
 2 files changed, 26 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-07 10:58:11 UTC (rev 132864)
+++ PKGBUILD	2015-05-07 10:58:39 UTC (rev 132865)
@@ -1,31 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-common
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Common development macros for MATE"
-arch=('any')
-license=('GPL')
-depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool' 'pkg-config')
-url="http://mate-desktop.org"
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz"
-        'add-automake-115.diff')
-sha1sums=('41156798ed4cc55d39bb85eaeffa244b224fa3f6'
-          '851b95dbc5151ac5e6dfcf05eaede2911fa575bc')
-
-prepare() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"
-    patch -Np1 -i "${srcdir}/add-automake-115.diff"
-}
-
-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 132864, mate-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-07 10:58:39 UTC (rev 132865)
@@ -0,0 +1,26 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgname=mate-common
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
+         'pkg-config')
+url="http://mate-desktop.org"
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8fa8603168e839f645603f52757cab5e3b4d8595')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: add-automake-115.diff
===================================================================
--- add-automake-115.diff	2015-05-07 10:58:11 UTC (rev 132864)
+++ add-automake-115.diff	2015-05-07 10:58:39 UTC (rev 132865)
@@ -1,32 +0,0 @@
-diff --git a/macros/mate-autogen b/macros/mate-autogen
-index cd51e86..071e42a 100644
---- a/macros/mate-autogen
-+++ b/macros/mate-autogen
-@@ -360,16 +360,17 @@ done
- 
- case $REQUIRED_AUTOMAKE_VERSION in
-     1.4*) automake_progs="automake-1.4" ;;
--    1.5*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
--    1.6*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
--    1.7*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
--    1.8*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
--    1.9*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
--    1.10*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10" ;;
--    1.11*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11" ;;
--    1.12*) automake_progs="automake-1.14 automake-1.13 automake-1.12" ;;
--    1.13*) automake_progs="automake-1.14 automake-1.13" ;;
--    1.14*) automake_progs="automake-1.14" ;;
-+    1.5*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
-+    1.6*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
-+    1.7*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-+    1.8*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
-+    1.9*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
-+    1.10*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10" ;;
-+    1.11*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12 automake-1.11" ;;
-+    1.12*) automake_progs="automake-1.15 automake-1.14 automake-1.13 automake-1.12" ;;
-+    1.13*) automake_progs="automake-1.15 automake-1.14 automake-1.13" ;;
-+    1.14*) automake_progs="automake-1.15 automake-1.14" ;;
-+    1.15*) automake_progs="automake-1.15" ;;
- esac
- version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
-     "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"



More information about the arch-commits mailing list