mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/xpenguins: Updated for version 3.2.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e3b4bb5d95
commit
4aca16601d
3 changed files with 8 additions and 7 deletions
|
@ -14,6 +14,6 @@ xpenguins: invade the screen of someone else on your network? Probably not,
|
|||
xpenguins: but why not try this program out anyway - it's free (licensed
|
||||
xpenguins: under the GNU GPL).
|
||||
xpenguins:
|
||||
xpenguins: Homepage: http://xpenguins.seul.org/
|
||||
xpenguins: Homepage: https://sourceforge.net/projects/xpenguins/
|
||||
xpenguins:
|
||||
xpenguins:
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240823 bkw: update for v3.2.3.
|
||||
# 20221229 bkw: BUILD=2, get rid of useless INSTALL from doc dir.
|
||||
|
||||
# 20220207 bkw:
|
||||
|
@ -22,8 +23,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xpenguins
|
||||
VERSION=${VERSION:-3.2.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -95,7 +96,7 @@ done
|
|||
|
||||
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mkdir -p $PKGDOC
|
||||
cp -a AUTHORS COPYING NEWS README $PKGDOC
|
||||
cp -a AUTHORS COPYING ChangeLog README $PKGDOC
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xpenguins"
|
||||
VERSION="3.2.1"
|
||||
VERSION="3.2.3"
|
||||
HOMEPAGE="https://sourceforge.net/projects/xpenguins/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/xpenguins/xpenguins-3.2.1.tar.gz"
|
||||
MD5SUM="53ab11f007eda119b73862a8e9aeec78"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/xpenguins/xpenguins-3.2.3.tar.gz"
|
||||
MD5SUM="29eede7189fb51f1369dcd5b3f31b352"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue