[Python-apps-commits] r139 - in /packages/screenlets/trunk/debian: ./ patches/

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Thu Oct 18 18:57:25 UTC 2007


Author: gilir-guest
Date: Thu Oct 18 18:57:25 2007
New Revision: 139

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=139
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/screenlets/trunk/debian/   (with props)
    packages/screenlets/trunk/debian/changelog
    packages/screenlets/trunk/debian/compat
    packages/screenlets/trunk/debian/control
    packages/screenlets/trunk/debian/copyright
    packages/screenlets/trunk/debian/patches/
    packages/screenlets/trunk/debian/patches/01-Install-to-usr-directory.patch
    packages/screenlets/trunk/debian/patches/02-Fix-python-heritage-empaty.patch
    packages/screenlets/trunk/debian/patches/03-Test-in-home-dir.patch
    packages/screenlets/trunk/debian/patches/04-remove-useless-seabang.patch
    packages/screenlets/trunk/debian/patches/05-screens-manager-desktop-file-to-bin-file.patch
    packages/screenlets/trunk/debian/patches/06-Add-Application-Type-in-desktop-file.patch
    packages/screenlets/trunk/debian/pycompat
    packages/screenlets/trunk/debian/rules   (with props)
    packages/screenlets/trunk/debian/screenlets-manager.1
    packages/screenlets/trunk/debian/screenlets-packager.1

Propchange: packages/screenlets/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/screenlets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/changelog?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/changelog (added)
+++ packages/screenlets/trunk/debian/changelog Thu Oct 18 18:57:25 2007
@@ -1,0 +1,11 @@
+screenlets (0.0.10-1) unstable; urgency=low
+
+  * Initial release (Close: #446783)
+  * debian/patches/01-Install-to-usr-directory.patch : Install in /usr instead of /usr/local
+  * debian/patches/02-Fix-python-heritage-empaty.patch : Delete the () in python class.
+  * debian/patches/03-Test-in-home-dir.patch : test if $HOME/.config/Screenlets exit or create it, and create autostart file.
+  * debian/patches/04-remove-useless-seabang.patch : Remove #!/usr/bin/env python when not necessary
+  * debian/patches/05-screens-manager-desktop-file-to-bin-file.patch : Move to Utility instead of Settings, execute the /usr/bin file instead of the /usr/share file.
+  * debian/patches/06-Add-Application-Type-in-desktop-file.patch : Add Type=Application to the screenlets-daemon.desktop
+
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 7 Oct 2007 16:34:46 +0200

Added: packages/screenlets/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/compat?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/compat (added)
+++ packages/screenlets/trunk/debian/compat Thu Oct 18 18:57:25 2007
@@ -1,0 +1,1 @@
+5

Added: packages/screenlets/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/control?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/control (added)
+++ packages/screenlets/trunk/debian/control Thu Oct 18 18:57:25 2007
@@ -1,0 +1,39 @@
+Source: screenlets
+Section: gnome
+Priority: extra
+Maintainer: Julien Lavergne <julien.lavergne at gmail.com>
+Build-Depends: debhelper (>= 5), cdbs, python-central (>= 0.5.6), python-dev
+Standards-Version: 3.7.2
+Homepage: http://screenlets.org
+XS-Python-Version: current
+
+Package: screenlets
+Section: gnome
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python-gnome2, python-gnome2-desktop, python-dbus, python-xml, librsvg2-2, python-xdg
+Recommands: compiz | xcompmgr | xfwm4
+XB-Python-Version: ${python:Versions}
+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". Sticknotes, clocks, rulers, ... the possibilities are endless.
+ .
+ The goal of the Screenlets base-classes is to simplify the creation of fully
+ themeable 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, ...)
+   * Included themeing-abilities (SVG, PNG or mixed)
+   * Fully scalable when using SVGs
+   * Embedded drag&drop-support
+   * Automated storing of options (using ini or gconf)
+   * Controllable through customizable DBus-service
+   * Can be used together with compiz' widget-plugin to create a 
+ Dashboard-like feature as seen on OS X
+   * Free, open-source and released under the GPL
+   * Uses cairo and GTK2 for drawing and windowing 

