diff options
-rw-r--r-- | libraries/libwpe/README | 2 | ||||
-rw-r--r-- | libraries/libwpe/libwpe.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/libwpe/libwpe.info | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libwpe/README b/libraries/libwpe/README index 86ad9304f4389..a72bfacbb6f4f 100644 --- a/libraries/libwpe/README +++ b/libraries/libwpe/README @@ -2,4 +2,4 @@ WPE is the reference WebKit port for embedded and low-consumption computer devices. It has been designed from the ground-up with performance, small footprint, accelerated content rendering, and simplicity of deployment in mind, bringing the excellence of the -WebKit engine to countless platforms and target devices.
\ No newline at end of file +WebKit engine to countless platforms and target devices. diff --git a/libraries/libwpe/libwpe.SlackBuild b/libraries/libwpe/libwpe.SlackBuild index ba22651c31c30..42f4a123be4be 100644 --- a/libraries/libwpe/libwpe.SlackBuild +++ b/libraries/libwpe/libwpe.SlackBuild @@ -91,4 +91,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} diff --git a/libraries/libwpe/libwpe.info b/libraries/libwpe/libwpe.info index 8b57026b62839..16d3b84f87831 100644 --- a/libraries/libwpe/libwpe.info +++ b/libraries/libwpe/libwpe.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libxkbcommon" MAINTAINER="Willy Sudiarto Raharjo" -EMAIL="willysr@slackbuilds.org"
\ No newline at end of file +EMAIL="willysr@slackbuilds.org" |