Date: Sunday, February 12, 2023 @ 08:18:10
Author: felixonmars
Revision: 1399928
archrelease: copy trunk to community-testing-x86_64
Added:
libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 1399927, libpinyin/trunk/PKGBUILD)
Deleted:
libpinyin/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-12 08:17:54 UTC (rev 1399927)
+++ PKGBUILD 2023-02-12 08:18:10 UTC (rev 1399928)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Yangtse <[email protected]>
-# Contributor: WU Jun <quark at lihdd dot net>
-
-pkgname=libpinyin
-pkgver=2.8.0
-_commit=abf1963123fae857fe4d845ddd9ae17b84b9c201
-_modelver=19
-pkgrel=1
-pkgdesc="Library to deal with pinyin"
-arch=('x86_64')
-url="https://github.com/libpinyin/libpinyin"
-license=('GPL')
-depends=('kyotocabinet' 'glib2')
-makedepends=('git' 'gnome-common')
-source=("git+https://github.com/libpinyin/libpinyin.git#commit=$_commit"
-
"$pkgname-model$_modelver.text.tar.gz::https://downloads.sourceforge.net/libpinyin/model$_modelver.text.tar.gz")
-noextract=("$pkgname-model$_modelver.text.tar.gz")
-sha512sums=('SKIP'
-
'93c70423ba14faa3402bce775f82769dd4ee3a49083beddc540825f88facbd847328e9d01d99473adb7cf26de0f853e2b2e14fe849b1c49531134d1ca4ed2ef2')
-
-prepare() {
- cd libpinyin
-
- ln -s "$srcdir"/$pkgname-model$_modelver.text.tar.gz
data/model$_modelver.text.tar.gz
- sed -i "/wget.*model$_modelver\.text\.tar\.gz/ d" data/Makefile.am
-}
-
-build() {
- cd libpinyin
- ./autogen.sh --prefix=/usr --with-dbm=KyotoCabinet --enable-libzhuyin
- make
-}
-
-package() {
- cd libpinyin
- make DESTDIR="$pkgdir" install
-}
Copied: libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 1399927,
libpinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-12 08:18:10 UTC (rev 1399928)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Yangtse <[email protected]>
+# Contributor: WU Jun <quark at lihdd dot net>
+
+pkgname=libpinyin
+pkgver=2.8.1
+_commit=de5bd732f9a6993938ce8fdcea9ecf7a00319c47
+_modelver=19
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('x86_64')
+url="https://github.com/libpinyin/libpinyin"
+license=('GPL')
+depends=('kyotocabinet' 'glib2')
+makedepends=('git' 'gnome-common')
+source=("git+https://github.com/libpinyin/libpinyin.git#commit=$_commit"
+
"$pkgname-model$_modelver.text.tar.gz::https://downloads.sourceforge.net/libpinyin/model$_modelver.text.tar.gz")
+noextract=("$pkgname-model$_modelver.text.tar.gz")
+sha512sums=('SKIP'
+
'93c70423ba14faa3402bce775f82769dd4ee3a49083beddc540825f88facbd847328e9d01d99473adb7cf26de0f853e2b2e14fe849b1c49531134d1ca4ed2ef2')
+
+prepare() {
+ cd libpinyin
+
+ ln -s "$srcdir"/$pkgname-model$_modelver.text.tar.gz
data/model$_modelver.text.tar.gz
+ sed -i "/wget.*model$_modelver\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+ cd libpinyin
+ ./autogen.sh --prefix=/usr --with-dbm=KyotoCabinet --enable-libzhuyin
+ make
+}
+
+package() {
+ cd libpinyin
+ make DESTDIR="$pkgdir" install
+}