summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/granite
diff options
context:
space:
mode:
authorIsmael Luceno2020-07-09 20:01:23 +0200
committerIsmael Luceno2020-07-09 20:01:23 +0200
commit8a4fbd9574fdc45aad6c9ffc2a09e418b41bc4c4 (patch)
treecd1014407d878956cef17ef9477576da795e9ed0 /gnome3-libs/granite
parent14244dc71ef6ebbc9ee1794fd8cabf355f57e691 (diff)
granite 5.5.0
Diffstat (limited to 'gnome3-libs/granite')
-rwxr-xr-xgnome3-libs/granite/BUILD3
-rwxr-xr-xgnome3-libs/granite/CONFIGURE1
-rwxr-xr-xgnome3-libs/granite/DEPENDS3
-rwxr-xr-xgnome3-libs/granite/DETAILS10
-rw-r--r--gnome3-libs/granite/HISTORY7
5 files changed, 16 insertions, 8 deletions
diff --git a/gnome3-libs/granite/BUILD b/gnome3-libs/granite/BUILD
deleted file mode 100755
index e94421d1d1..0000000000
--- a/gnome3-libs/granite/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-. "$GRIMOIRE"/FUNCTIONS &&
-
-cmake_build
diff --git a/gnome3-libs/granite/CONFIGURE b/gnome3-libs/granite/CONFIGURE
new file mode 100755
index 0000000000..9f48d22f39
--- /dev/null
+++ b/gnome3-libs/granite/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/gnome3-libs/granite/DEPENDS b/gnome3-libs/granite/DEPENDS
index fcb2572807..07d7220ab1 100755
--- a/gnome3-libs/granite/DEPENDS
+++ b/gnome3-libs/granite/DEPENDS
@@ -1,4 +1,5 @@
-depends cmake &&
+depends meson &&
+depends ninja-build-system &&
depends vala &&
depends libgee &&
depends gtk+3
diff --git a/gnome3-libs/granite/DETAILS b/gnome3-libs/granite/DETAILS
index 17df963cd0..faf65d9d23 100755
--- a/gnome3-libs/granite/DETAILS
+++ b/gnome3-libs/granite/DETAILS
@@ -1,13 +1,15 @@
+. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=granite
- VERSION=0.3.0
+ VERSION=5.5.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_URL[0]=https://github.com/elementary/$SPELL/archive/$VERSION.tar.gz
+ SOURCE_HASH=sha512:981ff9aa42146153d8450989513dd6b63cfb6cf2e52cf3e1d2d6380373b30754d9b357418810cfd14a53689a050f08337ca766b5b8496a4063106f78b377f139
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
+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
index aa434b982a..6ee46cfb52 100644
--- a/gnome3-libs/granite/HISTORY
+++ b/gnome3-libs/granite/HISTORY
@@ -1,2 +1,9 @@
+2020-07-09 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 5.5.0
+ Fixed SOURCE_URL[0]
+ fixed long description wrap
+ * DETAILS, CONFIGURE: switch to meson build system
+ * BUILD: removed, no longer needed
+
2014-07-25 Pol Vinogradov <vin.public@gmail.com>
* BUILD, DEPENDS, DETAILS: spell created