summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89a36ab8097f..c8858f77d822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,21 @@
pkgname=noto-color-emoji-fontconfig
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Fontconfig to enable Noto Color Emoji fonts where emojis can be displayed'
arch=('any')
license=('GPL')
depends=('noto-fonts-emoji')
optdepends=()
-conflicts=()
+provides=('noto-color-emoji-fontconfig')
+conflicts=('noto-color-emoji-fontconfig-no-binding')
options=()
source=('75-noto-color-emoji.conf')
-sha256sums=('0ef3c386c99d34c61e1e64f00c0140a373ce4e09899b9372a29e904afe0326ce')
+sha256sums=('9b7d8e078e0f88582afc8f19cd7d928a6bd2b2f418321d1011d4d6f903056942')
package() {
- local conf_avail='etc/fonts/conf.avail'
- local conf_d='etc/fonts/conf.d/'
+ local conf_avail='usr/share/fontconfig/conf.avail/'
+ local conf_d='usr/share/fontconfig/conf.default/'
install -Dm655 '75-noto-color-emoji.conf' -t "${pkgdir}/${conf_avail}"
mkdir -p "${pkgdir}/${conf_d}"