[Xfce4-commits] <postler:master> Use 'internet-mail' icon and install correct files
Christian Dywan
noreply at xfce.org
Sun May 30 22:22:01 CEST 2010
Updating branch refs/heads/master
to 388729ed4ac75d40b32ff393d3b3be0a27ea010d (commit)
from 9c8fdfa5203a536d55839b8041c80284eae2c74c (commit)
commit 388729ed4ac75d40b32ff393d3b3be0a27ea010d
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun May 30 20:54:05 2010 +0200
Use 'internet-mail' icon and install correct files
README | 2 +-
data/postler.desktop.in | 2 +-
wscript | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 5d3bdff..606ef2d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This file is licensed under the terms of the expat license, see the file EXPAT.
+This file is licensed under the terms of the LGPL 2.1, see the file COPYING.
Postler is a lean mail interface. Messages are read from Maildir folders, HTML
is rendered, composed and spell-checked with WebKitGTK+. The application
diff --git a/data/postler.desktop.in b/data/postler.desktop.in
index 5657ed1..37b93de 100755
--- a/data/postler.desktop.in
+++ b/data/postler.desktop.in
@@ -8,6 +8,6 @@ _Comment=Lean mail interface
Categories=GTK;Network;Email;
MimeType=application/mbox;
Exec=postler %u
-Icon=postler
+Icon=internet-mail
Terminal=false
StartupNotify=true
diff --git a/wscript b/wscript
index 304bc6f..6398ad4 100644
--- a/wscript
+++ b/wscript
@@ -239,7 +239,7 @@ def build (bld):
if bld.env['docs']:
bld.install_files ('${DOCDIR}/' + APPNAME + '/', \
- 'AUTHORS ChangeLog COPYING EXPAT README TRANSLATE')
+ 'COPYING README')
if bld.env['INTLTOOL']:
obj = bld.new_task_gen ('intltool_po')
More information about the Xfce4-commits
mailing list