Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=719dba7c1cfad40e5b1497a5bf6856235a58dc62
commit 719dba7c1cfad40e5b1497a5bf6856235a58dc62 Author: Miklos Vajna <[email protected]> Date: Sun Oct 4 16:35:54 2009 +0200 blackbox-0.70.1-5-i686 - stop distrubting our custom menu - the main problem with it is that for example the non-default xterm colors are unusable via vnc. just set those colors in ~/.Xdefaults diff --git a/source/xlib/blackbox/FrugalBuild b/source/xlib/blackbox/FrugalBuild index ed2e573..fa64b3b 100644 --- a/source/xlib/blackbox/FrugalBuild +++ b/source/xlib/blackbox/FrugalBuild @@ -4,7 +4,7 @@ pkgname=blackbox pkgver=0.70.1 -pkgrel=4 +pkgrel=5 pkgdesc="A fast, light window manager without any annoying library dependencies." pkgdesc_localized=('hu_HU Egy gyors, könnyû ablakkezelõ, mindenféle bosszantó függõség nélkül.') _F_sourceforge_realname=blackboxwm @@ -16,12 +16,11 @@ depends=('libstdc++' 'libxft>=2.1.13-2' 'zlib') makedepends=('xorg-server') groups=('xlib') archs=('i686' 'x86_64' 'ppc') -source=($source $pkgname-$pkgver-gcc-4.3.patch xinitrc.$pkgname menu \ +source=($source $pkgname-$pkgver-gcc-4.3.patch xinitrc.$pkgname \ $pkgname.desktop) sha1sums=('f0ab7e4b44ae6ee4c2a2136651afc567c47fe2cd' \ 'e8db616f0c134575eaf096ec0aa72f47e355b86f' \ 'fa1b40cd18f9d2a4a1f10af41b269bd089a45f3c' \ - 'da1cdb8ecc3ba3e32bcd6ec52a2461684e7576d7' \ '9533bdd9b6765e49676ce8d5e8ad8ff74501ebe1') build() @@ -29,7 +28,6 @@ build() Fbuild --enable-nls Fexe /etc/X11/xinit/xinitrc.$pkgname Ffile /etc/X11/sessions/$pkgname.desktop - Ffile /usr/share/blackbox/menu } # optimization OK diff --git a/source/xlib/blackbox/menu b/source/xlib/blackbox/menu deleted file mode 100644 index 7234775..0000000 --- a/source/xlib/blackbox/menu +++ /dev/null @@ -1,103 +0,0 @@ -# This is the default menu file for Blackbox 0.33.0 and up -# -# Lines beginning with the '#' character are ignored. -# -# The new syntax is simpler than the old X resource format... -# Each menu item consists of 2 or 3 fields: -# -# [command] (label) {data} -# -# where [command] is one of: -# -# [begin] [end] [exec] [exit] [reconfig] [restart] -# [submenu] [style] [include] [workspaces] [config] -# -# [begin] is used for the top level menu -# [submenu] is used for submenus -# [end] must be used with BOTH [begin] and [submenu] to tell the parser to stop -# reading from the file. -# -# [exec] (label) {string} -# This will insert an item that runs a program. -# -# [exit] (label) -# This will insert an item that exits the window manager. -# -# [reconfig] (label) {string} -# This will insert an item that tells blackbox to re-read it's configuration -# files. {string} is optional, and if supplied, will execute the string with -# /bin/sh -c before the reconfiguration is performed. (this is helpful for -# writing multiple config files and switching between them) -# -# [restart] (label) {string} -# This will insert an item to restart the window manager. {string} is -# optional, and if omitted, blackbox will restart itself. If {string} is -# specified, then a different window manager will be started. -# -# [style] (filename) -# This will insert an item to reconfigure blackbox with the new style. This -# change is saved when blackbox exits or restarts. -# -# [include] (filename) -# This will read more menu items from the file "filename". The file cannot -# contain a [begin] or [end], except for the [end] needed for submenus. -# -# [workspaces] (label) -# This tells Blackbox to insert a "link" to the workspaces menu directly -# into your menu. -# -# [config] (label) -# This tells Blackbox to insert the ConfigMenu into your menu. The ConfigMenu -# allows you to change several options found in your ~/.blackboxrc file on the -# fly. -# -# example: - -[begin] (Blackbox) - [exec] (xterm) {xterm -ls -bg black -fg white} - [exec] (aterm) {aterm} - - [exec] (OfficeOffice.org) {ooffice} - [exec] (Emacs) {emacs} - [exec] (gvim) {gvim} - - [submenu] (Graphics) - [exec] (The GIMP) {gimp} - [exec] (Image Magick) {display} - [end] - - [submenu] (Mozilla) - [exec] (Firefox ) {firefox} - [exec] (Thunderbird) {thunderbird} - [end] - - [submenu] (X Utilities) - [exec] (Xfontsel) {xfontsel} - [exec] (Xman) {xman} - [exec] (Xcalc) {xcalc} - [exec] (Xload) {xload} - [end] - - [submenu] (Styles) {Choose a style...} - [stylesdir] (/usr/share/blackbox/styles) - [end] - - [workspaces] (Workspace List) - [config] (Configuration) - - [reconfig] (Reconfigure) - [restart] (Restart) - [submenu] (Others) {Other Window Managers} - [restart] (Start FVWM) {fvwm} - [restart] (Start WindowMaker) {wmaker} - [restart] (Start Enlightenment) {enlightenment} - [restart] (Start IceWM) {icewm} - [restart] (Start OpenBox) {openbox} - [restart] (Start TWM) {twm} - [end] - - [exit] (Exit) -[end] - -# End of example menu. -
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
