Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ddd5bd8be3b251b27357fd87670e0ac4c52467e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ddd5bd8be3b251b27357fd87670e0ac4c52467e6)
  • Date: Tue, 18 Oct 2011 08:07:22 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
gnome3-libs/unico/DEPENDS | 1 +
gnome3-libs/unico/DETAILS | 18 ++++++++++++++++++
gnome3-libs/unico/HISTORY | 2 ++
4 files changed, 24 insertions(+)

New commits:
commit ddd5bd8be3b251b27357fd87670e0ac4c52467e6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

unico: new spell, Unico Gtk+ theming engine

diff --git a/ChangeLog b/ChangeLog
index a122b69..23cc575 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * gnome3-libs/unico: new spell, Unico Gtk+ theming engine
+
2011-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-deepseq: new spell, deep evaluation of data
structures
* haskell/haskell-random: new spell, a random number library
diff --git a/gnome3-libs/unico/DEPENDS b/gnome3-libs/unico/DEPENDS
new file mode 100755
index 0000000..9cacba3
--- /dev/null
+++ b/gnome3-libs/unico/DEPENDS
@@ -0,0 +1 @@
+depends gtk+3
diff --git a/gnome3-libs/unico/DETAILS b/gnome3-libs/unico/DETAILS
new file mode 100755
index 0000000..6231dfb
--- /dev/null
+++ b/gnome3-libs/unico/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=unico
+ VERSION=1.0.1
+ LP_SERIES=1.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=http://launchpad.net/$SPELL/$LP_SERIES/$VERSION/+download/$SOURCE
+
SOURCE_HASH=sha512:8fb9ad8a80ad1f63c87c278761c8a7a1b4a89d698173537c022595c7fc70746f1bde1df3f4a810e3e5e6d0285b0dd05292d26dbd01fe841af86d6390bdea7756
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=LGPL
+ WEB_SITE=http://launchpad.net/unico
+ ENTERED=20111018
+ SHORT="Unico Gtk+ theming engine"
+cat << EOF
+Unico is a Gtk+ engine that aims to be the more complete yet powerful theming
+engine for Gtk+ 3.0 and newer.
+
+It’s the first Gtk+ engine written with Gtk+ style context APIs in mind,
using
+CSS as first class citizen.
+EOF
diff --git a/gnome3-libs/unico/HISTORY b/gnome3-libs/unico/HISTORY
new file mode 100644
index 0000000..b50edbe
--- /dev/null
+++ b/gnome3-libs/unico/HISTORY
@@ -0,0 +1,2 @@
+2011-10-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ddd5bd8be3b251b27357fd87670e0ac4c52467e6), Vlad Glagolev, 10/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page