Package Details: fbpanel-git 44.478754b-3

Git Clone URL: https://aur.archlinux.org/fbpanel-git.git (read-only, click to copy)
Package Base: fbpanel-git
Description: NetWM compliant desktop panel (git)
Upstream URL: https://github.com/aanatoly/fbpanel
Licenses: GPL
Conflicts: fbpanel, fbpanel-svn
Provides: fbpanel, fbpanel-svn
Submitter: yar
Maintainer: yar (Calimero)
Last Packager: Calimero
Votes: 6
Popularity: 0.000000
First Submitted: 2015-12-12 00:03 (UTC)
Last Updated: 2022-07-28 19:44 (UTC)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2012-12-30 10:29 (UTC)

The patch already exists : "Add sysfs support to battery plugin" http://sourceforge.net/tracker/?func=detail&aid=3420992&group_id=66031&atid=513127 It would be nice if it were automatically applied through the PKGBUILD.

Calimero commented on 2012-05-18 07:18 (UTC)

Come on, I found that in about 7 seconds, starting off from the value of url= in the PKGBUILD! Please submit a patch on the bugtracker's 'Patches' section: http://sourceforge.net/tracker/?atid=513127&group_id=66031&func=browse

<deleted-account> commented on 2012-05-18 04:02 (UTC)

hey i'm trying to get my battery to work with fbpanel but the battery plugin looks for /proc/acpi but its changed now to /sys/class/power_supply i dont know how to submit a change so could someone change this plugin for me? Thanks! Arch for life! Josh

<deleted-account> commented on 2012-04-26 11:41 (UTC)

modify PKGBUILD as belove: export LDFLAGS="$LDFLAGS -Wl,--as-needed -lm -lX11" .. .. ./configure --prefix=/usr --libexecdir=/usr/lib .. Bye

swanson commented on 2012-04-02 20:52 (UTC)

If you do 'make' these are the errors; /usr/bin/ld: misc.o: undefined reference to symbol 'XGetTextProperty' /usr/bin/ld: note: 'XGetTextProperty' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line

swanson commented on 2012-04-02 20:38 (UTC)

Won't compile with: type2 -I/usr/include/libpng15 -fPIC -DPLUGIN -c -o mem2.o mem2.c make[2]: Leaving directory `/home/mrmedia/source/fbpanel_aur/src/fbpanel-trunk-build/plugins/battery' cc mem2.o -o mem2.so -Wl,--hash-style=gnu -Wl,--as-needed -lglib-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lglib-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lglib-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -shared make[2]: Leaving directory `/home/mrmedia/source/fbpanel_aur/src/fbpanel-trunk-build/plugins/mem2' make[1]: Leaving directory `/home/mrmedia/source/fbpanel_aur/src/fbpanel-trunk-build/plugins' ==> ERROR: A failure occurred in build(). I'm suspect it's with the LDFLAGS.