Skip to Content.
Sympa Menu

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

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 (27bbe3289a3d559b5953d17156280fd570eaf9e5)
  • Date: Sun, 14 Aug 2022 17:58:54 +0000

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

x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
x11/polybar/DEPENDS | 11 -----------
x11/polybar/HISTORY | 3 +++
4 files changed, 7 insertions(+), 12 deletions(-)

New commits:
commit 27bbe3289a3d559b5953d17156280fd570eaf9e5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

polybar: Remove explicit compiler and std c++ lib selection

Not necessary and can cause build errors. These choices can be done
through archspec or explicit build flags instead.

commit 400bfa86ab4cb0477e00ba592ca06f950b6befa4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine 7.15 (devel)

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 83b646d..95c1cc5 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=7.14;;
+(devel) VERSION=7.15;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
(scm)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index d8270ff..cca12d8 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2022-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=devel to 7.15
+
2022-07-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 7.14

diff --git a/x11/polybar/DEPENDS b/x11/polybar/DEPENDS
index 9f7a8ba..5098322 100755
--- a/x11/polybar/DEPENDS
+++ b/x11/polybar/DEPENDS
@@ -3,17 +3,6 @@ depends PKG-CONFIG &&
# required for generating headers
depends python "-DPYTHON_EXECUTABLE=${INSTALL_ROOT}/usr/bin/python2" &&

-optional_depends llvm \
- "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++" \
- "" \
- "to build polybar with clang++" &&
-
-if is_depends_enabled ${SPELL} llvm; then
- depends libc++ "-DCXXLIB_CLANG=ON"
-else
- depends -sub CXX gcc "-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
-DCXXLIB_GCC=ON"
-fi &&
-
depends freetype2 &&
depends fontconfig &&
depends cairo &&
diff --git a/x11/polybar/HISTORY b/x11/polybar/HISTORY
index 23c5b6e..fedfce6 100644
--- a/x11/polybar/HISTORY
+++ b/x11/polybar/HISTORY
@@ -1,3 +1,6 @@
+2022-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: removed explicit compiler and std c++ lib selection
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (27bbe3289a3d559b5953d17156280fd570eaf9e5), Ismael Luceno, 08/14/2022

Archive powered by MHonArc 2.6.24.

Top of Page