wok rev 188
UP : geany (0.13) more plugins, receipts are colored..., and much more
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 06 18:25:01 2008 +0100 (2008-02-06) |
parents | a71f6efa8545 |
children | 234b3f225100 |
files | geany/receipt geany/stuff/filetype_extensions.conf |
line diff
1.1 --- a/geany/receipt Wed Feb 06 00:41:45 2008 +0100 1.2 +++ b/geany/receipt Wed Feb 06 18:25:01 2008 +0100 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="geany" 1.7 -VERSION="0.12" 1.8 -CATEGORY="extra" 1.9 +VERSION="0.13" 1.10 +CATEGORY="development" 1.11 SHORT_DESC="Small and fast IDE using GTK+ toolkit." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 -DEPENDS="gtk+" 1.14 +DEPENDS="gtk+ libxml2" 1.15 +BUILD_DEPENDS="gtk+-dev libxml2-dev perl-xml-parser" 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WEB_SITE="http://geany.uvena.de/" 1.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 @@ -15,8 +16,11 @@ 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - ./configure --prefix=/usr --mandir=/usr/share/man \ 1.24 - --disable-vte $CONFIGURE_ARGS 1.25 + ./configure \ 1.26 + --prefix=/usr \ 1.27 + --mandir=/usr/share/man \ 1.28 + --disable-vte \ 1.29 + $CONFIGURE_ARGS 1.30 make 1.31 make DESTDIR=$PWD/_pkg install 1.32 } 1.33 @@ -24,13 +28,9 @@ 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 - mkdir -p $fs/usr/share/locale $fs/usr/lib/geany 1.38 + mkdir -p $fs/usr/share $fs/usr/lib/geany 1.39 cp -a $_pkg/usr/bin $fs/usr 1.40 cp -a $_pkg/usr/lib/geany/*.so $fs/usr/lib/geany 1.41 cp -a $_pkg/usr/share/geany $fs/usr/share 1.42 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.43 - rm -f $fs/usr/share/pixmaps/*.ico 1.44 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.45 - strip -s $fs/usr/bin/* 1.46 - strip -s $fs/usr/lib/geany/* 1.47 + cp -a stuff/filetype_extensions.conf $fs/usr/share/geany 1.48 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/geany/stuff/filetype_extensions.conf Wed Feb 06 18:25:01 2008 +0100 2.3 @@ -0,0 +1,40 @@ 2.4 +#*** This file generated by: geany --generate-data-files *** 2.5 + 2.6 +#Filetype extension configuration file for Geany 2.7 +#Insert as many items as you want, seperate them with a ";". 2.8 +#See Geany's main documentation for details. 2.9 +[Extensions] 2.10 +ASM=*.asm; 2.11 +C=*.c;*.h; 2.12 +C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C; 2.13 +C#=*.cs;*.vala; 2.14 +CAML=*.ml;*.mli; 2.15 +D=*.d;*.di; 2.16 +Fortran=*.f;*.for;*.ftn;*.f77;*.f90;*.f95; 2.17 +FreeBasic=*.bas;*.bi; 2.18 +Haskell=*.hs;*.lhs; 2.19 +Haxe=*.hx; 2.20 +Java=*.java;*.jsp; 2.21 +Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk; 2.22 +VHDL=*.vhd;*.vhdl; 2.23 +Ferite=*.fe; 2.24 +Javascript=*.js; 2.25 +Lua=*.lua; 2.26 +Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*; 2.27 +O-Matrix=*.oms; 2.28 +Perl=*.pl;*.perl;*.pm;*.agi;*.pod; 2.29 +PHP=*.php;*.php3;*.php4;*.php5;*.phtml; 2.30 +Python=*.py;*.pyw; 2.31 +Ruby=*.rb;*.rhtml;*.ruby; 2.32 +Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.zsh;*.ash;*.bash;receipt; 2.33 +Tcl=*.tcl;*.tk;*.wish; 2.34 +CSS=*.css; 2.35 +Docbook=*.docbook; 2.36 +HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm; 2.37 +XML=*.xml;*.sgml;*.xsl;*.xslt;*.xsd; 2.38 +Conf=*.conf;*.ini;config;*rc;*.cfg; 2.39 +Diff=*.diff;*.patch;*.rej; 2.40 +LaTeX=*.tex;*.sty;*.idx;*.ltx; 2.41 +reStructuredText=*.rest;*.reST;*.rst; 2.42 +SQL=*.sql; 2.43 +None=*;