summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorPavel Vinogradov2019-03-11 22:08:49 -0400
committerPavel Vinogradov2019-03-11 22:08:49 -0400
commit7ddfc37cca2a3c93e2cc88f8dff29ff3a13f6c42 (patch)
tree01d7fc35acecdacf4a447c70857a36ee8dddd34e /wm-addons
parent7268926982caf046af8009e5ecab2a1580ec2659 (diff)
wm-addons/wlroots: version 0.5.0
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/wlroots/DETAILS5
-rw-r--r--wm-addons/wlroots/HISTORY3
2 files changed, 6 insertions, 2 deletions
diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 974512b151..25bf0b9567 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -1,3 +1,4 @@
+. "${GRIMOIRE}/FUNCTIONS"
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="wlroots"
if [[ "${WLROOTS_BRANCH}" == "scm" ]]; then
@@ -8,8 +9,8 @@ if [[ "${WLROOTS_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION="0.2"
- SOURCE_HASH="sha512:b7727b29ed7e5188d5fa6099687f8e6f48b6b3f17f7a6e136956ad6b607054595de3779118bffd4b9730115eaca2f00c2d30d52f4915b2753a749432ec0c3f2a"
+ VERSION="0.5.0"
+ SOURCE_HASH="sha512:4defecff91a6179d3a6b7d05c92c14b20c7fa69263a889869912e913a5d1e29f9fd4684f9816b03e2427a21c004d64236f35d8282e02e8d27d826442f1f8b3a7"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="https://github.com/swaywm/${SPELL}/archive/${VERSION}.tar.gz"
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index a48c27cf6e..0f962902fd 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,2 +1,5 @@
+2019-03-11 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 0.5.0, added sourcing of grimoire FUNCTIONS
+
2018-12-23 Pavel Vinogradov <public@sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, PREPARE: created spell