diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:00:14 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:01:58 -0400 |
commit | a11fe67bac39409a738d987823ad990bc2a49f6a (patch) | |
tree | 16d38504a106f38e2a9c9f05b7567a2e22ad10f7 /graphics | |
parent | ab0586e7c5c26167908e1872c8005760446ecab5 (diff) | |
download | slackbuilds-a11fe67bac39409a738d987823ad990bc2a49f6a.tar.gz |
Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Alchemy/files/alchemyOpenGL | 2 | ||||
-rw-r--r-- | graphics/fontmatrix/README | 2 | ||||
-rw-r--r-- | graphics/gimp-wideangle-plugin/README | 2 | ||||
-rw-r--r-- | graphics/metapixel/metapixel.SlackBuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Alchemy/files/alchemyOpenGL b/graphics/Alchemy/files/alchemyOpenGL index 3239e0cddf..b9f354a5f9 100644 --- a/graphics/Alchemy/files/alchemyOpenGL +++ b/graphics/Alchemy/files/alchemyOpenGL @@ -6,4 +6,4 @@ if [ -n "$JAVA_HOME" ]; then else java -client -Xmx256m -Dsun.java2d.opengl=true -jar ./Alchemy.jar $* fi -cd $OLDPWD
\ No newline at end of file +cd $OLDPWD diff --git a/graphics/fontmatrix/README b/graphics/fontmatrix/README index 5b2a0626ea..9cacac854c 100644 --- a/graphics/fontmatrix/README +++ b/graphics/fontmatrix/README @@ -15,4 +15,4 @@ but is nice and user friendly. This package can optionally use podofo and icu4c if installed before compile time. To use podofo then pass HAVE_PODOFO="yes" to the slackbuild. Alternatively, or in addition to podofo, you can pass -HAVE_ICU="yes" to the slackbuild for icu4c support.
\ No newline at end of file +HAVE_ICU="yes" to the slackbuild for icu4c support. diff --git a/graphics/gimp-wideangle-plugin/README b/graphics/gimp-wideangle-plugin/README index 3e253b9a82..992eceb481 100644 --- a/graphics/gimp-wideangle-plugin/README +++ b/graphics/gimp-wideangle-plugin/README @@ -2,4 +2,4 @@ This is a gimp distortion plug-in (filter). The Wideangle filter is used to correct (or simulate) the distortion typically seen on photographs taken with a wideangle lens. There are -six controls.
\ No newline at end of file +six controls. diff --git a/graphics/metapixel/metapixel.SlackBuild b/graphics/metapixel/metapixel.SlackBuild index cc3cde1deb..3af18d2b8e 100644 --- a/graphics/metapixel/metapixel.SlackBuild +++ b/graphics/metapixel/metapixel.SlackBuild @@ -83,4 +83,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
\ No newline at end of file +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |