Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (89336249a3162fecbcf63b94c3c764c477e4745d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (89336249a3162fecbcf63b94c3c764c477e4745d)
  • Date: Tue, 12 Mar 2019 02:22:53 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

windowmanagers/sway/DETAILS | 5 +++--
windowmanagers/sway/HISTORY | 3 +++
wm-addons/wlroots/DETAILS | 5 +++--
wm-addons/wlroots/HISTORY | 3 +++
4 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 89336249a3162fecbcf63b94c3c764c477e4745d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

windowmanagers/sway: version 1.0

commit 7ddfc37cca2a3c93e2cc88f8dff29ff3a13f6c42
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/wlroots: version 0.5.0

diff --git a/windowmanagers/sway/DETAILS b/windowmanagers/sway/DETAILS
index cf65ab0..f98e267 100755
--- a/windowmanagers/sway/DETAILS
+++ b/windowmanagers/sway/DETAILS
@@ -1,3 +1,4 @@
+. "${GRIMOIRE}/FUNCTIONS"
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="sway"
if [[ "${SWAY_BRANCH}" == "scm" ]]; then
@@ -8,8 +9,8 @@ if [[ "${SWAY_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION="1.0-beta.2"
-
SOURCE_HASH="sha512:532acb6f1510578b7d9d222f04ff8104c836428ef215ddb6d7181839231d65101b3d47c8389a38f14cf59692116495b60759062ebd797edf83cf77aebaac379f"
+ VERSION="1.0"
+
SOURCE_HASH="sha512:57e2610244c8bcd2b09bb5396113176d118ee5a0688aea297d4c191eda70ce29b36ff64e05c57d1a32a31cc4f2ac2562fd3cb3890508a8f3c7cbcb9fb017171d"
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/windowmanagers/sway/HISTORY b/windowmanagers/sway/HISTORY
index 1c1bf70..7c477ab 100644
--- a/windowmanagers/sway/HISTORY
+++ b/windowmanagers/sway/HISTORY
@@ -1,2 +1,5 @@
+2019-03-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.0, added sourcing of grimoire FUNCTIONS
+
2018-12-23 Pavel Vinogradov <public AT sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS, INSTALL, PREPARE: created spell
diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 974512b..25bf0b9 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 a48c27c..0f96290 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,2 +1,5 @@
+2019-03-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.5.0, added sourcing of grimoire FUNCTIONS
+
2018-12-23 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, PREPARE: created spell



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (89336249a3162fecbcf63b94c3c764c477e4745d), Pavel Vinogradov, 03/11/2019

Archive powered by MHonArc 2.6.24.

Top of Page