Added: packages/screenlets/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/copyright?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/copyright (added)
+++ packages/screenlets/trunk/debian/copyright Thu Oct 18 18:57:25 2007
@@ -1,0 +1,30 @@
+This package was debianized for Debian by Julien Lavergne <julien.lavergne at gmail.com> on
+Mon, 16 Jul 2007 19:35:18 +0000.
+
+It was downloaded from <http://screenlets.org>
+
+Upstream Authors and Copyright Holders:
+
+    Rico Pfaus <ryx at ryxperience.com>.
+
+License:
+
+   Copyright (C) 2007 Rico Pfaus  <ryx at ryxperience.com>
+   Copyright (C) 2007 robgig1088
+
+    This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 3 dated June, 2007.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the 
+   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, 
+   Boston, MA 02110-1301, USA.
+
+The Debian packaging is (C) 2007, Julien Lavergne <julien.lavergne at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Added: packages/screenlets/trunk/debian/patches/01-Install-to-usr-directory.patch
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/patches/01-Install-to-usr-directory.patch?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/patches/01-Install-to-usr-directory.patch (added)
+++ packages/screenlets/trunk/debian/patches/01-Install-to-usr-directory.patch Thu Oct 18 18:57:25 2007
@@ -1,0 +1,178 @@
+--- screenlets-0.0.10/desktop-menu/applications/ClockScreenlet.desktop	2007-08-19 01:23:15.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/ClockScreenlet.desktop	2007-09-25 00:22:21.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Eine wunderschöne Bildschirm-Uhr mit Alarm-Funktion und wechselbaren Stilen.
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Clock/icon.svg
+-Exec=/usr/local/share/screenlets/Clock/ClockScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/Clock/icon.svg
++Exec=/usr/share/screenlets/Clock/ClockScreenlet.py > /dev/null
+ StartupNotify=true
+
+--- screenlets-0.0.10/desktop-menu/applications/ControlScreenlet.desktop	2007-07-17 01:57:55.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/ControlScreenlet.desktop	2007-09-25 00:22:31.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Ein einfacher Kontroll-Button zum Starten von Screenlets und anderen Anwendungen.
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Control/icon.svg
+-Exec=/usr/local/share/screenlets/Control/ControlScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/Control/icon.svg
++Exec=/usr/share/screenlets/Control/ControlScreenlet.py > /dev/null
+ 
+
+--- screenlets-0.0.10/desktop-menu/applications/CPUMeterScreenlet.desktop	2007-07-17 01:57:59.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/CPUMeterScreenlet.desktop	2007-09-25 00:22:40.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Ein CPU-Meter mit wechselbaren Stilen, das die aktuelle CPU-Auslastung anzeigt.
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/CPUMeter/icon.svg
+-Exec=/usr/local/share/screenlets/CPUMeter/CPUMeterScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/CPUMeter/icon.svg
++Exec=/usr/share/screenlets/CPUMeter/CPUMeterScreenlet.py > /dev/null
+ 
+
+--- screenlets-0.0.10/desktop-menu/applications/FlowerScreenlet.desktop	2007-07-17 01:58:03.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/FlowerScreenlet.desktop	2007-09-25 00:22:52.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Eine wachsende Pflanze für Ihren Desktop, mit auswechselbaren Stilen.
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Flower/icon.svg
+-Exec=/usr/local/share/screenlets/Flower/FlowerScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/Flower/icon.svg
++Exec=/usr/share/screenlets/Flower/FlowerScreenlet.py > /dev/null
+ 
+
+--- screenlets-0.0.10/desktop-menu/applications/LauncherScreenlet.desktop	2007-07-17 01:58:07.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/LauncherScreenlet.desktop	2007-09-25 00:23:03.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Ein Icon, das Anwendungen startet (wie ein Desktop-Icon).
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Launcher/icon.svg
+-Exec=/usr/local/share/screenlets/Launcher/LauncherScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/Launcher/icon.svg
++Exec=/usr/share/screenlets/Launcher/LauncherScreenlet.py > /dev/null
+ 
+
+--- screenlets-0.0.10/desktop-menu/applications/MailCheckScreenlet.desktop	2007-07-20 14:37:45.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/MailCheckScreenlet.desktop	2007-09-25 00:23:12.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Ein Screenlet, das in bestimmten Zeitabständen einen Ort/Server nach neuen E-Mails durchsucht.
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/MailCheck/icon.svg
+-Exec=/usr/local/share/screenlets/MailCheck/MailCheckScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/MailCheck/icon.svg
++Exec=/usr/share/screenlets/MailCheck/MailCheckScreenlet.py > /dev/null
+ 
+
+--- screenlets-0.0.10/desktop-menu/applications/NotesScreenlet.desktop	2007-08-19 01:23:00.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/NotesScreenlet.desktop	2007-09-25 00:23:20.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Hilfreiche Klebezettel mit Transparenz und wechselbarem Aussehen.
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Notes/icon.svg
+-Exec=/usr/local/share/screenlets/Notes/NotesScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/Notes/icon.svg
++Exec=/usr/share/screenlets/Notes/NotesScreenlet.py > /dev/null
+ StartupNotify=true
+
+--- screenlets-0.0.10/desktop-menu/applications/PicframeScreenlet.desktop	2007-07-17 01:58:15.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/PicframeScreenlet.desktop	2007-09-25 00:23:28.000000000 +0200
+@@ -7,6 +7,6 @@
+ Comment[de]=Ein Bilderrahmen zum Ausstellen Ihrer Bilder.
+ MimeType=application/x-screenlet
+ Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Picframe/icon.svg
+-Exec=/usr/local/share/screenlets/Picframe/PicframeScreenlet.py > /dev/null
++Icon=/usr/share/screenlets/Picframe/icon.svg
++Exec=/usr/share/screenlets/Picframe/PicframeScreenlet.py > /dev/null
+ 
+
+--- screenlets-0.0.10/desktop-menu/applications/RulerScreenlet.desktop	2007-08-19 01:23:59.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/RulerScreenlet.desktop	2007-10-07 16:21:14.000000000 +0200
+@@ -1,12 +1,14 @@
+ [Desktop Entry]
++Version=1.0
++Encoding=UTF-8
++Name=Ruler
+ Type=Application
+ Categories=Screenlets;
+-Name=Ruler
+ Name[de]=Lineal
+ Comment=A themeable screen ruler for your measuring needs.
+ Comment[de]=Ein Bildschirm-Lineal mit wechselbaren Stilen. Zum Abmessen von Entfernungen am Bildschirm.
+-MimeType=application/x-screenlet
+-Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Ruler/icon.svg
+-Exec=python -u /usr/local/share/screenlets/Ruler/RulerScreenlet.py > /dev/null
++MimeType=application/x-screenlet;
++Icon=/usr/share/screenlets/Ruler/icon.svg
++Exec=python -u /usr/share/screenlets/Ruler/RulerScreenlet.py > /dev/null
+ StartupNotify=true
++GenericName[fr_FR]=
+
+--- screenlets-0.0.10/desktop-menu/applications/WindowlistScreenlet.desktop	2007-07-17 01:58:24.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/applications/WindowlistScreenlet.desktop	2007-10-07 16:21:07.000000000 +0200
+@@ -1,12 +1,13 @@
+ [Desktop Entry]
++Version=1.0
++Encoding=UTF-8
++Name=Windowlist
+ Type=Application
+ Categories=Screenlets;
+-Name=Windowlist
+ Name[de]=Fensterliste
+ Comment=A windowlist showing only the window icons on opaque background.
+ Comment[de]=Eine Fensterliste, die Fenster-Icons auf transparentem Hintergund anzeigt.
+-MimeType=application/x-screenlet
+-Encoding=UTF-8
+-Icon=/usr/local/share/screenlets/Windowlist/icon.svg
+-Exec=/usr/local/share/screenlets/Windowlist/WindowlistScreenlet.py > /dev/null
+-
++MimeType=application/x-screenlet;
++Icon=/usr/share/screenlets/Windowlist/icon.svg
++Exec=/usr/share/screenlets/Windowlist/WindowlistScreenlet.py > /dev/null
++GenericName[fr_FR]=
+
+--- screenlets-0.0.10/setup.py	2007-08-18 20:26:34.000000000 +0200
++++ screenlets-0.0.10/setup.py	2007-09-23 18:21:41.000000000 +0200
+@@ -19,7 +19,7 @@
+ #----------------------------------------------------------------------------
+ 
+ # install prefix (if you want to change this, change it in src/lib/__init__.py)
+-INSTALL_PREFIX	= '/usr/local'
++INSTALL_PREFIX	= '/usr'
+ # global install-path for daemon and screenlets-packages
+ INSTALL_PATH	= INSTALL_PREFIX + '/share/screenlets'
+ # current version of package
+diff -ur screenlets-0.0.10/src/lib/__init__.py screenlets-0.0.10/src/lib/__init__.py
+--- screenlets-0.0.10/src/lib/__init__.py	2007-08-19 01:27:32.000000000 +0200
++++ screenlets-0.0.10/src/lib/__init__.py	2007-09-23 18:22:06.000000000 +0200
+@@ -53,7 +53,7 @@
+ VERSION = "0.0.10"
+ 
+ # install prefix (/usr or /usr/local) DO NOT CHANGE YET, WILL CHANGE WITH v0.1.0
+-INSTALL_PREFIX = '/usr/local'
++INSTALL_PREFIX = '/usr'
+ 
+ # the global PATH where the screenlets are installed 
+ PATH = INSTALL_PREFIX + '/share/screenlets'
+
+--- screenlets-0.0.10/desktop-menu/screenlets-daemon.desktop    2007-08-17 03:24:10.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/screenlets-daemon.desktop  2007-10-08 01:16:47.000000000 +0200
+@@ -2,6 +2,6 @@
+ Version=1.0
+ Encoding=UTF-8
+ Name=Screenlets Daemon
+-Exec=/usr/local/share/screenlets-manager/screenlets-daemon.py
++Exec=/usr/share/screenlets-manager/screenlets-daemon.py
+ X-GNOME-Autostart-enabled=true
+ Name[de_DE]=Screenlets Daemon
+Seulement dans screenlets-0.0.10-c/desktop-menu: screenlets-daemon.desktop~
+

