Search Criteria
Package Details: dia 0.97.3-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/dia.git (read-only, click to copy) |
---|---|
Package Base: | dia |
Description: | A GTK+ based diagram creation program |
Upstream URL: | http://live.gnome.org/Dia |
Licenses: | GPL |
Submitter: | Foxboron |
Maintainer: | eclairevoyant |
Last Packager: | Foxboron |
Votes: | 14 |
Popularity: | 0.024679 |
First Submitted: | 2022-08-27 09:54 (UTC) |
Last Updated: | 2022-08-27 09:54 (UTC) |
Dependencies (5)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libxslt (libxslt-gitAUR)
- docbook-xsl (make)
- intltool (make)
- python2AUR (python2-binAUR) (make)
Required by (5)
- cpp2dia
- dia-integrated
- dia-integrated (make)
- dia-shapes
- ns3 (optional)
Latest Comments
« First ‹ Previous 1 2
eclairevoyant commented on 2022-11-01 23:27 (UTC)
@hfath if you're using
python2-bin
, I suggest not using that and usingpython2
AUR package instead. Builds fine for me in a clean chroot.hfath commented on 2022-10-26 11:59 (UTC)
The build as of today breaks with
micwoj92 commented on 2022-09-20 23:01 (UTC)
You should be using Arch Linux archive and not other distro repos.
mast3r_waf1z commented on 2022-09-12 11:35 (UTC) (edited on 2022-09-12 12:17 (UTC) by mast3r_waf1z)
I have the same issue, this is unfortunately a dependency for the ns3 simulation program so it also breaks that package: https://aur.archlinux.org/packages/ns3
EDIT: you can install it through the manjaro repositories here: https://mirrors.dotsrc.org/manjaro/stable/community/x86_64/dia-0.97.3-9-x86_64.pkg.tar.zst
Paul_arch commented on 2022-09-07 12:22 (UTC) (edited on 2022-09-07 12:26 (UTC) by Paul_arch)
Hello, unfortunately it doesn't work, there are compilation errors:
pydia-color.c: In function 'PyDiaColor_Str': pydia-color.c:98:10: error: implicit declaration of function 'PyString_FromString'; did you mean 'PyLong_FromString'? [-Werror=implicit-function-declaration] 98 | py_s = PyString_FromString(s);
pydia-color.c:115:5: note: (near initialization for 'PyDiaColor_Type.tp_as_async') pydia-color.c:116:6: error: 'cmpfunc' undeclared here (not in a function) 116 | (cmpfunc)PyDiaColor_Compare, | ^~~~~~~ pydia-color.c:116:14: error: expected '}' before 'PyDiaColor_Compare' 116 | (cmpfunc)PyDiaColor_Compare
« First ‹ Previous 1 2