author | mickeyl <mickeyl> | 2003-11-03 22:51:07 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-03 22:51:07 (UTC) |
commit | 196486dafe08d6d78831e97b0a6058067d512eb9 (patch) (side-by-side diff) | |
tree | ec13e41f7e182fca96e9100d9d9323e2d625564f | |
parent | 810b14b32e54dae040226328c04ea80c48d3d2a2 (diff) | |
download | opie-196486dafe08d6d78831e97b0a6058067d512eb9.zip opie-196486dafe08d6d78831e97b0a6058067d512eb9.tar.gz opie-196486dafe08d6d78831e97b0a6058067d512eb9.tar.bz2 |
add pictures and distribution files for memoryapplet
-rw-r--r-- | noncore/applets/memoryapplet/opie-memoryapplet.control | 10 | ||||
-rwxr-xr-x | noncore/applets/memoryapplet/opie-memoryapplet.postinst | 6 | ||||
-rwxr-xr-x | noncore/applets/memoryapplet/opie-memoryapplet.postrm | 2 | ||||
-rw-r--r-- | pics/memory/info.png | bin | 0 -> 595 bytes | |||
-rw-r--r-- | pics/memory/memorytabicon.png | bin | 0 -> 719 bytes | |||
-rw-r--r-- | pics/memory/storagetabicon.png | bin | 0 -> 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 @@ +Package: opie-memoryapplet +Files: plugins/applets/libmemoryapplet.so* $OPIEDIR/pics/memory +Priority: optional +Section: opie/system +Maintainer: Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> +Architecture: arm +Depends: task-opie-minimal +Description: Memory Applet + This applet displays the amount of free memory and manages the swap partition +Version: $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 @@ +#!/bin/sh +if pidof -s qpe >/dev/null; then + /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" +else + exit 0 +fi 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 @@ +#!/bin/sh +/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" diff --git a/pics/memory/info.png b/pics/memory/info.png Binary files differnew file mode 100644 index 0000000..b69c49d --- a/dev/null +++ b/pics/memory/info.png diff --git a/pics/memory/memorytabicon.png b/pics/memory/memorytabicon.png Binary files differnew file mode 100644 index 0000000..6095328 --- a/dev/null +++ b/pics/memory/memorytabicon.png diff --git a/pics/memory/storagetabicon.png b/pics/memory/storagetabicon.png Binary files differnew file mode 100644 index 0000000..bfef5ad --- a/dev/null +++ b/pics/memory/storagetabicon.png |