~ubuntu-branches/ubuntu/raring/screenlets/raring

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: screenlets
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Julien Lavergne <julien.lavergne@gmail.com>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: 	debhelper (>= 7.0.50~),
                python-all (>= 2.3.5-11)
Build-Depends-Indep: python-support (>= 0.6.0),
                     doc-base
Standards-Version: 3.8.2
Homepage: http://screenlets.org
Vcs-Svn: svn://svn.debian.org/python-apps/packages/screenlets/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/screenlets/trunk/

Package: screenlets
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-gobject,
         python-gtk2,
         python-gnome2,
         python-dbus,
         python-cairo,
         python-wnck | python-gnome2-desktop,
         python-gst0.10,
         python-xdg,
         python-gconf
Recommends: python-gtkmozembed | python-gnome2-extras (<< 2.19),
            python-evolution | python-gnome2-desktop,
            python-rsvg | python-gnome2-desktop,
            metacity (>= 2.21.4) | xcompmgr | compiz | xfwm4 (>= 4.2) | mutter,
            screenlets-pack-basic
Suggests: screenlets-pack-all
Description: Widget-like mini-applications for GNOME
 Screenlets are small owner-drawn applications (written in Python) that can be
 described as "the virtual representation of things lying/standing around on
 your desk". Sticky notes, clocks, rulers, ... the possibilities are endless.
 .
 The goal of the Screenlets base-classes is to simplify the creation of fully
 themable mini-apps that each solve basic desktop-work-related needs and
 generally improve the usability and eye-candy of the modern composited
 Linux-desktop. 
 .
 Features:
  * Real applications, no HTML-"widgets"
  * Easy to use, easy to develop
  * Full compositing support
  * Works with any composited X desktop (compiz, xfce4, ...)
  * Works also on non-composited desktop
  * Included ability to apply themes (SVG, PNG or mixed)
  * Fully scalable when using SVGs
  * Embedded drag&drop-support
  * Automated storing of options (using ini or GConf)
  * Controllable through customizable D-Bus service
  * Can be used together with compiz' widget-plugin to create a 
    Dashboard-like feature as seen on OS X
  * Uses Cairo and GTK2 for drawing and windowing

Package: screenlets-doc
Section: doc
Architecture: all
Depends: 	screenlets,
		${misc:Depends}
Description: Widget-like mini-applications for GNOME - Documentation package
 Screenlets are small owner-drawn applications (written in Python) that can be
 described as "the virtual representation of things lying/standing around on
 your desk". Sticky notes, clocks, rulers, ... the possibilities are endless.
 .
 This package contains the API documentation.