[Lunar-commits] <moonbase> 4pane: used mquery instead of deprecated if-constructs

Auke Kok sofar at foo-projects.org
Tue Jul 12 02:18:04 CEST 2011


commit b7b4144a45cd5c272e84d91ba89fc89c95291a88
Author: Konstantin Asarowski <ktx at luusa.org>
Date:   Tue Jul 12 02:18:04 2011 +0200

    4pane: used mquery instead of deprecated if-constructs
---
 zbeta/4pane/CONFIGURE |    3 +++
 zbeta/4pane/DEPENDS   |    1 +
 zbeta/4pane/DETAILS   |   19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/zbeta/4pane/CONFIGURE b/zbeta/4pane/CONFIGURE
new file mode 100644
index 0000000..b7b698f
--- /dev/null
+++ b/zbeta/4pane/CONFIGURE
@@ -0,0 +1,3 @@
+mquery ENABLE_UNICODE  "Enable Unicode support?" y "--enable-unicode" ""
+mquery CREATE_SHORTCUT "Try to create a desktop shortcut?" n "" "--disable-desktop"
+mquery ISTALL_LOCALE   "Install 4pane's locale files?" y "--enable-locale" ""
diff --git a/zbeta/4pane/DEPENDS b/zbeta/4pane/DEPENDS
new file mode 100644
index 0000000..af3547b
--- /dev/null
+++ b/zbeta/4pane/DEPENDS
@@ -0,0 +1 @@
+depends wxGTK
diff --git a/zbeta/4pane/DETAILS b/zbeta/4pane/DETAILS
new file mode 100644
index 0000000..44e776c
--- /dev/null
+++ b/zbeta/4pane/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=4pane
+         VERSION=0.8.0
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=$SFORGE_URL/fourpane/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:66b6433f7cfacf4691592e304b07fb5db5011756
+        WEB_SITE="http://www.4pane.co.uk/"
+         ENTERED=20110626
+         UPDATED=20110626
+           SHORT="A multi-pane, detailed-list, lightweight file manager."
+cat <<EOF
+4Pane is a multi-pane, detailed-list file manager for Linux. It is
+designed to be fully-featured without bloat, and aims for speed rather
+than visual effects. In addition to standard file manager things,
+it offers multiple undo and redo of most operations (including
+deletions), archive management including 'virtual browsing' inside
+archives, multiple renaming/duplication of files, a terminal emulator
+and user-defined tools.
+EOF


More information about the Lunar-commits mailing list