Search Criteria
Package Details: drill-search-gtk 2.1.1-10
Git Clone URL: | https://aur.archlinux.org/drill-search.git (read-only, click to copy) |
---|---|
Package Base: | drill-search |
Description: | Search files without indexing, but clever crawling (GTK version) |
Upstream URL: | https://drill.software |
Licenses: | |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 5 |
Popularity: | 0.000172 |
First Submitted: | 2019-06-12 20:49 |
Last Updated: | 2021-02-27 21:44 |
Dependencies (4)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
- dmd (make)
- dub (dub-arm, dub-git) (make)
Latest Comments
yatima1460 commented on 2019-08-03 02:43
Published 2.0.0
yatima1460 commented on 2019-06-16 13:56
Next version 1.253 can search installed applications and run them too
Let me know if there are problems on Arch
yochananmarqos commented on 2019-06-14 15:55
Yep, I'm now using
dub build --cache=local --parallel --force -b release
. I ran into a snag with fetching dub dependencies, though. I'll work on it more tomorrow.yatima1460 commented on 2019-06-14 15:53
Hey add --parallel to dub to have faster building!
yochananmarqos commented on 2019-06-13 15:00
Ah, I was wrong then. Well, if
makepkg
can't handle a split package then it would follow that an AUR helper can't either since they're Pacman wrappers.Hopefully the dev will eventually merge the two together, it would make more sense.
j1simon commented on 2019-06-13 14:34
It's the same problem with AUR helper:
yochananmarqos commented on 2019-06-13 14:25
The
makepkg
feature to install one package from a split package was removed in pacman 5.0, unfortunately. Using an AUR helper will work to only install one package; i.e.,yay -S drill-search-cli
.j1simon commented on 2019-06-13 14:16
ok, I know but the problem is that if someone try to install only drill-search-cli, it compiles both:
makepkg
doesn't allow to indicate the name to package to install.yochananmarqos commented on 2019-06-13 13:47
It's a split package. If one package is requested, that one will be built; not both.
j1simon commented on 2019-06-13 06:23
IMHO, I don't think it's a good idea to use the same
PKGBUILD
for the CLI and GTK versions.makepkg
compiles both packages from the sources even if I only want to install one of them, which doubles the installation time unnecessarily.