From: Marcus Wikström Date: Wed, 3 Feb 2010 23:35:59 +0000 (+0200) Subject: Cyanide and Happiness X-Git-Url: http://git.maemo.org/git/?p=comic-widget;a=commitdiff_plain;h=051b601e6cc898923fcf03aa1c9dc297b53301f3 Cyanide and Happiness --- diff --git a/build_setup.py b/build_setup.py index 52da229..cee6d3f 100644 --- a/build_setup.py +++ b/build_setup.py @@ -36,10 +36,10 @@ if __name__ == "__main__": # chmod +x /usr/bin/mclock.py""" #Set here your pre install script # p.prer 1000 emove="""#!/bin/sh # chmod +x /usr/bin/mclock.py""" #Set here your pre remove script - version = "0.3.0" #Version of your software, e.g. "1.2.0" or "0.8.2" + version = "0.3.1" #Version of your software, e.g. "1.2.0" or "0.8.2" build = "1" #Build number, e.g. "1" for the first build of this version of your software. Increment for later re-builds of the same version of your software. #Text with changelog information to be displayed in the package "Details" tab of the Maemo Application Manager - changeloginformation = "options to add and remove comics" + changeloginformation = "options to add and remove comics, Cyanide and Happiness." dir_name = "src" #Name of the subfolder containing your package source files (e.g. usr\share\icons\hicolor\scalable\myappicon.svg, usr\lib\myapp\somelib.py). We suggest to leave it named src in all projects and will refer to that in the wiki article on maemo.org #Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list for root, dirs, files in os.walk(dir_name): diff --git a/debian/changelog b/debian/changelog index dcc7caa..78c54f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -comic-widget (0.3.0-1) stable; urgency=low +comic-widget (0.3.1-1) stable; urgency=low - options to add and remove comics + options to add and remove comics, Cyanide and Happiness. - -- Marcus Wikstrom Wed, 03 Feb 2010 08:32:12 +0000 + -- Marcus Wikstrom Thu, 04 Feb 2010 01:34:19 +0000 diff --git a/debian/copyright b/debian/copyright index fd94138..b86cc05 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ This package was py2debianized(0.5.1) by Marcus Wikstrom on -Wed, 03 Feb 2010 08:32:12 +0000. +Thu, 04 Feb 2010 01:34:19 +0000. It was downloaded from diff --git a/extras-devel/comic-widget_0.3.1-1.changes b/extras-devel/comic-widget_0.3.1-1.changes new file mode 100644 index 0000000..8373e43 --- /dev/null +++ b/extras-devel/comic-widget_0.3.1-1.changes @@ -0,0 +1,17 @@ +Maintainer: Marcus Wikstrom +Format: 1.7 +Source: comic-widget +Version: 0.3.1-1 +Architecture: all +Date: Wed, 03 Feb 2010 23:34:26 +0000 +Distribution: fremantle +Urgency: low +Description: + A widget that displays comics taken from the web. +Changes: + options to add and remove comics, Cyanide and Happiness. +Changed-By: Marcus Wikstrom +Files: + c8bd2f90b8e85f3121441c5c6e3fdd64 71905 user/desktop extras-devel comic-widget_0.3.1-1.tar.gz + 44a231ae2429588bd0ef19e79873c30f 349 user/desktop extras-devel comic-widget_0.3.1-1.dsc + diff --git a/extras-devel/comic-widget_0.3.1-1.dsc b/extras-devel/comic-widget_0.3.1-1.dsc new file mode 100644 index 0000000..3f78aec --- /dev/null +++ b/extras-devel/comic-widget_0.3.1-1.dsc @@ -0,0 +1,10 @@ +Source: comic-widget +Version: 0.3.1-1 +Maintainer: Marcus Wikstrom +Architecture: all +Format: 1.0 +Build-Depends: python2.5, python-osso, python-gtk2, python-hildon, python-hildondesktop, python2.5-cairo, hildon-desktop-python-loader +Standards-Version: 0.3.1-1 +Files: + c8bd2f90b8e85f3121441c5c6e3fdd64 71905 comic-widget_0.3.1-1.tar.gz + diff --git a/extras-devel/comic-widget_0.3.1-1.tar.gz b/extras-devel/comic-widget_0.3.1-1.tar.gz new file mode 100644 index 0000000..28252fe Binary files /dev/null and b/extras-devel/comic-widget_0.3.1-1.tar.gz differ diff --git a/src/usr/lib/hildon-desktop/comicwidget.py b/src/usr/lib/hildon-desktop/comicwidget.py index 957b52c..43303a4 100644 --- a/src/usr/lib/hildon-desktop/comicwidget.py +++ b/src/usr/lib/hildon-desktop/comicwidget.py @@ -16,7 +16,7 @@ supports_alpha = False # constants. dbfile is the location of the csv # comiccache is the location of the images -APP_VERSION = "0.3.0" +APP_VERSION = "0.3.1" basedbdir = "/opt/comic-widget/db/" imagedir = "/opt/comic-widget/images/"