Search Criteria
Package Details: dia-git 6943.22534d16c-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dia-git.git (read-only, click to copy) |
|---|---|
| Package Base: | dia-git |
| Description: | A GTK+ based diagram creation program |
| Upstream URL: | https://gitlab.gnome.org/GNOME/dia |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | dia |
| Provides: | dia |
| Submitter: | lilac |
| Maintainer: | a821 |
| Last Packager: | a821 |
| Votes: | 4 |
| Popularity: | 0.57 |
| First Submitted: | 2019-05-08 01:07 (UTC) |
| Last Updated: | 2025-10-24 07:10 (UTC) |
Dependencies (14)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR)
- graphene (graphene-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libemf
- libxslt (libxslt-gitAUR)
- poppler (poppler-gitAUR)
- python-gobject
- xpm-pixbuf-gitAUR
- appstream-glib (appstream-glib-gitAUR) (make)
- dblatex (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- intltool (make)
- meson (meson-gitAUR) (make)
Required by (6)
- cpp2dia (requires dia)
- dia-integrated (requires dia)
- dia-integrated (requires dia) (make)
- dia-shapes (requires dia)
- ns3 (requires dia) (optional)
- ns3-git (requires dia) (make)
Latest Comments
1 2 3 4 5 Next › Last »
a821 commented on 2025-10-24 04:50 (UTC) (edited on 2025-10-24 07:14 (UTC) by a821)
@lash: thanks for letting me know. I can reproduce the issue and I guess
poppler25.10 broke it again (t̶o̶ ̶b̶e̶ ̶c̶o̶n̶f̶i̶r̶m̶e̶d̶). I don't see an issue upstream yet... I will try to find a workaround.Edit: Indeed,
poppler25.10 broke it, I builtdiasuccessfully withpoppler25.09 (set the date to 2025-10-15 if you use the Arch Linux archive).Edit2: SOLVED. I found a patch following the lead of the same issue for 25.09 (upstream #570)
lash commented on 2025-10-23 21:51 (UTC) (edited on 2025-10-23 21:51 (UTC) by lash)
Is this documentation failing to build?
--
a821 commented on 2025-09-18 12:45 (UTC)
@jahway603: thanks! I reverted the last commit which undoes the patch. I hope it is OK now.
jahway603 commented on 2025-09-16 21:28 (UTC)
@a821 the sha256sum of the patch does not match what is in the PKGBUILD, but that patch's contents are now incorporated into the upstream here https://gitlab.gnome.org/GNOME/dia/-/blob/master/plug-ins/pdf/pdf-import.cpp?ref_type=heads#L399, so the patch is no longer needed.
a821 commented on 2025-09-13 14:03 (UTC)
@Kakadus: thanks for the report and the patch. It seems to work. I have incorporated your MR in the
PKGBUILDI will push an update shortly.At the moment I'm out of town for two weeks, so keep in mind I might take some time for me to reply.
Kakadus commented on 2025-09-12 23:14 (UTC) (edited on 2025-09-12 23:14 (UTC) by Kakadus)
Currently, build fails because of change in poppler with
Upstream issue: https://gitlab.gnome.org/GNOME/dia/-/issues/570.
Upstream PR: https://gitlab.gnome.org/GNOME/dia/-/merge_requests/140
Maybe you want to add it as a patch to PKGBUILD if necessary.
viachaslavic commented on 2024-06-23 15:49 (UTC)
@a821 Thanks! I recommend defining dependencies by common name that is specified in
Providesinstead of a specific package name.weltall commented on 2024-06-14 06:25 (UTC) (edited on 2024-06-14 06:28 (UTC) by weltall)
It seems the package glib2-devel needs to be installed manually now in order for the package to build or i get this error:
a821 commented on 2024-06-09 06:42 (UTC)
@viachaslavic: Right, I hadn't considered that scenario given that I always build packages in a clean chroot. I pushed an update that forces the rebuild of
xpm-pixbufwhich should™ fix the issue...Oops, I realize too late that you have already added
xpm-pixbuf-git... I may switch to using that.viachaslavic commented on 2024-06-08 22:26 (UTC) (edited on 2024-06-08 22:35 (UTC) by viachaslavic)
@a821 @RAMChYLD this can happen when building a new version if there is already one installed. During build, meson will detect the library in the system directory and will not build the subproject, as a result after updating the
libxpm-pixbuf.sowill be lost. To avoid this, I suggest using a separate package as dependency instead of building a subproject.1 2 3 4 5 Next › Last »