summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2018-04-02 11:59:56 -0700
committerJonathan Duck2018-04-02 11:59:56 -0700
commitd2a5744356f8d1af88284c0b3e5b9c268a32e640 (patch)
treee5d9fefacc119c7d9ae8f746b46be8b5337bc1e2
parent15627a255c5c0512adc290102e6d6d2c6c3f9da7 (diff)
downloadaur-d2a5744356f8d1af88284c0b3e5b9c268a32e640.tar.gz
Added recommendation for emoji fonts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6062084337bc..93f685f174de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = typora
license = custom:"Copyright (c) 2014 GitHub Inc."
depends = gconf
depends = libxss
+ optdepends = noto-fonts-emoji: Or some other emoji font to see emojis
source = https://typora.io/./linux/typora_0.9.47_amd64.deb
md5sums = 8f34de87e104c9a5e2adb241ada8a622
diff --git a/PKGBUILD b/PKGBUILD
index 8fd13f26109c..d745bf01209b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ filename="${pkgname}_${pkgver}_amd64.deb"
license=('custom:"Copyright (c) 2014 GitHub Inc."')
url="https://typora.io/"
depends=('gconf' 'libxss')
+optdepends=('noto-fonts-emoji: Or some other emoji font to see emojis')
source=("https://typora.io/./linux/$filename")
md5sums=('8f34de87e104c9a5e2adb241ada8a622')