* [PR PATCH] inkscape: add missing dependency
@ 2022-01-07 1:09 hervyqa
2022-01-08 21:31 ` [PR PATCH] [Merged]: " ericonr
0 siblings, 1 reply; 2+ messages in thread
From: hervyqa @ 2022-01-07 1:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 809 bytes --]
There is a new pull request by hervyqa against master on the void-packages repository
https://github.com/hervyqa/void-packages inkscape-extensions
https://github.com/void-linux/void-packages/pull/34914
inkscape: add missing dependency
need to add `python3-appdirs` to run menu `Extensions > Manage Extension` properly.
a warning like this will appear:
```
from appdirs import user_cache_dir
ModuleNotFoundError: No module named 'appdirs'
```
after installing `python3-appdirs`:
![Screenshot_20220107_080621](https://user-images.githubusercontent.com/45872139/148474636-919cd1fa-e92d-4ace-b84f-fe1330603cbb.png)
#### Testing the changes
- I tested the changes in this PR: **YES**
cc @ericonr
A patch file from https://github.com/void-linux/void-packages/pull/34914.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-inkscape-extensions-34914.patch --]
[-- Type: text/x-diff, Size: 1403 bytes --]
From 4996be654e78ef0b4ad1efe1ec5822339eeaf579 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Fri, 7 Jan 2022 07:57:19 +0700
Subject: [PATCH] inkscape: add missing dependency
---
srcpkgs/inkscape/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index e53c0b378e71..742c6f95bddb 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -1,7 +1,7 @@
# Template file for 'inkscape'
pkgname=inkscape
version=1.1.1
-revision=1
+revision=2
wrksrc="inkscape-${version}_2021-09-20_3bf5ae0d25"
build_style=cmake
# builds executables then runs checks
@@ -13,8 +13,8 @@ makedepends="harfbuzz-devel libsoup-devel gsl-devel pango-devel libatomic_ops-de
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"
-depends="desktop-file-utils hicolor-icon-theme python3-lxml python3-numpy python3-scour
- python3-Pillow"
+depends="desktop-file-utils hicolor-icon-theme python3-appdirs python3-lxml python3-numpy
+ python3-scour python3-Pillow"
checkdepends="$depends gtest-devel ImageMagick cantarell-fonts"
short_desc="Vector-based drawing program"
maintainer="Alex Lohr <alex.lohr@logmein.com>"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: inkscape: add missing dependency
2022-01-07 1:09 [PR PATCH] inkscape: add missing dependency hervyqa
@ 2022-01-08 21:31 ` ericonr
0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2022-01-08 21:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 646 bytes --]
There's a merged pull request on the void-packages repository
inkscape: add missing dependency
https://github.com/void-linux/void-packages/pull/34914
Description:
need to add `python3-appdirs` to run menu `Extensions > Manage Extension` properly.
a warning like this will appear:
```
from appdirs import user_cache_dir
ModuleNotFoundError: No module named 'appdirs'
```
after installing `python3-appdirs`:
![Screenshot_20220107_080621](https://user-images.githubusercontent.com/45872139/148474636-919cd1fa-e92d-4ace-b84f-fe1330603cbb.png)
#### Testing the changes
- I tested the changes in this PR: **YES**
cc @ericonr
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-08 21:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 1:09 [PR PATCH] inkscape: add missing dependency hervyqa
2022-01-08 21:31 ` [PR PATCH] [Merged]: " ericonr
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).