summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2017-02-27 21:19:03 +0200
committerDan Elkouby2017-02-27 21:19:03 +0200
commit533f27a3ee9a4e7b72041a9062f8d00f3ecfcd11 (patch)
tree41620014aeb93dfccd2411d0339e4ef4520e85be
parent9a4132b62d0bb6407bc4278519226efecb633eed (diff)
downloadaur-533f27a3ee9a4e7b72041a9062f8d00f3ecfcd11.tar.gz
Fix DPI for double resolution icons
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5542296c51a8..02747906f61b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 21 10:29:39 UTC 2016
+# Mon Feb 27 19:18:42 UTC 2017
pkgbase = numix-themes-blue-git
pkgdesc = A flat and light theme with a modern look and softer accents (GNOME, Openbox, Unity, Xfce)
- pkgver = 2.6.4.r19.f14b4d4
+ pkgver = 2.6.6.r18.f25d7e0
pkgrel = 1
url = http://numixproject.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6f19bde7420b..465221fd83f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Dan Elkouby <streetwalrus@codewalr.us>
pkgname=numix-themes-blue-git
-pkgver=2.6.4.r19.f14b4d4
+pkgver=2.6.6.r18.f25d7e0
pkgrel=1
pkgdesc='A flat and light theme with a modern look and softer accents (GNOME, Openbox, Unity, Xfce)'
arch=('any')
@@ -44,7 +44,7 @@ prepare() {
for FILE in $(inkscape --query-all "${SVG}" | grep -Po '(?<=^EXP-).+?(?=,)')
do
inkscape "${SVG}" -i "EXP-${FILE}" -e "${FILE}.png"
- inkscape "${SVG}" -i "EXP-${FILE}" -d 180 -e "${FILE}@2.png"
+ inkscape "${SVG}" -i "EXP-${FILE}" -d 192 -e "${FILE}@2.png"
done
}