Search Criteria
Package Details: 4pane 7.0-1
Git Clone URL: | https://aur.archlinux.org/4pane.git (read-only, click to copy) |
---|---|
Package Base: | 4pane |
Description: | A multi-pane, detailed-list file manager. |
Upstream URL: | http://www.4pane.co.uk/index.html |
Keywords: | filemanager |
Licenses: | |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 22 |
Popularity: | 0.000512 |
First Submitted: | 2009-02-05 16:11 |
Last Updated: | 2021-02-03 20:15 |
Latest Comments
1 2 Next › Last »
AlexTalker commented on 2017-12-26 10:31
Thanks @rtfeedman, fixed it
rtfreedman commented on 2016-04-09 16:41
You can scrap 'export LIBS="-lgtk-x11-2.0 -lgobject-2.0"' (not needed anymore)
and remove 4pane.desktop (included in source).
Maybe adding an install file to refresh icons/desktop file.
AlexTalker commented on 2014-10-30 10:27
@reMiND, oh, sorry, did not see message.
I have update it myself, also now build no longer require root rights as before(i had some crap in call make install in wrong place).
Lucky compiling!
reMiND commented on 2014-10-29 22:15
http://www23.zippyshare.com/v/82757079/file.html
update to 3.0
Alad commented on 2014-07-28 20:53
doesn't build
g++ -o 4Pane 4Pane_Accelerators.o 4Pane_Archive.o 4Pane_ArchiveStream.o 4Pane_Bookmarks.o 4Pane_Configure.o 4Pane_Devices.o 4Pane_Dup.o 4Pane_ExecuteInDialog.o 4Pane_Filetypes.o 4Pane_Misc.o 4Pane_Mounts.o 4Pane_MyDirs.o 4Pane_MyDragImage.o 4Pane_MyFiles.o 4Pane_MyFrame.o 4Pane_MyGenericDirCtrl.o 4Pane_MyNotebook.o 4Pane_MyTreeCtrl.o 4Pane_Otherstreams.o 4Pane_Redo.o 4Pane_Tools.o 4Pane_bzipstream.o 4Pane_MyFSWatcher.o 4Pane_blocksort.o 4Pane_bzlib.o 4Pane_compress.o 4Pane_crctable.o 4Pane_decompress.o 4Pane_huffman.o 4Pane_randtable.o -Wl,-O1,--sort-common,--as-needed,-z,relro -pthread -lwx_gtk2u_xrc-3.0 -lwx_baseu_xml-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lutil -llzma
4Pane_Accelerators.o: In function `MyShortcutPanel::OnFinished(wxCommandEvent&)':
Accelerators.cpp:(.text+0xe5ab): undefined reference to `wxNotifyEvent::Clone() const'
4Pane_Configure.o: In function `ConfigureNotebook::InitPage(ConfigureNotebook::pagename)':
Configure.cpp:(.text+0x1f7ca): undefined reference to `wxNotifyEvent::Clone() const'
collect2: error: ld returned 1 exit status
Makefile:172: recipe for target '4Pane' failed
make: *** [4Pane] Error 1
rtfreedman commented on 2013-12-16 02:39
Scrap: export LIBS="-lgtk-x11-2.0 -lgobject-2.0"
And this all you need in package()
install -d -m755 ${pkgdir}/usr/share/applications
ln -s ../4Pane/rc/4Pane.desktop ${pkgdir}/usr/share/applications/4Pane.desktop
fvsc commented on 2012-07-17 11:57
Version 1.0 is available
k2s commented on 2012-04-14 21:30
pls, add to build() function in PKGBUILD:
export LIBS="-lgtk-x11-2.0 -lgobject-2.0"
otherwise we are getting:
/usr/bin/ld: 4Pane_MyFrame.o: undefined reference to symbol 'gtk_settings_get_default'
/usr/bin/ld: note: 'gtk_settings_get_default' is defined in DSO /usr/lib/libgtk-x11-2.0.so.0 so try adding it to the linker command line
/usr/lib/libgtk-x11-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [4Pane] Error 1
Anonymous comment on 2011-01-09 14:58
Here's PKGBUILD for 0.8.0 version: http://aur.pastebin.com/N6Gx8Tie (just replaced $pkgver, url to sources and md5)
DarwinSurvivor commented on 2010-12-05 10:08
URL needs to be updated
is:
http://downloads.sourceforge.net/project/fourpane/4Pane/${pkgver}/4Pane-0.7.0.tar.gz
needs to be
http://sourceforge.net/projects/fourpane/files/${pkgver}/4Pane-0.7.0.tar.gz