[arch-commits] Commit in m17n-db/repos/extra-any (PKGBUILD PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Tue Mar 17 23:16:39 UTC 2015


    Date: Wednesday, March 18, 2015 @ 00:16:39
  Author: bisson
Revision: 234067

archrelease: copy trunk to extra-any

Added:
  m17n-db/repos/extra-any/PKGBUILD
    (from rev 234066, m17n-db/trunk/PKGBUILD)
Deleted:
  m17n-db/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 26 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-17 23:16:23 UTC (rev 234066)
+++ PKGBUILD	2015-03-17 23:16:39 UTC (rev 234067)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Camille Moncelier <pix at devlife.org>
-
-pkgname=m17n-db
-pkgver=1.6.5
-pkgrel=2
-pkgdesc='Multilingual text processing library (database)'
-url='http://www.nongnu.org/m17n/'
-arch=('any')
-license=('GPL')
-depends=('glibc') # not because of compiling, but because of /usr/share/i18n/charmaps/ files that glibc provides
-source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('39948b2b93d352d6b3a6760bfde40e1482baf864')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	# See FS#41265
-	cd "${pkgdir}/usr/share/m17n"
-	install -d icons
-	mv *.png icons
-}

Copied: m17n-db/repos/extra-any/PKGBUILD (from rev 234066, m17n-db/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-17 23:16:39 UTC (rev 234067)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+pkgname=m17n-db
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Multilingual text processing library (database)'
+url='http://www.nongnu.org/m17n/'
+arch=('any')
+license=('GPL')
+depends=('glibc') # not because of compiling, but because of /usr/share/i18n/charmaps/ files that glibc provides
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('4149c2e59ac8f45ec8cbfb7bc8d4d061f38e58bc')
+
+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