summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-12-11 10:30:21 -0500
committerMicah Anderson <micah@riseup.net>2013-12-11 10:30:21 -0500
commitfd0d9ddf9dfd8f00eb5d168df12ad7cf7b7be900 (patch)
treeb3d21cebe0ec5477305ecf6038508413d1b70476
parent40a554ca4f3d0eac6095a081723cdd5a611efe71 (diff)
add .desktop file installation (#4730)
-rw-r--r--debian/bitmask.desktop14
-rw-r--r--debian/bitmask.install1
-rw-r--r--debian/changelog6
3 files changed, 21 insertions, 0 deletions
diff --git a/debian/bitmask.desktop b/debian/bitmask.desktop
new file mode 100644
index 00000000..a934a762
--- /dev/null
+++ b/debian/bitmask.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Name=Bitmask
+Comment=Secure Communication
+Comment[es]=Secure Communication
+Comment[de]=Secure Communication
+Exec=bitmask %U
+Terminal=false
+Icon=bitmask
+Categories=Network;Application;
+StartupNotify=true
+X-AppInstall-Package=bitmask
diff --git a/debian/bitmask.install b/debian/bitmask.install
index 7c95e0a8..cdd51540 100644
--- a/debian/bitmask.install
+++ b/debian/bitmask.install
@@ -1,2 +1,3 @@
pkg/linux/polkit/net.openvpn.gui.leap.policy usr/share/polkit-1/actions/
debian/bitmask.xpm usr/share/pixmaps
+debian/bitmask.desktop usr/share/applications
diff --git a/debian/changelog b/debian/changelog
index 67ee2834..8b1abd9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bitmask (0.3.8.1) unstable; urgency=medium
+
+ * Add desktop file
+
+ -- Micah Anderson <micah@debian.org> Wed, 11 Dec 2013 10:29:26 -0500
+
bitmask (0.3.8) unstable; urgency=low
* Update to 0.3.8 release, "The three-week child"