[arch-commits] Commit in libotf/repos (3 files)
Gaƫtan Bisson
bisson at archlinux.org
Fri Feb 9 08:30:49 UTC 2018
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 <bisson at archlinux.org>
-# Contributor: Ashish Shukla <wahjava.ml at gmail.com>
-
-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 <bisson at archlinux.org>
+# Contributor: Ashish Shukla <wahjava.ml at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list