[arch-commits] Commit in inkscape/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jan 29 13:33:50 UTC 2021


    Date: Friday, January 29, 2021 @ 13:33:50
  Author: arojas
Revision: 406893

Update to 1.0.2, switch to graphicsmagick since IM7 is not supported

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 13:10:25 UTC (rev 406892)
+++ PKGBUILD	2021-01-29 13:33:50 UTC (rev 406893)
@@ -3,9 +3,9 @@
 # Contributor: tobias <tobias at archlinux.org>
 
 pkgname=inkscape
-pkgver=1.0.1
+pkgver=1.0.2
 _commit=3bc2e813f584eda88fe02f2a851e66c0168df941
-pkgrel=4
+pkgrel=1
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -23,7 +23,7 @@
 	'gtkspell3'
 	'libcdr'
 	'libjpeg-turbo'
-	'libmagick6'
+	'graphicsmagick'
 	'libvisio'
 	'libxslt'
 	'poppler-glib'
@@ -47,7 +47,6 @@
 sha256sums=('SKIP')
 
 prepare() {
-	cd "${srcdir}"
 	cd "${pkgname}"
 	git submodule init
 	git submodule update
@@ -58,7 +57,6 @@
 }
 
 build() {
-	cd "${srcdir}"
 	mkdir -p build
 	export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
 	cmake -H${pkgname} -Bbuild \
@@ -70,6 +68,5 @@
 }
 
 package() {
-	cd "${srcdir}"
 	DESTDIR="${pkgdir}" cmake --build build --target install
 }



More information about the arch-commits mailing list