summaryrefslogtreecommitdiff
path: root/gnu/packages/syndication.scm
Commit message (Collapse)AuthorAge
* gnu: newsboat: Adjust to changes in cargo-build-system.Efraim Flashner2021-03-14
| | | | | * gnu/packages/syndication.scm (newsboat)[arguments]: Add flag to not install source.
* gnu: Add gfeeds.Léo Le Bouter2021-03-06
| | | | * gnu/packages/syndication.scm (gfeeds): New variable.
* gnu: quiterss: Fix lint warnings.Léo Le Bouter2021-03-01
| | | | | | * gnu/packages/syndication.scm (quiterss): [source]: Use git-fetch instead of autogenerated GitHub tarball. Remove trailing whitespace.
* gnu: Add quiterss.Léo Le Bouter2021-03-01
| | | | * gnu/packages/syndication.scm (quiterss): New variable.
* gnu: rust-natord-1: Drop minor version from name.Nicolas Goaziou2021-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-natord-1): Drop minor version from name. * gnu/packages/rust-apps.scm (exa): * gnu/packages/syndication.scm (newsboat): Apply renaming.
* gnu: liferea: Add missing inputs.Raghav Gururajan2021-01-28
| | | | | | | | | | | These new inputs are referenced by the package but was missing in the package definition. Some of these inputs might have been used by the package indirectly via propagation from other inputs. * gnu/packages/syndication.scm (liferea) [inputs]: Add glib, libsoup, pango and sqlite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: liferea: Disable static libraries.Raghav Gururajan2021-01-28
| | | | | | | * gnu/packages/syndication.scm (liferea)[arguments]: Add '--disable-static' to configure-flags. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: newsboat: Update to 2.22.1.Efraim Flashner2021-01-11
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.22.1.
* gnu: liferea: Add source file-name.Efraim Flashner2021-01-11
| | | | * gnu/packages/syndication.scm (liferea)[source]: Add file-name field.
* gnu: Updated liferea to 1.13.4.raingloom2021-01-10
| | | | | | | | * gnu/packages/syndiction.scm (liferea): Updated to 1.13.4. [source]: Switched to git-download. [native-inputs]: Added autotools, automake, libtool. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: newsboat: Update to 2.22.Efraim Flashner2021-01-03
| | | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.22. [arguments]: Remove rust-gettext-sys-0.19, rust-lazy-static-1, rust-nom-5, rust-xdg-2.2 from cargo-inputs. Add rust-cxx-0.5, rust-cxx-build-0.5, rust-nom-6.
* gnu: newsboat-2.13: Build with json-c-0.13.Efraim Flashner2020-10-18
| | | | | * gnu/packages/syndication.scm (newsboat-2.13)[inputs]: Replace json-c with json-c@.013.
* gnu: newsboat: Update to 2.21.Efraim Flashner2020-10-13
| | | | | | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.21. [source]: Remove snippet. [inputs]: Replace json-c-0.13 with json-c. [arguments]: In cargo-inputs replace rust-gettext-rs-0.4 with 0.5, rust-rand-0.6 with 0.7. Remove rust-dirs-2.0, rust-libz-1, rust-percent-encoding-2, rust-smallvec-0.6. Add rust-lazy-static-1. Add new phase to patch the source slightly.
* gnu: rust-percent-encoding-2.1: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-percent-encoding-2.1): Rename to rust-percent-encoding-2.
* gnu: rust-url-2.1: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-url-2.1): Rename to rust-url-2.
* gnu: newsboat: Fix inputs.Efraim Flashner2020-09-30
| | | | | | | This is a follow-up to 51b46fa28cd31cf1cc973ef6ccd05fbef3c4b39d. * gnu/packages/syndication.scm (newsboat)[arguments]: Replace rust-once-cell-1.2 with rust-once-cell-1.
* gnu: liferea: Update to 1.12.9.Vinicius Monego2020-09-08
| | | | | | * gnu/packages/syndication.scm (liferea): Update to 1.12.9. Fix indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-libz-sys-1.0: Rename rust-libz-sys-1.Efraim Flashner2020-08-31
| | | | | | | | * gnu/packages/crates-io.scm (rust-libz-sys-1.0): Rename rust-libz-sys-1. (rust-curl-sys-0.4, rust-flate2-1.0, rust-freetype-sys-0.9, rust-libgit2-sys-0.10, rust-libgit2-sys-0.7, rust-libssh2-sys-0.2) [arguments]: Adjust accordingly. * gnu/packages/syndication.scm (newsboat)[arguments]: Same.
* gnu: newsboat: Update to 2.20.1.Efraim Flashner2020-07-26
| | | | | | | | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.20.1. [source]: Add snippet to loosen version requirement on crate dependency. [build-system]: Switch to cargo-build-system. [native-inputs]: Remove asciidoc, add openssl, asciidoctor. [arguments]: Add gnu-build-system module. Add vendor-dir, cargo-inputs, cargo-development-inputs fields. Don't delete 'configure phase. Add custom 'dont-vendor-self-phase. Replace 'build, 'check, 'install phases with gnu counterparts. (newsboat-2.13): New variable.
* gnu: liferea: Update to 1.12.8.Vinicius Monego2020-06-22
| | | | | | * gnu/packages/syndication.scm (liferea): Update to 1.12.8. Signed-off-by: Marius Bakke <marius@gnu.org>
* Merge branch 'master' into stagingMarius Bakke2020-06-06
|\
| * gnu: Add liferea.Vinicius Monego2020-05-30
| | | | | | | | | | | | * gnu/packages/syndication.scm (liferea): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* | Merge branch 'master' into stagingMarius Bakke2020-05-29
|\|
| * gnu: tuir: Update to 1.29.0.Efraim Flashner2020-05-25
| | | | | | | | * gnu/packages/syndication.scm (tuir): Update to 1.29.0.
* | Merge branch 'master' into stagingMarius Bakke2020-05-26
|\|
| * gnu: Add rawdog.raingloom2020-05-16
| | | | | | | | | | | | * gnu/packages/syndication.scm (rawdog): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* | gnu: json-c: Update to 0.14.Marius Bakke2020-05-26
|/ | | | | | | | | | | | | | * gnu/packages/web.scm (json-c): Update to 0.14. [source](modules, snippet): Remove. [build-system]: Change to CMAKE-BUILD-SYSTEM. (json-c-0.13): New public variable. (json-c-0.12): Inherit from JSON-C-0.13. * gnu/packages/cryptsetup.scm (cryptsetup-static)[inputs]: Stick with JSON-C-0.13. * gnu/packages/linux.scm (multipath-tools)[inputs]: Likewise. * gnu/packages/security-token.scm (yubikey-personalization, libu2f-host, libu2f-server)[inputs]: Likewise. * gnu/packages/syndication.scm (newsboat)[inputs]: Likewise.
* gnu: Add tuir.Efraim Flashner2020-04-05
| | | | * gnu/packages/syndication.scm (tuir): New variable.
* gnu: Remove more packages deprecated for over almost a year.Tobias Geerinckx-Rice2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (armagetron-advanced) (cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts) (the-battle-for-wesnoth, the-battle-for-wesnoth-server) (project-starfighter, kiki-the-nano-bot, fish-fillets-ng) (dungeon-crawl-stone-soup): Let's forget this ever happened. * gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name) (magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb) (ert-runner, groovy-emacs-modes): Remove variable. * gnu/packages/engineering.scm (emacs-emms-player-simple-mpv) (emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise. * gnu/packages/finance.scm (monero-core): Likewise. * gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles) (tales-of-maj-eyal, battle-tanks, the-legend-of-edgar) (gnome-tweak-tool): Likewise. * gnu/packages/gnuzilla.scm (conkeror): Likewise. * gnu/packages/guile-xyz.scm (mcron2): Likewise. * gnu/packages/image.scm (pngcrunch): Likewise. * gnu/packages/linux.scm (eudev-with-hwdb): Likewise. * gnu/packages/maths.scm (qtoctave): Likewise. * gnu/packages/package-management.scm (guile2.0-guix): Likewise. * gnu/packages/php.scm (php-with-bcmath): Likewise. * gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next): Likewise. * gnu/packages/video.scm (livestreamer): Likewise. * gnu/packages/virtualization.scm (lookingglass): Likewise. * gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. (newsboat)[description]: Remove historical footnote.
* gnu: rtv: Update to 1.27.0.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/syndication.scm (rtv): Update to 1.27.0.
* gnu: Add rtv.Efraim Flashner2019-03-19
| | | | * gnu/packages/syndication.scm (rtv): New variable.
* gnu: Move sqlite to separate module.Ricardo Wurmus2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5, sqlite-with-column-metadata): Move variables from here... * gnu/packages/sqlite.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/apl.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/code.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/dc.scm, gnu/packages/disk.scm, gnu/packages/ebook.scm, gnu/packages/education.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/file-systems.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gps.scm, gnu/packages/guile.scm, gnu/packages/ibus.scm, gnu/packages/kerberos.scm, gnu/packages/kodi.scm, gnu/packages/lisp.scm, gnu/packages/mail.scm, gnu/packages/messaging.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/ocaml.scm, gnu/packages/package-management.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/php.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/scheme.scm, gnu/packages/sync.scm, gnu/packages/syndication.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/web-browsers.scm, gnu/packages/webkit.scm: Adjust module references.
* gnu: newsboat: Update to 2.13.Marius Bakke2018-09-28
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.13.
* Add 'GNU Guix' comment to all (gnu packages) headers.Tobias Geerinckx-Rice2018-09-21
| | | | * gnu/packages/debian.scm, gnu/packages/syndication.scm: Add comments.
* gnu: newsboat: Update to 2.12.Tobias Geerinckx-Rice2018-06-26
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.12.
* gnu: newsboat: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: newsboat: Update to 2.11.1.Marius Bakke2018-04-02
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.11.1.
* gnu: newsboat: Update to 2.11.Marius Bakke2018-03-25
| | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.11. [inputs]: Change from JSON-C-0.12 to JSON-C. [native-search-paths]: New field.
* gnu: newsbeuter: Deprecate in favour of newsboat.Tobias Geerinckx-Rice2018-01-11
| | | | | | | | * gnu/packages/syndication.scm (newsbeuter): Redefine using ‘deprecated-package’. * gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: Delete file. * gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove both.
* gnu: newsboat: Update to 2.10.2.Tobias Geerinckx-Rice2018-01-04
| | | | | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.10.2. [inherit]: Remove inheritance of unmaintained newsbeuter. [native-inputs]: Remove perl. [arguments]: Remove #:make-flags to build on ARM, which should work now. [synopsis, description]: Mash up Newsboat's own description with useful information from its predecessor.
* gnu: newsbeuter, newsboat: Correct licence.Tobias Geerinckx-Rice2018-01-04
| | | | | | See <https://github.com/newsboat/newsboat/issues/34>. * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
* gnu: json-c: Update to 0.13.Tobias Geerinckx-Rice2018-01-04
| | | | | | | | | * gnu/packages/web.scm (json-c): Update to 0.13. [description]: Add new resolution. (json-c-0.12): New public variable. (hubbub)[inputs]: Use it. * gnu/packages/syndication.scm (newsbeuter)[inputs]: Likewise.
* gnu: Add newsboat.Efraim Flashner2017-10-29
| | | | * gnu/packages/syndication.scm (newsboat): New variable.
* gnu: newsbeuter: Fix CVE-2017-14500.Efraim Flashner2017-09-18
| | | | | | * gnu/packages/syndication.scm (newsbeuter)[source]: Add patch. * gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: newsbeuter: Fix CVE-2017-12904.Leo Famulari2017-08-18
| | | | | | * gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/syndication.scm (newsbeuter)[source]: Use it.
* gnu: packages: Use gettext-minimal.Alex Kost2016-11-21
| | | | | | | | | | | | | | | | * gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of 'gnu-gettext'. * gnu/packages/emacs.scm (m17n-db): Likewise. * gnu/packages/ftp.scm (weex): Likewise. * gnu/packages/games.scm (chromium-bsu): Likewise. * gnu/packages/image.scm (steghide): Likewise. * gnu/packages/linux.scm (radeontop): Likewise. * gnu/packages/mpd.scm (sonata): Likewise. * gnu/packages/networking.scm (whois): Likewise. * gnu/packages/package-management.scm (guix-0.11.0): Likewise. * gnu/packages/psyc.scm (psyclpc): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. * gnu/packages/vim.scm (vim-full): Likewise.
* gnu: Add newsbeuter.Efraim Flashner2016-11-12
* gnu/packages/syndication.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.