summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/leafpad/files/leafpad.desktop3
-rw-r--r--meta/packages/leafpad/leafpad_0.8.9.bb2
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/leafpad/files/leafpad.desktop b/meta/packages/leafpad/files/leafpad.desktop
index 36a0987500..c7e2d5bb58 100644
--- a/meta/packages/leafpad/files/leafpad.desktop
+++ b/meta/packages/leafpad/files/leafpad.desktop
@@ -1,5 +1,4 @@
1[Desktop Entry] 1[Desktop Entry]
2Encoding=UTF-8
3Name=Notes 2Name=Notes
4Exec=/usr/bin/leafpad 3Exec=/usr/bin/leafpad
5Comment=Text Editor 4Comment=Text Editor
@@ -7,5 +6,5 @@ Icon=accessories-text-editor
7Terminal=false 6Terminal=false
8Type=Application 7Type=Application
9Categories=GTK;Utility;TextEditor; 8Categories=GTK;Utility;TextEditor;
10SingleInstance=true 9X-MB-SingleInstance=true
11StartupNotify=true 10StartupNotify=true
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb
index 301cb28edd..c5f63aa839 100644
--- a/meta/packages/leafpad/leafpad_0.8.9.bb
+++ b/meta/packages/leafpad/leafpad_0.8.9.bb
@@ -3,7 +3,7 @@ DEPENDS = "gtk+ intltool-native libowl"
3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ 3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
4 file://owl-menu.patch;patch=1 \ 4 file://owl-menu.patch;patch=1 \
5 file://leafpad.desktop" 5 file://leafpad.desktop"
6PR = "r6" 6PR = "r7"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9