mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
mate-text-editor: Renamed to Pluma and upgraded to 1.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
e299ad32b1
commit
3ffebfa2f0
6 changed files with 18 additions and 19 deletions
|
@ -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:
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for mate-text-editor
|
||||
# Slackware build script for pluma
|
||||
|
||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> 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
|
12
extra/pluma/slack-desc
Normal file
12
extra/pluma/slack-desc
Normal file
|
@ -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:
|
|
@ -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++ \
|
||||
|
|
Loading…
Reference in a new issue