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)
|
xli (X11 Image Loading Utility)
|
||||||
|
|
||||||
This utility will view several types of images under X11, or load
|
This utility will view several types of images under X11, or load
|
||||||
images onto the X11 root window. Supported image formats include
|
images onto the X11 root window. Supported image formats include GIF,
|
||||||
GIF, JPEG, JFIF, Faces, PNG, PPM and friends, XPM, and XWUD.
|
JPEG, JFIF, Faces, PNG, PPM and friends, XPM, and XWUD.
|
||||||
|
|
||||||
A variety of options are available to modify images prior to viewing.
|
A variety of options are available to modify images prior to viewing.
|
||||||
These options include clipping, dithering, depth reduction, zoom
|
These options include clipping, dithering, depth reduction, zoom
|
||||||
(either X or Y axis independently or both at once), brightening or
|
(either X or Y axis independently or both at once), brightening
|
||||||
darkening, input gamma correction, and image merging. When applicable,
|
or darkening, input gamma correction, and image merging. When
|
||||||
these options are done automatically (eg. a color image to be displayed
|
applicable, these options are done automatically (eg. a color image to
|
||||||
on a monochrome screen will be dithered automatically). A utility (xlito)
|
be displayed on a monochrome screen will be dithered automatically). A
|
||||||
is provided that allows these viewing options to be appended to the image
|
utility (xlito) is provided that allows these viewing options to be
|
||||||
files.
|
appended to the image files.
|
||||||
|
|
|
@ -55,9 +55,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
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
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -90,11 +87,8 @@ rm -rf $PRGNAM-$SRCVER
|
||||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||||
cd $PRGNAM-$SRCVER
|
cd $PRGNAM-$SRCVER
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||||
-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 {} \+
|
|
||||||
|
|
||||||
# These patches are from NetBSD's pkgsrc:
|
# These patches are from NetBSD's pkgsrc:
|
||||||
# <http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/graphics/xli/patches/?only_with_tag=MAIN>
|
# <http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/graphics/xli/patches/?only_with_tag=MAIN>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="xli"
|
PRGNAM="xli"
|
||||||
VERSION="1.17"
|
VERSION="1.17"
|
||||||
HOMEPAGE="https://www.perzl.org/aix/index.php?n=Main.Xli"
|
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"
|
MD5SUM="db470da53500017fd6969457c12c98f7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue