From 6b31426eac08f7992e622c1f87eef42a930c071b Mon Sep 17 00:00:00 2001 From: PureTryOut Date: Mon, 15 Oct 2018 12:15:03 +0200 Subject: testing/gnome-shell: update to 3.28 and add new required dependencies --- testing/cldr-emoji-annotation/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/cldr-emoji-annotation/APKBUILD (limited to 'testing/cldr-emoji-annotation') diff --git a/testing/cldr-emoji-annotation/APKBUILD b/testing/cldr-emoji-annotation/APKBUILD new file mode 100644 index 00000000000..2873fe03599 --- /dev/null +++ b/testing/cldr-emoji-annotation/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Bart Ribbers +pkgname=cldr-emoji-annotation +pkgver=33.1.0_p0 +_tag=${pkgver/_p/_} +pkgrel=0 +pkgdesc="Emoji annotation files in CLDR" +arch="noarch" +url="https://github.com/fujiwarat/cldr-emoji-annotation" +license="Unicode-DFS-2016" +makedepends="automake autoconf" +source="$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/$pkgname/archive/$_tag.tar.gz" +builddir="$srcdir/$pkgname-$_tag" + +build() { + cd "$builddir" + ./autogen.sh --prefix=/usr + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + + install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/license +} +sha512sums="57dc2b7c8ce4b287eb83113b4d66f5359ce0e03a86477926705864d997bf87a5638dd66414b8ec4549a887cd328c9f996249269be4ca05f0d86d00393e55c513 cldr-emoji-annotation-33.1.0_p0.tar.gz" -- cgit v1.2.3