Adding .desktop file to make packagers moar happy... 0.2.0-alpha1
authorUnknown <dev@quassel-irc.org>
Sat, 23 Feb 2008 15:27:34 +0000 (15:27 +0000)
committerUnknown <dev@quassel-irc.org>
Sat, 23 Feb 2008 15:27:34 +0000 (15:27 +0000)
quassel.desktop [new file with mode: 0644]
version.inc

diff --git a/quassel.desktop b/quassel.desktop
new file mode 100644 (file)
index 0000000..1dbf9e0
--- /dev/null
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=0.2.0-alpha1
+Name=Quassel IRC
+GenericName=IRC Client
+Comment=Distributed IRC client with central core component
+Icon=quassel
+TryExec=quassel
+Exec=quassel
+Categories=Network;Chat;IRCClient;
index b9bc19c..ca043d1 100644 (file)
@@ -5,7 +5,7 @@
 
   quasselVersion = "0.2.0-alpha1";
   quasselDate = "2008-02-23";
-  quasselBuild = 581;
+  quasselBuild = 582;
 
   //! Minimum client build number the core needs
   clientBuildNeeded = 563;