[SCM] Atari 2600 Emulator for SDL & the X Window System branch, master, updated. debian/3.4.1-1-2-g06f3748

Stephen Kitt steve at sk2.org
Wed Oct 26 21:48:13 UTC 2011


The following commit has been merged in the master branch:
commit 1939ab00652aa45fe616601d096086301d2578d5
Author: Stephen Kitt <steve at sk2.org>
Date:   Wed Oct 26 23:08:53 2011 +0200

    Add %f specifier to the Exec line in stella.desktop.

diff --git a/debian/changelog b/debian/changelog
index 515121e..e7f19a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+stella (3.4.1-2) unstable; urgency=low
+
+  * Make Stella available in the "Open With Other Applications..." menu
+    in Gnome (and presumably similar entries in other desktop
+    environments; LP: #880114).
+
+ -- Stephen Kitt <steve at sk2.org>  Wed, 26 Oct 2011 23:04:32 +0200
+
 stella (3.4.1-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..27e6e75
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+stella-open-with.patch
diff --git a/debian/patches/stella-open-with.patch b/debian/patches/stella-open-with.patch
new file mode 100644
index 0000000..c25053f
--- /dev/null
+++ b/debian/patches/stella-open-with.patch
@@ -0,0 +1,20 @@
+Description: Indicate that stella accepts a single filename as argument
+Author: Stephen Kitt <steve at sk2.org>
+Forwarded: yes
+
+Adding "%f" to the "Exec" stanza causes Nautilus to make Stella
+available in the "Open With Other Application..." menu on a file. See
+https://bugs.launchpad.net/ubuntu/+source/stella/+bug/880114 for the
+bug report which prompted this.
+
+--- stella.orig/src/unix/stella.desktop
++++ stella/src/unix/stella.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=Stella
+ Comment=A multi-platform Atari 2600 emulator
+-Exec=stella
++Exec=stella %f
+ Icon=stella.png
+ Terminal=false
+ Type=Application

-- 
Atari 2600 Emulator for SDL & the X Window System



More information about the Pkg-games-commits mailing list