diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-05-05 21:58:35 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-06 09:33:34 +0000 |
commit | 859d05bda08adc925d8eb2fbccfdc667ffe9ab9f (patch) | |
tree | 608acbbb2955293098a421387aee29684375296f /community/ibus/APKBUILD | |
parent | 6e8b4554ca290ab243664488befb8b00b4af890f (diff) | |
download | aports-859d05bda08adc925d8eb2fbccfdc667ffe9ab9f.tar.bz2 aports-859d05bda08adc925d8eb2fbccfdc667ffe9ab9f.tar.xz |
community/ibus-emoji: correct unicode-emoji dep
Diffstat (limited to 'community/ibus/APKBUILD')
-rw-r--r-- | community/ibus/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ibus/APKBUILD b/community/ibus/APKBUILD index 84ea584292..b04928bd7a 100644 --- a/community/ibus/APKBUILD +++ b/community/ibus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=ibus pkgver=1.5.22 -pkgrel=2 +pkgrel=3 pkgdesc="Next Generation Input Bus for Linux" url="https://github.com/ibus/ibus/wiki" arch="all !s390x !mips !mips64" # librsvg @@ -58,7 +58,7 @@ package() { emoji() { pkgdesc="$pkgdesc (emojis)" - depends="$pkgname unicode-emoji cldr-emoji-annotation" + depends="$pkgname unicode-character-database cldr-emoji-annotation" mkdir -p "$subpkgdir"/usr/share/ibus mv "$pkgdir"/usr/share/ibus/dicts "$subpkgdir"/usr/share/ibus |