mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/meld: Updated for version 1.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7615eb589b
commit
b8e21261c3
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=meld
|
||||
VERSION=${VERSION:-1.8.5}
|
||||
VERSION=${VERSION:-1.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +67,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make prefix=/usr libdir=/usr/lib${LIBDIRSUFFIX} docdir=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG install
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="meld"
|
||||
VERSION="1.8.5"
|
||||
VERSION="1.8.6"
|
||||
HOMEPAGE="http://meldmerge.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/meld/1.8/meld-1.8.5.tar.xz"
|
||||
MD5SUM="36e84ea3d9547d3be8ebefef83673d42"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/meld/1.8/meld-1.8.6.tar.xz"
|
||||
MD5SUM="872e6c28a7913f1eab1cacf27d6d1e5a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue