wok diff kkedit/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents 2b9f96603415
children 8296cfe551a1
line diff
     1.1 --- a/kkedit/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/kkedit/receipt	Tue Feb 26 08:20:18 2019 +0100
     1.3 @@ -1,25 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="kkedit"
     1.7 -VERSION="0.0.12"
     1.8 +VERSION="0.2.11"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Source code text editor"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://keithhedger.hostingsiteforfree.com/pages/kkedit/help.html"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WGET_URL="http://keithhedger.hostingsiteforfree.com/zips/kkedit/KKEdit-$VERSION.tar.gz"
    1.16 +WGET_URL="http://khapplications.darktech.org/zips/kkedit/KKEdit-$VERSION.tar.gz"
    1.17  
    1.18  DEPENDS="gtk+ gtksourceview libunique"
    1.19  BUILD_DEPENDS="automake autoconf gtk+-dev gtksourceview-dev libunique-dev \
    1.20 -ctags libxml2-dev"
    1.21 +ctags libxml2-dev libtool"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./autogen.sh --prefix=/usr &&
    1.27 -	sed -i '129 c\
    1.28 -GTKSRC_CFLAGS = $(pkg-config --cflags gtksourceview-2.0)' $src/Makefile &&
    1.29 +	./configure --disable-docviewer --prefix=/usr --&&
    1.30  	make &&
    1.31  	make install
    1.32  }