summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd8485a773ce..3c68a402bfa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Batuhan Baserdem <lastn.firstn[at]gmail>
+# Release package by: Mark Wagie <mark dot wagie at tutanota dot com>
name=Vimix-cursors
pkgname=vimix-cursors-git
pkgver=2020.02.24.r3.gde8100f
@@ -7,7 +8,7 @@ pkgdesc="X-cursor theme inspired by Materia design"
arch=("any")
url="https://github.com/vinceliuice/${name}"
license=("GPL3")
-makedepends=('inkscape' 'xorg-xcursorgen' 'git')
+makedepends=('python-cairosvg' 'xorg-xcursorgen' 'git')
provides=('vimix-cursors')
conflicts=('vimix-cursors')
source=("git+${url}")
@@ -22,7 +23,7 @@ prepare() {
rm -rf {dist,dist-white}
# Patch the build script to not use the nonexistent -z flag
# Change the outdated -e flag to --export-filename
- sed -i 's|inkscape -z -e|inkscape --export-filename|g' build.sh
+ #sed -i 's|inkscape -z -e|inkscape --export-filename|g' build.sh
}
build() {
cd "${srcdir}/${name}"