The Birdfont Source Code
Add desktop file
These changes was commited to the Birdfont repository Sat, 25 Apr 2015 13:13:22 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Add desktop file
--- a/install.py
+++ b/install.py
@@ -103,6 +103,7 @@
install ('resources/key_bindings.xml', '/share/birdfont', 644)
install ('resources/roboto.bf', '/share/birdfont', 644)
install ('resources/linux/birdfont_window_icon.png', '/share/birdfont', 644)
+ install ('resources/linux/birdfont.desktop', '/share/applications', 644)
install ('resources/linux/256x256/birdfont.png', '/share/icons/hicolor/256x256/apps', 644)
install ('resources/linux/128x128/birdfont.png', '/share/icons/hicolor/128x128/apps', 644)
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,7 +13,7 @@
Lesser General Public License for more details.
"""
- VERSION = '2.6.5'
+ VERSION = '2.6.6'
SO_VERSION_MAJOR = '36'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR