Github messages for voidlinux
 help / color / mirror / Atom feed
From: q66 <q66@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: inkscape: update to 1.0.
Date: Tue, 05 May 2020 00:10:08 +0200	[thread overview]
Message-ID: <20200504221008.b5piiHt6_f3Jr0wXA-gw6WPR9G1ytmCOPuzjgUP36kc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21629@inbox.vuxu.org>

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/21629#issuecomment-623734596

Comment:
here:

```
diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index 129d866380..cd322cfafa 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -4,7 +4,6 @@ version=1.0
 revision=1
 wrksrc="${pkgname}-INKSCAPE_${version//./_}"
 build_style=cmake
-python_version=3
 hostmakedepends="automake pkg-config libtool intltool gettext-devel
  glib-devel perl-XML-Parser tar which xz"
 makedepends="harfbuzz-devel libsoup-devel gsl-devel pango-devel double-conversion-devel gc-devel libwpd-devel libcdr-devel libvisio-devel poppler-devel libwpd-devel potrace-devel gtkmm-devel gdl-devel gtkspell3-devel aspell-devel libxslt-devel libgomp-devel libwpg-devel poppler-glib-devel"
@@ -18,10 +17,11 @@ distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./
  https://gitlab.com/inkscape/extensions/-/archive/${_extension_rev}/extensions-${_extension_rev}.tar.bz2"
 checksum="673a1d8dfff4993917ac560d73ded4cab6edf8360cb97b99703658b14c03031f
  11d573e30d4b0c821e9c59a524c9f98b935dcfdad979066cc65fdf111cf116fe"
+python_version=3
 
-case "$XBPS_TARGET_MACHINE" in
-	arm*|aarch64*) makedepends+=" libatomic_ops-devel" ;;
-esac
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+fi
 
 pre_configure() {
 	rm -r share/extensions || true
```

  reply	other threads:[~2020-05-04 22:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 21:02 [PR PATCH] " Gottox
2020-05-04 22:10 ` q66 [this message]
2020-05-05  7:17 ` [PR PATCH] [Updated] " Gottox
2020-05-05  7:17 ` Gottox
2020-05-05 15:07 ` q66
2020-05-07  7:29 ` [PR PATCH] [Updated] " Gottox
2020-05-07  7:29 ` Gottox
2020-05-07  7:29 ` [PR PATCH] [Merged]: " Gottox

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=20200504221008.b5piiHt6_f3Jr0wXA-gw6WPR9G1ytmCOPuzjgUP36kc@z \
    --to=q66@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).