mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:27:15 +08:00
[skip-ci] cldr-emoji-annotation: update to 33.1.0.0
This commit is contained in:
parent
dda5e13bb2
commit
94f297b771
@ -1,22 +1,26 @@
|
|||||||
|
# Contributions from Arch:
|
||||||
|
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||||
|
|
||||||
pkgname=cldr-emoji-annotation
|
pkgname=cldr-emoji-annotation
|
||||||
pkgver=31.0.1.1
|
pkgver=33.1.0.0
|
||||||
_pkgver=31.0.1_1
|
_tag=33.1.0_0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="This package provides the emoji annotation file by language in CLDR."
|
pkgdesc="Emoji annotation files in CLDR"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/fujiwarat/cldr-emoji-annotation"
|
url="https://github.com/fujiwarat/cldr-emoji-annotation"
|
||||||
license=('LGPL')
|
license=('custom')
|
||||||
depends=()
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz")
|
||||||
source=("https://github.com/fujiwarat/cldr-emoji-annotation/releases/download/${_pkgver}/${pkgname}-${_pkgver}.tar.gz")
|
sha512sums=('57dc2b7c8ce4b287eb83113b4d66f5359ce0e03a86477926705864d997bf87a5638dd66414b8ec4549a887cd328c9f996249269be4ca05f0d86d00393e55c513')
|
||||||
md5sums=('1aac931f38e25518ec2602745037953f')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$_pkgver"
|
cd cldr-emoji-annotation-$_tag
|
||||||
./configure --prefix=/usr
|
./autogen.sh --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname-$_pkgver"
|
cd cldr-emoji-annotation-$_tag
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
|
||||||
|
install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user