Closed simonbcn closed 5 years ago
thanks, website updated
Sorry, the name of the package created is incorrect according to Arch Linux standards, I have created a new one with the correct name: https://aur.archlinux.org/packages/drill-search-bin/
website updated
I installed Arch myself and found that Drill would not scan secondary mounted drives
latest version fixes it, tell me how I can update the AUR, or if you can do it yourself, thanks also I will rename drill-ui to drill-gtk also I would like to add the cli version too to AUR
I created an account on AUR called yatima1460
ok, I will create 2 packages: drill-gtk-bin and drill-cli-bin with the latest versions released. I will then request the removal of the current package. I'll let you know when I'm ready. Unless you want to do it yourself.
I think the AUR package names should be better: drill-search-gtk-bin
and drill-search-cli-bin
.
Packages created: https://aur.archlinux.org/packages/drill-search-gtk-bin/ and https://aur.archlinux.org/packages/drill-search-cli-bin/ I'm going to request to delete the previous AUR: drill-search-bin
Please, notify me when you change the names of releases.
website updated with those links;
I am not closing the issue because "ui" will be renamed to "gtk", I will write it here when done
the reason is because I will have more than one frontend, on Windows it's better to use WinAPI and on OSX Cocoa
@simonbcn I updated everything, the project directories tree structure, the build system and the website now fetches all the downloads automatically from GitHub Releases
When you can, please update the AUR! Thanks
Done!
@simonbcn what do you think about adding a non-bin version that actually builds from source? it's pretty easy
you first install DUB and DMD as backend compiler and then cd Source/Frontend/GTK
(CLI for the CLI version) and dub build -b release
then use Tools/deb/
to create the deb file and from here on it's like the bin version
what do you think about adding a non-bin version that actually builds from source? it's pretty easy
@yatima1460 I just created one and added it to the AUR:
drill-search
.
What is the difference between an AUR package that installs from a done compilation (in this case, extracted from .deb package) and one that compiles from the source?
I would understand the usefulness of a -git
package that compiles the master version but one that installs the same as the bin version. :question:
It's better to build from source when possible rather than use precompiled binaries. A precompiled binary may look for older libraries than are installed on the system and cause incompatibilities.
@yochananmarqos yes, you're right.
@yatima1460 I have requested the deletion of my ...-bin
packages as they are unnecessary having those of him.
I've created a new AUR package of UI version, the previous has vanished, based on stable .deb version: https://aur.archlinux.org/packages/drill-search/