summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-02-09 23:01:45 -0500
committerTony Lambiris2019-02-09 23:01:45 -0500
commit35254a9e30028b7718bd6b5f93e04196d2eb367c (patch)
treeb837250b2a6d46eb2596bbcb43cfcd219d7f0ba1
parent960bf1b5379bbefae8ebf96ab41fb037f897e04c (diff)
downloadaur-35254a9e30028b7718bd6b5f93e04196d2eb367c.tar.gz
Update makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34d616e1fc2e..3b58c2181924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = juno-theme-git
pkgdesc = GTK themes inspired by epic vscode themes
pkgver = 9.4ab9502
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Juno
arch = any
license = GPL
+ makedepends = inkscape
optdepends = ttf-roboto: primary font face defined
optdepends = ttf-ubuntu-font-family: secondary font face defined
optdepends = cantarell-fonts: tertiary font face defined
diff --git a/PKGBUILD b/PKGBUILD
index 4213c95ffc5e..6b7c423b9dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=juno-theme-git
_pkgname=Juno
pkgver=9.4ab9502
-pkgrel=1
+pkgrel=2
pkgdesc="GTK themes inspired by epic vscode themes"
arch=("any")
url="https://github.com/EliverLara/${_pkgname}"
license=('GPL')
+makedepends=('inkscape')
optdepends=('ttf-roboto: primary font face defined'
'ttf-ubuntu-font-family: secondary font face defined'
'cantarell-fonts: tertiary font face defined')
@@ -26,7 +27,7 @@ build() {
export THEME_FONT_FACE="${THEME_FONT_FACE:-Roboto}"
export THEME_FONT_SIZE="${THEME_FONT_SIZE:-10}"
- msg2 "To customize the font size for gnome-shell, build this package"
+ msg2 "To customize the font and size for gnome-shell, build this package"
msg2 "with the variables below set to the desired font family and size"
msg2 "- THEME_FONT_FACE (default font family is Roboto)"
msg2 "- THEME_FONT_SIZE (default font point size is 10)"