Skip to Content.
Sympa Menu

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

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 (b6fa44d2229b4a426b0fe4dc79971f93b110006f)
  • Date: Mon, 3 Apr 2023 23:35:12 +0000

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

x11/conky/DEPENDS | 2 +-
x11/conky/DETAILS | 4 ++--
x11/conky/HISTORY | 5 +++++
x11/conky/PRE_BUILD | 4 ----
x11/conky/patches/luajit.patch | 13 -------------
5 files changed, 8 insertions(+), 20 deletions(-)

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

x11/conky: version 1.19.0

diff --git a/x11/conky/DEPENDS b/x11/conky/DEPENDS
index 1f04e86..a9fb860 100755
--- a/x11/conky/DEPENDS
+++ b/x11/conky/DEPENDS
@@ -1,7 +1,7 @@
source "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends glib2 &&
depends libxml2 &&
-depends LUA &&
+depends lua54 &&

optional_depends libmicrohttpd \
"-DBUILD_HTTP=on" \
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 423342e..4964b4b 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,7 +1,7 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=conky
- VERSION=1.17.0
-
SOURCE_HASH=sha512:4da55ba3835e8ff42747f2bc01c34a94b2819e08eb74ddb913fd34bf4b682d75331119745ee006d842d3d2142fc53eeada16afdf698a60f37b566f55896aa2db
+ VERSION=1.19.0
+
SOURCE_HASH=sha512:6be9ce459cba3f35e6c6ad537afa9fffd9af926d4e190629bcdef1931622aad2220fa75c0ee8640066a101dae492a676e59bac85f21ab587349a6231ebe7e5ac
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://github.com/brndnmtthws/conky/archive/v${VERSION}.tar.gz
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index 2acf94f..3384d39 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,8 @@
+2023-04-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.19.0
+ * DEPENDS: LUA -> lua54
+ * PRE_BUILD, parches/luajit.patch: dropped, no luajit support anymore
+
2023-01-14 Pavel Vinpgradov <public AT sourcemage.org>
* DETAILS: version 1.17.0
* DEPENDS: added optional wayland and wayland-protocols
diff --git a/x11/conky/PRE_BUILD b/x11/conky/PRE_BUILD
deleted file mode 100755
index f80ee7d..0000000
--- a/x11/conky/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/x11/conky/patches/luajit.patch b/x11/conky/patches/luajit.patch
deleted file mode 100644
index 5e7f233..0000000
--- a/x11/conky/patches/luajit.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/ConkyPlatformChecks.cmake
b/cmake/ConkyPlatformChecks.cmake
---- a/cmake/ConkyPlatformChecks.cmake
-+++ b/cmake/ConkyPlatformChecks.cmake
-@@ -377,7 +377,8 @@
- lua53
- lua5.2
- lua-5.2
-- lua52)
-+ lua52
-+ luajit)
- set(conky_libs ${conky_libs} ${LUA_LIBRARIES})
- set(conky_includes ${conky_includes} ${LUA_INCLUDE_DIRS})
- link_directories(${LUA_LIBRARY_DIRS})



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b6fa44d2229b4a426b0fe4dc79971f93b110006f), Pavel Vinogradov, 04/03/2023

Archive powered by MHonArc 2.6.24.

Top of Page