summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorVlad Glagolev2019-04-07 17:50:25 +0000
committerVlad Glagolev2019-04-07 17:50:25 +0000
commitae89d08babd3b792d685a7206acb2d9c320a8cdc (patch)
tree3afcc2ee62729fee45be46564a61bc12f454bf9f /x11
parent9c8a68a1873172b3dfd822d1eae7559ab0f18960 (diff)
polybar: => 3.3.1
Diffstat (limited to 'x11')
-rwxr-xr-xx11/polybar/BUILD6
-rwxr-xr-xx11/polybar/CONFIGURE27
-rwxr-xr-xx11/polybar/DETAILS4
-rw-r--r--x11/polybar/HISTORY8
4 files changed, 32 insertions, 13 deletions
diff --git a/x11/polybar/BUILD b/x11/polybar/BUILD
index 100cd5b9f6..58be5715f9 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 9a55812c85..fc0cfad603 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 36c88f96bd..c117b21b82 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 1013b5ce52..8bca64c75f 100644
--- a/x11/polybar/HISTORY
+++ b/x11/polybar/HISTORY
@@ -1,3 +1,11 @@
+2019-04-07 Vlad Glagolev <stealth@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@sourcemage.org>
+ * DETAILS: updated spell to 3.3.0
+
2018-07-30 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 3.2.1
* PRE_BUILD: dropped several patches