From 641fb6465362f35b2a546ce8a024f27cb90d7153 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 4 Jan 2016 00:52:27 +0700 Subject: misc/ardesia: Fix GTK3 test. Signed-off-by: Willy Sudiarto Raharjo --- misc/ardesia/ardesia.SlackBuild | 14 +++----------- misc/ardesia/slack-desc | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'misc') diff --git a/misc/ardesia/ardesia.SlackBuild b/misc/ardesia/ardesia.SlackBuild index a5f1ae307a..6deaea9724 100644 --- a/misc/ardesia/ardesia.SlackBuild +++ b/misc/ardesia/ardesia.SlackBuild @@ -47,20 +47,15 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -# If you are going to blindly reset permissions, this is a bit more readable. -# However '-perm /111' may only be compatible with only gnu/find. 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 {} \; - -# Note, while there are no library files installed, the Make file apparently -# uses --libdir to decided where to find some of the libraries. + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./configure \ +./autogen.sh \ --prefix=/usr \ --libdir=/usr/lib$LIBDIRSUFFIX \ --mandir=/usr/man \ @@ -78,11 +73,8 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # --docdir is not respected and does not install all of the standard document files # Alternate Fail safe to the standard. -# if [ -d $PKG/usr/share/doc/ ]; then mv $PKG/usr/share/doc/ $PKG/usr/doc/; fi -# if [ -d $PKG/usr/doc/$PRGNAM ]; then rename $PRGNAM $PRGNAM-$VERSION $PKG/usr/doc/$PRGNAM-$VERSION; fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/misc/ardesia/slack-desc b/misc/ardesia/slack-desc index e433adb7bd..d7e599283d 100644 --- a/misc/ardesia/slack-desc +++ b/misc/ardesia/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -ardesia: Ardesia (Pen/Touch ready on-screen annotation) +ardesia: ardesia (Pen/Touch ready on-screen annotation) ardesia: ardesia: Ardesia turns your screen into a digital sketchpad to annotate or draw ardesia: on the entire screen. It also lets you record and stream it on the -- cgit v1.2.3