Package Details: daty-git 1.0beta+81+g1a5dce4-2

Git Clone URL: https://aur.archlinux.org/daty-git.git (read-only, click to copy)
Package Base: daty-git
Description: Daty Wikidata Editor
Upstream URL: https://gitlab.gnome.org/World/daty
Keywords: editor gnome wikidata
Licenses: AGPLv3
Conflicts: daty
Provides: daty
Submitter: tallero
Maintainer: tallero
Last Packager: tallero
Votes: 2
Popularity: 0.000000
First Submitted: 2018-12-16 11:47 (UTC)
Last Updated: 2023-06-28 17:06 (UTC)

Latest Comments

tallero commented on 2021-08-12 11:22 (UTC)

@jjbeard: thx!

jjbeard commented on 2021-07-19 10:10 (UTC)

source=('$_pkgname::git+https://gitlab.gnome.org/World/Daty.git') should use double quotes or it does not replace $_pkgname with "daty".

tallero commented on 2020-07-03 01:51 (UTC)

@katt: at first look should be okay now

katt commented on 2020-07-03 01:03 (UTC)

git should be a makedepend, also please take a peek at https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function

tallero commented on 2019-06-01 12:09 (UTC)

@Peuc: no problem. What do you mean when you say 'primordial'? lol

Peuc commented on 2019-06-01 04:45 (UTC)

I confirm it works now! Thanks for the update (and for working on this primordial software too).

tallero commented on 2019-05-31 18:09 (UTC)

@Peuc: PKGBUILd pointed to my personal repository instead of the GNOME one. I have recompiled the package just now and it includes the gresource file.

Really thanks!

Peuc commented on 2019-05-31 16:34 (UTC) (edited on 2019-05-31 16:35 (UTC) by Peuc)

Package builds ok, but daty fails to start:

$ daty
Traceback (most recent call last):
  File "/usr/bin/daty", line 11, in <module>
    load_entry_point('daty==1.0b0', 'gui_scripts', 'daty')()
  File "/usr/lib/python3.7/site-packages/daty/__init__.py", line 69, in main
    config = Config()
  File "/usr/lib/python3.7/site-packages/daty/config.py", line 62, in __init__
    self.set_resources()
  File "/usr/lib/python3.7/site-packages/daty/config.py", line 166, in set_resources
    resource = resource_load(path)
gi.repository.GLib.Error: g-file-error-quark: Failed to open file “/usr/lib/python3.7/site-packages/daty/resources/daty.gresource”: open() failed: No such file or directory (4)