# HG changeset patch # User Christophe Lincoln # Date 1202318701 -3600 # Node ID b8f57e976a5db58e896227334cfa39f149c236b8 # Parent a71f6efa8545cdc948244f620416d1fb3916ebd7 UP : geany (0.13) more plugins, receipts are colored..., and much more diff -r a71f6efa8545 -r b8f57e976a5d geany/receipt --- a/geany/receipt Wed Feb 06 00:41:45 2008 +0100 +++ b/geany/receipt Wed Feb 06 18:25:01 2008 +0100 @@ -1,11 +1,12 @@ # SliTaz package receipt. PACKAGE="geany" -VERSION="0.12" -CATEGORY="extra" +VERSION="0.13" +CATEGORY="development" SHORT_DESC="Small and fast IDE using GTK+ toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+" +DEPENDS="gtk+ libxml2" +BUILD_DEPENDS="gtk+-dev libxml2-dev perl-xml-parser" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://geany.uvena.de/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -15,8 +16,11 @@ compile_rules() { cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ - --disable-vte $CONFIGURE_ARGS + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-vte \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } @@ -24,13 +28,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/locale $fs/usr/lib/geany + mkdir -p $fs/usr/share $fs/usr/lib/geany cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/geany/*.so $fs/usr/lib/geany cp -a $_pkg/usr/share/geany $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - rm -f $fs/usr/share/pixmaps/*.ico - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - strip -s $fs/usr/bin/* - strip -s $fs/usr/lib/geany/* + cp -a stuff/filetype_extensions.conf $fs/usr/share/geany } diff -r a71f6efa8545 -r b8f57e976a5d geany/stuff/filetype_extensions.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/geany/stuff/filetype_extensions.conf Wed Feb 06 18:25:01 2008 +0100 @@ -0,0 +1,40 @@ +#*** This file generated by: geany --generate-data-files *** + +#Filetype extension configuration file for Geany +#Insert as many items as you want, seperate them with a ";". +#See Geany's main documentation for details. +[Extensions] +ASM=*.asm; +C=*.c;*.h; +C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C; +C#=*.cs;*.vala; +CAML=*.ml;*.mli; +D=*.d;*.di; +Fortran=*.f;*.for;*.ftn;*.f77;*.f90;*.f95; +FreeBasic=*.bas;*.bi; +Haskell=*.hs;*.lhs; +Haxe=*.hx; +Java=*.java;*.jsp; +Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk; +VHDL=*.vhd;*.vhdl; +Ferite=*.fe; +Javascript=*.js; +Lua=*.lua; +Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*; +O-Matrix=*.oms; +Perl=*.pl;*.perl;*.pm;*.agi;*.pod; +PHP=*.php;*.php3;*.php4;*.php5;*.phtml; +Python=*.py;*.pyw; +Ruby=*.rb;*.rhtml;*.ruby; +Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;*.ash;*.bash;receipt; +Tcl=*.tcl;*.tk;*.wish; +CSS=*.css; +Docbook=*.docbook; +HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm; +XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd; +Conf=*.conf;*.ini;config;*rc;*.cfg; +Diff=*.diff;*.patch;*.rej; +LaTeX=*.tex;*.sty;*.idx;*.ltx; +reStructuredText=*.rest;*.reST;*.rst; +SQL=*.sql; +None=*;