From f9055d976da6b85b0c1bb5d88b30d9edc9ac0ec2 Mon Sep 17 00:00:00 2001 From: David Solbach Date: Wed, 3 Nov 2010 13:52:59 +0100 Subject: [PATCH] changelog entry and inclusion of sound files in install target --- debian/changelog | 19 +++++++++++++++++++ src/src.pro | 11 +++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1a440a5..6f32289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +buliscores (0.0.2-6) unstable; urgency=high + + * fix font size + + -- David Solbach Wed, 3 Nov 2010 10:50:00 +0200 + + +buliscores (0.0.2-5) unstable; urgency=high + + * fix broken buttons in settings dialog + + -- David Solbach Wed, 3 Nov 2010 10:22:00 +0200 + +buliscores (0.0.2-4) unstable; urgency=high + + * new description + + -- David Solbach Thu, 21 Oct 2010 21:45:00 +0200 + buliscores (0.0.2-3) unstable; urgency=high * fix installation, second try diff --git a/src/src.pro b/src/src.pro index 3feac50..177abce 100644 --- a/src/src.pro +++ b/src/src.pro @@ -7,6 +7,8 @@ TARGET = buliscores OTHER_FILES += \ buliscores.desktop + sounds/trillerpfeife.wav \ + sounds/tor.wav HEADERS += \ src/match.h \ @@ -34,11 +36,16 @@ FORMS += \ src/settingsdialog.ui unix { - INSTALLS += target desktop + INSTALLS += target desktop sounds #MAKE INSTALL target.path =/usr/lib/hildon-desktop desktop.path = /usr/share/applications/hildon-home - desktop.files += buliscores.desktop + desktop.files = buliscores.desktop + + sound.path = /usr/share/buliscores + sound.files = sounds/tor.wav + sound.files += sounds/trillerpfeife.wav + } -- 1.7.9.5