diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:28:08 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:28:08 -0500 |
commit | bb727d79fa691210b2414d7a6363c46341a5b414 (patch) | |
tree | b93719e96ee8614c1726201ba156e0e7f39fd713 /desktop | |
parent | 4da437214e33bb48002565e9630ebd7a31ce3735 (diff) | |
download | slackbuilds-bb727d79fa691210b2414d7a6363c46341a5b414.tar.gz |
desktop/avant-window-navigator: Removed (no maintainer)
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/avant-window-navigator/README | 12 | ||||
-rw-r--r-- | desktop/avant-window-navigator/avant-window-navigator.SlackBuild | 104 | ||||
-rw-r--r-- | desktop/avant-window-navigator/avant-window-navigator.info | 10 | ||||
-rw-r--r-- | desktop/avant-window-navigator/doinst.sh | 20 | ||||
-rw-r--r-- | desktop/avant-window-navigator/slack-desc | 19 |
5 files changed, 0 insertions, 165 deletions
diff --git a/desktop/avant-window-navigator/README b/desktop/avant-window-navigator/README deleted file mode 100644 index 23c922b134..0000000000 --- a/desktop/avant-window-navigator/README +++ /dev/null @@ -1,12 +0,0 @@ -Avant Window Navigator (Awn) - -Avant Window Navigator is a dock-like bar which sits at the bottom of -the screen. It has support for launchers, task lists, and third party -applets. - -In order to handle transparencies that this application makes use -of, you MUST use a composite desktop manager and, of course, enable -compositing. Both KDE and XFCE from Slackware distro are composite -capable. - -NOTE: The prefences applet crashes on startup, this is a known issue. diff --git a/desktop/avant-window-navigator/avant-window-navigator.SlackBuild b/desktop/avant-window-navigator/avant-window-navigator.SlackBuild deleted file mode 100644 index 2ea2e8f2d9..0000000000 --- a/desktop/avant-window-navigator/avant-window-navigator.SlackBuild +++ /dev/null @@ -1,104 +0,0 @@ -#!/bin/sh - -# Slackware build script for avant-window-navigator - -# Copyright (c) 2010 Roberto Metere. -# Currently maintained by Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org -# 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=avant-window-navigator -VERSION=${VERSION:-0.4.2} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) 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 {} \; - -# Configure -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --enable-static=no \ - --enable-gtk-doc \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -j1 -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 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -( cd $PKG/usr/doc/$PRGNAM-$VERSION - ln -s ../../share/gtk-doc/html/libawn html -) - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/avant-window-navigator/avant-window-navigator.info b/desktop/avant-window-navigator/avant-window-navigator.info deleted file mode 100644 index 3d4b88f543..0000000000 --- a/desktop/avant-window-navigator/avant-window-navigator.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="avant-window-navigator" -VERSION="0.4.2" -HOMEPAGE="https://launchpad.net/awn" -DOWNLOAD="https://launchpad.net/awn/0.4/0.4.2/+download/avant-window-navigator-0.4.2.tar.gz" -MD5SUM="df3bd413de19bdda461df7ed4f9e2409" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="libdesktop-agnostic pyxdg libgtop" -MAINTAINER="orphaned - no maintainer" -EMAIL="nobody@nowhere" diff --git a/desktop/avant-window-navigator/doinst.sh b/desktop/avant-window-navigator/doinst.sh deleted file mode 100644 index 7b2d7ac0a4..0000000000 --- a/desktop/avant-window-navigator/doinst.sh +++ /dev/null @@ -1,20 +0,0 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - -schema_install avant-window-navigator.schemas -schema_install awn-applet-taskmanager.schemas diff --git a/desktop/avant-window-navigator/slack-desc b/desktop/avant-window-navigator/slack-desc deleted file mode 100644 index 1b9f4b1859..0000000000 --- a/desktop/avant-window-navigator/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------------------------------------------------------| -avant-window-navigator: avant-window-navigator (Awn is a dock-like bar) -avant-window-navigator: -avant-window-navigator: Avant Window Navigator is a dock-like bar which sits at the bottom -avant-window-navigator: of the screen. It has support for launchers, task lists, and thirdy -avant-window-navigator: party applets. -avant-window-navigator: -avant-window-navigator: Homepage: https://launchpad.net/awn -avant-window-navigator: -avant-window-navigator: -avant-window-navigator: -avant-window-navigator: |