Package Details: gtksourceview-git r6985.08185428-2

Git Clone URL: https://aur.archlinux.org/gtksourceview-git.git (read-only, click to copy)
Package Base: gtksourceview-git
Description: A text widget adding syntax highlighting and more to GNOME
Upstream URL: https://gitlab.gnome.org/GNOME/gtksourceview
Licenses: LGPL
Conflicts: gtksourceview5
Provides: gtksourceview5
Submitter: mazharhussain
Maintainer: mazharhussain
Last Packager: mazharhussain
Votes: 0
Popularity: 0.000000
First Submitted: 2021-11-25 16:52 (UTC)
Last Updated: 2022-04-26 09:53 (UTC)

Required by (64)

Sources (1)

Latest Comments

xiota commented on 2024-03-06 06:05 (UTC) (edited on 2024-03-06 06:18 (UTC) by xiota)

Here is a working PKGBUILD with check() removed.

Needs following changes:

  • Update license string (spdx)
  • Update build options (gtk_docdocumentation)
  • Update pkgver() to #.r#.g# format. The following seems to work:
  git describe --long --tags --abbrev=8 --exclude='*[a-zA-Z][a-zA-Z]*' \
    | sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
  • Skip broken tests:
 6/26 test-buffer               FAIL            0.18s   killed by signal 5 SIGTRAP
 8/26 test-printcompositor      FAIL            0.17s   killed by signal 5 SIGTRAP
17/26 test-space-drawer         FAIL            0.21s   killed by signal 5 SIGTRAP
19/26 test-vim-input            FAIL            0.20s   killed by signal 5 SIGTRAP
21/26 test-vim-state            FAIL            0.20s   killed by signal 5 SIGTRAP
22/26 test-view                 FAIL            0.22s   killed by signal 5 SIGTRAP

mazharhussain commented on 2022-04-26 09:49 (UTC)

gi-docgen builddep has been added now

esben commented on 2022-04-26 06:26 (UTC)

As mentioned before, this package needs a build depends on gi-docgen.

nickoe commented on 2022-01-31 20:22 (UTC)

Ahh ok, I see, I just did not read it carefull enough.

mazharhussain commented on 2022-01-31 19:55 (UTC)

This package appears to have provides=(gtksourceview5=5.3.0).

But, in reality, it is automatic. When you install it, it will set 'provides' to exactly the version that gets installed.

This will be helpful when an other package depends on the absolute latest version of gtksourceview. In this way, dependency of that package can easily be resolved by pacman.

nickoe commented on 2022-01-31 18:22 (UTC)

Why is this package set to specifically provides=(gtksourceview5=5.3.0) ? Wouldn't it make more sense to just have the provides without the version constraint?

bordam commented on 2021-12-07 12:06 (UTC)

I think gi-docgen is needed to build the package