diff --git a/extra/mate-text-editor/slack-desc b/extra/mate-text-editor/slack-desc deleted file mode 100644 index cf91884..0000000 --- a/extra/mate-text-editor/slack-desc +++ /dev/null @@ -1,12 +0,0 @@ - |-----handy-ruler------------------------------------------------------| -mate-text-editor: mate-text-editor (text editor for the MATE desktop) -mate-text-editor: -mate-text-editor: mate-text-editor ("pluma") is a small and lightweight UTF-8 -mate-text-editor: text editor for the MATE desktop and is based on gedit. -mate-text-editor: -mate-text-editor: -mate-text-editor: -mate-text-editor: -mate-text-editor: -mate-text-editor: Homepage: http://www.mate-desktop.org -mate-text-editor: diff --git a/extra/mate-text-editor/README b/extra/pluma/README similarity index 100% rename from extra/mate-text-editor/README rename to extra/pluma/README diff --git a/extra/mate-text-editor/doinst.sh b/extra/pluma/doinst.sh similarity index 100% rename from extra/mate-text-editor/doinst.sh rename to extra/pluma/doinst.sh diff --git a/extra/mate-text-editor/mate-text-editor.SlackBuild b/extra/pluma/pluma.SlackBuild similarity index 94% rename from extra/mate-text-editor/mate-text-editor.SlackBuild rename to extra/pluma/pluma.SlackBuild index 96fd269..07a6e0e 100644 --- a/extra/mate-text-editor/mate-text-editor.SlackBuild +++ b/extra/pluma/pluma.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for mate-text-editor +# Slackware build script for pluma # Copyright 2013 Chess Griffin Raleigh, NC # All rights reserved. @@ -22,8 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=mate-text-editor -VERSION=${VERSION:-1.6.0} +PRGNAM=pluma +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.6/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.7/$PRGNAM-$VERSION.tar.xz NUMJOBS=${NUMJOBS:-" -j8 "} @@ -75,14 +75,13 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./autogen.sh \ +./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-scrollkeeper \ --build=$ARCH-slackware-linux make $NUMJOBS || make diff --git a/extra/pluma/slack-desc b/extra/pluma/slack-desc new file mode 100644 index 0000000..7bb12b5 --- /dev/null +++ b/extra/pluma/slack-desc @@ -0,0 +1,12 @@ + |-----handy-ruler------------------------------------------------------| +pluma: pluma (text editor for the MATE desktop) +pluma: +pluma: pluma is a small and lightweight UTF-8 text editor for the +pluma: MATE desktop and is based on gedit. +pluma: +pluma: +pluma: +pluma: +pluma: +pluma: Homepage: http://www.mate-desktop.org +pluma: diff --git a/mate-build-extra.sh b/mate-build-extra.sh index 73084e5..247591f 100755 --- a/mate-build-extra.sh +++ b/mate-build-extra.sh @@ -59,7 +59,7 @@ for dir in \ extra/mate-sensors-applet \ extra/mate-terminal \ deps/gtksourceview \ - extra/mate-text-editor \ + extra/pluma \ extra/mate-netspeed \ extra/mate-utils \ deps/libsigc++ \