Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8a4fbd9574fdc45aad6c9ffc2a09e418b41bc4c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8a4fbd9574fdc45aad6c9ffc2a09e418b41bc4c4)
  • Date: Thu, 9 Jul 2020 18:00:08 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

gnome3-libs/granite/BUILD | 3 ---
gnome3-libs/granite/CONFIGURE | 1 +
gnome3-libs/granite/DEPENDS | 3 ++-
gnome3-libs/granite/DETAILS | 10 ++++++----
gnome3-libs/granite/HISTORY | 7 +++++++
5 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit 8a4fbd9574fdc45aad6c9ffc2a09e418b41bc4c4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

granite 5.5.0

diff --git a/gnome3-libs/granite/BUILD b/gnome3-libs/granite/BUILD
deleted file mode 100755
index e94421d..0000000
--- 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 0000000..9f48d22
--- /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 fcb2572..07d7220 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 17df963..faf65d9 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 aa434b9..6ee46cf 100644
--- a/gnome3-libs/granite/HISTORY
+++ b/gnome3-libs/granite/HISTORY
@@ -1,2 +1,9 @@
+2020-07-09 Ismael Luceno <ismael AT 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 AT gmail.com>
* BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8a4fbd9574fdc45aad6c9ffc2a09e418b41bc4c4), Ismael Luceno, 07/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page