Skip to Content.
Sympa Menu

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

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 (c7c1bc74a125fd37c7e74cf8a47ecbde0b592e7a)
  • Date: Tue, 17 Jul 2012 09:30:17 -0500

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

dev/null |binary
http/xombrero/BUILD | 2 +-
http/xombrero/DETAILS | 2 +-
http/xombrero/HISTORY | 3 +++
http/xombrero/xombrero-1.1.1.tgz.sig | 0
http/xombrero/xombrero-1.2.0.tgz.sig |binary
6 files changed, 5 insertions(+), 2 deletions(-)

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

xombrero 1.2.0

gtk+3 is default now
I have some problem so GTK_VERSION=gtk2 added into BUILD.

diff --git a/http/xombrero/BUILD b/http/xombrero/BUILD
index 45bc3d2..1bb6a68 100755
--- a/http/xombrero/BUILD
+++ b/http/xombrero/BUILD
@@ -1,2 +1,2 @@
cd linux &&
-make
+GTK_VERSION=gtk2 make
diff --git a/http/xombrero/DETAILS b/http/xombrero/DETAILS
index 1546cd5..4dd556f 100755
--- a/http/xombrero/DETAILS
+++ b/http/xombrero/DETAILS
@@ -1,5 +1,5 @@
SPELL=xombrero
- VERSION=1.1.1
+ VERSION=1.2.0
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://opensource.conformal.com/snapshots/$SPELL/$SOURCE
diff --git a/http/xombrero/HISTORY b/http/xombrero/HISTORY
index db2332c..3307e25 100644
--- a/http/xombrero/HISTORY
+++ b/http/xombrero/HISTORY
@@ -1,3 +1,6 @@
+2012-07-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD: 1.2.0
+
2012-07-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1.1
* PRE_BUILD, xombrero-TAILQ_FOREACH_SAFE.patch: patch removed
diff --git a/http/xombrero/xombrero-1.1.1.tgz.sig
b/http/xombrero/xombrero-1.1.1.tgz.sig
deleted file mode 100644
index f4076d7..0000000
Binary files a/http/xombrero/xombrero-1.1.1.tgz.sig and /dev/null differ
diff --git a/http/xombrero/xombrero-1.2.0.tgz.sig
b/http/xombrero/xombrero-1.2.0.tgz.sig
new file mode 100644
index 0000000..b17470f
Binary files /dev/null and b/http/xombrero/xombrero-1.2.0.tgz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (c7c1bc74a125fd37c7e74cf8a47ecbde0b592e7a), Ladislav Hagara, 07/17/2012

Archive powered by MHonArc 2.6.24.

Top of Page