changelog entry and inclusion of sound files in install target
authorDavid Solbach <d@vidsolbach.de>
Wed, 3 Nov 2010 12:52:59 +0000 (13:52 +0100)
committerDavid Solbach <d@vidsolbach.de>
Wed, 3 Nov 2010 12:52:59 +0000 (13:52 +0100)
debian/changelog
src/src.pro

index 1a440a5..6f32289 100644 (file)
@@ -1,3 +1,22 @@
+buliscores (0.0.2-6) unstable; urgency=high
+
+  * fix font size
+
+ -- David Solbach <d@vidsolbach.de>  Wed, 3 Nov 2010 10:50:00 +0200
+
+
+buliscores (0.0.2-5) unstable; urgency=high
+
+  * fix broken buttons in settings dialog
+
+ -- David Solbach <d@vidsolbach.de>  Wed, 3 Nov 2010 10:22:00 +0200
+
+buliscores (0.0.2-4) unstable; urgency=high
+
+  * new description
+
+ -- David Solbach <d@vidsolbach.de>  Thu, 21 Oct 2010 21:45:00 +0200
+
 buliscores (0.0.2-3) unstable; urgency=high
 
   * fix installation, second try
 buliscores (0.0.2-3) unstable; urgency=high
 
   * fix installation, second try
index 3feac50..177abce 100644 (file)
@@ -7,6 +7,8 @@ TARGET = buliscores
 
 OTHER_FILES += \
     buliscores.desktop
 
 OTHER_FILES += \
     buliscores.desktop
+    sounds/trillerpfeife.wav \
+    sounds/tor.wav
 
 HEADERS += \
     src/match.h \
 
 HEADERS += \
     src/match.h \
@@ -34,11 +36,16 @@ FORMS += \
     src/settingsdialog.ui
 
 unix {
     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
 
   #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
+
 }
 }