In the meantime, I'm not sure anyone needs this package in the AUR anymore.
Search Criteria
Package Details: doublecmd-gtk2-alpha-bin 1.1.0.svn.r10768-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/doublecmd-gtk2-alpha-bin.git (read-only, click to copy) |
---|---|
Package Base: | doublecmd-gtk2-alpha-bin |
Description: | A file manager with two panels side by side |
Upstream URL: | https://doublecmd.sourceforge.io |
Keywords: | commander |
Licenses: | GPL2 |
Conflicts: | doublecmd-gtk2, doublecmd-gtk2-bin-nightly, doublecmd-gtk2-svn, doublecmd-qt5, doublecmd-qt5-svn |
Provides: | doublecmd |
Replaces: | doublecmd-gtk2-bin-nightly |
Submitter: | sirocco |
Maintainer: | sirocco |
Last Packager: | sirocco |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-29 05:05 (UTC) |
Last Updated: | 2023-06-06 00:22 (UTC) |
Dependencies (7)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- ffmpegthumbnailer (optional) – video thumbnails
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – speed up thumbnail view
- libunrar (optional) – support for rar archives
- lua (optional) – scripting
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (optional) – support for 7zip archives
- pmountAUR (pmountAUR, pmount-safe-removalAUR) (optional) – mount removable devices
Required by (2)
- doublecmd-plugin-p7z-usr (requires doublecmd)
- ydisk_commander (requires doublecmd)
Sources (1)
sirocco commented on 2023-06-07 13:49 (UTC)
sirocco commented on 2023-06-06 00:26 (UTC) (edited on 2023-06-06 02:23 (UTC) by sirocco)
repo available
For Arch Linux, edit /etc/pacman.conf
and add the following (note that the order of repositories in pacman.conf
is important, since pacman always downloads the first found package):
[home_Alexx2000_doublecmd-svn_Arch]
Server = https://download.opensuse.org/repositories/home:/Alexx2000:/doublecmd-svn/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Alexx2000:doublecmd-svn/Arch/$(uname -m)/home_Alexx2000_doublecmd-svn_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_Alexx2000_doublecmd-svn_Arch/doublecmd-gtk
Abrasion commented on 2021-07-31 17:54 (UTC) (edited on 2021-07-31 17:55 (UTC) by Abrasion)
_pkgver=1.0.0+svn9852+git51c3038ef-239.2 & sha512sums=('022f9c8e12150df599cc87b941208c85a8b9ab2b0ab601fe1e65a85611ccc978d1b9b7268141487b2f6f7b43933f634cff8283b39a18edab968fe2bd7f29d684')
sirocco commented on 2021-06-15 15:20 (UTC)
@Abrasion Done thanks.
Abrasion commented on 2021-06-15 04:35 (UTC) (edited on 2021-06-15 04:39 (UTC) by Abrasion)
To fix build to svn9807 https://controlc.com/aa14b619
sirocco commented on 2021-06-07 03:29 (UTC)
Temporary problems on the build site.
https://build.opensuse.org/package/show/home:Alexx2000:doublecmd-svn/doublecmd-deb
Mr_Happy commented on 2021-03-17 08:50 (UTC)
URL's are invalid :(
sirocco commented on 2019-12-07 10:48 (UTC)
Did you run updpkgsums?
Pinned Comments
sirocco commented on 2023-06-06 00:26 (UTC) (edited on 2023-06-06 02:23 (UTC) by sirocco)
repo available
https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-gtk
https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-qt
For Arch Linux, edit
/etc/pacman.conf
and add the following (note that the order of repositories inpacman.conf
is important, since pacman always downloads the first found package):Then run the following as root