aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSardem FF7 <sardemff7.pub@gmail.com>2011-04-15 15:56:39 +0200
committerSardem FF7 <sardemff7.pub@gmail.com>2011-04-15 15:56:39 +0200
commit554ad2d2f94cb14a7136134fc866d9cf1f7da048 (patch)
treed7fd9ceff8bcade3c6d31c02dbbcd3b63782db2f
parentGeany ebuild updates (diff)
downloadsardemff7-554ad2d2f94cb14a7136134fc866d9cf1f7da048.tar.gz
sardemff7-554ad2d2f94cb14a7136134fc866d9cf1f7da048.tar.bz2
sardemff7-554ad2d2f94cb14a7136134fc866d9cf1f7da048.zip
Update the icon copy for .desktop
Blind push
-rw-r--r--eclass/mozilla-config.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mozilla-config.eclass b/eclass/mozilla-config.eclass
index d8e7328..c03f182 100644
--- a/eclass/mozilla-config.eclass
+++ b/eclass/mozilla-config.eclass
@@ -284,8 +284,10 @@ function mozconfig_configure {
}
function mozilla_application_install() {
+ [ -d "${S}"/${MOZ_APPLICATION}/branding/official ] || \
+ ln -s ../../other-licences/${PN} "${S}"/${MOZ_APPLICATION}/branding/official
# Install icon and .desktop for menu entry
- newicon "${S}"/other-licenses/branding/${PN}/content/icon48.png ${PN}.png
+ newicon "${S}"/${MOZ_APPLICATION}/branding/official/content/icon64.png ${PN}.png
newmenu "${FILESDIR}"/${PN}.desktop ${PN}.desktop
# Add StartupNotify=true bug 237317