Package Details: gnome-commander-git 1.11.0.r311.8f02c9bf-1

Git Clone URL: https://aur.archlinux.org/gnome-commander-git.git (read-only, click to copy)
Package Base: gnome-commander-git
Description: Graphical two-pane filemanager for GNOME
Upstream URL: https://gcmd.github.io
Licenses: GPL
Conflicts: gnome-commander
Provides: gnome-commander
Submitter: hatred
Maintainer: rafaelff
Last Packager: rafaelff
Votes: 13
Popularity: 0.000000
First Submitted: 2010-05-30 06:43 (UTC)
Last Updated: 2021-03-28 15:31 (UTC)

Latest Comments

1 2 3 Next › Last »

rafaelff commented on 2021-03-28 15:51 (UTC)

@haawda Maybe using gcmd-1-12 branch is good, but normally -git packages follow latest changes in master branch. I'll check that with the developer.

haawda commented on 2021-03-28 11:37 (UTC)

The main repo is hosted at gitlab.gnome.org now. And maybe it is time switch to the gcmd-1-12 branch (it seems to have sensible tags).

rafaelff commented on 2020-01-26 17:14 (UTC)

@tpreissler: The main issue is that gnome-commander uses deprecated declarations, and its code need some update. I was able to build it even with this deprecation messages.

tpreissler commented on 2020-01-26 08:21 (UTC) (edited on 2020-01-26 08:22 (UTC) by tpreissler)

Hi,

thanks for maintaining this.

I just noticed gnome-commander is "orphaned", so I tried to install -git. But unfortunately I am getting (on an up2date AL):

/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: error: ‘GTypeDebugFlags’ is deprecated [-Werror=deprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags);

/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: error: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Werror=deprecated-declarations] 73 | GTimeVal last_popdown;

/usr/include/gtk-2.0/gtk/gtktypeutils.h is owned by gtk2 2.24.32-1 /usr/include/gtk-2.0/gtk/gtktooltips.h is owned by gtk2 2.24.32-1

Cheers

Tom

rafaelff commented on 2017-11-20 17:48 (UTC)

Bug solved, package updated.

rafaelff commented on 2017-07-27 21:35 (UTC)

@kaptoxic: I was able to reproduce but not to fix, so I filed a bug report: https://bugzilla.gnome.org/show_bug.cgi?id=785505

aspirogrammer commented on 2017-07-27 16:30 (UTC) (edited on 2017-07-27 16:30 (UTC) by aspirogrammer)

I am getting the following error: cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ mv -f .deps/gnome-cmd-about-plugin.Tpo .deps/gnome-cmd-about-plugin.Po test -f gnome-cmd-advrename-lexer.cc || /bin/sh ../ylwrap gnome-cmd-advrename-lexer.ll lex.yy.c gnome-cmd-advrename-lexer.cc -- flex /usr/sbin/m4:stdin:1511: ERROR: end of file in string make[3]: *** [Makefile:834: gnome-cmd-advrename-lexer.cc] Error 1 Any ideas?

rafaelff commented on 2017-03-25 23:00 (UTC)

Thanks @haawda! PKGBUILD fixed, but it still requires fixing your BGO#780543.

haawda commented on 2017-03-25 19:45 (UTC)

See https://ptpb.pw/g1GI for what I mean. But right now it does not build, I opened a bug report upstream. https://bugzilla.gnome.org/show_bug.cgi?id=780543

haawda commented on 2017-03-25 18:41 (UTC) (edited on 2017-03-25 18:46 (UTC) by haawda)

The PKGBUILD gives pkgver=[1.7.0].r123.189b6a31 as result of the pkgver function, which IMHO is not desired. Also the Python2-fix does not work anymore (and should go to a prepare function if posible).