Added: packages/screenlets/trunk/debian/patches/02-Fix-python-heritage-empaty.patch
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/patches/02-Fix-python-heritage-empaty.patch?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/patches/02-Fix-python-heritage-empaty.patch (added)
+++ packages/screenlets/trunk/debian/patches/02-Fix-python-heritage-empaty.patch Thu Oct 18 18:57:25 2007
@@ -1,0 +1,23 @@
+--- screenlets-0.0.10/src/share/screenlets/CopyStack/CopyStackScreenlet-0.1.py	2007-08-06 19:29:57.000000000 +0200
++++ screenlets-0.0.10/src/share/screenlets/CopyStack/CopyStackScreenlet-0.1.py	2007-09-23 20:20:28.000000000 +0200
+@@ -300,7 +300,7 @@
+ 
+ 
+ # TODO: put in screenlets.ui
+-class Tooltip ():
++class Tooltip:
+ 	"""A window that displays a text and serves as Tooltip (very basic yet)."""
+ 	
+ 	# internals
+diff -ur screenlets-0.0.10/src/share/screenlets/CopyStack/CopyStackScreenlet.py screenlets-0.0.10-modified/src/share/screenlets/CopyStack/CopyStackScreenlet.py
+--- screenlets-0.0.10/src/share/screenlets/CopyStack/CopyStackScreenlet.py	2007-08-07 01:09:29.000000000 +0200
++++ screenlets-0.0.10/src/share/screenlets/CopyStack/CopyStackScreenlet.py	2007-09-23 20:17:54.000000000 +0200
+@@ -362,7 +362,7 @@
+ 
+ 
+ # TODO: put in screenlets.ui
+-class Tooltip ():
++class Tooltip:
+ 	"""A window that displays a text and serves as Tooltip (very basic yet)."""
+ 	
+ 	# internals

