summaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: tootle: Remove trailing #t in phases.Ludovic Courtès2022-01-051-6/+4
| | | | * gnu/packages/mastodon.scm (tootle)[arguments]: Remove trailing #t.
* gnu: tootle: Simplify inputs.Ludovic Courtès2022-01-051-4/+3
| | | | * gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify.
* gnu: tootle: Fix build.Taiju HIGASHI2022-01-051-10/+18
| | | | | | | | | | * 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>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-131-30/+28
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-5/+6
|\
| * gnu: toot: Honor the #:tests? flag.Efraim Flashner2021-11-261-3/+4
| | | | | | | | | | * gnu/packages/mastodon.scm (toot)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
| * gnu: toot: Update to 0.28.0.Efraim Flashner2021-11-261-2/+2
| | | | | | | | * gnu/packages/mastodon.scm (toot): Update to 0.28.0.
* | gnu: tootle: Update package references.Efraim Flashner2021-02-181-1/+1
|/ | | | | * gnu/packages/mastodon.scm (tootle)[inputs]: Replace vala-0.50 with vala.
* gnu: tootle: Update to 1.0.Efraim Flashner2021-02-071-2/+2
| | | | * gnu/packages/mastodon.scm (tootle): Update to 1.0.
* gnu: Add tootle.Efraim Flashner2021-02-031-3/+72
| | | | * gnu/packages/mastodon.scm (tootle): New variable.
* gnu: Add python-mastodon-py.Efraim Flashner2020-07-271-0/+40
| | | | * gnu/packages/mastodon.scm (python-mastodon-py): New variable.
* gnu: toot: Update to 0.27.0.Efraim Flashner2020-06-301-2/+2
| | | | * gnu/packages/mastodon.scm (toot): Update to 0.27.0.
* gnu: toot: Update to 0.26.0.Efraim Flashner2020-04-161-2/+2
| | | | * gnu/packages/mastodon.scm (toot): Update to 0.26.0.
* gnu: toot: Adjust custom phases.Efraim Flashner2020-04-011-2/+1
| | | | | * gnu/packages/mastodon.scm (toot)[arguments]: 'check is already run after 'install so replace 'check rather than re-inserting it.
* gnu: toot: Update to 0.25.2.Efraim Flashner2020-04-011-3/+3
| | | | * gnu/packages/mastodon.scm (toot): Update to 0.25.2.
* gnu: toot: Make propagated-inputs regular inputs.Efraim Flashner2019-12-031-1/+1
| | | | | * gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ... [inputs]: ... here.
* gnu: toot: Add missing input.Efraim Flashner2019-12-031-0/+1
| | | | * gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.
* gnu: toot: Update to 0.24.0.Tobias Geerinckx-Rice2019-12-011-11/+4
| | | | | * gnu/packages/mastodon.scm (toot): Update to 0.24.0. [arguments]: Remove obsolete ‘dont-install-Makefile’ phase.
* gnu: toot: Don't install the Makefile.Efraim Flashner2019-06-251-0/+6
| | | | | * gnu/packages/mastodon.scm (toot)[arguments]: Add custom phase to prevent installing data_files.
* gnu: Add toot.Efraim Flashner2019-02-281-0/+66
* gnu/packages/mastodon.scm (toot): New variable. * gnu/local.mk (GNU_SYSTSEM_MODULES): Register it.