aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/vsearch-unbundle-cityhash.patch
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2023-08-07 23:05:41 +0900
committerLudovic Courtès <ludo@gnu.org>2023-08-15 00:33:51 +0200
commit820bf78cbc487d28457acc6cb790f4cbd7cc49b9 (patch)
treefe3c7a811d0b1952484d30fead81ec9540c9e744 /gnu/packages/patches/vsearch-unbundle-cityhash.patch
parent5d14e1c0b05b0b559171f513701108e17e72f523 (diff)
downloadguix-820bf78cbc487d28457acc6cb790f4cbd7cc49b9.tar.gz
guix-820bf78cbc487d28457acc6cb790f4cbd7cc49b9.zip
gnu: highlight: Add "gui" output.
* gnu/packages/pretty-print.scm (highlight): Add gui output. [source]: Add patch for GUI data directory. [outputs]: Add gui. [arguments]<phases>{fix-search-for-lua}: Fix Lua package name for GUI. {build-gui}: Add phase to build GUI. {install}: Set PREFIX variable. {install-gui}: Add phase to install GUI. [inputs]: Add qtbase-5. * gnu/packages/patches/highlight-gui-data-dir.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/vsearch-unbundle-cityhash.patch')
0 files changed, 0 insertions, 0 deletions
1 21:58:02 +0200'>2022-08-11gnu: openconnect-sso: Remove input labels....* gnu/packages/vpn.scm (openconnect-sso)[arguments]: Don't attempt to use a non-existent QtWebEngine label. While at it, use SEARCH-INPUT-FILE also for openconnect and remove trailing #t's. Marius Bakke 2022-07-31gnu: qtwebengine: Rename to qtwebengine-5....Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5....Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtquickcontrols: Rename to qtquickcontrols-5....Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5....Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer 2022-07-26gnu: openconnect: Update to 9.01....* gnu/packages/vpn.scm (openconnect): Update to 9.01. Arun Isaac 2022-07-26gnu: openfortivpn: Update to 1.17.3....* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3. Arun Isaac 2022-07-18gnu: xl2tpd: Update to 1.3.17....* gnu/packages/vpn.scm (xl2tpd)[version]: Update to 1.3.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ 2022-07-06gnu: xl2tpd: Fix cross-compiling....* gnu/packages/vpn.scm (xl2tpd)[arguments]: Rewrite using gexps. Don't hard-code CC as gcc. Efraim Flashner 2022-07-04gnu: vpnc: Add bsd-2 license....* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ 2022-07-04gnu: vpnc: Fix cross-compilation....* gnu/packages/vpn.scm (vpnc): Fix cross-compilation. [native-inputs]: Add conditional input of `this-package' (vpnc) to reuse the man page and add `pkg-config'. [arguments]: Use G-Expressions. [arguments]: Make use of `make-flags' instead of using substitutions. [arguments]: Remove unneeded deletion of `configure'. [arguments]: Use `pkg-config' to search for libgcrypt. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ 2022-07-03gnu: bitmask: Fix loading of GUI....* gnu/packages/vpn.scm (bitmask)[inputs]: Add qtgraphicaleffects. Raghav Gururajan 2022-07-02gnu: bitmask: Update to 0.21.11....* gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11. [inputs]: Add qtsvg. Raghav Gururajan 2022-05-22gnu: openvpn: Update to 2.5.6....* gnu/packages/vpn.scm (openvpn): Update to 2.5.6. Tobias Geerinckx-Rice 2022-05-12gnu: sshoot: Update to 1.5.1....* gnu/packages/vpn.scm (sshoot): Update to 1.5.1. [phases]: Delete trailing #t. {check}: Override phase. [inputs]: Add python-pyxdg and python-toolrack. [native-inputs]: Delete python-fixtures, python-pbr and python-testtools. Add python-pytest and python-pytest-mock. Maxim Cournoyer 2022-02-22gnu: n2n: Fix cross-compilation....* gnu/packages/vpn.scm (n2n)[arguments]<#:phases>: Add (or native-inputs inputs) to SEARCH-INPUT-FILE. Nicolas Goaziou 2022-02-22gnu: Add n2n....* gnu/packages/vpn.scm (n2n): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Lu Hui 2022-02-12gnu: protonvpn-cli: Remove sanity-check phase....* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check phase. Josselin Poiret 2022-02-12gnu: protonvpn-cli: Do not try to wrap the wrapper....* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Try to wrap the original program, and not the wrapper, as wrap-program handles that properly. Josselin Poiret 2022-02-03gnu: strongswan: Build with libsoup@2....* gnu/packages/vpn.scm (strongswan)[inputs]: Change from LIBSOUP to LIBSOUP-MINIMAL-2. Marius Bakke 2022-01-28gnu: openconnect-sso: Remove a transitive dependency on QtWebKit....See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/vpn.scm (openconnect-sso)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. Leo Famulari