[arch-commits] Commit in inkscape/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sun Sep 13 13:22:29 UTC 2020
Date: Sunday, September 13, 2020 @ 13:22:29
Author: lfleischer
Revision: 395994
archrelease: copy trunk to extra-x86_64
Added:
inkscape/repos/extra-x86_64/PKGBUILD
(from rev 395993, inkscape/trunk/PKGBUILD)
Deleted:
inkscape/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 142 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 71 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-13 13:22:23 UTC (rev 395993)
+++ PKGBUILD 2020-09-13 13:22:29 UTC (rev 395994)
@@ -1,71 +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.0
-_commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
-pkgrel=6
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-makedepends=('cmake' 'boost' 'git')
-
-depends=(
- 'aspell'
- 'dbus-glib'
- 'double-conversion'
- 'gc'
- 'gdl'
- 'gsl'
- 'gtkmm3'
- 'gtkspell3'
- 'libcdr'
- 'libjpeg-turbo'
- 'libmagick6'
- '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#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
- cd "${srcdir}"
- cd "${pkgname}"
- git submodule init
- git submodule update
-}
-
-build() {
- cd "${srcdir}"
- 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() {
- cd "${srcdir}"
- DESTDIR="${pkgdir}" cmake --build build --target install
-}
Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 395993, inkscape/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-13 13:22:29 UTC (rev 395994)
@@ -0,0 +1,71 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Contributor: tobias <tobias at archlinux.org>
+
+pkgname=inkscape
+pkgver=1.0.1
+_commit=3bc2e813f584eda88fe02f2a851e66c0168df941
+pkgrel=1
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+ 'aspell'
+ 'dbus-glib'
+ 'double-conversion'
+ 'gc'
+ 'gdl'
+ 'gsl'
+ 'gtkmm3'
+ 'gtkspell3'
+ 'libcdr'
+ 'libjpeg-turbo'
+ 'libmagick6'
+ '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#commit=${_commit}")
+sha256sums=('SKIP')
+
+prepare() {
+ cd "${srcdir}"
+ cd "${pkgname}"
+ git submodule init
+ git submodule update
+}
+
+build() {
+ cd "${srcdir}"
+ 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() {
+ cd "${srcdir}"
+ DESTDIR="${pkgdir}" cmake --build build --target install
+}
More information about the arch-commits
mailing list