Added: packages/screenlets/trunk/debian/patches/03-Test-in-home-dir.patch
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/patches/03-Test-in-home-dir.patch?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/patches/03-Test-in-home-dir.patch (added)
+++ packages/screenlets/trunk/debian/patches/03-Test-in-home-dir.patch Thu Oct 18 18:57:25 2007
@@ -1,0 +1,18 @@
+--- screenlets-0.0.10/src/bin/screenlets-manager	2007-09-23 20:26:07.000000000 +0200
++++ screenlets-0.0.10/src/bin/screenlets-manager	2007-10-07 18:03:50.000000000 +0200
+@@ -1,3 +1,13 @@
+ #!/bin/bash
+-python -u /usr/local/share/screenlets-manager/screenlets-manager.py
+-
++if [ -d $HOME/.config/autostart ];then 
++echo "Directory autostart OK"
++else mkdir $HOME/.config/autostart
++fi
++if [ -f $HOME/.config/autostart/screenlets-daemon.desktop ]; then
++echo "Autorestart daemon OK"
++else cp /usr/share/desktop-directories/screenlets-daemon.desktop $HOME/.config/autostart/screenlets-daemon.desktop
++fi
++if [ -d $HOME/.config/Screenlets ]; then 
++python -u /usr/share/screenlets-manager/screenlets-manager.py
++else mkdir $HOME/.config/Screenlets && python -u /usr/share/screenlets-manager/screenlets-manager.py && python -u /usr/share/screenlets-manager/screenlets-daemon.py
++fi

