[SCM] projectm packaging branch, master, updated. upstream/2.0.1+dfsg-43-g6b4473b
ximion-guest at users.alioth.debian.org
ximion-guest at users.alioth.debian.org
Mon Jun 28 12:27:28 UTC 2010
The following commit has been merged in the master branch:
commit 295da53abf914533b19075daf5550bf9a60ac67e
Author: Matthias Klumpp <matthias at nlinux.org>
Date: Mon Jun 28 14:20:46 2010 +0200
Adjust desktop-files patch to add a more meaningful description
Add a more meaningful description to .desktop files
diff --git a/debian/patches/02_desktop-encoding.patch b/debian/patches/02_desktop-encoding.patch
deleted file mode 100644
index 80419f3..0000000
--- a/debian/patches/02_desktop-encoding.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Remove encoding keys from .desktop files.
-Forwarded: yes
-Author: Matthias Klumpp <matthias at nlinux.org>
-Last-Update: 2010-06-25
-
-Index: projectm-2.0.1/src/projectM-jack/projectM-jack.desktop
-===================================================================
---- projectm-2.0.1.orig/src/projectM-jack/projectM-jack.desktop 2010-05-18 17:39:03.925815509 +0200
-+++ projectm-2.0.1/src/projectM-jack/projectM-jack.desktop 2010-05-18 17:41:10.935816068 +0200
-@@ -6,5 +6,4 @@
- Icon=prjm16-transparent.svg
- Type=Application
- Categories=AudioVideo;Audio;
--Encoding=UTF-8
- Terminal=false
-Index: projectm-2.0.1/src/projectM-pulseaudio/projectM-pulseaudio.desktop
-===================================================================
---- projectm-2.0.1.orig/src/projectM-pulseaudio/projectM-pulseaudio.desktop 2010-05-18 17:40:01.868313751 +0200
-+++ projectm-2.0.1/src/projectM-pulseaudio/projectM-pulseaudio.desktop 2010-05-18 17:40:49.407164230 +0200
-@@ -1,5 +1,4 @@
- [Desktop Entry]
--Encoding=UTF-8
- Name=projectM-pulseaudio
- GenericName=PulseAudio Visualization
- Comment=projectM for Pulse Audio
diff --git a/debian/patches/02_desktop-files.patch b/debian/patches/02_desktop-files.patch
new file mode 100644
index 0000000..c3093a7
--- /dev/null
+++ b/debian/patches/02_desktop-files.patch
@@ -0,0 +1,37 @@
+Description: Update .desktop files of projectM
+ * Remove encoding keys from .desktop files.
+ * Add more meaningful descriptions
+Forwarded: yes
+Author: Matthias Klumpp <matthias at nlinux.org>
+Last-Update: 2010-06-28
+
+--- a/src/projectM-jack/projectM-jack.desktop
++++ b/src/projectM-jack/projectM-jack.desktop
+@@ -1,10 +1,9 @@
+ [Desktop Entry]
+-Name=projectM-jack
+-GenericName=JACK Audio Visualization
+-Comment=A milkdrop based music visualizer using jack audio with a Qt4 gui
++Name=projectM Jack Audio Visualization
++GenericName=JACK Audio Stream Visualization
++Comment=A milkdrop based music visualizer visualizing JackAudio streams on a Qt4 GUI
+ Exec=/usr/bin/projectM-jack
+ Icon=prjm16-transparent.svg
+ Type=Application
+ Categories=AudioVideo;Audio;
+-Encoding=UTF-8
+ Terminal=false
+--- a/src/projectM-pulseaudio/projectM-pulseaudio.desktop
++++ b/src/projectM-pulseaudio/projectM-pulseaudio.desktop
+@@ -1,8 +1,7 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+-Name=projectM-pulseaudio
+-GenericName=PulseAudio Visualization
+-Comment=projectM for Pulse Audio
++Name=projectM PulseAudio Visualization
++GenericName=PulseAudio Stream Visualization
++Comment=Visualization of PulseAudio streams with projectM
+ Exec=projectM-pulseaudio
+ Icon=prjm16-transparent
+ Terminal=false
diff --git a/debian/patches/series b/debian/patches/series
index 5fb3dc4..897cc40 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
01_pulseaudio_cmakelist.patch
-02_desktop-encoding.patch
+02_desktop-files.patch
03_pulseaudio_stat.patch
04_libprojectm_fix-cmakelists.patch
05_libprojectm_fonts.patch
--
projectm packaging
More information about the pkg-multimedia-commits
mailing list