Search Criteria
Package Details: kxstitch 2.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kxstitch.git (read-only, click to copy) |
|---|---|
| Package Base: | kxstitch |
| Description: | The program that lets you create cross stitch patterns and charts. |
| Upstream URL: | https://userbase.kde.org/KXStitch |
| Licenses: | GPL |
| Submitter: | None |
| Maintainer: | zoe |
| Last Packager: | zoe |
| Votes: | 9 |
| Popularity: | 0.000000 |
| First Submitted: | 2010-02-19 21:52 (UTC) |
| Last Updated: | 2019-09-21 11:17 (UTC) |
Dependencies (6)
- libmagick (imagemagick-full-gitAUR, imagemagick-fullAUR, imagemagick)
- plasma-workspace (plasma-workspace-gitAUR, sonic-workspaceAUR, sonic-workspace-binAUR, plasma-workspace-povdAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- kdoctools (kdoctools-gitAUR) (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
careandreea2.0 commented on 2025-11-02 18:59 (UTC)
@Treyarch I also had this issue, I managed to go through 'makepkg -si' after installing both kdoctools https://archlinux.org/packages/extra/x86_64/kdoctools/ and kdoctools5 https://archlinux.org/packages/extra/x86_64/kdoctools5/ (this one I installed using the GNOME package manager).
CannonFodderSE commented on 2025-09-22 16:34 (UTC)
I could not get this to install. Running in Hyperland. May be part of my issues. Ended up downloading source from github. Below is what I did to get it to install.
Download source for KXStitch https://invent.kde.org/graphics/kxstitch or https://github.com/KDE/kxstitch
Modify build.sh to include full path to qt6paths. Don't know why this was needed. qt6paths is in my path, but this worked. Change line 64 from: cmake -DCMAKE_INSTALL_PREFIX=
qtpaths --install-prefix.. -DCMAKE_BUILD_TYPE=$BUILD_TYPE $WITH_PROFILE $SILENCE_DEPRECATED && make -j${THREADS} $VERBOSE && sudo make install to: cmake -DCMAKE_INSTALL_PREFIX=/usr/lib64/qt6/bin/qtpaths --install-prefix.. -DCMAKE_BUILD_TYPE=$BUILD_TYPE $WITH_PROFILE $SILENCE_DEPRECATED && make -j${THREADS} $VERBOSE && sudo make installInstall extra-cmake-modules sudo pacman -S extra-cmake-modules
Install KF5 sudo pacman -S kf5
Install Doxygen sudo pacman -S doxygen
Install xdot sudo pacman -S xdot
Remove "po" directory. Error-ed out when compiling non-English docs/manuals. Compiled and install after this. Doxygen and xdot were needed for for this. May not need to install them after all. Need real programmer to fix this.
Install symbol editor. Compiled with no issues. Assuming above steps took care of any issues it may have had. Source for Symbol Editor https://invent.kde.org/graphics/symboleditor or https://github.com/KDE/symboleditor
Treyarch commented on 2024-06-14 06:13 (UTC)
I seem to get the following error
-- Found SharedMimeInfo: /usr/bin/update-mime-database (found version "2.4") CMake Error at doc/CMakeLists.txt:1 (KDOCTOOLS_CREATE_HANDBOOK): Unknown CMake command "KDOCTOOLS_CREATE_HANDBOOK".I am not to sure what to make of it?
dnut7 commented on 2022-01-28 22:18 (UTC) (edited on 2022-01-28 22:19 (UTC) by dnut7)
I also got the error :Error installing kxstitch: /bin exists in filesystem (owned by filesystem).
As i'm a beginner in Linux, i thought PKGBUILD was the one in yay-git (yeah i'm beginner). I have Manjaro Xfce
So for people who are still new like me with little experience in Linux, here are the steps i did and it worked
1) command : git clone https://aur.archlinux.org/kxstitch.git
2) go to the folder kxstitch : cd kxstitch
3) there is the file PKGBUILD (the one from previous comment they talk about). Edit the line : make DESTDIR="${pkgdir}" install
to: make DESTDIR="${pkgdir}/usr" install
(like others said before). Save
4) command : makepkg -si
5) push Enter to all if needed
6) installation is done
drivezt commented on 2020-08-15 13:11 (UTC) (edited on 2020-08-15 13:11 (UTC) by drivezt)
I confirm this error: Error installing kxstitch: /bin exists in filesystem (owned by filesystem).
Workaround helped in PKGBUILD: make DESTDIR="${pkgdir}/usr" install
zoe commented on 2020-08-01 08:58 (UTC) (edited on 2020-08-01 08:58 (UTC) by zoe)
@xeronia : The workaround for conflict imagemagick / libmagick6 :
For me, this did work. And inskscape and kxstitch do work well beside each other.
xeronia commented on 2020-07-30 02:02 (UTC)
I ran into a linker error that occurred because I had both imagemagick and libmagick6 installed:
This linker error occurred because cmake was not able to locate the correct ImageMagick dynamic library. Uninstalling libmagick6 (and anything that depended on it) fixed the error. In my case, Inkscape, which I used once and never touched again, was the only package that depended on libmagick6.
zoe commented on 2020-03-11 09:11 (UTC)
@trames,
I successfully re-compiled and installed kxstitch on my archlinux up-to-date. I did not have your error. So, I don't update PKGBUILD, which works in that state.
trames commented on 2020-03-01 20:14 (UTC) (edited on 2020-03-01 20:16 (UTC) by trames)
Error installing kxstitch: /bin exists in filesystem (owned by filesystem). Programs on Arch cannot be installed into /bin. To get around this, I changed PKGBUILD line
from:
make DESTDIR="${pkgdir}" install
to:
make DESTDIR="${pkgdir}/usr" install
Arch system updated on 02/28/2020
AgedLace commented on 2019-08-25 19:34 (UTC)
@KXStitchAuthor / Steve,
Thank you for this very helpful information. This solved my problem!
1 2 3 4 5 6 7 Next › Last »