Added: packages/screenlets/trunk/debian/patches/04-remove-useless-seabang.patch
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/patches/04-remove-useless-seabang.patch?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/patches/04-remove-useless-seabang.patch (added)
+++ packages/screenlets/trunk/debian/patches/04-remove-useless-seabang.patch Thu Oct 18 18:57:25 2007
@@ -1,0 +1,99 @@
+--- screenlets-0.0.10/src/lib/backend.py	2007-08-01 21:47:40.000000000 +0200
++++ screenlets-0.0.10/src/lib/backend.py	2007-10-07 21:43:04.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # screenlets.backend (c) RYX (aka Rico Pfaus) 2007 <ryx at ryxperience.com>
+ #
+ # INFO:
+Seulement dans screenlets-0.0.10/src/lib: backend.py~
+
+--- screenlets-0.0.10/src/lib/__init__.py	2007-08-19 01:27:32.000000000 +0200
++++ screenlets-0.0.10/src/lib/__init__.py	2007-10-07 21:42:36.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Screenlets main module (c) RYX (aka Rico Pfaus) 2007 <ryx at ryxperience.com>
+ #
+ ##@mainpage
+Seulement dans screenlets-0.0.10/src/lib: __init__.py~
+
+--- screenlets-0.0.10/src/lib/options.py	2007-08-20 00:49:47.000000000 +0200
++++ screenlets-0.0.10/src/lib/options.py	2007-10-07 21:43:19.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Options-system (c) RYX (aka Rico Pfaus) 2007 <ryx at ryxperience.com>
+ #
+ # INFO:
+Seulement dans screenlets-0.0.10/src/lib: options.py~
+
+--- screenlets-0.0.10/src/lib/services.py	2007-08-16 22:53:30.000000000 +0200
++++ screenlets-0.0.10/src/lib/services.py	2007-10-07 21:43:31.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # The services-module contains the ScreenletService-class and a set of utility
+ # functions to work with Screenlet-services from within other applications.
+ #
+Seulement dans screenlets-0.0.10/src/lib: services.py~
+
+--- screenlets-0.0.10/src/lib/session.py	2007-08-20 00:59:11.000000000 +0200
++++ screenlets-0.0.10/src/lib/session.py	2007-10-07 21:43:46.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #  screenlets.session (c) RYX (aka Rico Pfaus) 2007 <ryx at ryxperience.com>
+ #
+ # INFO:
+Seulement dans screenlets-0.0.10/src/lib: session.py~
+
+--- screenlets-0.0.10/src/lib/XmlMenu.py	2007-07-23 14:11:44.000000000 +0200
++++ screenlets-0.0.10/src/lib/XmlMenu.py	2007-10-07 21:42:52.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #
+ # a very hackish, XML-based menu-system (c) RYX (Rico Pfaus) 2007
+ #
+Seulement dans screenlets-0.0.10/src/lib: XmlMenu.py~
+
+--- screenlets-0.0.10/src/share/screenlets/Calendar/CalendarScreenlet.py	2007-08-18 21:12:14.000000000 +0200
++++ screenlets-0.0.10/src/share/screenlets/Calendar/CalendarScreenlet.py	2007-10-07 21:45:19.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #  CalendarScreenlet (c) robgig1088 2007
+ #
+ # INFO:
+Seulement dans screenlets-0.0.10/src/share/screenlets/Calendar: CalendarScreenlet.py~
+
+--- screenlets-0.0.10/src/share/screenlets/CopyStack/CopyStackScreenlet-0.1.py	2007-08-06 19:29:57.000000000 +0200
++++ screenlets-0.0.10/src/share/screenlets/CopyStack/CopyStackScreenlet-0.1.py	2007-10-07 21:45:49.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #  CopyStackScreenlet (c) RYX 2007 <ryx [at] ryxperience [dot] com>
+ #
+ # INFO:
+Seulement dans screenlets-0.0.10/src/share/screenlets/CopyStack: CopyStackScreenlet-0.1.py~
+
+--- screenlets-0.0.10/src/share/screenlets/Pager/PagerScreenlet.py	2007-07-20 16:13:39.000000000 +0200
++++ screenlets-0.0.10/src/share/screenlets/Pager/PagerScreenlet.py	2007-10-07 21:46:05.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # PagerScreenlet (c) 2007 RYX (aka Rico Pfaus) <ryx at ryxperience.com>
+ #
+ # INFO:
+Seulement dans screenlets-0.0.10/src/share/screenlets/Pager: PagerScreenlet.py~
+
+--- screenlets-0.0.10/src/share/screenlets/Storage/StorageScreenlet.py	2007-07-23 16:51:46.000000000 +0200
++++ screenlets-0.0.10/src/share/screenlets/Storage/StorageScreenlet.py	2007-10-07 21:46:23.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ #  StorageScreenlet (c) RYX 2007 <ryx at ryxperience.com>
+ #
+ # INFO:
+Seulement dans screenlets-0.0.10/src/share/screenlets/Storage: StorageScreenlet.py~

