Search Criteria
Package Details: dolphin-git 20.11.90.r45.g3c6f1e688-1
Git Clone URL: | https://aur.archlinux.org/dolphin-git.git (read-only, click to copy) |
---|---|
Package Base: | dolphin-git |
Description: | KDE File Manager (Git) |
Upstream URL: | https://kde.org/applications/en/system/org.kde.dolphin |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | arojas |
Maintainer: | katt |
Last Packager: | katt |
Votes: | 14 |
Popularity: | 0.101806 |
First Submitted: | 2015-03-02 19:35 |
Last Updated: | 2020-12-06 22:34 |
Dependencies (11)
- baloo-widgets (baloo-widgets-git)
- kactivities (kactivities4, kactivities-git)
- kcmutils (kcmutils-git)
- kinit (kinit-git)
- kio-extras (kio-extras-git)
- knewstuff (knewstuff-git)
- kparts (kparts-git)
- extra-cmake-modules-git (make)
- git (git-git) (make)
- kdoctools-git (make)
- packagekit-qt5 (make)
Required by (26)
- archsimian-git (requires dolphin) (optional)
- checksum-blister-kde-service-menu-git (requires dolphin)
- dolphin-seafile-plugin (requires dolphin)
- dolphin-squashfs-mount (requires dolphin)
- file-roller-kde-service-menu (requires dolphin)
- insync-dolphin (requires dolphin)
- kde-service-menu-encfs (requires dolphin)
- kde-service-menu-reimage (requires dolphin)
- kde-servicemenus-backupit (requires dolphin)
- kde-servicemenus-fileroller (requires dolphin)
- kde-servicemenus-getmediainfo (requires dolphin)
- kde-servicemenus-komparemenu (requires dolphin)
- kde-servicemenus-newfolderwithselection (requires dolphin)
- kde-servicemenus-pastebinit (requires dolphin)
- kde-servicemenus-pdf (requires dolphin)
- kde-servicemenus-peazip (requires dolphin)
- kde-servicemenus-rootactions (requires dolphin)
- kde-servicemenus-thunderbird-attachment (requires dolphin)
- kde-servicemenus-unarchiver (requires dolphin)
- kde-services (requires dolphin)
- kf5-servicemenus-copypath (requires dolphin)
- kf5-servicemenus-md5sha1calc (requires dolphin)
- kim4 (requires dolphin)
- konqueror-git (requires dolphin)
- remmina-plugin-folder (requires dolphin) (optional)
- xyz-thumbnailer-kde-git (requires dolphin)
Latest Comments
1 2 Next › Last »
katt commented on 2020-12-06 22:20
@Morganamilo: Ah, I knew this day was coming. A while back they made dolphin require extra-cmake-modules 5.77, which is currently only available as -git.
While I could (and should, sorry!) set the dependencies to require at least 5.77, the fun doesn't end there. It will then complain about further packages also needing to be at 5.77, which in the end leads us to the situation where you'll have to compile 10-20 packages (in varying quality) just to get this package working.
This is the point where I sort of gave up and went with stable dolphin instead. If anyone has a good solution to this or even want to take over this package, feel free. I'll add as co-maintainer or even just disown this.
EDIT: I took another look at it, the real nightmare seems to be at kdoctools-git, which requires basically a full on -git chain. I've updated the package but wishes anyone brave enough to build it, good luck.
Morganamilo commented on 2020-12-06 22:04
Build fails:
Maybe a dependency is missing?
aa13q commented on 2018-08-23 09:47
Hello! Is it make sence to move python, baloo-widgets-git and kio-extras to optional to get rid of python and python2 deps? removed kio-extras and baloo-widgets-git and python completely and renamed kactivities-frameworks to kactivities (or kactivities-git) -- working just fine.
AwesomeHaircut commented on 2017-07-08 11:12
Hello, recently a commit was made disallowing dolphin to be used as root. So I downloaded and undid the commit for myself. I don't know if I'll get in trouble for removing the commit in the aur package too but I guess we'll see :-)
saburouta commented on 2015-08-21 12:20
Same: http://pastebin.com/QacTacw4
...
/aur/dolphin-git/dolphin-git/src/dolphin/src/main.cpp:22:29: fatal error: dolphin_version.h: No such file or directory
compilation terminated.
src/CMakeFiles/kdeinit_dolphin.dir/build.make:386: recipe for target 'src/CMakeFiles/kdeinit_dolphin.dir/main.cpp.o' failed
make[2]: *** [src/CMakeFiles/kdeinit_dolphin.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:712: recipe for target 'src/CMakeFiles/kdeinit_dolphin.dir/all' failed
make[1]: *** [src/CMakeFiles/kdeinit_dolphin.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
PsiTrax commented on 2015-08-21 11:03
I get a
/tmp/makepkg/dolphin-git/src/dolphin/src/main.cpp:22:29: fatal error: dolphin_version.h: No such file or directory
compilation terminated.
src/CMakeFiles/kdeinit_dolphin.dir/build.make:386: recipe for target 'src/CMakeFiles/kdeinit_dolphin.dir/main.cpp.o' failed
RagingVegetable commented on 2015-08-20 08:04
@ flying-sheep,
Thank you so much. I've tried to fix this problem for ever, and your solution by reinstalling "baloo-widgets-git" fixed my problems with the 'never starting dolphin'. Finally.. Thanks!!
flying-sheep commented on 2015-08-19 10:32
i got the same with libKF5Baloo.so.1
$ ldd /usr/bin/dolphin | grep -i baloo.so
libKF5Baloo.so.5 => /usr/lib/libKF5Baloo.so.5 (0x00007f11ec50c000)
libKF5Baloo.so.1 => not found
reinstalling baloo-widgets-git solved it for me
Rulatir commented on 2015-08-19 10:31
Seconding tajidinabd's question!
tajidinabd commented on 2015-08-15 18:34
when trying to start dolphin i get this error message?
dolphin: error while loading shared libraries: libKF5Baloo.so.2: cannot open shared object file: No such file or directory
what has happened to baloo?