wbar 1.3.3-2
http://code.google.com/p/wbar
A quick launch bar developed with speed in mind.
community :: x11
Maintainer: None
Votes: 158
License: GPL
Last Updated: Mon, 13 Oct 2008 11:02:45 +0000
First Submitted: Sun, 27 May 2007 16:09:05 +0000
Dependencies imlib2
Required by wbarconf wbar_util
Thanks for this, i was searching for a non-compositing dock app... And for those who wants to download, don't forget wbarconf -> a gui configuartion apps (really useful, unless you want to edit by hands...)
Moved to [community] repo. Thanks to Eric for maintaining this until now.
Install package "patch" and try again.
Got an error:
PKGBUILD: line 15: patch: command not found
g++ `imlib2-config --cflags` -Wall -O2 -c -o XWin.o XWin.cc
XWin.cc: In constructor ‘XWin::XWin(int, int, int, int)’:
XWin.cc:33: warning: deprecated conversion from string constant to ‘char*’
XWin.cc:33: warning: deprecated conversion from string constant to ‘char*’
g++ `imlib2-config --cflags` -Wall -O2 -c -o Icon.o Icon.cc
g++ `imlib2-config --cflags` -Wall -O2 -c -o Bar.o Bar.cc
g++ `imlib2-config --cflags` -Wall -O2 -c -o IconLoader.o IconLoader.cc
IconLoader.cc: In constructor ‘IconLoader::IconLoader(const char*)’:
IconLoader.cc:20: error: ‘getenv’ was not declared in this scope
make: *** [IconLoader.o] Error 1
==> ERROR: Build Failed.
Aborting...
To me, it only works if the full url of the warning patch is part ok the PKGBUILD:
--- PKGBUILD_orig 2008-07-09 18:48:36.000000000 -0400
+++ PKGBUILD 2008-07-09 17:37:11.000000000 -0400
@@ -7,7 +7,7 @@
pkgdesc="A quick launch bar developed with speed in mind."
url="http://code.google.com/p/wbar"
license=('GPL')
-source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tbz2 wbar-gcc430_and_warnings.patch)
+source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tbz2 http://aur.archlinux.org/packages/wbar/wbar/wbar-gcc430_and_warnings.patch)
md5sums=('542335a273188de0d6a93102501351a4' '6b4e9e104a066a822d442813afc20c67')
build() {
updated PKGBUILD
-added patch and x86_64
-switched URLs to google-code
Hi, could you add this patch to have this compile with gcc-4.3.0. Thanks!
http://kapsi.fi/~ighea/arch/wbar-gcc430_and_warnings.patch
I have tested this package on an x86_64 architecture and it works fine.
You can change this line:
arch=('i686' 'x86_64')
Updated to 1.3.3
wbar 1.3.3:
"
# Maintainer: Eric Buschmann aka unplayedNamer <eric.buschmann@gmail.com>
pkgname=wbar
pkgver=1.3.3
pkgrel=1
arch=('i686')
depends=('imlib2')
pkgdesc="A quick launch bar developed with speed in mind."
url="http://wbar.warlockshome.com.ar"
license=('GPL')
source=(http://freshmeat.net/redir/wbar/66660/url_mirror/$pkgname-$pkgver.tbz2)
build() {
cd $startdir/src/$pkgname-$pkgver
make || return 1
sed -i "s|i\: |i\: /usr/share/wbar/|" dot.wbar
sed -i "s|t\: iconpack/wbar.osx/font/12|t\: /usr/share/wbar/iconpack/comic/12|" dot.wbar
install -D -m 0755 wbar $startdir/pkg/usr/bin/wbar
install -D -m 0644 dot.wbar $startdir/pkg/usr/share/wbar/dot.wbar
install -d $startdir/pkg/usr/share/wbar/iconpack/wbar.osx
install -m 0644 iconpack/*ttf $startdir/pkg/usr/share/wbar/iconpack
install -m 0644 iconpack/wbar.osx/*png $startdir/pkg/usr/share/wbar/iconpack/wbar.osx
}
md5sums=('542335a273188de0d6a93102501351a4')
"
Thank you very much,leo2501,Good job.
it dont make package as it is, so i changed it to:
#*********************************************
# Maintainer: Eric Buschmann aka UnplayedNamer <eric.buschmann@gmail.com>
pkgname=wbar
pkgver=1.3
pkgrel=1
arch=('i686')
depends=('imlib2')
pkgdesc="A quick launch bar developed with speed in mind."
url="http://wbar.warlockshome.com.ar"
license=('GPL')
source=(http://www.tecapli.com.ar/warlock/wbar-1.3.2.tbz2)
md5sums=('dba55c66d46c743ef321a235d1694788')
build() {
cd $startdir/src/wbar-1.3.2
make || return 1
install -d $startdir/pkg/usr/share/wbar $startdir/pkg/usr/bin
sed -i "s|i: |i: /usr/share/wbar/|" dot.wbar
sed -i "s|t: wbar.icons/VeraBd/9|t: /usr/share/wbar/wbar.icons/VeraBd/9|" dot.wbar
cp dot.wbar $startdir/pkg/usr/share/wbar
cp -a ./wbar.icons $startdir/pkg/usr/share/wbar/wbar.icons
install ./wbar $startdir/pkg/usr/bin
}
#*******************************************
# and now it works! :P
mine is working just fine :)
The right way to configure it is to copy the example from /usr/share/wbar/dot.wbar to ~/.wbar.
As for -above-desk I'dont know.
On openbox that gives me an 'nearly' borderless window with a 1px black border. However, the window isn't above anything exept the background an gets minimized everytime I klick on 'minimize all windows.
My current config:
# The Bar && Font
i: /usr/share/wbar/wbar.icons/osxbarback.png
t: /usr/share/wbar/wbar.icons/VeraBd/9
c:
i: /usr/share/icons/hicolor/48x48/apps/Terminal.png
c: Terminal
t: Terminal
i: /usr/share/icons/hicolor/48x48/apps/Thunar.png
c: Thunar
t: Thunar
i: /usr/share/wbar/wbar.icons/gimp.png
c: gimp-2.2
t: Gimp
i: /home/eric/firefox2.png
c: firefox
t: Firefox
i: /usr/share/icons/hicolor/48x48/apps/pidgin.png
c: pidgin
t: Pidgin
i: /home/eric/Icon.png
c: aoss /home/eric/tremulous/tremulous.x86
t: Tremulous
i: /usr/share/openttd/openttd.64.png
c: openttd
t: OpenTTD
i: /usr/share/icons/hicolor/48x48/apps/xfmedia.png
c: xfmedia
t: Xfmedia
i: /home/eric/mplayer-logo.png
c: gmplayer
t: Mplayer
i: /usr/share/icons/hicolor/48x48/apps/vlc.png
c: vlc
t: VLC
very cool
v1.6.0