Added: packages/screenlets/trunk/debian/patches/05-screens-manager-desktop-file-to-bin-file.patch
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/patches/05-screens-manager-desktop-file-to-bin-file.patch?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/patches/05-screens-manager-desktop-file-to-bin-file.patch (added)
+++ packages/screenlets/trunk/debian/patches/05-screens-manager-desktop-file-to-bin-file.patch Thu Oct 18 18:57:25 2007
@@ -1,0 +1,21 @@
+--- screenlets-0.0.10/desktop-menu/screenlets-manager.desktop	2007-08-17 20:50:59.000000000 +0200
++++ screenlets-0.0.10/desktop-menu/screenlets-manager.desktop	2007-10-07 21:23:27.000000000 +0200
+@@ -1,12 +1,13 @@
+ [Desktop Entry]
++Version=1.0
++Encoding=UTF-8
++Name=Screenlets
+ Type=Application
+-Categories=Settings;
++Categories=Utility;
+-Name=Screenlets
+ Name[de]=Screenlets
+ Comment=A graphical tool to manage your Screenlets.
+ Comment[de]=Ein grafisches Werkzeug, um Ihre Screenlets zu verwalten.
+-Encoding=UTF-8
+ Icon=/usr/share/icons/screenlets.svg
+-Exec=/usr/local/share/screenlets-manager/screenlets-manager.py > /dev/null
++Exec=screenlets-manager > /dev/null
+ StartupNotify=true
+-
++GenericName[fr_FR]=

