[Mud-builder-commits] r322 - trunk/packages
gcobb at garage.maemo.org
gcobb at garage.maemo.org
Sat Sep 26 22:42:45 EEST 2009
Author: gcobb
Date: 2009-09-26 22:42:41 +0300 (Sat, 26 Sep 2009)
New Revision: 322
Modified:
trunk/packages/gpe-calendar.xml
trunk/packages/gpe-contacts.xml
trunk/packages/gpe-filemanager.xml
trunk/packages/gpe-icons.xml
trunk/packages/gpe-timesheet.xml
trunk/packages/gpe-todo.xml
trunk/packages/gpesummary.xml
trunk/packages/gpesyncd.xml
trunk/packages/libcontactsdb.xml
trunk/packages/libeventdb.xml
trunk/packages/libgpepimc.xml
trunk/packages/libgpevtype.xml
trunk/packages/libgpewidget.xml
trunk/packages/libhandoff.xml
trunk/packages/libmimedir-gnome.xml
trunk/packages/libsoundgen.xml
trunk/packages/libtododb.xml
trunk/packages/libxsettings-client.xml
trunk/packages/starling.xml
Log:
GPE: optify and bugtracker
Modified: trunk/packages/gpe-calendar.xml
===================================================================
--- trunk/packages/gpe-calendar.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpe-calendar.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpe-calendar"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -37,7 +37,7 @@
<configure-append sdk="diablo">--enable-hildon --disable-cairo --without-libschedule</configure-append>
<configure-append sdk="fremantle">--enable-hildon --disable-cairo --without-libschedule</configure-append>
</build>
- <deb>
+ <deb optify="1">
<section>user/office</section>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE PIM suite calendar application\nIncludes repeating events, alarms and import and export.\nPackaged with MUD</description>
@@ -57,5 +57,6 @@
<icon sdk="chinook">pixmaps/gpe-calendar-26x26.png</icon>
<icon sdk="diablo">pixmaps/gpe-calendar-26x26.png</icon>
<icon sdk="fremantle">pixmaps/gpe-calendar-48x48.png</icon>
+ <bugtracker>http://bugs.linuxtogo.org/enter_bug.cgi</bugtracker>
</deb>
</package>
Modified: trunk/packages/gpe-contacts.xml
===================================================================
--- trunk/packages/gpe-contacts.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpe-contacts.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpe-contacts"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -33,7 +33,7 @@
<build>
<configure-append>--enable-hildon --disable-cairo</configure-append>
</build>
- <deb>
+ <deb optify="1">
<section>user/office</section>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE PIM suite contact manager\nIncludes category support.\nPackaged with MUD</description>
@@ -53,5 +53,6 @@
<icon sdk="chinook">hildon/gpe-contacts-26x26.png</icon>
<icon sdk="diablo">hildon/gpe-contacts-26x26.png</icon>
<icon sdk="fremantle">hildon/gpe-contacts-48x48.png</icon>
+ <bugtracker>http://bugs.linuxtogo.org/enter_bug.cgi</bugtracker>
</deb>
</package>
Modified: trunk/packages/gpe-filemanager.xml
===================================================================
--- trunk/packages/gpe-filemanager.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpe-filemanager.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpe-filemanager"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -25,7 +25,7 @@
<build>
<configure-append>--enable-hildon --disable-cairo</configure-append>
</build>
- <deb>
+ <deb optify="1">
<section>user/utilities</section>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>File manager consistent with the other GPE applications\nPackaged with MUD</description>
@@ -40,5 +40,6 @@
<icon sdk="chinook">pixmaps/gpe-filemanager-26x26.png</icon>
<icon sdk="diablo">pixmaps/gpe-filemanager-26x26.png</icon>
<icon sdk="fremantle">pixmaps/gpe-filemanager-48x48.png</icon>
+ <bugtracker>http://bugs.linuxtogo.org/enter_bug.cgi</bugtracker>
</deb>
</package>
Modified: trunk/packages/gpe-icons.xml
===================================================================
--- trunk/packages/gpe-icons.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpe-icons.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpe-icons"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -27,7 +27,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>Icons for GPE PIM applications\nPackaged with MUD</description>
<build-depends>debhelper (>= 4)</build-depends>
Modified: trunk/packages/gpe-timesheet.xml
===================================================================
--- trunk/packages/gpe-timesheet.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpe-timesheet.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpe-timesheet"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -25,7 +25,7 @@
<build>
<configure-append>--enable-hildon --disable-cairo</configure-append>
</build>
- <deb>
+ <deb optify="1">
<section>user/office</section>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE PIM suite time recording application\nRecords time against tasks and sub-tasks.\nPackaged with MUD</description>
@@ -40,5 +40,6 @@
<icon sdk="chinook">hildon/gpe-timesheet-26x26.png</icon>
<icon sdk="diablo">hildon/gpe-timesheet-26x26.png</icon>
<icon sdk="fremantle">hildon/gpe-timesheet-48x48.png</icon>
+ <bugtracker>http://bugs.linuxtogo.org/enter_bug.cgi</bugtracker>
</deb>
</package>
Modified: trunk/packages/gpe-todo.xml
===================================================================
--- trunk/packages/gpe-todo.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpe-todo.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpe-todo"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -30,7 +30,7 @@
<build>
<configure-append>--enable-hildon --disable-cairo</configure-append>
</build>
- <deb>
+ <deb optify="1">
<section>user/office</section>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE PIM suite todo lists applications\nIncludes categories, and partial completion states.\nPackaged with MUD</description>
@@ -48,5 +48,6 @@
<icon sdk="chinook">hildon/gpe-todo-26x26.png</icon>
<icon sdk="diablo">hildon/gpe-todo-26x26.png</icon>
<icon sdk="fremantle">hildon/gpe-todo-48x48.png</icon>
+ <bugtracker>http://bugs.linuxtogo.org/enter_bug.cgi</bugtracker>
</deb>
</package>
Modified: trunk/packages/gpesummary.xml
===================================================================
--- trunk/packages/gpesummary.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpesummary.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpesummary"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -36,7 +36,7 @@
<build>
<configure-append>-</configure-append>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<section>x11</section><!-- Hide from Maemo Application Manager -->
<maintainer>Christoph Würstle <n800 at axique.de></maintainer>
<depends sdk="chinook">gpe-icons (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}</depends>
Modified: trunk/packages/gpesyncd.xml
===================================================================
--- trunk/packages/gpesyncd.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/gpesyncd.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="gpesyncd"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -25,7 +25,7 @@
<build>
<configure-append>--enable-hildon --disable-cairo</configure-append>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE PIM suite synchronisation application\nNecessary for synchronisation using Opensync.\nPackaged with MUD</description>
<build-depends sdk="chinook">debhelper (>= 5), autotools-dev, libglib2.0-dev, intltool, libmimedir-gnome-dev, libgpewidget-dev, libgpepimc-dev, libgpevtype-dev, libcontactsdb-dev, libeventdb-dev, libtododb-dev, libhildon1-dev</build-depends>
Modified: trunk/packages/libcontactsdb.xml
===================================================================
--- trunk/packages/libcontactsdb.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libcontactsdb.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libcontactsdb"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -20,7 +20,7 @@
</fetch>
<build>
</build>
- <deb>
+ <deb optify="1">
<library>libcontactsdb0</library>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libcontactsdb library\nContacts database access for GPE PIM applications\nPackaged with MUD</description>
Modified: trunk/packages/libeventdb.xml
===================================================================
--- trunk/packages/libeventdb.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libeventdb.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libeventdb"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -20,7 +20,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<library>libeventdb2</library>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libeventdb library\nEvent database access for GPE PIM applications.\nPackaged with MUD</description>
Modified: trunk/packages/libgpepimc.xml
===================================================================
--- trunk/packages/libgpepimc.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libgpepimc.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libgpepimc"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -33,7 +33,7 @@
<build>
<configure-append>--enable-hildon --disable-cairo</configure-append>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libgpepimc library\nCategory handling for GPE PIM applications.\nPackaged with MUD</description>
<library>libgpepimc1</library>
Modified: trunk/packages/libgpevtype.xml
===================================================================
--- trunk/packages/libgpevtype.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libgpevtype.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libgpevtype"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -28,7 +28,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<library>libgpevtype1</library>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libgpevtype library\nV-format object handling for GPE PIM applications.\nPackaged with MUD</description>
Modified: trunk/packages/libgpewidget.xml
===================================================================
--- trunk/packages/libgpewidget.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libgpewidget.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libgpewidget"
- date="20090920"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -32,7 +32,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libgpewidget library\nLibrary of GPE widgets.\nPackaged with MUD</description>
<library>libgpewidget1</library>
Modified: trunk/packages/libhandoff.xml
===================================================================
--- trunk/packages/libhandoff.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libhandoff.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libhandoff"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -20,7 +20,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<library>libhandoff0</library>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libhandoff library\nGPE interprocess communication\nPackaged with MUD</description>
Modified: trunk/packages/libmimedir-gnome.xml
===================================================================
--- trunk/packages/libmimedir-gnome.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libmimedir-gnome.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libmimedir-gnome"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -20,7 +20,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<library>libmimedir-gnome0</library>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libmimedir library\nParsing/generation of V-formats for events, contacts and todos.\nPackaged with MUD.</description>
Modified: trunk/packages/libsoundgen.xml
===================================================================
--- trunk/packages/libsoundgen.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libsoundgen.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libsoundgen"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -24,7 +24,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libsoundgen library\nPackaged with MUD</description>
<library>libsoundgen0</library>
Modified: trunk/packages/libtododb.xml
===================================================================
--- trunk/packages/libtododb.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libtododb.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libtododb"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -28,7 +28,7 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libtododb library\nTodo database access for GPE PIM applications.\nPackaged with MUD</description>
<build-depends>debhelper (>= 5), autotools-dev, libsqlite0-dev, libglib2.0-dev, intltool, libgpepimc-dev, libgpewidget-dev</build-depends>
Modified: trunk/packages/libxsettings-client.xml
===================================================================
--- trunk/packages/libxsettings-client.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/libxsettings-client.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="libxsettings-client"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -28,10 +28,10 @@
</fetch>
<build>
</build>
- <deb prefix-section="0">
+ <deb optify="1" prefix-section="0">
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE libxsettings-client library\nPackaged with MUD</description>
<library>libxsettings-client1</library>
<build-depends>debhelper (>> 3), libx11-dev</build-depends>
- </deb>
+ </deb>
</package>
Modified: trunk/packages/starling.xml
===================================================================
--- trunk/packages/starling.xml 2009-09-21 16:01:42 UTC (rev 321)
+++ trunk/packages/starling.xml 2009-09-26 19:42:41 UTC (rev 322)
@@ -3,7 +3,7 @@
<fetch type="command">
<command>
pkg="starling"
- date="20090125"
+ date="20090926"
release="2.8+"
# The release should be of the form major.minor-debianversion or major.minor+debianversion.
# The latter form means that the "svn$date" form of package version should be used
@@ -35,7 +35,7 @@
</fetch>
<build>
</build>
- <deb>
+ <deb optify="1">
<section>user/multimedia</section>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>GPE suite audio player\nStarling is the audio player from the GPE suite. Starling supports\nplaying mp3 and ogg files (via the ogg-support package).\n \nStarling makes use of Nokia's hardware buttons for better usability:\nthe full screen key toggles between play and pause; and, + advances\nto the next song and - goes to the previous. It supports recursive\nloading of directories and caches tags in a local database. For\nfiles lacking tags, it has a sophisticated algorithm for guessing\nthe name based on the location and file name. Finally, it supports\ndownloading lyrics for the current song and uploading playlists to\nlast.fm.</description>
@@ -56,5 +56,6 @@
<icon sdk="chinook">data/bass-26x26.png</icon>
<icon sdk="diablo">data/bass-26x26.png</icon>
<icon sdk="fremantle">data/bass-48x48.png</icon>
+ <bugtracker>http://bugs.linuxtogo.org/enter_bug.cgi</bugtracker>
</deb>
</package>
More information about the Mud-builder-commits
mailing list