[oe-commits] Roger Monk : mozilla: Add Category 'Network' to firefox/ thunderbird for desktop files

git version control git at git.openembedded.org
Wed Sep 8 16:06:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 76f0e713f4b050db2646bf6e40b5d630c7c230ce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=76f0e713f4b050db2646bf6e40b5d630c7c230ce

Author: Roger Monk <r-monk at ti.com>
Date:   Wed Sep  8 13:44:27 2010 +0100

mozilla: Add Category 'Network' to firefox/thunderbird for desktop files

   * Move desktop icons to appear alongside all other browser apps
   * Bump PR

Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/mozilla/files/mozilla-firefox.desktop     |    2 +-
 recipes/mozilla/files/mozilla-thunderbird.desktop |    2 +-
 recipes/mozilla/firefox_3.6.8.bb                  |    1 +
 recipes/mozilla/thunderbird_1.0.7.bb              |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/mozilla/files/mozilla-firefox.desktop b/recipes/mozilla/files/mozilla-firefox.desktop
index 00c0ea4..77420e6 100644
--- a/recipes/mozilla/files/mozilla-firefox.desktop
+++ b/recipes/mozilla/files/mozilla-firefox.desktop
@@ -6,6 +6,6 @@ Terminal=false
 MultipleArgs=false
 Type=Application
 Icon=mozilla-firefox.png
-Categories=Application;Internet;
+Categories=Application;Internet;Network;
 SingleInstance=true
 
diff --git a/recipes/mozilla/files/mozilla-thunderbird.desktop b/recipes/mozilla/files/mozilla-thunderbird.desktop
index 61615d9..14c5ea7 100644
--- a/recipes/mozilla/files/mozilla-thunderbird.desktop
+++ b/recipes/mozilla/files/mozilla-thunderbird.desktop
@@ -6,6 +6,6 @@ Terminal=false
 MultipleArgs=false
 Type=Application
 Icon=mozilla-thunderbird.png
-Categories=Application;Internet;
+Categories=Application;Internet;Network;
 SingleInstance=true
 
diff --git a/recipes/mozilla/firefox_3.6.8.bb b/recipes/mozilla/firefox_3.6.8.bb
index 6363852..825e692 100644
--- a/recipes/mozilla/firefox_3.6.8.bb
+++ b/recipes/mozilla/firefox_3.6.8.bb
@@ -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 \
diff --git a/recipes/mozilla/thunderbird_1.0.7.bb b/recipes/mozilla/thunderbird_1.0.7.bb
index 8bf438d..35ed48c 100644
--- a/recipes/mozilla/thunderbird_1.0.7.bb
+++ b/recipes/mozilla/thunderbird_1.0.7.bb
@@ -1,7 +1,7 @@
 SECTION = "x11/utils"
 DEPENDS += "gnupg"
 RRECOMMENDS_${PN} += "gnupg"
-PR = "r2"
+PR = "r3"
 
 EMVER="0.92.0"
 IPCVER="1.1.3"





More information about the Openembedded-commits mailing list