Skip to Content.
Sympa Menu

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

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 (4858628be25797f53ede968008acf748e4037e6b)
  • Date: Thu, 8 Mar 2012 19:03:50 -0600

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

ChangeLog | 3 +++
libs/girara/BUILD | 1 +
libs/girara/DEPENDS | 1 +
libs/girara/DETAILS | 18 ++++++++++++++++++
libs/girara/HISTORY | 2 ++
libs/girara/INSTALL | 1 +
6 files changed, 26 insertions(+)

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

libs/girara: new spell, user interface library

diff --git a/ChangeLog b/ChangeLog
index 7e25114..b9b51f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-03-09 Ladislav Hagara <hgr AT vabo.cz>
+ * libs/girara: new spell, user interface library
+
2012-03-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/wdiff: new spell, a front end to diff for comparing files on
a word
per word basis
diff --git a/libs/girara/BUILD b/libs/girara/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/girara/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/girara/DEPENDS b/libs/girara/DEPENDS
new file mode 100755
index 0000000..edffa0e
--- /dev/null
+++ b/libs/girara/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/libs/girara/DETAILS b/libs/girara/DETAILS
new file mode 100755
index 0000000..d3a4517
--- /dev/null
+++ b/libs/girara/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=girara
+ VERSION=0.1.0
+
SOURCE_HASH=sha512:86804dc4e37100eb6d4bf810c9bb99117971ddb0c7cbac8186dc60453dbd4d2a83a0183108506818f44d5e4565f7b71789eee69af6fb7101128b14c183be8da9
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://pwmt.org/projects/girara/download/$SOURCE
+ WEB_SITE=http://pwmt.org/projects/girara/
+ ENTERED=20120309
+ LICENSE[0]=ZLIB
+ SHORT="user interface library"
+cat << EOF
+girara is a library that implements a user interface that focuses on
simplicity
+and minimalism. It consists of three main components: The view is a widget
that
+represents the actual application (e.g.: a web site or a document). The input
+bar is used to execute commands of the application, while the status bar
+notifies the user with current information. It is designed to replace and the
+enhance the user interface that is used by zathura and jumanji.
+EOF
diff --git a/libs/girara/HISTORY b/libs/girara/HISTORY
new file mode 100644
index 0000000..06587f0
--- /dev/null
+++ b/libs/girara/HISTORY
@@ -0,0 +1,2 @@
+2012-03-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 0.1.0
diff --git a/libs/girara/INSTALL b/libs/girara/INSTALL
new file mode 100755
index 0000000..621f3f8
--- /dev/null
+++ b/libs/girara/INSTALL
@@ -0,0 +1 @@
+make PREFIX=${INSTALL_ROOT}/usr install



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4858628be25797f53ede968008acf748e4037e6b), Ladislav Hagara, 03/08/2012

Archive powered by MHonArc 2.6.24.

Top of Page