# HG changeset patch # User Eric Joseph-Alexandre # Date 1367024184 -7200 # Node ID 2b820e6838f5d4353dcdd9f42c8947fac93219d2 # Parent 3a89a30271649bf81ef2cdf51485dadc4f44a3ac Up: geany (1.23) diff -r 3a89a3027164 -r 2b820e6838f5 geany/receipt --- a/geany/receipt Sat Apr 27 02:53:14 2013 +0200 +++ b/geany/receipt Sat Apr 27 02:56:24 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="geany" -VERSION="1.22" +VERSION="1.23" CATEGORY="development" SHORT_DESC="Small and fast IDE using GTK+ toolkit." MAINTAINER="pankso@slitaz.org" @@ -17,7 +17,7 @@ BUILD_DEPENDS="glib-dev expat-dev gtk+-dev atk-dev pango-dev cairo-dev pixman-dev \ libpng-dev freetype-dev fontconfig-dev perl-xml-parser intltool gettext \ xorg-libXrender-dev xorg-xproto xorg-renderproto xorg-libX11-dev \ -xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev glibc-locale" +xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev glibc-locale libxml2-dev" # Rules to configure and make the package. # Without vte : --disable-vte diff -r 3a89a3027164 -r 2b820e6838f5 geanyvc/receipt --- a/geanyvc/receipt Sat Apr 27 02:53:14 2013 +0200 +++ b/geanyvc/receipt Sat Apr 27 02:56:24 2013 +0200 @@ -1,27 +1,18 @@ # SliTaz package receipt. -PACKAGE="geanyvc" -VERSION="0.5" +PACKAGE="geany-plugins-geanyvc" +VERSION="1.23" CATEGORY="development" SHORT_DESC="Geany plugin providing uniform access to different version-control systems." MAINTAINER="klimach@hlrs.de" DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell" -BUILD_DEPENDS="geany-dev gtk+-dev expat-dev intltool" -TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://plugins.geany.org/geanyvc/" -WGET_URL="http://users.cosmostv.by/yurand/$PACKAGE/$TARBALL" +WANTED="geany-plugins" -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install -} # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + mkdir -p $fs/usr/lib/geany + cp -a $install/usr/lib/geany/${PACKAGE##geany-plugins-}.so $fs/usr/lib/geany }