[arch-commits] Commit in m17n-lib/repos (3 files)

Gaëtan Bisson bisson at archlinux.org
Fri Feb 9 08:30:54 UTC 2018


    Date: Friday, February 9, 2018 @ 08:30:53
  Author: bisson
Revision: 316503

db-move: moved m17n-lib from [testing] to [extra] (x86_64)

Added:
  m17n-lib/repos/extra-x86_64/PKGBUILD
    (from rev 316502, m17n-lib/repos/testing-x86_64/PKGBUILD)
Deleted:
  m17n-lib/repos/extra-x86_64/PKGBUILD
  m17n-lib/repos/testing-x86_64/

-----------------------+
 /PKGBUILD             |   29 +++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   27 ---------------------------
 2 files changed, 29 insertions(+), 27 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2018-02-09 08:30:51 UTC (rev 316502)
+++ extra-x86_64/PKGBUILD	2018-02-09 08:30:53 UTC (rev 316503)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Camille Moncelier <pix at devlife.org>
-
-pkgname=m17n-lib
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Multilingual text processing library (runtimes)'
-url='http://www.nongnu.org/m17n/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
-optdepends=('anthy: to use the anthy input method')
-options=('!makeflags' '!emptydirs')
-source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('6ebc98680ffb575c5f58190f054d60fdb8b0f301')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: m17n-lib/repos/extra-x86_64/PKGBUILD (from rev 316502, m17n-lib/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2018-02-09 08:30:53 UTC (rev 316503)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+pkgname=m17n-lib
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('8eb853e1e0c86a70a09871f3264f950e5d62bba98960b3ffcde11511c138db83'
+            'SKIP')
+
+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