wok diff mp/receipt @ rev 20548
linld: fix open_image
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 01 16:48:25 2018 +0100 (2018-12-01) |
parents | 28f9e4343450 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/mp/receipt Wed Feb 18 11:21:08 2015 +0100 1.2 +++ b/mp/receipt Sat Dec 01 16:48:25 2018 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mp" 1.7 -VERSION="5.1.3" 1.8 +VERSION="5.2.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A text editor for programmers" 1.11 MAINTAINER="allan316@gmail.com" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://triptico.com/software/mp.html" 1.15 -WGET_URL="http://triptico.com/download/$TARBALL" 1.16 +WGET_URL="http://triptico.com/download/mp/$TARBALL" 1.17 TAGS="text-editor" 1.18 1.19 DEPENDS="gtk+" 1.20 @@ -17,9 +17,8 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.25 mkdir -p $DESTDIR/usr/bin 1.26 - sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c 1.27 + # sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c 1.28 ./config.sh \ 1.29 --prefix=/usr \ 1.30 --without-qt4 \