mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/xli: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f400f109d1
commit
265f93bd14
3 changed files with 11 additions and 17 deletions
|
@ -1,14 +1,14 @@
|
|||
xli (X11 Image Loading Utility)
|
||||
|
||||
This utility will view several types of images under X11, or load
|
||||
images onto the X11 root window. Supported image formats include
|
||||
GIF, JPEG, JFIF, Faces, PNG, PPM and friends, XPM, and XWUD.
|
||||
images onto the X11 root window. Supported image formats include GIF,
|
||||
JPEG, JFIF, Faces, PNG, PPM and friends, XPM, and XWUD.
|
||||
|
||||
A variety of options are available to modify images prior to viewing.
|
||||
These options include clipping, dithering, depth reduction, zoom
|
||||
(either X or Y axis independently or both at once), brightening or
|
||||
darkening, input gamma correction, and image merging. When applicable,
|
||||
these options are done automatically (eg. a color image to be displayed
|
||||
on a monochrome screen will be dithered automatically). A utility (xlito)
|
||||
is provided that allows these viewing options to be appended to the image
|
||||
files.
|
||||
(either X or Y axis independently or both at once), brightening
|
||||
or darkening, input gamma correction, and image merging. When
|
||||
applicable, these options are done automatically (eg. a color image to
|
||||
be displayed on a monochrome screen will be dithered automatically). A
|
||||
utility (xlito) is provided that allows these viewing options to be
|
||||
appended to the image files.
|
||||
|
|
|
@ -55,9 +55,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -90,11 +87,8 @@ rm -rf $PRGNAM-$SRCVER
|
|||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
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 {} \+
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
# These patches are from NetBSD's pkgsrc:
|
||||
# <http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/graphics/xli/patches/?only_with_tag=MAIN>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="xli"
|
||||
VERSION="1.17"
|
||||
HOMEPAGE="https://www.perzl.org/aix/index.php?n=Main.Xli"
|
||||
DOWNLOAD="ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/xli-2005-02-27.tar.gz"
|
||||
DOWNLOAD="https://ftp.netbsd.org/pub/pkgsrc/distfiles/xli-2005-02-27.tar.gz"
|
||||
MD5SUM="db470da53500017fd6969457c12c98f7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue