From 744bf9db9512698e1a274e2b5b3e5455b7503e2e Mon Sep 17 00:00:00 2001 From: Jick Nan Date: Tue, 11 May 2010 19:46:47 +0200 Subject: system/xosd: Updated for version 2.2.12 --- system/xosd/README | 1 - system/xosd/slack-desc | 9 +++++++++ system/xosd/xosd.SlackBuild | 5 +++-- system/xosd/xosd.info | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) (limited to 'system/xosd') diff --git a/system/xosd/README b/system/xosd/README index 6602c3c04a..d51964576f 100644 --- a/system/xosd/README +++ b/system/xosd/README @@ -6,4 +6,3 @@ This gives the effect of an On Screen Display, like your TV/VCR etc. The package also includes an xmms plugin, which automatically displays various interesting things as they change (song name, volume etc...) - diff --git a/system/xosd/slack-desc b/system/xosd/slack-desc index 1fad66a08c..f50aa32e42 100644 --- a/system/xosd/slack-desc +++ b/system/xosd/slack-desc @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| xosd: xosd (On Screen Display) xosd: xosd: XOSD displays text on your screen, sounds simple right? The @@ -8,3 +16,4 @@ xosd: displays various interesting things as they change (song name, xosd: volume etc...) xosd: xosd: +xosd: diff --git a/system/xosd/xosd.SlackBuild b/system/xosd/xosd.SlackBuild index b3013c040f..f1b380e94a 100644 --- a/system/xosd/xosd.SlackBuild +++ b/system/xosd/xosd.SlackBuild @@ -10,7 +10,7 @@ VERSION=2.2.12 ARCH=${ARCH:-i486} # this should not change BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/pkg-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -37,7 +37,8 @@ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --localstatedir=/var || exit 1 + --localstatedir=/var \ + || exit 1 make DESTDIR=$PKG || exit 1 make install-strip DESTDIR=$PKG || exit 1 diff --git a/system/xosd/xosd.info b/system/xosd/xosd.info index 014f05a958..f3b2ee33a5 100644 --- a/system/xosd/xosd.info +++ b/system/xosd/xosd.info @@ -5,4 +5,4 @@ DOWNLOAD="http://www.ignavus.net/xosd-2.2.12.tar.gz" MD5SUM="7cc90bdaf267cdc996643de193c9689a" MAINTAINER="Jick Nan" EMAIL="jick.nan@gmail.com" -APPROVED="robw810" +APPROVED="rworkman" -- cgit v1.2.3