Age | Commit message (Expand) | Author |
2018-10-27 | gnu: Add telegram-purple.•••* gnu/packages/messaging.scm (telegram-purple): New variable.
* gnu/packages/patches/telegram-purple-adjust-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Tomáš Čech |
2018-10-27 | gnu: libzmf: Disable '-Werror'.•••Fixes builds on i686-linux.
* gnu/packages/libreoffice.scm (libzmf)[arguments]: New field.
| Ludovic Courtès |
2018-10-27 | gnu: git: Add "subtree" output.•••* gnu/packages/version-control.scm (git)[outputs]: Add "subtree".
| Pierre Neidhardt |
2018-10-27 | gnu: lxqt-build-tools: Define LXQT_DATA_DIR and LXQT_ETC_XDG_DIR.•••* gnu/packages/lxqt.scm (lxqt-build-tools)[arguments]: Define LXQT_DATA_DIR
and LXQT_ETC_XDG_DIR in the configure flags.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-27 | gnu: lxqt: Correct licenses for several packages.•••* gnu/packages/lxqt.scm (pcmanfm-qt, lximage-qt, pavucontrol-qt, qtermwidget)
(qterminal, screengrab, lxqt): Correct license to GPL2+.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-27 | gnu: lxqt: Propagate qterminal actually.•••* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Fix typo of 'qterminal'.
| 宋文武 |
2018-10-27 | gnu: xmlsec-nss: Fix tests (and hence build).•••* gnu/packages/xml.scm (xmlsec-nss)[native-inputs]: Add nss:bin to
provide the certutil command.
| Tobias Geerinckx-Rice |
2018-10-27 | gnu: units: Update to 2.18.•••* gnu/packages/maths.scm (units): Update to 2.18.
| Tobias Geerinckx-Rice |
2018-10-27 | gnu: parallel: Update to 20181022.•••* gnu/packages/parallel.scm (parallel): Update to 20181022.
| Tobias Geerinckx-Rice |
2018-10-27 | gnu: gvpe: Update to 3.1.•••* gnu/packages/vpn.scm (gvpe): Update to 3.1.
[source]: Remove obsolete snippet.
[native-inputs]: Add pkg-config.
| Tobias Geerinckx-Rice |
2018-10-27 | gnu: gama: Update to 2.01.•••* gnu/packages/gps.scm (gama): Update to 2.01.
| Tobias Geerinckx-Rice |
2018-10-27 | gnu: perl-x11-xcb: Update to 0.18.•••* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.18.
| Tobias Geerinckx-Rice |
2018-10-27 | gnu: flatbuffers: Update to 1.10.0.•••* gnu/packages/serialization.scm (flatbuffers): Update to 1.10.0.
| Tobias Geerinckx-Rice |
2018-10-26 | gnu: Add tnef.•••* gnu/packages/mail.scm (tnef): New variable.
| Eric Bavier |
2018-10-26 | gnu: Add lua5.1-lpeg and lua5.1-lmpack.•••* gnu/packages/lua.scm (lua5.1-lpeg): New variable.
* gnu/packages/serialization.scm (lua5.1-libmpack): New variable.
The packages lua-lpeg and lua-libmpack had no Lua 5.1 variants. These
packages will be needed to build Neovim properly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| HiPhish |
2018-10-26 | gnu: Add jp2a.•••* gnu/packages/image.scm: New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre-Antoine Rouby |
2018-10-26 | gnu: sbcl-lift: Fix 'license' field.•••The invalid 'license' field was preventing evaluations from completing.
* gnu/packages/lisp.scm (sbcl-lift)[license]: Change to LICENSE:EXPAT.
| Ludovic Courtès |
2018-10-26 | gnu: rust: Update to 1.28.•••* gnu/packages/rust.scm (rust): Rename to...
(rust-1.27): ... this.
(rust): New variable.
| Nikolai Merinov |
2018-10-26 | gnu: rust: Work around rust 1.25...1.27 reproducibility issues.•••* gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add new patch file.
* gnu/packages/rust.scm (rust-1.19): Use system libssh2 library.
during cargo build. Note: libgit2 still bundled, because cargo
tests assume specific libgit2 minor release.
(rust-1.23): Inherit native-inputs from previous package.
(rust-1.25): Switch back to llvm 3.9.1 as workaround for
https://github.com/rust-lang/rust/issues/50556 issue.
(rust-1.27): Apply changes from
https://github.com/rust-lang-nursery/mdBook/pull/692 to make
generation of "searchindex.js" files reproducible. Disable cargo
test that required llvm 6.
| Nikolai Merinov |
2018-10-26 | gnu: Add lxqt.•••* gnu/packages/lxqt.scm (lxqt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: libqtxdg: Simplify configure flags.•••* gnu/packages/lxqt.scm (libqtxdg)[arugemnts]: Use relative path for
'QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH'.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path.•••* gnu/packages/lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: Add obconf-qt.•••* gnu/packages/lxqt.scm (obconf-qt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: Add compton-conf.•••* gnu/packages/lxqt.scm (compton-conf): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: Add qps.•••* gnu/packages/lxqt.scm (qps): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: Add qterminal.•••* gnu/packages/lxqt.scm (qterminal): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: Add screengrab.•••* gnu/packages/lxqt.scm (screengrab): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: Add lximage-qt.•••* gnu/packages/lxqt.scm (lximage-qt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: lxqt.scm: Sort packages into base, core, etc.•••* gnu/packages/lxqt.scm: Sort packages into base, core, etc.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: Add qtermwidget.•••* gnu/packages/lxqt.scm (qtermwidget): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-26 | gnu: hplip: Update home page.•••* gnu/packages/cups.scm (hplip)[home-page]: Follow its permanent
redirection.
| Tobias Geerinckx-Rice |
2018-10-26 | gnu: hplip: Update to 3.18.9.•••* gnu/packages/cups.scm (hplip): Update to 3.18.9.
[arguments]: Add the resulting libraries to the build's RUNPATH.
| Tobias Geerinckx-Rice |
2018-10-26 | gnu: libsigrok: Update to 0.5.1.•••* gnu/packages/electronics.scm (libsigrok): Update to 0.5.1.
[arguments]: Adjust to split udev rules and clean up a little.
| Tobias Geerinckx-Rice |
2018-10-26 | gnu: dnsmasq: Update to 2.80 [security fixes].•••* gnu/packages/dns.scm (dnsmasq): Update to 2.80.
| Tobias Geerinckx-Rice |
2018-10-26 | gnu: tinc: Use HTTPS for sources and home page.•••* gnu/packages/vpn.scm (tinc)[source, home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2018-10-25 | gnu: Mercurial: Update to 4.7.2.•••* gnu/packages/version-control.scm (mercurial): Update to 4.7.2.
| Leo Famulari |
2018-10-25 | gnu: Add pavucontrol-qt.•••* gnu/packages/lxqt.scm (pavucontrol-qt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add lxqt-themes.•••* gnu/packages/lxqt.scm (lxqt-themes): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add lxqt-qtplugin.•••* gnu/packages/lxqt.scm (lxqt-qtplugin): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add lxqt-powermanagement.•••* gnu/packages/lxqt.scm (lxqt-powermanagement): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add lxqt-openssh-askpass.•••* gnu/packages/lxqt.scm (lxqt-openssh-askpass): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add lxqt-policykit.•••* gnu/packages/lxqt.scm (lxqt-policykit): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add lxqt-notificationd.•••* gnu/packages/lxqt.scm (lxqt-notificationd): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: lxqt.scm: Move qttools from inputs to native-inputs.•••* gnu/packages/lxqt.scm: Move qttools from inputs to native-inputs.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add lxqt-config.•••* gnu/packages/lxqt.scm (lxqt-config): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Meiyo Peng |
2018-10-25 | gnu: Add r-sjplot.•••* gnu/packages/cran.scm (r-sjplot): New variable.
| Ricardo Wurmus |
2018-10-25 | gnu: Add r-ggeffects.•••* gnu/packages/cran.scm (r-ggeffects): New variable.
| Ricardo Wurmus |
2018-10-25 | gnu: Add r-glmmtmb.•••* gnu/packages/cran.scm (r-glmmtmb): New variable.
| Ricardo Wurmus |
2018-10-25 | gnu: Add r-sjstats.•••* gnu/packages/cran.scm (r-sjstats): New variable.
| Ricardo Wurmus |
2018-10-25 | gnu: Add r-tmb.•••* gnu/packages/cran.scm (r-tmb): New variable.
| Ricardo Wurmus |