Age | Commit message (Expand) | Author |
2021-01-30 | guix: qt-utils: Don't include useless inputs in wrapped variables....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>
| Jakub Kądziołka |
2021-01-30 | build-system: qt: Exclude useless inputs from wrapped variables....* 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>
| Jakub Kądziołka |
2021-01-30 | guix: qt-utils: Wrapped executables honor user's envvars....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.
| Hartmut Goebel |
2021-01-30 | guix: qt-build-system, qt-utils: Unify wrapping of qt-programs....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.
| Hartmut Goebel |
2021-01-21 | gnu: libcap: Update to 2.46....* gnu/packages/linux.scm (libcap): Update to 2.46.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2021-01-06 | gnu: apr: Update to 1.7.0....* gnu/packages/apr.scm (apr): Update to 1.7.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2021-01-06 | Revert "gnu: apr: Update to 1.7.0."...This reverts commit be98826d3c02c1488073ecc1e93a517e8ef0bfa6.
| Leo Famulari |
2021-01-06 | gnu: apr: Update to 1.7.0....* gnu/packages/apr.scm (apr): Update to 1.7.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vincent Legoll |
2021-01-04 | gnu: python-pyopenssl: Skip a test that assumes a 64-bit system....* gnu/packages/python-crypto.scm (python-pyopenssl)[arguments]: Skip another
test in the 'check' phase.
| Leo Famulari |
2021-01-04 | tests: monitoring: Use the latest postgresql for testing Zabbix....This avoids a package collision while building the operating-system profile.
* gnu/tests/monitoring.scm (%zabbix-os): Use POSTGRESQL instead of
POSTGRESQL-10.
| Leo Famulari |
2020-12-30 | gnu: qscintilla: Update to 2.11.6....* gnu/packages/qt.scm (qscintilla): Update to 2.11.6.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: python-pyqtwebengine: Update to 5.15.2....* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.2.
| Efraim Flashner |
2020-12-30 | gnu: python-pyqt: Update to 5.15.2....* gnu/packages/qt.scm (python-pyqt): Update to 5.15.2.
| Efraim Flashner |
2020-12-30 | gnu: python-sip: Update to 4.19.24....* gnu/packages/qt.scm (python-sip): Update to 4.19.24.
[source]: Add pypi download location.
| Efraim Flashner |
2020-12-30 | Merge remote-tracking branch 'origin/master' into staging | Efraim Flashner |
2020-12-30 | gnu: kjumpingcube: Update to 20.12.0....* gnu/packages/games.scm (kjumpingcube): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: ksquares: Update to 20.12.0....* gnu/packages/games.scm (ksquares): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kreversi: Update to 20.08.3....* gnu/packages/games.scm (kreversi): Update to 20.08.3.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: knavalbattle: Update to 20.12.0....* gnu/packages/games.scm (knavalbattle): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: killbots: Update to 20.12.0....* gnu/packages/games.scm (killbots): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: bovo: Update to 20.12.0....* gnu/packages/games.scm (bovo): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kspaceduel: Update to 20.12.0....* gnu/packages/games.scm (kspaceduel): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kapman: Update to 20.12.0....* gnu/packages/games.scm (kapman): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kubrick: Update to 20.12.0....* gnu/packages/games.scm (kubrick): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kiriki: Update to 20.12.0....* gnu/packages/games.scm (kiriki): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: ksirk: Update to 20.12.0....* gnu/packages/games.scm (ksirk): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: granatier: Update to 20.12.0....* gnu/packages/games.scm (granatier): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: bomber: Update to 20.12.0....* gnu/packages/games.scm (bomber): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: knetwalk: Update to 20.12.0....* gnu/packages/games.scm (knetwalk): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kblackbox: Update to 20.12.0....* gnu/packages/games.scm (kblackbox): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kgoldrunner: Update to 20.12.0....* gnu/packages/games.scm (kgoldrunner): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: ksudoku: Update to 20.12.0....* gnu/packages/games.scm (ksudoku): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kbounce: Update to 20.12.0....* gnu/packages/games.scm (kbounce): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: konquest: Update to 20.12.0....* gnu/packages/games.scm (konquest): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kmines: Update to 20.12.0....* gnu/packages/games.scm (kmines): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kbreakout: Update to 20.12.0....* gnu/packages/games.scm (kbreakout): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kajongg: Update to 20.12.0....* gnu/packages/games.scm (kajongg): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kshisen: Update to 20.12.0....* gnu/packages/games.scm (kshisen): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kmahjongg: Update to 20.12.0....* gnu/packages/games.scm (kmahjongg): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: libkmahjongg: Update to 20.12.0....* gnu/packages/games.scm (libkmahjongg): Update to 20.12.0.
[source]: Download from new upstream URI.
| Efraim Flashner |
2020-12-30 | gnu: kajongg: Wrap binary with pythonpath....* gnu/packages/games.scm (kajongg)[arguments]: Add phase to wrap binary
with PYTHONPATH.
[propagated-inputs]: Move python-twisted, python-pyqt ...
[inputs]: ... to here.
| Efraim Flashner |
2020-12-30 | gnu: milkytracker: Update to 1.03.00....* gnu/packages/music.scm (milkytracker): Update to 1.03.00.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2020-12-30 | gnu: timidity++: Update to 2.15.0....* gnu/packages/audio.scm (timidity++): Update to 2.15.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2020-12-30 | gnu: tigervnc-client: Update to 1.11.0....* gnu/packages/vnc.scm (tigervnc-client): Update to 1.11.0.
[inputs]: Add pixman.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2020-12-30 | gnu: emacs-tramp: Update to 2.5.0....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.
| Nicolas Goaziou |
2020-12-30 | gnu: emacs-auctex: Update to 13.0.1....* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.1.
| Nicolas Goaziou |
2020-12-29 | gnu: linux-libre 4.4: Update to 4.4.249....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.249.
(linux-libre-4.4-pristine-source): Update hash.
| Leo Famulari |
2020-12-29 | gnu: linux-libre 4.9: Update to 4.9.249....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.249.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2020-12-29 | gnu: linux-libre 4.14: Update to 4.14.213....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.213.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2020-12-30 | gnu: python2-pyqt: Don't propagate python-sip....* gnu/packages/qt.scm (python2-pyqt)[native-inputs]: Move python2-sip ...
[propagated-inputs]: ... to here.
| Efraim Flashner |