author | mickeyl <mickeyl> | 2003-11-03 22:51:07 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-03 22:51:07 (UTC) |
commit | 196486dafe08d6d78831e97b0a6058067d512eb9 (patch) (unidiff) | |
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 @@ | |||
1 | Package: opie-memoryapplet | ||
2 | Files: plugins/applets/libmemoryapplet.so* $OPIEDIR/pics/memory | ||
3 | Priority: optional | ||
4 | Section: opie/system | ||
5 | Maintainer: Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> | ||
6 | Architecture: arm | ||
7 | Depends: task-opie-minimal | ||
8 | Description: Memory Applet | ||
9 | This applet displays the amount of free memory and manages the swap partition | ||
10 | 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 @@ | |||
1 | #!/bin/sh | ||
2 | if pidof -s qpe >/dev/null; then | ||
3 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()" | ||
4 | else | ||
5 | exit 0 | ||
6 | 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 @@ | |||
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 | |||