desktop/alltray: Updated for version 0.69
This commit is contained in:
parent
9b12439823
commit
5dda3eec30
|
@ -5,4 +5,3 @@ It works well with Gnome, KDE, Xfce 4.*, Fluxbox, and WindowMaker.
|
|||
|
||||
NOTE: If you have installed one of the GNOME Distribution for Slackware, then
|
||||
you can safely remove the "--disable-gconf" line in the build script.
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ VERSION=0.69
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -41,10 +41,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
# Fix icon path in .desktop file so that the icons shows up in KDE
|
||||
sed -i 's%Icon=alltray.png%Icon=/usr/share/pixmaps/alltray.png%g' \
|
||||
$PKG/usr/share/applications/alltray.desktop || exit 1
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/alltray/alltray-0.69.tar.gz"
|
|||
MD5SUM="ebc1c8eea945aff703d758e296b76cc9"
|
||||
MAINTAINER="eroc"
|
||||
EMAIL="eroc@linuxmail.org"
|
||||
APPROVED="robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
alltray: AllTray
|
||||
# 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 ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
alltray: AllTray (application docking tool)
|
||||
alltray:
|
||||
alltray: With AllTray you can dock any application with no native tray icon
|
||||
alltray: (like Evolution, Thunderbird, Terminals) into the system tray. A
|
||||
|
|
Loading…
Reference in New Issue