wok rev 14461

Up: geany (1.23)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 02:56:24 2013 +0200 (2013-04-27)
parents 3a89a3027164
children 9f97e341ad78
files geany/receipt geanyvc/receipt
line diff
     1.1 --- a/geany/receipt	Sat Apr 27 02:53:14 2013 +0200
     1.2 +++ b/geany/receipt	Sat Apr 27 02:56:24 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="geany"
     1.7 -VERSION="1.22"
     1.8 +VERSION="1.23"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Small and fast IDE using GTK+ toolkit."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,7 +17,7 @@
    1.13  BUILD_DEPENDS="glib-dev expat-dev gtk+-dev atk-dev pango-dev cairo-dev pixman-dev \
    1.14  libpng-dev freetype-dev fontconfig-dev perl-xml-parser intltool gettext \
    1.15  xorg-libXrender-dev xorg-xproto xorg-renderproto xorg-libX11-dev \
    1.16 -xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev glibc-locale"
    1.17 +xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev glibc-locale libxml2-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  # Without vte : --disable-vte
     2.1 --- a/geanyvc/receipt	Sat Apr 27 02:53:14 2013 +0200
     2.2 +++ b/geanyvc/receipt	Sat Apr 27 02:56:24 2013 +0200
     2.3 @@ -1,27 +1,18 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6 -PACKAGE="geanyvc"
     2.7 -VERSION="0.5"
     2.8 +PACKAGE="geany-plugins-geanyvc"
     2.9 +VERSION="1.23"
    2.10  CATEGORY="development"
    2.11  SHORT_DESC="Geany plugin providing uniform access to different version-control systems."
    2.12  MAINTAINER="klimach@hlrs.de"
    2.13  DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell"
    2.14 -BUILD_DEPENDS="geany-dev gtk+-dev expat-dev intltool"
    2.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16  WEB_SITE="http://plugins.geany.org/geanyvc/"
    2.17 -WGET_URL="http://users.cosmostv.by/yurand/$PACKAGE/$TARBALL"
    2.18 +WANTED="geany-plugins"
    2.19  
    2.20 -# Rules to configure and make the package.
    2.21 -compile_rules()
    2.22 -{
    2.23 -   cd $src
    2.24 -   ./configure --prefix=/usr $CONFIGURE_ARGS &&
    2.25 -   make &&
    2.26 -   make DESTDIR=$PWD/_pkg install
    2.27 -}
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.30  genpkg_rules()
    2.31  {
    2.32 -    cp -a $_pkg/usr $fs
    2.33 +	mkdir -p $fs/usr/lib/geany
    2.34 +    cp -a $install/usr/lib/geany/${PACKAGE##geany-plugins-}.so $fs/usr/lib/geany
    2.35  }