diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/uwm/README | 12 | ||||
-rw-r--r-- | desktop/uwm/appmenu | 163 | ||||
-rw-r--r-- | desktop/uwm/slack-desc | 19 | ||||
-rw-r--r-- | desktop/uwm/uwm.SlackBuild | 108 | ||||
-rw-r--r-- | desktop/uwm/uwm.desktop | 6 | ||||
-rw-r--r-- | desktop/uwm/uwm.info | 10 | ||||
-rw-r--r-- | desktop/uwm/xinitrc.uwm | 25 |
7 files changed, 0 insertions, 343 deletions
diff --git a/desktop/uwm/README b/desktop/uwm/README deleted file mode 100644 index 49c98abcb1b0..000000000000 --- a/desktop/uwm/README +++ /dev/null @@ -1,12 +0,0 @@ -The UDE-Project is creating a new WM which will be a complete GUI -in future. The project does not use any special GUI-Libraries such as -QT or GTK+. It just uses the standard Xlibs (both to keep UDE fast and -slim and to avoid dependencies). - -UDE has a completely original Look'n'Feel, it's not just another copy -of the so well known "classical" window management user interface. - -System wide configuration files are in /usr/share/uwm/config/. -User specific configuration files are in $HOME/.ude/config/. - -HTML documentation is provided in /usr/doc/uwm-0.2.11a/html/. diff --git a/desktop/uwm/appmenu b/desktop/uwm/appmenu deleted file mode 100644 index bc21b6117a28..000000000000 --- a/desktop/uwm/appmenu +++ /dev/null @@ -1,163 +0,0 @@ -% -*-Mode: Shell-Script;-*- -% Anybody volunteering to write a dedicated Emacs mode? -% -% /usr/share/uwm-$VER/config/appmenu -% -% Additional entries in the main menu. The entries are added at the -% end of the menu. -% -% Please read /usr/doc/uwm-$VER/uwm_manual.lyx and/or -% /usr/doc/uwm-$VER/manual.dvi for more information. - -% A menu definition file is a hierarchical file made up of the -% following commands: -% -% SUBMENU "<name>" {'commands to build submenu'} -% Will create a submenu named <name> with the items created by -% the commands inside the braces. -% -% ITEM "<name>":"<command>"; -% Will create an item on the corresponding position named <name> -% which will lead to the execution of <command> if selected. The -% item is not created in case there already exists an item with -% the same <name> in the same submenu. -% -% LINE; -% Will add a seperation line to the corresponding -% position. Several "LINE"s with nothing else in between will be -% truncatd to a single seperator. -% -% FILE "<filename>"; -% Will process the named file as if its contents were in the -% position of the "FILE" command. The file is searched for in -% the way described above and passed through the preprocessor. -% -% PIPE "<command>"; -% Will call <command> and process its standard output as if it -% was in the position of the "PIPE" command. The commands output -% is not passed through the preprocessor. - -SUBMENU "Applications" folder { - ITEM "Dolphin": "dolphin "; - ITEM "Midnight Commander": "xterm -e mc "; -} -SUBMENU "Development" folder { - ITEM "Qt Assistant": "assistant "; - ITEM "Qt Designer": "designer "; - ITEM "Qt Linguist": "linguist "; -} -SUBMENU "Editors" folder { - ITEM "Emacs": "emacs "; - ITEM "Gvim": "gvim "; - ITEM "Jed": "xterm -e jed "; - ITEM "Joe": "xterm -e joe "; - ITEM "Kate": "kate "; - ITEM "Kwrite": "kwrite "; - ITEM "Nano": "xterm -e nano "; - ITEM "Pico": "xterm -e pico "; - ITEM "Vim": "xterm -e vim "; -} -SUBMENU "Graphics" folder { - SUBMENU "Image Viewers" folder { - ITEM "Display": "display "; - ITEM "Geeqie": "geeqie "; - ITEM "Gwenview": "gwenview "; - ITEM "Xv": "xv "; - } - ITEM "Bitmap": "bitmap "; - ITEM "Gimp": "gimp "; - ITEM "Kcolorchooser": "kcolorchooser "; - ITEM "Kolourpaint": "kolourpaint "; - ITEM "Xfig": "xfig "; - ITEM "Xfractint": "xterm -e xfractint "; - ITEM "Xpaint": "xpaint "; - ITEM "Xsane": "xsane "; -} -SUBMENU "Multimedia" folder { - ITEM "Audacious": "audacious "; - ITEM "Aumix": "aumix "; - ITEM "Dragon Player": "dragon"; - ITEM "Kaudiocreator": "kaudiocreator "; - ITEM "Kmix": "kmix "; - ITEM "Mplayer": "gmplayer &"; - ITEM "Xine": "xine "; - ITEM "Xmms": "xmms "; -} -SUBMENU "Network" folder { - ITEM "Akregator": "akregator "; - ITEM "Alpine": "xterm -e alpine "; - ITEM "Gnome Ftp": "gftp "; - ITEM "Kget": "kget "; - ITEM "Kmail": "kmail "; - ITEM "Knode": "knode "; - ITEM "Konqueror": "konqueror "; - ITEM "Links": "xterm -e links "; - ITEM "Lynx": "xterm -e lynx "; - ITEM "Mozilla": "mozilla "; - ITEM "Mozilla Firefox": "firefox "; - ITEM "Mozilla Thunderbird": "thunderbird "; - ITEM "Mutt": "xterm -e mutt "; - ITEM "Pidgin": "pidgin "; - ITEM "Pine": "xterm -e pine "; - ITEM "X3270": "x3270 "; - ITEM "Xchat": "xchat "; -} -SUBMENU "Office" folder { - SUBMENU "Document Viewers" folder { - ITEM "Gv": "gv "; - ITEM "Okular": "okular "; - ITEM "Xdvi": "xdvi "; - ITEM "Xpdf": "xpdf "; - } - ITEM "Karbon": "karbon "; - ITEM "Kontact": "kontact "; - ITEM "Kpresenter": "kpresenter "; - ITEM "Kspread": "kspread "; - ITEM "Kword": "kword "; -} -SUBMENU "Other Wm" folder { -} -SUBMENU "Shells" folder { - ITEM "Bash": "xterm -e bash "; - ITEM "Konsole": "konsole "; - ITEM "Ksh": "xterm -e ksh "; - ITEM "Rxvt": "rxvt "; - ITEM "Tcsh": "xterm -e tcsh "; - ITEM "Xterm": "xterm "; - ITEM "Zsh": "xterm -e zsh "; -} -SUBMENU "System" folder { - ITEM "Gkrellm": "gkrellm "; - ITEM "Kdiskfree": "kdf "; - ITEM "Kleopatra": "kleopatra "; - ITEM "Ksystemlog": "ksystemlog "; -} -SUBMENU "Utilities" folder { - SUBMENU "Desktop" folder { - ITEM "Xroach": "xroach "; - ITEM "Xsnow": "xsnow "; - } - ITEM "Ark": "ark "; - ITEM "Font Selection": "xfontsel "; - ITEM "Gucharmap": "gucharmap "; - ITEM "Kaddressbook": "kaddressbook "; - ITEM "Kalarm": "kalarm "; - ITEM "Kcalc": "kcalc "; - ITEM "KDE Character Selector": "kcharselect "; - ITEM "KDE Find Tool": "kfind "; - ITEM "KDE Help Center": "khelpcenter "; - ITEM "Kfontview": "kfontview "; - ITEM "Kjots": "kjots "; - ITEM "Knotes": "knotes "; - ITEM "Korganizer": "korganizer "; - ITEM "Kruler": "kruler "; - ITEM "Ksnapshot": "ksnapshot "; - ITEM "Ktimetracker": "ktimetracker "; - ITEM "Oclock": "oclock "; - ITEM "Rclock": "rclock "; - ITEM "X Calculator": "xcalc "; - ITEM "X Logo": "xlogo "; - ITEM "Xclock": "xclock "; - ITEM "Xeyes": "xeyes "; - ITEM "Xmag": "xmag "; -} diff --git a/desktop/uwm/slack-desc b/desktop/uwm/slack-desc deleted file mode 100644 index 6845d2c54a97..000000000000 --- a/desktop/uwm/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -uwm: uwm (the ultimate window manager) -uwm: -uwm: This is uwm, the ultimate window manager, which will be one day -uwm: part of ude, the unix desktop environment. ude - get used to it. -uwm: -uwm: -uwm: -uwm: -uwm: http://udeproject.sourceforge.net -uwm: -uwm: diff --git a/desktop/uwm/uwm.SlackBuild b/desktop/uwm/uwm.SlackBuild deleted file mode 100644 index cc9f823d497d..000000000000 --- a/desktop/uwm/uwm.SlackBuild +++ /dev/null @@ -1,108 +0,0 @@ -#!/bin/sh - -# Slackware build script for uwm - -# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org - -# Thanks to Thorn Inurcide - -# Copyright 2011-2013 Tracy Williams <t_s_williams[at]yahoo[dot]com> -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=uwm -VERSION=${VERSION:-0.2.11a} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) export ARCH=i486 ;; - arm*) export ARCH=arm ;; - *) export ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \ - | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -#Add desktop file -mkdir -p $PKG/usr/share/xsessions -cat $CWD/uwm.desktop > $PKG/usr/share/xsessions/uwm.desktop - -#Add xinitrc -install -D -m 0755 $CWD/xinitrc.uwm $PKG/etc/X11/xinit/xinitrc.uwm - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL INSTALL.UDE NEWS README REQUIREMENTS \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/uwm/uwm.desktop b/desktop/uwm/uwm.desktop deleted file mode 100644 index 3b456f42d7b8..000000000000 --- a/desktop/uwm/uwm.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Name=UWM -Comment=The Ultimate Window Manager -Icon= -Exec=uwm -Type=Application diff --git a/desktop/uwm/uwm.info b/desktop/uwm/uwm.info deleted file mode 100644 index 1898ef14feef..000000000000 --- a/desktop/uwm/uwm.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="uwm" -VERSION="0.2.11a" -HOMEPAGE="http://udeproject.sourceforge.net" -DOWNLOAD="https://downloads.sf.net/udeproject/uwm-0.2.11a.tar.gz" -MD5SUM="2bec055aa0404fe46d1bbbb828924636" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="orphaned - no maintainer" -EMAIL="nobody@nowhere" diff --git a/desktop/uwm/xinitrc.uwm b/desktop/uwm/xinitrc.uwm deleted file mode 100644 index b20be40c2fe8..000000000000 --- a/desktop/uwm/xinitrc.uwm +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ - -userresources=$HOME/.Xresources -usermodmap=$HOME/.Xmodmap -sysresources=/etc/X11/xinit/.Xresources -sysmodmap=/etc/X11/xinit/.Xmodmap - -# merge in defaults and keymaps -[ -f $sysresources ] && /usr/bin/xrdb -merge $sysresources -[ -f $sysmodmap ] && /usr/bin/xmodmap $sysmodmap -[ -f $userresources ] && /usr/bin/xrdb -merge $userresources -[ -f $usermodmap ] && /usr/bin/xmodmap $usermodmap - -# Create default user directory & populate it if not already existent -if [ ! -d $HOME/.ude/config ]; then - mkdir -p $HOME/.ude/config - cp -a /usr/share/uwm/config/* $HOME/.ude/config/ -fi - -if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - exec ck-launch-session dbus-launch --exit-with-session uwm -else - exec uwm -fi |