[SCM] phasex/master: 11-dont_install_desktop_file.patch
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Jan 13 17:20:36 UTC 2013
The following commit has been merged in the master branch:
commit 60a0949bf75b85404f15181fe32909497aeeaead
Author: Alessio Treglia <alessio at debian.org>
Date: Sun Jan 13 16:40:56 2013 +0000
11-dont_install_desktop_file.patch
- Patch misc/Makefile to avoid it relies on desktop-file-utils
to handle the installtion of the launcher, we already install it
with dh_install.
diff --git a/debian/patches/11-dont_install_desktop_file.patch b/debian/patches/11-dont_install_desktop_file.patch
new file mode 100644
index 0000000..e3c544f
--- /dev/null
+++ b/debian/patches/11-dont_install_desktop_file.patch
@@ -0,0 +1,21 @@
+Description:
+ Don't install the launcher to avoid depending on desktop-file-utils.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: not-needed
+---
+ misc/Makefile.am | 4 ----
+ 1 file changed, 4 deletions(-)
+
+--- phasex.orig/misc/Makefile.am
++++ phasex/misc/Makefile.am
+@@ -19,10 +19,6 @@ desktop_extra = X-Jack X-MIDI X-Synthesi
+ install-data-local:
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/applications
+- desktop-file-install \
+- --dir $(DESTDIR)$(datadir)/applications \
+- `for c in $(desktop_base) $(desktop_extra); do echo "--add-category $$c "; done` \
+- $(desktop_files)
+
+
+ uninstall-hook:
diff --git a/debian/patches/series b/debian/patches/series
index 7749b74..a84ccd3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
02-gcc_flags.patch
03-binutils_gold.patch
04-hardening.patch
+11-dont_install_desktop_file.patch
--
phasex packaging
More information about the pkg-multimedia-commits
mailing list