summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-02-09 22:59:34 -0500
committerTony Lambiris2019-02-09 22:59:34 -0500
commitcdb0d774b88dbe324faef8372695e2a04e5cc19d (patch)
tree0710aa1de3874327a68d1c75738e31691a4497c1
parentabb04e6ad62c99166028e9dcb6ef610e391332fb (diff)
downloadaur-cdb0d774b88dbe324faef8372695e2a04e5cc19d.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 cbca74225c39..7e2395459c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = nordic-polar-theme-git
pkgdesc = A Gtk3.20+ theme created using the awesome Nord color palette.
pkgver = 15.199adc9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Nordic-Polar
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 e109faecd249..2460943aa4f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=nordic-polar-theme-git
_pkgname=Nordic-Polar
pkgver=15.199adc9
-pkgrel=1
+pkgrel=2
pkgdesc="A Gtk3.20+ theme created using the awesome Nord color palette."
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)"