[arch-commits] Commit in intltool/repos/extra-any (ChangeLog PKGBUILD PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Jan 17 01:06:00 UTC 2012


    Date: Monday, January 16, 2012 @ 20:06:00
  Author: eric
Revision: 146751

archrelease: copy trunk to extra-any

Added:
  intltool/repos/extra-any/PKGBUILD
    (from rev 146750, intltool/trunk/PKGBUILD)
Deleted:
  intltool/repos/extra-any/ChangeLog
  intltool/repos/extra-any/PKGBUILD

-----------+
 ChangeLog |   45 ---------------------------------------------
 PKGBUILD  |   59 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 30 insertions(+), 74 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2012-01-17 01:05:33 UTC (rev 146750)
+++ ChangeLog	2012-01-17 01:06:00 UTC (rev 146751)
@@ -1,45 +0,0 @@
-2009-09-08  Eric Belanger  <eric at archlinux.org>
-
-	* intltool 0.41.0-1
-	* Upstream update
-	* Updated url
-	* Switched to 'any' arch
-
-2009-03-15  Eric Belanger  <eric at archlinux.org>
-
-	* intltool 0.40.6-1
-	* Upstream update
-
-2009-02-07  Eric Belanger  <eric at archlinux.org>
-
-	* Added I18N-HOWTO doc (close FS#12889)
-
-2008-11-28  Jan de Groot  <jgc at archlinux.org>
-
-	* intltool 0.40.5-1
-	* Upstream update
-
-2008-09-25  Jan de Groot  <jgc at archlinux.org>
-
-	* intltool 0.40.4-1
-	* Upstream update
-
-2008-07-28  Eric Belanger  <eric at archlinux.org>
-
-	* intltool 0.40.3-1
-	* Upstream update
-
-2008-07-23  Eric Belanger  <eric at archlinux.org>
-
-	* intltool 0.40.1-1
-	* Upstream update
-
-2008-06-08  Eric Belanger  <eric at archlinux.org>
-
-	* intltool 0.40.0-1
-	* Upstream update
-
-2008-03-01  Eric Belanger  <eric at archlinux.org>
-
-	* intltool 0.37.1-1
-	* Upstream update

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-17 01:05:33 UTC (rev 146750)
+++ PKGBUILD	2012-01-17 01:06:00 UTC (rev 146751)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=intltool
-pkgver=0.41.1
-pkgrel=2
-pkgdesc="The internationalization tool collection"
-arch=('any')
-url="https://edge.launchpad.net/intltool"
-license=('GPL')
-depends=('perl-xml-parser')
-source=(http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d6c91bf06681919ccfdf3624035b75dc')
-sha1sums=('20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 doc/I18N-HOWTO "${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
-}

Copied: intltool/repos/extra-any/PKGBUILD (from rev 146750, intltool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-01-17 01:06:00 UTC (rev 146751)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=intltool
+pkgver=0.50.0
+pkgrel=1
+pkgdesc="The internationalization tool collection"
+arch=('any')
+url="https://edge.launchpad.net/intltool"
+license=('GPL')
+depends=('perl-xml-parser')
+source=(http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('0da9847a60391ca653df35123b1f7cc0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/I18N-HOWTO "${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
+}




More information about the arch-commits mailing list