summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD22
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b54560dd6273..399ceb487d09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ant-dracula-theme-git
pkgdesc = Dracula variant of the Ant theme
- pkgver = r58.6f476cd
+ pkgver = r61.45a3900
pkgrel = 1
url = https://github.com/EliverLara/Ant-Dracula
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5f4b07bc1479..2b3153a1d12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ant-dracula-theme-git
_pkgname=Ant-Dracula
-pkgver=r58.6f476cd
+pkgver=r61.45a3900
pkgrel=1
pkgdesc="Dracula variant of the Ant theme"
arch=("any")
@@ -36,16 +36,6 @@ build() {
msg2 "Setting gnome-shell font face to ${THEME_FONT_FACE}"
msg2 "Setting gnome-shell font size to ${THEME_FONT_SIZE}"
- if [ "${THEME_FONT_FACE}" != "Roboto" ]; then
- sed -i -re "s/font-family: (.*);/font-family: ${THEME_FONT_FACE}, \1;/" \
- "${srcdir}/${_pkgname}/gnome-shell/gnome-shell.css"
- fi
-
- if [ "${THEME_FONT_SIZE}" != "10" ]; then
- sed -i -re "s/font-size: (.*);/font-size: ${THEME_FONT_SIZE}pt;/" \
- "${srcdir}/${_pkgname}/gnome-shell/gnome-shell.css"
- fi
-
msg2 "Rendering assets, please wait"
pushd gtk-2.0
while read $line; do echo -n "."; done < \
@@ -57,6 +47,16 @@ build() {
<(./render-gtk3-assets.py; ./render-gtk3-assets-hidpi.py); echo
popd
msg2 "Done!"
+
+ if [ "${THEME_FONT_FACE}" != "Roboto" ]; then
+ sed -i -re "s/font-family: (.*);/font-family: ${THEME_FONT_FACE}, \1;/" \
+ "${srcdir}/${_pkgname}/gnome-shell/gnome-shell.css"
+ fi
+
+ if [ "${THEME_FONT_SIZE}" != "10" ]; then
+ sed -i -re "s/font-size: (.*);/font-size: ${THEME_FONT_SIZE}pt;/" \
+ "${srcdir}/${_pkgname}/gnome-shell/gnome-shell.css"
+ fi
}
package() {