[arch-commits] Commit in intltool/trunk (ChangeLog PKGBUILD)

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


    Date: Monday, January 16, 2012 @ 20:05:33
  Author: eric
Revision: 146750

upgpkg: intltool 0.50.0-1

Upstream update, Add check function, Remove ChangeLog

Modified:
  intltool/trunk/PKGBUILD
Deleted:
  intltool/trunk/ChangeLog

-----------+
 ChangeLog |   45 ---------------------------------------------
 PKGBUILD  |   29 +++++++++++++++--------------
 2 files changed, 15 insertions(+), 59 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2012-01-16 22:52:57 UTC (rev 146749)
+++ ChangeLog	2012-01-17 01:05:33 UTC (rev 146750)
@@ -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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-16 22:52:57 UTC (rev 146749)
+++ PKGBUILD	2012-01-17 01:05:33 UTC (rev 146750)
@@ -1,29 +1,30 @@
 # $Id$
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=intltool
-pkgver=0.41.1
-pkgrel=2
+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=('d6c91bf06681919ccfdf3624035b75dc')
-sha1sums=('20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2')
+md5sums=('0da9847a60391ca653df35123b1f7cc0')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr
-	make
+  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 -Dm644 doc/I18N-HOWTO "${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
+  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