Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ae89d08babd3b792d685a7206acb2d9c320a8cdc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ae89d08babd3b792d685a7206acb2d9c320a8cdc)
  • Date: Sun, 7 Apr 2019 17:50:56 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11/polybar/BUILD | 6 ++++++
x11/polybar/CONFIGURE | 27 ++++++++++++++++-----------
x11/polybar/DETAILS | 4 ++--
x11/polybar/HISTORY | 8 ++++++++
4 files changed, 32 insertions(+), 13 deletions(-)

New commits:
commit ae89d08babd3b792d685a7206acb2d9c320a8cdc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

polybar: => 3.3.1

diff --git a/x11/polybar/BUILD b/x11/polybar/BUILD
index 100cd5b..58be571 100755
--- a/x11/polybar/BUILD
+++ b/x11/polybar/BUILD
@@ -1,5 +1,11 @@
OPTS="${POLYBAR_OPTS} ${OPTS}" &&

+# disable buggy options (see https://github.com/jaagr/polybar/issues/1730)
+OPTS="-DWITH_XRENDER=OFF \
+ -DWITH_XDAMAGE=OFF \
+ -DWITH_XSYNC=OFF \
+ ${OPTS}" &&
+
if is_depends_enabled ${SPELL} llvm && is_depends_enabled ${SPELL} ccache;
then
CXXFLAGS="-Wno-error=unused-command-line-argument ${CXXFLAGS}"
fi &&
diff --git a/x11/polybar/CONFIGURE b/x11/polybar/CONFIGURE
index 9a55812..fc0cfad 100755
--- a/x11/polybar/CONFIGURE
+++ b/x11/polybar/CONFIGURE
@@ -18,17 +18,22 @@ if list_find "${POLYBAR_OPTS}" "-DWITH_XRANDR=ON"; then
fi
fi &&

-config_query_option POLYBAR_OPTS "Enable xrender support?" n \
- "-DWITH_XRENDER=ON" \
- "-DWITH_XRENDER=OFF" &&
-
-config_query_option POLYBAR_OPTS "Enable xdamage support?" n \
- "-DWITH_XDAMAGE=ON" \
- "-DWITH_XDAMAGE=OFF" &&
-
-config_query_option POLYBAR_OPTS "Enable xsync support?" n \
- "-DWITH_XSYNC=ON" \
- "-DWITH_XSYNC=OFF" &&
+# see BUILD for the following 3 options
+list_remove POLYBAR_OPTS '-DWITH_XRENDER=ON' &&
+list_remove POLYBAR_OPTS '-DWITH_XDAMAGE=ON' &&
+list_remove POLYBAR_OPTS '-DWITH_XSYNC=ON' &&
+
+#config_query_option POLYBAR_OPTS "Enable xrender support?" n \
+# "-DWITH_XRENDER=ON" \
+# "-DWITH_XRENDER=OFF" &&
+
+#config_query_option POLYBAR_OPTS "Enable xdamage support?" n \
+# "-DWITH_XDAMAGE=ON" \
+# "-DWITH_XDAMAGE=OFF" &&
+
+#config_query_option POLYBAR_OPTS "Enable xsync support?" n \
+# "-DWITH_XSYNC=ON" \
+# "-DWITH_XSYNC=OFF" &&

config_query_option POLYBAR_OPTS "Enable xcomposite support?" n \
"-DWITH_XCOMPOSITE=ON" \
diff --git a/x11/polybar/DETAILS b/x11/polybar/DETAILS
index 36c88f9..c117b21 100755
--- a/x11/polybar/DETAILS
+++ b/x11/polybar/DETAILS
@@ -1,8 +1,8 @@
SPELL=polybar
- VERSION=3.2.1
+ VERSION=3.3.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/jaagr/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:e93c33738029b2e56a5dda75cbf3ee804c0d89c406444da6991ea8a5dd00e5544ef51d20f3d67ec293fc55ab7095e8e3057aaf8d1c08af61cf0531297e55a18d
+
SOURCE_HASH=sha512:c0bfaf99dcd19f8fcca8bd041c0f9e5f11fb822c92cf12edc2c59e67896f566ee46d1a0d75f5583d393af3a1958c3244a4eb28224f6336e9eaa98a50d740f834
SPELL_LIB1=xpp
SPELL_LIB1_V=1.4.0
SOURCE2=${SPELL_LIB1}-${SPELL_LIB1_V}.tar.gz
diff --git a/x11/polybar/HISTORY b/x11/polybar/HISTORY
index 1013b5c..8bca64c 100644
--- a/x11/polybar/HISTORY
+++ b/x11/polybar/HISTORY
@@ -1,3 +1,11 @@
+2019-04-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.3.1
+ * CONFIGURE, BUILD: temporarily disabled buggy options
+ * PRE_BUILD: dropped obsolete rm
+
+2018-12-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.3.0
+
2018-07-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.2.1
* PRE_BUILD: dropped several patches



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ae89d08babd3b792d685a7206acb2d9c320a8cdc), Vlad Glagolev, 04/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page