Github messages for voidlinux
 help / color / mirror / Atom feed
From: hervyqa <hervyqa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] inkscape: update to 1.3
Date: Wed, 26 Jul 2023 15:19:19 +0200	[thread overview]
Message-ID: <20230726131919.q-t33sjCrRQs9ZckeRZZo9aeXq7VtKgqq50mCrO21ag@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45261@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages inkscape
https://github.com/void-linux/void-packages/pull/45261

inkscape: update to 1.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


A patch file from https://github.com/void-linux/void-packages/pull/45261.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-inkscape-45261.patch --]
[-- Type: text/x-diff, Size: 3922 bytes --]

From 91d8bed549cf049274a98f36d2a45db90fa13919 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Wed, 26 Jul 2023 20:18:37 +0700
Subject: [PATCH 1/2] New package: lib2geom-1.3

---
 srcpkgs/lib2geom-devel    |  1 +
 srcpkgs/lib2geom/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/lib2geom-devel
 create mode 100644 srcpkgs/lib2geom/template

diff --git a/srcpkgs/lib2geom-devel b/srcpkgs/lib2geom-devel
new file mode 120000
index 0000000000000..41abdb3cf7010
--- /dev/null
+++ b/srcpkgs/lib2geom-devel
@@ -0,0 +1 @@
+lib2geom
\ No newline at end of file
diff --git a/srcpkgs/lib2geom/template b/srcpkgs/lib2geom/template
new file mode 100644
index 0000000000000..b4106fe0d09d2
--- /dev/null
+++ b/srcpkgs/lib2geom/template
@@ -0,0 +1,24 @@
+# Template file for 'lib2geom'
+pkgname=lib2geom
+version=1.3
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config python3-Cython ragel samurai"
+makedepends="boost-devel double-conversion-devel cairo-devel gtk+3-devel gsl-devel"
+checkdepends="gtest-devel"
+short_desc="Easy to use 2D geometry library for c++"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="LGPL-2.1-or-later, MPL-1.1"
+homepage="https://gitlab.com/inkscape/lib2geom"
+distfiles="https://gitlab.com/inkscape/lib2geom/-/archive/${version}/lib2geom-${version}.tar.bz2"
+checksum=bd07f2a1322fcad16a55a1901207faa55dffdecebc56a00eabd4575f62e043c9
+
+lib2geom-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove usr/lib/pkgconfig
+	}
+}

From df4e980fdd8775b67d4912ced487fab166bc51e0 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Wed, 26 Jul 2023 20:18:52 +0700
Subject: [PATCH 2/2] inkscape: update to 1.3

---
 srcpkgs/inkscape/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index aa1ab218a442c..cd6f08c7db810 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -1,27 +1,29 @@
 # Template file for 'inkscape'
 pkgname=inkscape
-version=1.2.2
+version=1.3
 revision=1
 build_style=cmake
+configure_args="-DBUILD_TESTING=OFF"
 # builds executables then runs checks
 # some tests still fail on musl: https://gitlab.com/inkscape/inkscape/-/issues/2241
 make_check_target=check
 hostmakedepends="automake gettext glib-devel intltool libmagick-devel libtool
- perl-XML-Parser pkg-config which"
+ libgraphicsmagick-devel perl-XML-Parser pkg-config which python3-Cython ragel"
 makedepends="aspell-devel cairomm-devel double-conversion-devel gc-devel
  gdl-devel gsl-devel gspell-devel gtkmm-devel gtkspell3-devel harfbuzz-devel
  hunspell-devel libatomic_ops-devel libcdr-devel libgomp-devel libsoup-devel
  libvisio-devel libwpd-devel libwpd-devel libwpg-devel libxslt-devel pango-devel
- poppler-devel poppler-glib-devel potrace-devel"
+ poppler-devel poppler-glib-devel potrace-devel gtest-devel gtksourceview4-devel
+ lib2geom-devel popt-devel readline-devel"
 depends="desktop-file-utils hicolor-icon-theme python3-Pillow python3-appdirs
  python3-cssselect python3-lxml python3-numpy python3-requests python3-scour"
-checkdepends="$depends ImageMagick cantarell-fonts gtest-devel"
+checkdepends="$depends GraphicsMagick ImageMagick cantarell-fonts gtest-devel"
 short_desc="Vector-based drawing program"
 maintainer="Alex Lohr <alex.lohr@logmein.com>"
 license="GPL-2.0-only, LGPL-2.1-or-later"
 homepage="http://inkscape.org/"
 distfiles="https://media.inkscape.org/dl/resources/file/inkscape-${version}.tar.xz"
-checksum=a0c7fd0d03c0a21535e648ef301dcf80dd7cfc1f3545e51065fbf1ba3ee8a5c4
+checksum=bf4f286b025e0169b8948cc14d5199a9b4c204d761c894c4b48496571ec76307
 python_version=3
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

  parent reply	other threads:[~2023-07-26 13:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-26 10:37 [PR PATCH] " hervyqa
2023-07-26 13:03 ` [PR PATCH] [Updated] " hervyqa
2023-07-26 13:19 ` hervyqa [this message]
2023-07-26 13:27 ` hervyqa
2023-07-26 13:36 ` hervyqa
2023-07-26 14:34 ` hervyqa
2023-07-30  1:41 ` hervyqa
2023-08-06  2:48 ` classabbyamp
2023-08-06  2:48 ` [PR PATCH] [Merged]: " classabbyamp
2023-08-06  2:48 ` classabbyamp
2023-08-06  2:54 ` hervyqa
2023-08-06  2:58 ` classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230726131919.q-t33sjCrRQs9ZckeRZZo9aeXq7VtKgqq50mCrO21ag@z \
    --to=hervyqa@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).