wok-current rev 14450
Up: geany* (1.23)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 27 02:42:11 2013 +0200 (2013-04-27) |
parents | 1726a7fd02b1 |
children | dea79e20690a |
files | geany-dev/receipt geany-doc/receipt geany-plugins/receipt |
line diff
1.1 --- a/geany-dev/receipt Sat Apr 27 02:46:31 2013 +0200 1.2 +++ b/geany-dev/receipt Sat Apr 27 02:42:11 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="geany-dev" 1.7 -VERSION="1.22" 1.8 +VERSION="1.23" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Geany devel files needed to build plugins." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/geany-doc/receipt Sat Apr 27 02:46:31 2013 +0200 2.2 +++ b/geany-doc/receipt Sat Apr 27 02:42:11 2013 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="geany-doc" 2.7 -VERSION="1.22" 2.8 +VERSION="1.23" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Geany official documentation." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/geany-plugins/receipt Sat Apr 27 02:46:31 2013 +0200 3.2 +++ b/geany-plugins/receipt Sat Apr 27 02:42:11 2013 +0200 3.3 @@ -1,12 +1,12 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="geany-plugins" 3.7 -VERSION="0.21.1" 3.8 +VERSION="1.23" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Additionnal plugins for Geany." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 DEPENDS="enchant gtkspell geany lua" 3.13 -BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev intltool" 3.14 +BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev intltool libxml2-dev vte-dev " 3.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.16 WEB_SITE="http://plugins.geany.org/" 3.17 WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL" 3.18 @@ -15,15 +15,49 @@ 3.19 compile_rules() 3.20 { 3.21 cd $src 3.22 - ./configure --libexecdir=/usr/lib $CONFIGURE_ARGS && 3.23 + ./configure --libexecdir=/usr/lib \ 3.24 + --enable-addons \ 3.25 +--enable-codenav \ 3.26 +--enable-commander \ 3.27 +--enable-debugger \ 3.28 +--disable-devhelp \ 3.29 +--enable-geanydoc \ 3.30 +--disable-geanyextrasel \ 3.31 +--disable-geanygendoc \ 3.32 +--disable-geanyinsertnum \ 3.33 +--disable-geanylatex \ 3.34 +--disable-geanylipsum \ 3.35 +--disable-geanylua \ 3.36 +--disable-geanymacro \ 3.37 +--disable-geanyminiscript \ 3.38 +--disable-geanynumberedbookmarks \ 3.39 +--disable-geanyprj \ 3.40 +--disable-geanysendmail \ 3.41 +--enable-geanyvc \ 3.42 +--disable-geanypg \ 3.43 +--disable-largefile \ 3.44 +--disable-geniuspaste \ 3.45 +--disable-gproject \ 3.46 +--disable-markdown \ 3.47 +--disable-peg-markdown \ 3.48 +--disable-multiterm \ 3.49 +--disable-pretty_printer \ 3.50 +--disable-scope \ 3.51 +--disable-shiftcolumn \ 3.52 +--disable-spellcheck \ 3.53 +--enable-treebrowser \ 3.54 +--disable-tableconvert \ 3.55 +--disable-updatechecker \ 3.56 +--disable-webhelper \ 3.57 +--disable-xmlsnippets \ 3.58 + $CONFIGURE_ARGS && 3.59 make && make install 3.60 } 3.61 3.62 # Rules to gen a SliTaz package suitable for Tazpkg. 3.63 genpkg_rules() 3.64 { 3.65 - mkdir -p $fs/usr/lib $fs/usr/share 3.66 - cp -a $install/usr/lib/geany $fs/usr/lib 3.67 - cp -a $install/usr/lib/geany-plugins $fs/usr/lib 3.68 - cp -a $install/usr/share/geany-plugins $fs/usr/share 3.69 + mkdir -p $fs/usr/lib/geany 3.70 + #~ $fs/usr/share 3.71 + cp -a $install/usr/lib/geany/*.so $fs/usr/lib/geany 3.72 }