[Lunar-commits] <moonbase> convertall: Version bump, and giving the thing a .desktop entry.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Sep 24 23:53:17 CEST 2009
commit 889f930eedee1b73a8c3eec498fae19ef01b0012
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Sep 24 17:53:17 2009 -0400
convertall: Version bump, and giving the thing a .desktop entry.
---
qt4-apps/convertall/BUILD | 19 ++++++++++++++++++-
qt4-apps/convertall/DETAILS | 6 +++---
2 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/qt4-apps/convertall/BUILD b/qt4-apps/convertall/BUILD
index 6062314..82106a7 100644
--- a/qt4-apps/convertall/BUILD
+++ b/qt4-apps/convertall/BUILD
@@ -2,6 +2,23 @@
cd ConvertAll &&
prepare_install &&
- python install.py -p /usr
+ python install.py -p /usr &&
+
+
+ # Desktop icon
+ install -D -m644 icons/convertall_med.png /usr/share/pixmaps/${MODULE}.png &&
+
+ # Desktop menu entry
+ cat > ${MODULE}.desktop << EOF &&
+[Desktop Entry]
+Type=Application
+Name=ConvertAll
+Comment=Qt based unit converter
+Exec=$MODULE
+Icon=$MODULE
+Categories=Application;KDE;Utility;
+EOF
+
+ install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
) > $C_FIFO 2>&1
diff --git a/qt4-apps/convertall/DETAILS b/qt4-apps/convertall/DETAILS
index 80804df..90c1772 100644
--- a/qt4-apps/convertall/DETAILS
+++ b/qt4-apps/convertall/DETAILS
@@ -1,11 +1,11 @@
MODULE=convertall
- VERSION=0.4.2
+ VERSION=0.4.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://download.berlios.de/convertall/
- SOURCE_VFY=sha1:f455e197d2ccbdb60655a0f6037fc216845a36e5
+ SOURCE_VFY=sha1:7940bd26d15f3870f6f2bc133d9d8c84244b7615
WEB_SITE=http://convertall.bellz.org
ENTERED=20050531
- UPDATED=20081028
+ UPDATED=20090924
MAINTAINER=tchan at lunar-linux.org
SHORT="Another unit converter"
More information about the Lunar-commits
mailing list