Added: packages/screenlets/trunk/debian/patches/06-Add-Application-Type-in-desktop-file.patch
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/patches/06-Add-Application-Type-in-desktop-file.patch?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/patches/06-Add-Application-Type-in-desktop-file.patch (added)
+++ packages/screenlets/trunk/debian/patches/06-Add-Application-Type-in-desktop-file.patch Thu Oct 18 18:57:25 2007
@@ -1,0 +1,8 @@
+--- desktop-menu/screenlets-daemon.desktop	2007-08-17 03:24:10.000000000 +0200
++++ desktop-menu/screenlets-daemon.desktop	2007-10-15 23:23:08.000000000 +0200
+@@ -1,4 +1,5 @@
+ [Desktop Entry]
++Type=Application
+ Version=1.0
+ Encoding=UTF-8
+ Name=Screenlets Daemon

Added: packages/screenlets/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/pycompat?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/pycompat (added)
+++ packages/screenlets/trunk/debian/pycompat Thu Oct 18 18:57:25 2007
@@ -1,0 +1,1 @@
+2

Added: packages/screenlets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/rules?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/rules (added)
+++ packages/screenlets/trunk/debian/rules Thu Oct 18 18:57:25 2007
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_MODULE_PACKAGE := screenlets
+DEB_PYTHON_PRIVATE_MODULES_DIRS := debian/tmp/usr/share/screenlets
+DEB_PYTHON_SETUP_CMD := setup.py
+
+DEB_INSTALL_MANPAGES_screenlets := debian/screenlets-manager.1 debian/screenlets-packager.1
+
+XDG_DATA_DIRS=/usr/share
+
+install/screenlets::
+	mkdir $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/icons
+	mkdir $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/applications
+	mkdir $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/desktop-directories
+	cp $(CURDIR)/desktop-menu/screenlets.svg $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/icons/screenlets.svg
+	cp $(CURDIR)/desktop-menu/screenlets-manager.desktop $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/applications
+	cp $(CURDIR)/desktop-menu/desktop-directories/* $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/desktop-directories
+	cp $(CURDIR)/desktop-menu/screenlets-daemon.desktop $(CURDIR)/debian/$(cdbs_curpkg)$(XDG_DATA_DIRS)/desktop-directories/screenlets-daemon.desktop
+	rm $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin/screenletsd

Propchange: packages/screenlets/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/screenlets/trunk/debian/screenlets-manager.1
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/screenlets-manager.1?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/screenlets-manager.1 (added)
+++ packages/screenlets/trunk/debian/screenlets-manager.1 Thu Oct 18 18:57:25 2007
@@ -1,0 +1,29 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH SCREENLETS-MANAGER 1 "July 16, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+screenlets-manager \- An application to manager Screenlets
+.SH SYNOPSIS
+.B screenlets-manager
+This application is a preferences GUI for Screenlets, Widget-like mini-applications for GNOME. 
+.SH DESCRIPTION
+\fBscreenlets-manager\fP is a program for managing Screenlets. You can launch or stop one, make them start on login, install or uninstall others screenlets.
+.SH AUTHOR
+screenlets-manager was written by Rico Pfaus <ryx at ryxperience.com>.
+.PP
+This manual page was written by Julien Lavergne <julien.lavergne at gmail.com>,
+for the Debian project (but may be used by others).

Added: packages/screenlets/trunk/debian/screenlets-packager.1
URL: http://svn.debian.org/wsvn/python-apps/packages/screenlets/trunk/debian/screenlets-packager.1?rev=139&op=file
==============================================================================
--- packages/screenlets/trunk/debian/screenlets-packager.1 (added)
+++ packages/screenlets/trunk/debian/screenlets-packager.1 Thu Oct 18 18:57:25 2007
@@ -1,0 +1,29 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH SCREENLETS-PACKAGER 1 "July 16, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+screenlets-packager \- An application to package Screenlets
+.SH SYNOPSIS
+.B screenlets-packager
+This application package a Screenlets, Widget-like mini-applications for GNOME. 
+.SH DESCRIPTION
+\fBscreenlets-packager\fP is a program for packaging Screenlets. You can launch it with the directory of your screenlets to release it.
+.SH AUTHOR
+screenlets-packager was written by Rico Pfaus <ryx at ryxperience.com>.
+.PP
+This manual page was written by Julien Lavergne <julien.lavergne at gmail.com>,
+for the Debian project (but may be used by others).




More information about the Python-apps-commits mailing list