Change fake packages to use properties of the dependency package(s). (#8167)

Fix linter issues

Co-authored-by: chronos <noreply@github.com>
This commit is contained in:
Ed Reel
2023-04-10 07:40:01 -05:00
committed by GitHub
parent d51f4eeadd
commit 2a24abc070
41 changed files with 248 additions and 210 deletions

View File

@@ -4,6 +4,7 @@ class At_spi2_core < Package
description 'This is over DBus, tookit widgets provide their content to screen readers such as Orca'
homepage 'http://www.freedesktop.org/'
version '2.47.90'
license 'LGPL-2.1+'
compatibility 'all'
source_url 'https://gitlab.gnome.org/GNOME/at-spi2-core.git'
git_hashtag "AT_SPI2_CORE_#{version.gsub('.', '_')}"