summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/granite
diff options
context:
space:
mode:
authorPol Vinogradov2014-07-25 17:29:05 -0400
committerPol Vinogradov2014-07-25 17:29:05 -0400
commit5c7a101dc7970ac96c20dcb7e7c6619eb1d1c8b5 (patch)
tree0664517d0373ee9a473d8d17643f8c4d0cf8d0b4 /gnome3-libs/granite
parentdd971bea96d1b5b50fd428b3ea3279599f0f7210 (diff)
gnome3-libs/granite: new spell, elementary Development Library
Diffstat (limited to 'gnome3-libs/granite')
-rwxr-xr-xgnome3-libs/granite/BUILD3
-rwxr-xr-xgnome3-libs/granite/DEPENDS4
-rwxr-xr-xgnome3-libs/granite/DETAILS13
-rw-r--r--gnome3-libs/granite/HISTORY2
4 files changed, 22 insertions, 0 deletions
diff --git a/gnome3-libs/granite/BUILD b/gnome3-libs/granite/BUILD
new file mode 100755
index 0000000000..e94421d1d1
--- /dev/null
+++ b/gnome3-libs/granite/BUILD
@@ -0,0 +1,3 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+
+cmake_build
diff --git a/gnome3-libs/granite/DEPENDS b/gnome3-libs/granite/DEPENDS
new file mode 100755
index 0000000000..fcb2572807
--- /dev/null
+++ b/gnome3-libs/granite/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake &&
+depends vala &&
+depends libgee &&
+depends gtk+3
diff --git a/gnome3-libs/granite/DETAILS b/gnome3-libs/granite/DETAILS
new file mode 100755
index 0000000000..17df963cd0
--- /dev/null
+++ b/gnome3-libs/granite/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=granite
+ VERSION=0.3.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://launchpad.net/$SPELL/${VERSION:0:3}/${VERSION:0:3}/+download/$SOURCE
+ SOURCE_HASH=sha512:3ebbb7453b770f8b5b98cee0f96db8443d7583af0117b2d34c9daa82bf36d25418e0fcf61118e7551ced91e751d8b032998dc9cca2569e61c7227666c4383872
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://launchpad.net/granite"
+ LICENSE[0]=LGPL
+ ENTERED=20140725
+ SHORT="elementary Development Library"
+cat << EOF
+An extension to GTK+ that provides several useful widgets and classes to ease application development
+EOF
diff --git a/gnome3-libs/granite/HISTORY b/gnome3-libs/granite/HISTORY
new file mode 100644
index 0000000000..aa434b982a
--- /dev/null
+++ b/gnome3-libs/granite/HISTORY
@@ -0,0 +1,2 @@
+2014-07-25 Pol Vinogradov <vin.public@gmail.com>
+ * BUILD, DEPENDS, DETAILS: spell created