Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=49347f26680bbcd4bed34ceb9ad23ff7a0446d4a
commit 49347f26680bbcd4bed34ceb9ad23ff7a0446d4a Author: James Buren <[EMAIL PROTECTED]> Date: Tue Nov 18 18:04:23 2008 -0600 barpanel-0.6.0-2-i686 * split themes not used by default configuration to subpkg * updated README to mention the subpkgs and removed old information since barpanel now copies the configuration automatically if its not present in the user's HOME directory * updated download url and replaced references to 'barpanel' with $pkgname diff --git a/source/x11-extra/barpanel/FrugalBuild b/source/x11-extra/barpanel/FrugalBuild index 598a253..3223044 100644 --- a/source/x11-extra/barpanel/FrugalBuild +++ b/source/x11-extra/barpanel/FrugalBuild @@ -3,22 +3,22 @@ pkgname=barpanel pkgver=0.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A continuation of foopanel." -url="http://www.ossproject.org/projects/barpanel" +url="http://www.ossproject.org/projects/$pkgname" rodepends=('pygtk') makedepends=('python') groups=('x11-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/download" -source=(http://www.ossproject.org/files/$pkgname/$pkgname-$pkgver.tar.gz) +source=(http://dl.ossproject.org/$pkgname/$pkgname-$pkgver.tar.gz) sha1sums=('c8953258ec652ae3bac742716482142eef6fd5af') Finclude python -subpkgs=("$pkgname-menu" "$pkgname-battery" "$pkgname-libwnck" "$pkgname-systray") -subdescs=("Menu plugin for $pkgname." "Battery monitor plugin for $pkgname" "libwnck based plugins for $pkgname." "System tray plugin for $pkgname.") -subgroups=("x11-extra" "x11-extra" "x11-extra" "x11-extra") -subrodepends=("barpanel>=$pkgver pyxdg" "barpanel>=$pkgver dbus-python hal" "barpanel>=$pkgver gnome-python-desktop-wnck" "barpanel>=$pkgver stalonetray") -subarchs=("i686 x86_64" "i686 x86_64" "i686 x86_64" "i686 x86_64") +subpkgs=("$pkgname-menu" "$pkgname-battery" "$pkgname-libwnck" "$pkgname-systray" "$pkgname-themes") +subdescs=("Menu plugin for $pkgname." "Battery monitor plugin for $pkgname" "libwnck based plugins for $pkgname." "System tray plugin for $pkgname." "Extra themes for $pkgname.") +subgroups=("xlib-extra" "xlib-extra" "xlib-extra" "xlib-extra" "xlib-extra") +subrodepends=("$pkgname>=$pkgver pyxdg" "$pkgname>=$pkgver dbus-python hal" "$pkgname>=$pkgver gnome-python-desktop-wnck" "$pkgname>=$pkgver stalonetray" "$pkgname>=$pkgver") +subarchs=("i686 x86_64" "i686 x86_64" "i686 x86_64" "i686 x86_64" "i686 x86_64") build() { @@ -29,4 +29,5 @@ build() Fsplit $pkgname-libwnck $_F_python_libdir/$pkgname/plugins/windowlist.py{,c} Fsplit $pkgname-libwnck $_F_python_libdir/$pkgname/plugins/windowmenu.py{,c} Fsplit $pkgname-systray $_F_python_libdir/$pkgname/plugins/stalonetray.py{,c} + Fsplit $pkgname-themes $_F_python_libdir/$pkgname/themes/{FlatRed,SolidBlue,SolidRed,SolidGrey} } diff --git a/source/x11-extra/barpanel/README.Frugalware b/source/x11-extra/barpanel/README.Frugalware index c8f6dca..42c4a2d 100644 --- a/source/x11-extra/barpanel/README.Frugalware +++ b/source/x11-extra/barpanel/README.Frugalware @@ -1,8 +1,8 @@ Some tips and trick for use with barpanel: -* Copy the config.xml.in in the package to ~/.barpanel/config.xml to be able -to create your own local changes. You can find its location with pacman-g2 --Ql barpanel. +* Remember, various parts of barpanel are split into separate packages. Currently +this is the various plugins that draw in extra dependencies to function and the +extra themes that are not used by the default configuration. * Barpanel themes are simply gtk2 themes, so if you want it to match your own gtk theme, a simple way you can try is this: _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
