summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/unico
diff options
context:
space:
mode:
authorVlad Glagolev2011-10-18 17:06:36 +0400
committerVlad Glagolev2011-10-18 17:06:36 +0400
commitddd5bd8be3b251b27357fd87670e0ac4c52467e6 (patch)
tree08d74e3fb06cc0202e98683e4982d504d18417b8 /gnome3-libs/unico
parentf5171ba4c1d62b3fe3e1b19334ededcdfe4204cf (diff)
unico: new spell, Unico Gtk+ theming engine
Diffstat (limited to 'gnome3-libs/unico')
-rwxr-xr-xgnome3-libs/unico/DEPENDS1
-rwxr-xr-xgnome3-libs/unico/DETAILS18
-rw-r--r--gnome3-libs/unico/HISTORY2
3 files changed, 21 insertions, 0 deletions
diff --git a/gnome3-libs/unico/DEPENDS b/gnome3-libs/unico/DEPENDS
new file mode 100755
index 0000000000..9cacba3a3d
--- /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 0000000000..6231dfb6d9
--- /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 0000000000..b50edbe14b
--- /dev/null
+++ b/gnome3-libs/unico/HISTORY
@@ -0,0 +1,2 @@
+2011-10-18 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: spell created