summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2017-02-27 21:24:37 +0200
committerDan Elkouby2017-02-27 21:24:37 +0200
commit96e29a52059e88b07f7bae77d52cc51687abd263 (patch)
treeb746f7f6b85b02666c2e409b8791e526f963abf8
parent533f27a3ee9a4e7b72041a9062f8d00f3ecfcd11 (diff)
downloadaur-96e29a52059e88b07f7bae77d52cc51687abd263.tar.gz
Use the provided list of assets
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02747906f61b..d9f6de7ef47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 19:18:42 UTC 2017
+# Mon Feb 27 19:24:09 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.6.r18.f25d7e0
diff --git a/PKGBUILD b/PKGBUILD
index 465221fd83f6..c73352e2c768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ prepare() {
cd assets
rm -f *.png
SVG="all-assets.svg"
- for FILE in $(inkscape --query-all "${SVG}" | grep -Po '(?<=^EXP-).+?(?=,)')
+ for FILE in $(cat all-assets.txt)
do
inkscape "${SVG}" -i "EXP-${FILE}" -e "${FILE}.png"
inkscape "${SVG}" -i "EXP-${FILE}" -d 192 -e "${FILE}@2.png"