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

2018-02-09 Thread Gaëtan Bisson via arch-commits
Date: Friday, February 9, 2018 @ 08:30:48
  Author: bisson
Revision: 316501

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

Added:
  libotf/repos/extra-x86_64/PKGBUILD
(from rev 316500, libotf/repos/testing-x86_64/PKGBUILD)
Deleted:
  libotf/repos/extra-x86_64/PKGBUILD
  libotf/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2018-02-09 07:20:04 UTC (rev 316500)
+++ extra-x86_64/PKGBUILD   2018-02-09 08:30:48 UTC (rev 316501)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Ashish Shukla 
-
-pkgname=libotf
-pkgver=0.9.13
-pkgrel=2
-pkgdesc='OpenType Font library'
-url='http://www.nongnu.org/m17n/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('libxaw' 'freetype2')
-source=("http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotf/repos/extra-x86_64/PKGBUILD (from rev 316500, 
libotf/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-02-09 08:30:48 UTC (rev 316501)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Ashish Shukla 
+
+pkgname=libotf
+pkgver=0.9.16
+pkgrel=1
+pkgdesc='OpenType Font library'
+url='http://www.nongnu.org/m17n/'
+license=('LGPL')
+arch=('x86_64')
+depends=('libxaw' 'freetype2')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:23:04
  Author: bisson
Revision: 316494

db-move: moved libotf from [staging] to [testing] (x86_64)

Added:
  libotf/repos/testing-x86_64/
  libotf/repos/testing-x86_64/PKGBUILD
(from rev 316493, libotf/repos/staging-x86_64/PKGBUILD)
Deleted:
  libotf/repos/staging-x86_64/

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: libotf/repos/testing-x86_64/PKGBUILD (from rev 316493, 
libotf/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 23:23:04 UTC (rev 316494)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Ashish Shukla 
+
+pkgname=libotf
+pkgver=0.9.16
+pkgrel=1
+pkgdesc='OpenType Font library'
+url='http://www.nongnu.org/m17n/'
+license=('LGPL')
+arch=('x86_64')
+depends=('libxaw' 'freetype2')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}