From 9282dea3fca9eb7d8e7a9e9d2a45c587fdd9e0f4 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 20 Jun 2010 15:41:14 +0200 Subject: qingy, ajout lanceurs --- base/qingy/.footprint | 3 +++ base/qingy/.md5sum | 3 +++ base/qingy/ChatIrssi | 1 + base/qingy/MidnightCommander | 1 + base/qingy/NaviLinks | 2 ++ base/qingy/Pkgfile | 7 ++++++- 6 files changed, 16 insertions(+), 1 deletion(-) create mode 100755 base/qingy/ChatIrssi create mode 100755 base/qingy/MidnightCommander create mode 100755 base/qingy/NaviLinks diff --git a/base/qingy/.footprint b/base/qingy/.footprint index 8deb67dc0..354613ddb 100644 --- a/base/qingy/.footprint +++ b/base/qingy/.footprint @@ -2,6 +2,9 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/pam.d/ drwxr-xr-x root/root etc/qingy/ drwxr-xr-x root/root etc/qingy/sessions/ +-rwxr-xr-x root/root etc/qingy/sessions/ChatIrssi +-rwxr-xr-x root/root etc/qingy/sessions/MidnightCommander +-rwxr-xr-x root/root etc/qingy/sessions/NaviLinks -rw-r--r-- root/root etc/qingy/settings -rw-r--r-- root/root etc/qingy/welcomes drwxr-xr-x root/root usr/ diff --git a/base/qingy/.md5sum b/base/qingy/.md5sum index 631b8a2bb..d73896ab3 100644 --- a/base/qingy/.md5sum +++ b/base/qingy/.md5sum @@ -1,3 +1,6 @@ +6c790e02a808602886b32b7151dac514 ChatIrssi +25711f0c332211078ed48d44cfaaede6 MidnightCommander +ba3853defe9533e1027c158e0ed04500 NaviLinks 9e3d5d8a8c89d6db10c6b41ec498a566 nutyx-attapu.jpg 34f40172a71e9a6c2c77ddce11d2a63a qingy-0.9.9.tar.bz2 832d24179d659b66abb14ae922df5146 theme diff --git a/base/qingy/ChatIrssi b/base/qingy/ChatIrssi new file mode 100755 index 000000000..1ffe8c624 --- /dev/null +++ b/base/qingy/ChatIrssi @@ -0,0 +1 @@ +irssi diff --git a/base/qingy/MidnightCommander b/base/qingy/MidnightCommander new file mode 100755 index 000000000..dfd5d4cff --- /dev/null +++ b/base/qingy/MidnightCommander @@ -0,0 +1 @@ +mc diff --git a/base/qingy/NaviLinks b/base/qingy/NaviLinks new file mode 100755 index 000000000..723d53623 --- /dev/null +++ b/base/qingy/NaviLinks @@ -0,0 +1,2 @@ +links -mode 1024x768x16 +sleep 5 diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile index 86f3f6692..f9d3bf1e5 100644 --- a/base/qingy/Pkgfile +++ b/base/qingy/Pkgfile @@ -7,7 +7,7 @@ name=qingy version=0.9.9 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ - nutyx-attapu.jpg theme) + nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander) build() { cd $name-$version ./configure --prefix=/usr \ @@ -28,4 +28,9 @@ build() { cp ../nutyx-attapu.jpg $PKG/usr/share/qingy/themes/default/background.jpg echo "root Soyez prudent, vous avez tous les droits..." >\ $PKG/etc/qingy/welcomes + for i in ChatIrssi NaviLinks MidnightCommander + do + install -m755 ../$i \ + $PKG/etc/qingy/sessions/$i + done } -- cgit v1.2.3-54-g00ecf