aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-30guix: qt-utils: Don't include useless inputs in wrapped variables.Jakub Kądziołka
Include only those inputs into XDG_DATA_DIRS having some subdirectory of /share which is typically used by Qt. * guix/build/qt-utils.scm (variables-for-wrapping): Take the output directory as an argument for special handling. Check for subdirectories of /share used by Qt before including inputs in XDG_DATA_DIRS. (wrap-qt-program*): Pass the output directory to variables-for-wrapping. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2021-01-30build-system: qt: Exclude useless inputs from wrapped variables.Jakub Kądziołka
* guix/build-system/qt.scm (qt-build)[qt-wrap-excluded-inputs]: New argument. * guix/build/qt-utils.scm (%qt-wrap-excluded-inputs): New variable. (wrap-qt-program*)[qt-wrap-excluded-inputs]: New argument. Filter excluded inputs. (wrap-qt-program)[qt-wrap-excluded-inputs]: New argument. (wrap-all-qt-programs)[qt-wrap-excluded-inputs]: New argument. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2021-01-30guix: qt-utils: Wrapped executables honor user's envvars.Hartmut Goebel
Prior to this change, wrappers did set the specified environment variables to a fixed value, overwriting any user settings. This inhibited propagating e.g. XDG_DATA_DIRS from a profile to the application. Now user environment variables are prefixed (if the variable defines some "binary" search path, e.g. QT_PLUGIN_PATH) or suffixed (if the variable defines some config or data search path, e.g. XDG_DATA_DIRS). The code could also allow to overwrite, anyhow currently no variable is defined like this. * guix/build/qt-utils.scm (variables-for-wrapping): For each env-var to be wrapped, specify whether it should prefix, suffix or overwrite the user's variable.
2021-01-30guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel
Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.
2021-01-21gnu: libcap: Update to 2.46.Vincent Legoll
* gnu/packages/linux.scm (libcap): Update to 2.46. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-06gnu: apr: Update to 1.7.0.Vincent Legoll
* gnu/packages/apr.scm (apr): Update to 1.7.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-06Revert "gnu: apr: Update to 1.7.0."Leo Famulari
This reverts commit be98826d3c02c1488073ecc1e93a517e8ef0bfa6.
2021-01-06gnu: apr: Update to 1.7.0.Vincent Legoll
* gnu/packages/apr.scm (apr): Update to 1.7.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-01-04gnu: python-pyopenssl: Skip a test that assumes a 64-bit system.Leo Famulari
* gnu/packages/python-crypto.scm (python-pyopenssl)[arguments]: Skip another test in the 'check' phase.
2021-01-04tests: monitoring: Use the latest postgresql for testing Zabbix.Leo Famulari
This avoids a package collision while building the operating-system profile. * gnu/tests/monitoring.scm (%zabbix-os): Use POSTGRESQL instead of POSTGRESQL-10.
2020-12-30gnu: qscintilla: Update to 2.11.6.Efraim Flashner
* gnu/packages/qt.scm (qscintilla): Update to 2.11.6. [source]: Download from new upstream URI.
2020-12-30gnu: python-pyqtwebengine: Update to 5.15.2.Efraim Flashner
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.2.
2020-12-30gnu: python-pyqt: Update to 5.15.2.Efraim Flashner
* gnu/packages/qt.scm (python-pyqt): Update to 5.15.2.
2020-12-30gnu: python-sip: Update to 4.19.24.Efraim Flashner
* gnu/packages/qt.scm (python-sip): Update to 4.19.24. [source]: Add pypi download location.
2020-12-30Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2020-12-30gnu: kjumpingcube: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kjumpingcube): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: ksquares: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (ksquares): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kreversi: Update to 20.08.3.Efraim Flashner
* gnu/packages/games.scm (kreversi): Update to 20.08.3. [source]: Download from new upstream URI.
2020-12-30gnu: knavalbattle: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (knavalbattle): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: killbots: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (killbots): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: bovo: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (bovo): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kspaceduel: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kspaceduel): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kapman: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kapman): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kubrick: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kubrick): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kiriki: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kiriki): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: ksirk: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (ksirk): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: granatier: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (granatier): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: bomber: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (bomber): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: knetwalk: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (knetwalk): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kblackbox: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kblackbox): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kgoldrunner: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kgoldrunner): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: ksudoku: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (ksudoku): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kbounce: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kbounce): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: konquest: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (konquest): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kmines: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kmines): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kbreakout: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kbreakout): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kajongg: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kajongg): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kshisen: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kshisen): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kmahjongg: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kmahjongg): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: libkmahjongg: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (libkmahjongg): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-30gnu: kajongg: Wrap binary with pythonpath.Efraim Flashner
* gnu/packages/games.scm (kajongg)[arguments]: Add phase to wrap binary with PYTHONPATH. [propagated-inputs]: Move python-twisted, python-pyqt ... [inputs]: ... to here.
2020-12-30gnu: milkytracker: Update to 1.03.00.Vincent Legoll
* gnu/packages/music.scm (milkytracker): Update to 1.03.00. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-30gnu: timidity++: Update to 2.15.0.Vincent Legoll
* gnu/packages/audio.scm (timidity++): Update to 2.15.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-30gnu: tigervnc-client: Update to 1.11.0.Vincent Legoll
* gnu/packages/vnc.scm (tigervnc-client): Update to 1.11.0. [inputs]: Add pixman. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-30gnu: emacs-tramp: Update to 2.5.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.
2020-12-30gnu: emacs-auctex: Update to 13.0.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.1.
2020-12-29gnu: linux-libre 4.4: Update to 4.4.249.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.249. (linux-libre-4.4-pristine-source): Update hash.
2020-12-29gnu: linux-libre 4.9: Update to 4.9.249.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.249. (linux-libre-4.9-pristine-source): Update hash.
2020-12-29gnu: linux-libre 4.14: Update to 4.14.213.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.213. (linux-libre-4.14-pristine-source): Update hash.
2020-12-30gnu: python2-pyqt: Don't propagate python-sip.Efraim Flashner
* gnu/packages/qt.scm (python2-pyqt)[native-inputs]: Move python2-sip ... [propagated-inputs]: ... to here.