[arch-commits] Commit in inkscape/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Tue May 17 08:37:17 UTC 2022


    Date: Tuesday, May 17, 2022 @ 08:37:17
  Author: eworm
Revision: 445914

archrelease: copy trunk to testing-x86_64

Added:
  inkscape/repos/testing-x86_64/PKGBUILD
    (from rev 445913, inkscape/trunk/PKGBUILD)
Deleted:
  inkscape/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |  153 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 76 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 08:37:12 UTC (rev 445913)
+++ PKGBUILD	2022-05-17 08:37:17 UTC (rev 445914)
@@ -1,77 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-# Contributor: tobias <tobias at archlinux.org>
-
-pkgname=inkscape
-pkgver=1.2
-_tag='dc2aedaf03f19bd890529a9e4720a02465fa1b6c' # git rev-parse INKSCAPE_${pkgver/./_}
-pkgrel=1
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-makedepends=('cmake' 'boost' 'git')
-
-depends=(
-	'dbus-glib'
-	'double-conversion'
-	'gc'
-	'graphicsmagick'
-	'gsl'
-	'gspell'
-	'gtkmm3'
-	'lcms2'
-	'lib2geom'
-	'libcdr'
-	'libjpeg-turbo'
-	'libvisio'
-	'libxslt'
-	'poppler-glib'
-	'potrace'
-	'python'
-	'ttf-font'
-)
-
-optdepends=(
-	'fig2dev: xfig input'
-	'gvfs: import clip art'
-	'pstoedit: latex formulas'
-	'python-lxml: some extensions'
-	'python-numpy: some extensions'
-	'scour: optimized SVG output, some extensions'
-	'texlive-core: latex formulas'
-)
-
-#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2")
-source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag}")
-sha256sums=('SKIP')
-
-_backports=(
-)
-
-prepare() {
-	cd "${pkgname}"
-	git submodule init
-	git submodule update
-
-	local _c
-	for _c in "${_backports[@]}"; do
-		git log --oneline -1 "${_c}"
-		git cherry-pick -n "${_c}"
-	done
-}
-
-build() {
-	mkdir -p build
-	export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
-	cmake -H${pkgname} -Bbuild \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-		-DWITH_DBUS=ON \
-
-	cmake --build build
-}
-
-package() {
-	DESTDIR="${pkgdir}" cmake --build build --target install
-}

Copied: inkscape/repos/testing-x86_64/PKGBUILD (from rev 445913, inkscape/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-17 08:37:17 UTC (rev 445914)
@@ -0,0 +1,76 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Contributor: tobias <tobias at archlinux.org>
+
+pkgname=inkscape
+pkgver=1.2
+_tag='dc2aedaf03f19bd890529a9e4720a02465fa1b6c' # git rev-parse INKSCAPE_${pkgver/./_}
+pkgrel=2
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+	'dbus-glib'
+	'double-conversion'
+	'gc'
+	'graphicsmagick'
+	'gsl'
+	'gspell'
+	'gtkmm3'
+	'lcms2'
+	'lib2geom'
+	'libcdr'
+	'libjpeg-turbo'
+	'libvisio'
+	'libxslt'
+	'poppler-glib'
+	'potrace'
+	'python'
+	'ttf-font'
+)
+
+optdepends=(
+	'fig2dev: xfig input'
+	'gvfs: import clip art'
+	'pstoedit: latex formulas'
+	'python-lxml: some extensions'
+	'python-numpy: some extensions'
+	'scour: optimized SVG output, some extensions'
+	'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2")
+source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag}")
+sha256sums=('SKIP')
+
+_backports=(
+)
+
+prepare() {
+	cd "${pkgname}"
+	git submodule update --init --recursive 
+
+	local _c
+	for _c in "${_backports[@]}"; do
+		git log --oneline -1 "${_c}"
+		git cherry-pick -n "${_c}"
+	done
+}
+
+build() {
+	mkdir -p build
+	export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+	cmake -H${pkgname} -Bbuild \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+		-DWITH_DBUS=ON \
+
+	cmake --build build
+}
+
+package() {
+	DESTDIR="${pkgdir}" cmake --build build --target install
+}



More information about the arch-commits mailing list