summaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
AgeCommit message (Collapse)Author
2023-11-16gnu: tuba: Add missing input.Efraim Flashner
Reported by retropikzel on IRC. * gnu/packages/mastodon.scm (tuba)[native-inputs]: Add gsettings-desktop-schemas. Change-Id: I79650a2b72cf149498e7f158d66502c20d88998a
2023-10-15gnu: tootle: Deprecate in favor of tuba.Efraim Flashner
* gnu/packages/mastodon.scm (tootle): Deprecate for tuba. * gnu/packages/patches/tootle-glib-object-renaming.patch, gnu/packages/patches/tootle-reason-phrase.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
2023-08-14gnu: tuba: Update to 0.4.1.Efraim Flashner
* gnu/packages/mastodon.scm (tuba): Update to 0.4.1.
2023-07-26gnu: toot: Update to 0.38.1.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.38.1. [inputs]: Add python-tomlkit.
2023-07-10gnu: tuba: Fix videoplayer crash and webp support.Lilah Tascheter
* gnu/packages/mastodon.scm (tuba)[arguments]<phases: Add lib-vars-wrap phase to set GST_PLUGIN_SYSTEM_PATH and GDK_PIXBUF_MODULE_FILE variables. (tuba)[native-inputs]: Add gdk-pixbuf. (tuba)[inputs]: Add gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good and webp-pixbuf-loader. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-10gnu: tuba: Update to new style.Lilah Tascheter
* gnu/packages/mastodon.scm (tuba)[arguments]: Update to new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-06-30gnu: toot: Update to 0.37.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.37.0. [native-inputs]: Add python-psycopg2.
2023-06-14gnu: Add tuba.Efraim Flashner
* gnu/packages/mastodon.scm (tuba): New variable.
2023-03-22gnu: toot: Update to 0.36.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.36.0.
2023-03-08gnu: toot: Update to 0.35.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.35.0.
2022-12-18gnu: toot: Update to 0.32.1.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.32.1.
2022-12-06gnu: toot: Update to 0.30.1.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.30.1. [arguments]: Add a phase to remove integration tests.
2022-01-05gnu: tootle: Remove trailing #t in phases.Ludovic Courtès
* gnu/packages/mastodon.scm (tootle)[arguments]: Remove trailing #t.
2022-01-05gnu: tootle: Simplify inputs.Ludovic Courtès
* gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify.
2022-01-05gnu: tootle: Fix build.Taiju HIGASHI
* gnu/packages/patches/tootle-glib-object-naming.patch, gnu/packages/patches/tootle-reason-phrase.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/mastodon.scm (tootle)[source]: Use them. [inputs]: Use LIBSOUP-MINIMAL-2 instead of LIBSOUP. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-26gnu: toot: Honor the #:tests? flag.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
2021-11-26gnu: toot: Update to 0.28.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.28.0.
2021-02-18gnu: tootle: Update package references.Efraim Flashner
* gnu/packages/mastodon.scm (tootle)[inputs]: Replace vala-0.50 with vala.
2021-02-07gnu: tootle: Update to 1.0.Efraim Flashner
* gnu/packages/mastodon.scm (tootle): Update to 1.0.
2021-02-03gnu: Add tootle.Efraim Flashner
* gnu/packages/mastodon.scm (tootle): New variable.
2020-07-27gnu: Add python-mastodon-py.Efraim Flashner
* gnu/packages/mastodon.scm (python-mastodon-py): New variable.
2020-06-30gnu: toot: Update to 0.27.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.27.0.
2020-04-16gnu: toot: Update to 0.26.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.26.0.
2020-04-01gnu: toot: Adjust custom phases.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[arguments]: 'check is already run after 'install so replace 'check rather than re-inserting it.
2020-04-01gnu: toot: Update to 0.25.2.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.25.2.
2019-12-03gnu: toot: Make propagated-inputs regular inputs.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ... [inputs]: ... here.
2019-12-03gnu: toot: Add missing input.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.
2019-12-01gnu: toot: Update to 0.24.0.Tobias Geerinckx-Rice
* gnu/packages/mastodon.scm (toot): Update to 0.24.0. [arguments]: Remove obsolete ‘dont-install-Makefile’ phase.
2019-06-25gnu: toot: Don't install the Makefile.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[arguments]: Add custom phase to prevent installing data_files.
2019-02-28gnu: Add toot.Efraim Flashner
* gnu/packages/mastodon.scm (toot): New variable. * gnu/local.mk (GNU_SYSTSEM_MODULES): Register it.