diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/fluxbox | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/fluxbox')
-rw-r--r-- | abs/core-testing/fluxbox/ChangeLog | 10 | ||||
-rw-r--r-- | abs/core-testing/fluxbox/PKGBUILD | 37 | ||||
-rw-r--r-- | abs/core-testing/fluxbox/fluxbox-1.0.0-gcc43.patch | 10 | ||||
-rw-r--r-- | abs/core-testing/fluxbox/fluxbox.desktop | 6 | ||||
-rw-r--r-- | abs/core-testing/fluxbox/fluxbox_fullscreen_focus.patch | 12 | ||||
-rw-r--r-- | abs/core-testing/fluxbox/keys | 29 |
6 files changed, 0 insertions, 104 deletions
diff --git a/abs/core-testing/fluxbox/ChangeLog b/abs/core-testing/fluxbox/ChangeLog deleted file mode 100644 index f2f2e81..0000000 --- a/abs/core-testing/fluxbox/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -2008-09-19 Eric Belanger <eric@archlinux.org> - - * fluxbox 1.1.1-1 - * Upstream update - -2008-09-05 Eric Belanger <eric@archlinux.org> - - * fluxbox 1.1.0.1-1 - * Upstream update - * Added ChangeLog diff --git a/abs/core-testing/fluxbox/PKGBUILD b/abs/core-testing/fluxbox/PKGBUILD deleted file mode 100644 index 3873ff1..0000000 --- a/abs/core-testing/fluxbox/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 12779 2008-09-20 06:42:07Z eric $ -# Maintainer: Eric Belanger <eric@archlinux.org> -# Contributor: John Proctor <jproctor@prium.net> - -pkgname=fluxbox -pkgver=1.1.1 -pkgrel=11 -pkgdesc="A lightweight and highly-configurable window manager" -arch=('i686' 'x86_64') -url="http://www.fluxbox.org" -license=('MIT') -depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'bash' 'imlib2') -makedepends=('pkgconfig') -options=('!makeflags') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \ - fluxbox.desktop keys fluxbox_fullscreen_focus.patch) - -build() { - echo "==> Patching Fluxbox with fullscreen focus patch..." - patch < fluxbox_fullscreen_focus.patch ${srcdir}/${pkgname}-${pkgver}/src/Window.cc || return 1 - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --enable-kde --enable-gnome \ - --enable-xft --enable-xinerama \ - --enable-imlib2 --enable-nls || return 1 - make || return 1 - make DESTDIR=${pkgdir} install || return 1 - # this is a fix to allow fluxbox to shutdown, but this can be changed by the user :-( - sed -i 's|^.*slit\.autoHide.*$|session.screen0.slit.autoHide: True|' ${pkgdir}/usr/share/fluxbox/init || return 1 - install -D -m644 ../fluxbox.desktop ${pkgdir}/etc/X11/sessions/fluxbox.desktop || return 1 - install -D -m644 ../keys ${pkgdir}/usr/share/fluxbox/keys || return 1 - install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING || return 1 -} -md5sums=('fa9fa8fe9a44f86522de5754f8b285ca' - 'eeae9c88a2526ac0bd8afcd9ce97f9ed' - 'bb9f812c559263b4bf1d722628a11ca8' - '82dac089f2d42bb9592debc93291846d') diff --git a/abs/core-testing/fluxbox/fluxbox-1.0.0-gcc43.patch b/abs/core-testing/fluxbox/fluxbox-1.0.0-gcc43.patch deleted file mode 100644 index 2e7db28..0000000 --- a/abs/core-testing/fluxbox/fluxbox-1.0.0-gcc43.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- fluxbox-1.0.0-orig/src/main.cc 2007-08-11 14:22:20.000000000 -0400 -+++ fluxbox-1.0.0/src/main.cc 2008-05-05 15:14:59.000000000 -0400 -@@ -49,6 +49,7 @@ - #include <fstream> - #include <stdexcept> - #include <typeinfo> -+#include <cstring> - - using std::cout; - using std::cerr; diff --git a/abs/core-testing/fluxbox/fluxbox.desktop b/abs/core-testing/fluxbox/fluxbox.desktop deleted file mode 100644 index 418d29a..0000000 --- a/abs/core-testing/fluxbox/fluxbox.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=XSession -Exec=/usr/bin/startfluxbox -TryExec=/usr/bin/startfluxbox -Name=fluxbox diff --git a/abs/core-testing/fluxbox/fluxbox_fullscreen_focus.patch b/abs/core-testing/fluxbox/fluxbox_fullscreen_focus.patch deleted file mode 100644 index 1a8c233..0000000 --- a/abs/core-testing/fluxbox/fluxbox_fullscreen_focus.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Window.cc.orig 2010-04-12 16:45:00.750585365 -0500 -+++ src/Window.cc 2010-04-12 16:45:38.719755786 -0500 -@@ -2042,8 +2042,7 @@ - FluxboxWindow *cur = FocusControl::focusedFbWindow(); - WinClient *client = FocusControl::focusedWindow(); - if (ret && cur && getRootTransientFor(&from) != getRootTransientFor(client)) -- ret = !(cur->isFullscreen() && getOnHead() == cur->getOnHead()) && -- !cur->isTyping(); -+ ret = !cur->isTyping(); - - if (!ret) - Fluxbox::instance()->attentionHandler().addAttention(from); diff --git a/abs/core-testing/fluxbox/keys b/abs/core-testing/fluxbox/keys deleted file mode 100644 index d0091eb..0000000 --- a/abs/core-testing/fluxbox/keys +++ /dev/null @@ -1,29 +0,0 @@ -OnDesktop Mouse1 :HideMenus -OnDesktop Mouse2 :WorkspaceMenu -OnDesktop Mouse3 :RootMenu -OnDesktop Mouse4 :NextWorkspace -OnDesktop Mouse5 :PrevWorkspace - -Mod1 Tab :NextWindow -Mod1 Shift Tab :PrevWindow -Mod1 F1 :Workspace 1 -Mod1 F2 :Workspace 2 -Mod1 F3 :Workspace 3 -Mod1 F4 :Workspace 4 -Mod1 F5 :Workspace 5 -Mod1 F6 :Workspace 6 -Mod1 F8 :Workspace 8 -Mod1 F9 :Workspace 9 -Mod1 F10 :Workspace 10 -Mod1 F11 :Workspace 11 -Mod1 F12 :Workspace 12 -Mod1 x :ExecCommand tvterm.sh -Mod1 s :ExecCommand sudo taskset -c 0 mythtv-setup -#Mod1 m :ExecCommand mythfrontend --logfile /var/log/mythtv/mythfrontend.log -Mod1 m :ExecCommand /usr/LH/bin/mythfrontend-start -Mod1 1 :ExecCommand sudo sv start mythbackend -Mod1 2 :ExecCommand sudo sv stop mythbackend -Mod1 3 :ExecCommand sudo sv restart mythbackend -Mod1 h :ExecCommand MythVantage -h -Mod1 Control u :ExecCommand /usr/LH/bin/unclutter-toggle.sh -Mod1 Escape :GotoWindow {1} |