summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-11-03 22:51:07 (UTC)
committer mickeyl <mickeyl>2003-11-03 22:51:07 (UTC)
commit196486dafe08d6d78831e97b0a6058067d512eb9 (patch) (unidiff)
treeec13e41f7e182fca96e9100d9d9323e2d625564f
parent810b14b32e54dae040226328c04ea80c48d3d2a2 (diff)
downloadopie-196486dafe08d6d78831e97b0a6058067d512eb9.zip
opie-196486dafe08d6d78831e97b0a6058067d512eb9.tar.gz
opie-196486dafe08d6d78831e97b0a6058067d512eb9.tar.bz2
add pictures and distribution files for memoryapplet
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/memoryapplet/opie-memoryapplet.control10
-rwxr-xr-xnoncore/applets/memoryapplet/opie-memoryapplet.postinst6
-rwxr-xr-xnoncore/applets/memoryapplet/opie-memoryapplet.postrm2
-rw-r--r--pics/memory/info.pngbin0 -> 595 bytes
-rw-r--r--pics/memory/memorytabicon.pngbin0 -> 719 bytes
-rw-r--r--pics/memory/storagetabicon.pngbin0 -> 703 bytes
6 files changed, 18 insertions, 0 deletions
diff --git a/noncore/applets/memoryapplet/opie-memoryapplet.control b/noncore/applets/memoryapplet/opie-memoryapplet.control
new file mode 100644
index 0000000..0f42052
--- a/dev/null
+++ b/noncore/applets/memoryapplet/opie-memoryapplet.control
@@ -0,0 +1,10 @@
1Package: opie-memoryapplet
2Files: plugins/applets/libmemoryapplet.so* $OPIEDIR/pics/memory
3Priority: optional
4Section: opie/system
5Maintainer: Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de>
6Architecture: arm
7Depends: task-opie-minimal
8Description: Memory Applet
9 This applet displays the amount of free memory and manages the swap partition
10Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/applets/memoryapplet/opie-memoryapplet.postinst b/noncore/applets/memoryapplet/opie-memoryapplet.postinst
new file mode 100755
index 0000000..a549c30
--- a/dev/null
+++ b/noncore/applets/memoryapplet/opie-memoryapplet.postinst
@@ -0,0 +1,6 @@
1#!/bin/sh
2if pidof -s qpe >/dev/null; then
3 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
4else
5 exit 0
6fi
diff --git a/noncore/applets/memoryapplet/opie-memoryapplet.postrm b/noncore/applets/memoryapplet/opie-memoryapplet.postrm
new file mode 100755
index 0000000..ba76ffa
--- a/dev/null
+++ b/noncore/applets/memoryapplet/opie-memoryapplet.postrm
@@ -0,0 +1,2 @@
1#!/bin/sh
2/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
diff --git a/pics/memory/info.png b/pics/memory/info.png
new file mode 100644
index 0000000..b69c49d
--- a/dev/null
+++ b/pics/memory/info.png
Binary files differ
diff --git a/pics/memory/memorytabicon.png b/pics/memory/memorytabicon.png
new file mode 100644
index 0000000..6095328
--- a/dev/null
+++ b/pics/memory/memorytabicon.png
Binary files differ
diff --git a/pics/memory/storagetabicon.png b/pics/memory/storagetabicon.png
new file mode 100644
index 0000000..bfef5ad
--- a/dev/null
+++ b/pics/memory/storagetabicon.png
Binary files differ