Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=33491ed9652577ecb2138c31a52f49fb43c94552

commit 33491ed9652577ecb2138c31a52f49fb43c94552
Author: Elentir <elen...@frugalware.org>
Date:   Mon Apr 26 21:43:52 2010 +0200

lablgtk2-2.14.0-3-i686

* add support for gtksourceview2
* add subpkg for it
* change m8r : krix -> elentir

diff --git a/source/xlib-extra/lablgtk2/FrugalBuild 
b/source/xlib-extra/lablgtk2/FrugalBuild
index e05a588..21c7e28 100644
--- a/source/xlib-extra/lablgtk2/FrugalBuild
+++ b/source/xlib-extra/lablgtk2/FrugalBuild
@@ -1,14 +1,15 @@
# Compiling Time: 1.51 SBU
-# Maintainer: Christian Hamar alias krix <kr...@linuxforum.hu>
+# Maintainer: Elentir <elen...@frugalware.org>

pkgname=lablgtk2
pkgver=2.14.0
-pkgrel=2
+pkgrel=3
pkgdesc="An Objective Caml Interface to gtk2+"
url="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html";
depends=('gtk+2>=2.16.4-1' 'ocaml>=3.11.1-1' 'libxdamage')
makedepends=('librsvg>=2.26.0-2' 'libglade' 'libgnomecanvas' 'gnome-panel' \
-       'libgnomeui>=2.24.1-2' 'gtkspell' 'gtksourceview1' 'libgnomeprint')
+       'libgnomeui>=2.24.1-2' 'gtkspell' 'gtksourceview1' 'libgnomeprint' \
+       'gtksourceview')
groups=('xlib-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
@@ -18,22 +19,25 @@ 
source=(http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-$pkgver.tar.g
sha1sums=('4454747e6056181730e68ec253a1ec0f0a644867' \
'41dd59f6ea056e64074d076bc46572fe4ec755c8')

-license="LGPL"
-
subpkgs=("$pkgname-glade2" "$pkgname-rsvg" "$pkgname-gnomecanvas" \
"$pkgname-gnome-panel" "$pkgname-gnomeui" "$pkgname-examples" \
-        "$pkgname-gtkspell" "$pkgname-gtksourceview1" "$pkgname-docs")
+        "$pkgname-gtkspell" "$pkgname-gtksourceview1" "$pkgname-docs" \
+        "$pkgname-gtksourceview2")
subdescs=('Glade bindings for LablGtk2' 'Librsvg bindings for LablGtk2' \
'GnomeCanvas bindings for LablGtk2' 'Gnome Panel support for LablGtk2' \
'GnomeUI support for LablGtk2' 'Examples for LablGtk2' 'GtkSpell support for 
LablGtk2' \
-         'GtkSourceView bindings for LablGtk2' 'LablGtk2 Documentation')
+         'GtkSourceView1 bindings for LablGtk2' 'LablGtk2 Documentation' \
+         'GtkSourceView2 bindings for LablGtk2')
subdepends=("$pkgname=$pkgver libglade" "$pkgname=$pkgver librsvg" 
"$pkgname=$pkgver libgnomecanvas" \
"$pkgname=$pkgver gnome-panel libgnomeui" "$pkgname=$pkgver libgnomeui" '' \
-          "$pkgname=$pkgver gtkspell" "$pkgname=$pkgver gtksourceview1 
libgnomeprint" '')
+          "$pkgname=$pkgver gtkspell" "$pkgname=$pkgver gtksourceview1 
libgnomeprint" '' \
+          "$pkgname=$pkgver gtksourceview")
subgroups=('xlib-extra' 'xlib-extra' 'gnome-extra' 'gnome-extra' \
-          'gnome-extra' 'xlib-extra' 'xlib-extra' 'gnome-extra' 'docs-extra')
+          'gnome-extra' 'xlib-extra' 'xlib-extra' 'gnome-extra' 'docs-extra' \
+          'gnome-extra')
subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \
-         'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64')
+         'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 
\
+         'i686 x86_64')

# TODO: lablgl support. (gtkgl, etc.)
unset MAKEFLAGS
@@ -81,8 +85,12 @@ build ()
Fsplit $pkgname-gtkspell usr/lib/ocaml/stublibs/dlllablgtkspell*

## -gtksourceview1
-       Fsplit $pkgname-gtksourceview1 
usr/lib/ocaml/$pkgname/{*lablgtksourceview*,sourceViewEnums*,*SourceView*}
+       Fsplit $pkgname-gtksourceview1 
usr/lib/ocaml/$pkgname/{*lablgtksourceview.*,sourceViewEnums*,*SourceView{.,_}*}
Fsplit $pkgname-gtksourceview1 usr/lib/ocaml/stublibs/dlllablgtksourceview.*
+
+       ## -gtksourceview2
+       Fsplit $pkgname-gtksourceview2 
usr/lib/ocaml/$pkgname/{*lablgtksourceview2.*,sourceView2Enums*,*SourceView2{.,_}*}
+       Fsplit $pkgname-gtksourceview2 
usr/lib/ocaml/stublibs/dlllablgtksourceview2.*
}

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to