diff options
author | nathan <nathansmith@disroot.org> | 2025-06-28 16:05:53 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-28 16:05:53 -0600 |
commit | d9e387b527275b13b15ed6413c0852a77d9f6542 (patch) | |
tree | 78267fb5fd18c5b25f378f18ed15d376f60e7d6d | |
parent | 1ee42cf5f38b41d15c40694c3a6e61ee51fde2b5 (diff) |
xscreensaver fixed
-rw-r--r-- | README.org | 1 | ||||
-rw-r--r-- | psi-plus/template | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -3,7 +3,6 @@ psi+ xbps package for void linux Things you might want to know: + psi+ webkit version is enabled -+ xscreensaver is disabled + psi plugins are included + psi resources are not included diff --git a/psi-plus/template b/psi-plus/template index 68a70db..afdda2c 100644 --- a/psi-plus/template +++ b/psi-plus/template @@ -2,7 +2,7 @@ pkgname=psi-plus version=1.5.2081 revision=1 build_style=cmake -configure_args="-DUSE_XSS=OFF -DENABLE_PLUGINS=ON +configure_args="-DUSE_XSS=ON -DENABLE_PLUGINS=ON -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DBUNDLED_IRIS_ALL=ON -DIRIS_BUNDLED_QCA=ON -DPRODUCTION=ON -DBUILD_PSIMEDIA=OFF -DCHAT_TYPE=WEBKIT" @@ -12,7 +12,7 @@ qt5-webkit-devel qt5-x11extras-devel libSM-devel libtls-devel qtkeychain-qt5-devel qt5-multimedia-devel zlib-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-tds qt5-plugin-sqlite hunspell-devel qt5-devel http-parser-devel libotr-devel libomemo-c-devel -libtidy5-devel libsasl-devel" +libtidy5-devel libsasl-devel libXScrnSaver-devel" short_desc="psi+ xmpp client" maintainer="Nathan Smith <nathansmith@disroot.org>" license="GPL-2.0-only" |