summaryrefslogtreecommitdiffstats
path: root/cluster
diff options
context:
space:
mode:
authorEric Sandall2009-04-15 18:18:10 -0700
committerEric Sandall2009-04-15 18:18:45 -0700
commite8dbcd8367fb873fa03170dd4d62795a7b9f8665 (patch)
treec193c94464bbe7f624e7a13bd91e9737bb30fcbd /cluster
parent1669698eb2b68af61bf496d52fbde0872958f62c (diff)
clusterssh: Install .desktop file and icons
Diffstat (limited to 'cluster')
-rw-r--r--cluster/clusterssh/HISTORY2
-rwxr-xr-xcluster/clusterssh/INSTALL9
2 files changed, 11 insertions, 0 deletions
diff --git a/cluster/clusterssh/HISTORY b/cluster/clusterssh/HISTORY
index 6983c4db77..6bccbb0927 100644
--- a/cluster/clusterssh/HISTORY
+++ b/cluster/clusterssh/HISTORY
@@ -1,6 +1,8 @@
2009-04-15 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 3.25
* BUILD: Use default_build
+ * INSTALL: Install .desktop file
+ Install icons
2008-04-12 Mark Bainter <mbainter@sourcemage.org>
* BUILD, DEPENDS, DETAILS, HISTORY: spell created
diff --git a/cluster/clusterssh/INSTALL b/cluster/clusterssh/INSTALL
new file mode 100755
index 0000000000..ab1475b354
--- /dev/null
+++ b/cluster/clusterssh/INSTALL
@@ -0,0 +1,9 @@
+default_install &&
+
+install -m 0644 -o root -g root $SOURCE_DIRECTORY/$SPELL.desktop \
+ $INSTALL_ROOT/usr/share/applications/$SPELL.desktop
+
+for icon in 24x24 32x32 48x48; do
+ install -m 0644 -o root -g root $SOURCE_DIRECTORY/clusterssh-$icon.png \
+ $INSTALL_ROOT/usr/share/pixmaps/clusterssh-$icon.png
+done