Search Criteria
Package Details: fluxbox-git 1.3.7.19.ga1f647d-2
Git Clone URL: | https://aur.archlinux.org/fluxbox-git.git (read-only) |
---|---|
Package Base: | fluxbox-git |
Description: | Lightweight stacking WM with tabbing, dockapps, etc. |
Upstream URL: | http://www.fluxbox.org/ |
Keywords: | floating windowmanager X11 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 21 |
Popularity: | 0.018500 |
First Submitted: | 2008-02-03 16:53 |
Last Updated: | 2015-12-14 16:40 |
Dependencies (8)
- fribidi
- imlib2
- libxft
- libxinerama
- libxpm
- libxrandr (libxrandr-git)
- git (git-git) (make)
- xorg-xmessage (optional) – for using the fbsetbg and fluxbox-generate_menu utilities
Required by (9)
- fbmenugen (requires fluxbox)
- fbnews (requires fluxbox)
- flux-menu (requires fluxbox)
- fluxbox-arc-dark (requires fluxbox)
- fluxbox-theme-ciremai (requires fluxbox)
- fluxmod-styles (requires fluxbox)
- ftmenu (requires fluxbox)
- lumina-desktop (requires fluxbox) (optional)
- lumina-desktop-git (requires fluxbox) (optional)
Latest Comments
1 2 Next › Last »
scjet commented on 2015-02-09 03:01
Fkuxbox 1.3.7 has just been released:
http://www.fluxbox.org/news/
bidulock commented on 2014-03-19 10:03
Build problem is caused by imlib2-config bug FS#39345
bidulock commented on 2014-02-21 21:04
build dies:
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/freetype2 -Wl,-O1,--sort-common,--as-needed,-z,relro -lrt -lSM -lICE -o fluxbox ArrowButton.o FbAtoms.o FbWinFrame.o FbWinFrameTheme.o fluxbox.o Keys.o main.o cli_cfiles.o cli_options.o cli_info.o RootTheme.o FbRootWindow.o OSDWindow.o TooltipWindow.o Screen.o WinButton.o WinButtonTheme.o Window.o WindowState.o Workspace.o FbCommands.o LayerMenu.o FbMenu.o WinClient.o Xutil.o CurrentWindowCmd.o WorkspaceCmd.o TextDialog.o CommandDialog.o SendToMenu.o AlphaMenu.o FbMenuParser.o StyleMenuItem.o RootCmdMenuItem.o MenuCreator.o ClientMenu.o ClientPattern.o WorkspaceMenu.o HeadArea.o Resources.o WindowCmd.o FocusControl.o CascadePlacement.o ColSmartPlacement.o MinOverlapPlacement.o RowSmartPlacement.o ScreenPlacement.o UnderMousePlacement.o AttentionNoticeHandler.o IconButton.o IconbarTheme.o FocusableList.o Ewmh.o Remember.o Slit.o SlitTheme.o SlitClient.o Toolbar.o ToolbarTheme.o ToolbarItem.o ClockTool.o WorkspaceNameTool.o IconbarTool.o ToolTheme.o GenericTool.o ButtonTool.o ButtonTheme.o ToolFactory.o SystemTray.o FbTk/libFbTk.a defaults.o -L/usr/lib -lImlib2 @my_libs@
g++: error: @my_libs@: No such file or directory
Makefile:587: recipe for target 'fluxbox' failed
luolimao commented on 2013-07-16 16:36
Fixed, thanks.
mladoux commented on 2013-07-16 06:32
line 40: typo spotted.
change
cd $$pkgname/
to
cd $pkgname
luolimao commented on 2013-03-19 01:36
Well, that was a hot mess. Anyway, updated.
Gimmeapill commented on 2013-01-13 14:28
Hi Ranguvar,
This pkgbuild would certainly benefit from a update.
As per the official fluxbox package:
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/fluxbox
1 - dependencies should be (confirmed by namcap):
depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'imlib2' 'fribidi')
optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
2 - as mentioned by mar77i, "|| return 1" is no longer necessary
3 - fluxbox.desktop now should go under /usr/share/xsessions
4 - backup=('usr/bin/startfluxbox') -> I don't think this was ever required
Here's my updated pkgbuild (for reference): http://pastebin.com/fAXstskL
Thanks.
Gimmeapill commented on 2013-01-13 12:52
Hi Ranguvar,
This pkgbuild needs an update.
As per the official fluxbox package:
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/fluxbox
1 - dependencies should be (confirmed by namcap):
depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'imlib2' 'fribidi')
optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
2 - as mentioned by mar77i, "|| return 1" is no longer necessary
3 - fluxbox.desktop now should go under /usr/share/xsessions
4 - "conflicts=('fluxbox')" -> this is redundant since you have already "provides=('fluxbox')"
https://wiki.archlinux.org/index.php/PKGBUILD#conflicts
5 - backup=('usr/bin/startfluxbox') -> I don't think this was ever necessary
Updated pkgbuild (for reference): http://pastebin.com/TfDBnx1Z
Thanks.
Gimmeapill commented on 2013-01-13 12:51
Hi Ranguvar,
This pkgbuild needs an update.
As per the official fluxbox package:
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/fluxbox
1 - dependencies should be (confirmed by namcap):
depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'imlib2' 'fribidi')
optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
2 - as mentioned by mar77i, "|| return 1" is no longer necessary
3 - fluxbox.desktop now should go under /usr/share/xsessions
4 - "conflicts=('fluxbox')" -> this is redundant since you have already "provides=('fluxbox')"
https://wiki.archlinux.org/index.php/PKGBUILD#conflicts
5 - backup=('usr/bin/startfluxbox') -> I don't think this was ever necessary
Update pkgbuild (for reference): http://pastebin.com/TfDBnx1Z
Thanks.
l0gic commented on 2011-04-09 01:28
Please add fribidi as a dependency. fbrun needs it