From: Valerio Valerio Date: Sat, 13 Mar 2010 17:19:26 +0000 (+0000) Subject: Packaging for version 0.2 X-Git-Url: http://git.maemo.org/git/?p=bootcreen;a=commitdiff_plain;h=HEAD;ds=sidebyside Packaging for version 0.2 --- diff --git a/data/icons/48x48/bootscreen.png b/data/icons/48x48/bootscreen.png new file mode 100644 index 0000000..26756ec Binary files /dev/null and b/data/icons/48x48/bootscreen.png differ diff --git a/data/icons/48x48/bootscreen_48.png b/data/icons/48x48/bootscreen_48.png deleted file mode 100644 index 26756ec..0000000 Binary files a/data/icons/48x48/bootscreen_48.png and /dev/null differ diff --git a/data/icons/64x64/bootscreen.png b/data/icons/64x64/bootscreen.png new file mode 100644 index 0000000..68a2dd0 Binary files /dev/null and b/data/icons/64x64/bootscreen.png differ diff --git a/data/icons/64x64/bootscreen_64.png b/data/icons/64x64/bootscreen_64.png deleted file mode 100644 index 68a2dd0..0000000 Binary files a/data/icons/64x64/bootscreen_64.png and /dev/null differ diff --git a/debian/changelog b/debian/changelog index e9274b2..00d0453 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +bootscreen (0.2) unstable; urgency=low + + * Added about dialog + * Turn app into a control panel applet + * Fixed "file with spaces in the name" bug + * Added save button + * Auto-select new added files + + -- Valerio Valerio Sat, 13 Mar 2010 17:04:02 +0000 + bootscreen (0.1) unstable; urgency=low * Initial release. diff --git a/debian/files b/debian/files index 5c70659..1351d66 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -bootscreen_0.1_armel.deb user/system optional +bootscreen_0.2_armel.deb user/system optional diff --git a/src/src.pro b/src/src.pro index 69ff7a6..a236ddb 100644 --- a/src/src.pro +++ b/src/src.pro @@ -23,9 +23,9 @@ upstart.files = ../data/$${TARGET} script.path = $$(DESTDIR)/usr/bin script.files = ../script/$${TARGET} icon48.path = $$(DESTDIR)/usr/share/icons/hicolor/48x48/apps -icon48.files = ../data/icons/48x48/$${TARGET}_48.png +icon48.files = ../data/icons/48x48/$${TARGET}.png icon64.path = $$(DESTDIR)/usr/share/icons/hicolor/64x64/apps -icon64.files = ../data/icons/64x64/$${TARGET}_64.png +icon64.files = ../data/icons/64x64/$${TARGET}.png INSTALLS += target plugin desktop config sudoers upstart script icon48 icon64