Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (525ffeebf1001a6a8bc89434d60a1f36afffbbb7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (525ffeebf1001a6a8bc89434d60a1f36afffbbb7)
  • Date: Sat, 2 Jun 2012 20:14:12 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
http/xombrero/BUILD | 2 ++
http/xombrero/DEPENDS | 3 +++
http/xombrero/DETAILS | 15 +++++++++++++++
http/xombrero/HISTORY | 2 ++
http/xombrero/PRE_BUILD | 5 +++++
http/xombrero/xombrero-1.0.0.tgz.sig |binary
7 files changed, 30 insertions(+)

New commits:
commit 525ffeebf1001a6a8bc89434d60a1f36afffbbb7
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

http/xombrero: new spell, minimalists web browser

this is successor of xxxterm, xxxterm will be deprecated soon

diff --git a/ChangeLog b/ChangeLog
index 483c9bd..f1a4215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-06-03 Ladislav Hagara <hgr AT vabo.cz>
+ * http/xombrero: new spell, minimalists web browser
+
2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/genbackupdata: new spell, a tool for generating test
data for
backup programs
diff --git a/http/xombrero/BUILD b/http/xombrero/BUILD
new file mode 100755
index 0000000..45bc3d2
--- /dev/null
+++ b/http/xombrero/BUILD
@@ -0,0 +1,2 @@
+cd linux &&
+make
diff --git a/http/xombrero/DEPENDS b/http/xombrero/DEPENDS
new file mode 100755
index 0000000..b6a2e13
--- /dev/null
+++ b/http/xombrero/DEPENDS
@@ -0,0 +1,3 @@
+depends libbsd &&
+depends webkitgtk &&
+depends gtk+2
diff --git a/http/xombrero/DETAILS b/http/xombrero/DETAILS
new file mode 100755
index 0000000..875413c
--- /dev/null
+++ b/http/xombrero/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=xombrero
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://opensource.conformal.com/snapshots/$SPELL/$SOURCE
+ SOURCE_HINTS="no-check-certificate"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=ISC
+ WEB_SITE=http://opensource.conformal.com/wiki/xombrero
+ ENTERED=20120603
+ SHORT="minimalists web browser"
+cat << EOF
+xombrero is a minimalists web browser. It strives to be vi-like for heavy
+keyboard users while maintaining traditional web browser behavior.
+EOF
diff --git a/http/xombrero/HISTORY b/http/xombrero/HISTORY
new file mode 100644
index 0000000..a6e8d4b
--- /dev/null
+++ b/http/xombrero/HISTORY
@@ -0,0 +1,2 @@
+2012-06-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 1.0.0
diff --git a/http/xombrero/PRE_BUILD b/http/xombrero/PRE_BUILD
new file mode 100755
index 0000000..ada9daf
--- /dev/null
+++ b/http/xombrero/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i "s:/local::" linux/Makefile &&
+sed -i 's:/usr/local/share/xombrero/:/usr/share/xombrero/:' xombrero.{c,conf}
diff --git a/http/xombrero/xombrero-1.0.0.tgz.sig
b/http/xombrero/xombrero-1.0.0.tgz.sig
new file mode 100644
index 0000000..f075b80
Binary files /dev/null and b/http/xombrero/xombrero-1.0.0.tgz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (525ffeebf1001a6a8bc89434d60a1f36afffbbb7), Ladislav Hagara, 06/02/2012

Archive powered by MHonArc 2.6.24.

Top of Page