mozilla: Add Category 'Network' to firefox/thunderbird for desktop files
authorRoger Monk <r-monk@ti.com>
Wed, 8 Sep 2010 12:44:27 +0000 (13:44 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 8 Sep 2010 16:06:07 +0000 (18:06 +0200)
   * Move desktop icons to appear alongside all other browser apps
   * Bump PR

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/mozilla/files/mozilla-firefox.desktop
recipes/mozilla/files/mozilla-thunderbird.desktop
recipes/mozilla/firefox_3.6.8.bb
recipes/mozilla/thunderbird_1.0.7.bb

index 00c0ea4..77420e6 100644 (file)
@@ -6,6 +6,6 @@ Terminal=false
 MultipleArgs=false
 Type=Application
 Icon=mozilla-firefox.png
-Categories=Application;Internet;
+Categories=Application;Internet;Network;
 SingleInstance=true
 
index 61615d9..14c5ea7 100644 (file)
@@ -6,6 +6,6 @@ Terminal=false
 MultipleArgs=false
 Type=Application
 Icon=mozilla-thunderbird.png
-Categories=Application;Internet;
+Categories=Application;Internet;Network;
 SingleInstance=true
 
index 6363852..825e692 100644 (file)
@@ -1,4 +1,5 @@
 DEPENDS += "cairo sqlite3 libnotify"
+PR = "r1"
 
 # The .pc files below have "3.6" hardcoded, fix that before using them in a newer FF version!
 SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \
index 8bf438d..35ed48c 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "x11/utils"
 DEPENDS += "gnupg"
 RRECOMMENDS_${PN} += "gnupg"
-PR = "r2"
+PR = "r3"
 
 EMVER="0.92.0"
 IPCVER="1.1.3"