[Lunar-commits] <moonbase> midori: move it to web dir.
Florin Braescu
florin at lunar-linux.org
Sun Apr 11 10:48:03 CEST 2010
commit 9d42407261bff9d78b966f0b1e29f80abe412a7b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 11 11:48:03 2010 +0300
midori: move it to web dir.
---
web/midori/BUILD | 15 +++++++++++++++
web/midori/CONFIGURE | 1 +
web/midori/CONFLICTS | 1 +
web/midori/DEPENDS | 9 +++++++++
web/midori/DETAILS | 20 ++++++++++++++++++++
web/midori/POST_INSTALL | 1 +
zbeta/midori/BUILD | 15 ---------------
zbeta/midori/CONFIGURE | 1 -
zbeta/midori/CONFLICTS | 1 -
zbeta/midori/DEPENDS | 9 ---------
zbeta/midori/DETAILS | 20 --------------------
zbeta/midori/POST_INSTALL | 1 -
12 files changed, 47 insertions(+), 47 deletions(-)
diff --git a/web/midori/BUILD b/web/midori/BUILD
new file mode 100644
index 0000000..2776723
--- /dev/null
+++ b/web/midori/BUILD
@@ -0,0 +1,15 @@
+(
+
+ ./waf configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --enable-addons \
+ --disable-nls \
+ $OPTS &&
+ ./waf &&
+ prepare_install &&
+ ./waf install
+
+) > $C_FIFO 2>&1
diff --git a/web/midori/CONFIGURE b/web/midori/CONFIGURE
new file mode 100644
index 0000000..14a2421
--- /dev/null
+++ b/web/midori/CONFIGURE
@@ -0,0 +1 @@
+mquery WITH_ADDONS "Enable building of extensions" y "--enable-addons" "--disable-addons"
diff --git a/web/midori/CONFLICTS b/web/midori/CONFLICTS
new file mode 100644
index 0000000..01a4b0d
--- /dev/null
+++ b/web/midori/CONFLICTS
@@ -0,0 +1 @@
+conflicts midori-git
diff --git a/web/midori/DEPENDS b/web/midori/DEPENDS
new file mode 100644
index 0000000..76d8754
--- /dev/null
+++ b/web/midori/DEPENDS
@@ -0,0 +1,9 @@
+depends libsexy
+depends webkit
+depends libxml2
+depends libsoup
+
+optional_depends libunique "--enable-unique" "--disable-unique" "for single instance midori"
+optional_depends sqlite "--enable-sqlite" "--disable-sqlite" "enable history database support"
+optional_depends libidn "--enable-libidn" "--disable-libidn" "enable international domain name support"
+optional_depends gtk-doc "--enable-apidocs" "--disable-apidocs" "enable creation of apidocs"
diff --git a/web/midori/DETAILS b/web/midori/DETAILS
new file mode 100644
index 0000000..115b8a9
--- /dev/null
+++ b/web/midori/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=midori
+ VERSION=0.2.4
+ MAJOR=0.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR
+ SOURCE_VFY=sha1:41b11ff4a65256fc3fdcafb8151f60195d7f8845
+ WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html
+ ENTERED=20070921
+ UPDATED=20100308
+ SHORT="A lightweight WebKit/Gtk+-2 based browser"
+
+cat << EOF
+Midori is a lightweight web browser.
+ * Full integration with GTK+2
+ * Fast rendering with WebKit
+ * Tabs, windows, and session management
+ * Bookmarks are stored with XBEL
+ * Searchbox based on OpenSearch
+ * User scripts and user styles support
+EOF
diff --git a/web/midori/POST_INSTALL b/web/midori/POST_INSTALL
new file mode 100644
index 0000000..cfaa684
--- /dev/null
+++ b/web/midori/POST_INSTALL
@@ -0,0 +1 @@
+if module_installed xdg-utils; then XDG_OPEN=`lvu from xdg-open|grep bin|cut -d: -f2`;sedit "s/firefox:/midori:firefox:/" $XDG_OPEN;fi
diff --git a/zbeta/midori/BUILD b/zbeta/midori/BUILD
deleted file mode 100644
index 2776723..0000000
--- a/zbeta/midori/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
- ./waf configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-addons \
- --disable-nls \
- $OPTS &&
- ./waf &&
- prepare_install &&
- ./waf install
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/midori/CONFIGURE b/zbeta/midori/CONFIGURE
deleted file mode 100644
index 14a2421..0000000
--- a/zbeta/midori/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery WITH_ADDONS "Enable building of extensions" y "--enable-addons" "--disable-addons"
diff --git a/zbeta/midori/CONFLICTS b/zbeta/midori/CONFLICTS
deleted file mode 100644
index 01a4b0d..0000000
--- a/zbeta/midori/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts midori-git
diff --git a/zbeta/midori/DEPENDS b/zbeta/midori/DEPENDS
deleted file mode 100644
index 76d8754..0000000
--- a/zbeta/midori/DEPENDS
+++ /dev/null
@@ -1,9 +0,0 @@
-depends libsexy
-depends webkit
-depends libxml2
-depends libsoup
-
-optional_depends libunique "--enable-unique" "--disable-unique" "for single instance midori"
-optional_depends sqlite "--enable-sqlite" "--disable-sqlite" "enable history database support"
-optional_depends libidn "--enable-libidn" "--disable-libidn" "enable international domain name support"
-optional_depends gtk-doc "--enable-apidocs" "--disable-apidocs" "enable creation of apidocs"
diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS
deleted file mode 100644
index 115b8a9..0000000
--- a/zbeta/midori/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=midori
- VERSION=0.2.4
- MAJOR=0.2
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR
- SOURCE_VFY=sha1:41b11ff4a65256fc3fdcafb8151f60195d7f8845
- WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html
- ENTERED=20070921
- UPDATED=20100308
- SHORT="A lightweight WebKit/Gtk+-2 based browser"
-
-cat << EOF
-Midori is a lightweight web browser.
- * Full integration with GTK+2
- * Fast rendering with WebKit
- * Tabs, windows, and session management
- * Bookmarks are stored with XBEL
- * Searchbox based on OpenSearch
- * User scripts and user styles support
-EOF
diff --git a/zbeta/midori/POST_INSTALL b/zbeta/midori/POST_INSTALL
deleted file mode 100644
index cfaa684..0000000
--- a/zbeta/midori/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-if module_installed xdg-utils; then XDG_OPEN=`lvu from xdg-open|grep bin|cut -d: -f2`;sedit "s/firefox:/midori:firefox:/" $XDG_OPEN;fi
More information about the Lunar-commits
mailing list