Date: Saturday, May 13, 2023 @ 22:01:10
Author: arojas
Revision: 477780
archrelease: copy trunk to extra-x86_64
Added:
m17n-lib/repos/extra-x86_64/PKGBUILD
(from rev 477779, m17n-lib/trunk/PKGBUILD)
m17n-lib/repos/extra-x86_64/keys/
Deleted:
m17n-lib/repos/extra-x86_64/PKGBUILD
m17n-lib/repos/extra-x86_64/keys/
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-13 22:00:57 UTC (rev 477779)
+++ PKGBUILD 2023-05-13 22:01:10 UTC (rev 477780)
@@ -1,34 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Camille Moncelier <[email protected]>
-
-pkgname=m17n-lib
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='Multilingual text processing library (runtimes)'
-url='https://www.nongnu.org/m17n/'
-arch=('x86_64')
-license=('GPL')
-depends=('libxft' 'm17n-db' 'fribidi' 'libthai' 'libxml2' 'gd' 'libotf')
-makedepends=('anthy' 'ispell')
-optdepends=('anthy: to use the anthy input method'
- 'ispell: to use the ispell input method')
-options=('!makeflags' '!emptydirs')
-validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
-source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6c68ef30cb9bf90b4e8127d8b389a183db7fda445e26487e1f70181720b65b05')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed -i 's/freetype-config/pkg-config freetype2/' configure
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: m17n-lib/repos/extra-x86_64/PKGBUILD (from rev 477779,
m17n-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-13 22:01:10 UTC (rev 477780)
@@ -0,0 +1,34 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Camille Moncelier <[email protected]>
+
+pkgname=m17n-lib
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='Multilingual text processing library (runtimes)'
+url='https://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libthai' 'libxml2' 'gd' 'libotf')
+makedepends=('anthy' 'ispell')
+optdepends=('anthy: to use the anthy input method'
+ 'ispell: to use the ispell input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('e5b0344af9f115d94957a3f9b9debc4f8e671b69f8c1fd5e0b688a794d7a27f2')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -i 's/freetype-config/pkg-config freetype2/' configure
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}