comparison debian/control @ 643:9ab89d89e6b4

Add dw_listview_insert() Default to using webkit for Gtk+ HTML widget Add option to build with libgtkhtml2 - incomplete Initial attempt to use customdraw for Win32 container - not working Added dw_window_get_font() for Gtk+ - not implemented in other ports yet Change package name from dw to dwindows for Linux ports - use dwindows-config now Add debian package build target
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 03 Oct 2010 00:34:36 +0000
parents
children 6ad811834512
comparison
equal deleted inserted replaced
642:fda03b13ebda 643:9ab89d89e6b4
1 Source: dwindows
2 Section: devel
3 Priority: optional
4 Maintainer: Mark Hessling <mark@rexx.org>
5 Build-Depends: debhelper (>= 5), autotools-dev
6 Standards-Version: 3.7.2
7
8 Package: dwindows
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Description: Dynamic Windows is a lightweight GUI API for C.
12 dwindows provides a high-level wrapper over GTK+ to provide
13 a simple, lightweight GUI hiding some of the complexity of GTK+.
14 It provides the same API for GTK+, native Windows and OS/2.