adwaita 4.2.6 → 4.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c297e8e71ef5f0d2337d5b1d0f66876a1f9f8aab9b4e706d999e41d1133c6745
4
- data.tar.gz: bb1caff9528f7aeba533f3f142fa5aaf432951a13b5a30d4d70ff037fce41a28
3
+ metadata.gz: c5ecbea26a965e7c83a939f4b321c93b18325044b7e4ce22551d402f45786fbe
4
+ data.tar.gz: 39052c543afeb38419455423a7573b93fc80cf76408f1d5a852ef23ed2a3589a
5
5
  SHA512:
6
- metadata.gz: a28da42d61622a6ef8f209c286578ad681be825817a95797dc920cfbaf0524c4ad29a35b85951eb8096f20088eabede9c5e872413caa6cff8e9c49c604999294
7
- data.tar.gz: 7e4436f79e21b59d831e31fc823e3317acc3950924c84dad6ecc93ce7c553420b795e2006b30ed5b0b3ef0ef3ac12e04b832d7b4400c2e56622b9a10bd82842d
6
+ metadata.gz: 206da0c2100209d67d11f95eb9927bee5f17145aceb36253519cc8eb6937fdf583b145185d3a5933e241f32a2fc8cc47914d1f5301c8620b2a228591eac870db
7
+ data.tar.gz: 64e5089336c715a441bc8758286ff2e85c12c7aa3536b5335b0afcf45dd95282fb8ade862ce5e9c8a95c64e2a2f376c2c659361825363dd8c1639984acfd7dac
data/adwaita.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2022 Ruby-GNOME Project Team
3
+ # Copyright (C) 2022-2025 Ruby-GNOME Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  s.author = "The Ruby-GNOME Project Team"
26
26
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
27
27
  s.homepage = "https://ruby-gnome.github.io/"
28
- s.licenses = ["LGPL-2.1+"]
28
+ s.licenses = ["LGPL-2.1-or-later"]
29
29
  s.version = ruby_glib2_version
30
30
  s.extensions = ["dependency-check/Rakefile"]
31
31
  s.require_paths = ["lib"]
@@ -40,5 +40,11 @@ Gem::Specification.new do |s|
40
40
 
41
41
  s.add_runtime_dependency("gtk4", "= #{s.version}")
42
42
 
43
+ [
44
+ ["alpine_linux", "libadwaita-dev"],
45
+ ].each do |platform, package|
46
+ s.requirements << "system: libadwaita-1: #{platform}: #{package}"
47
+ end
48
+
43
49
  s.metadata["msys2_mingw_dependencies"] = "libadwaita"
44
50
  end
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2022 Ruby-GNOME Project Team
1
+ # Copyright (C) 2022-2025 Ruby-GNOME Project Team
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -35,8 +35,7 @@ namespace :dependency do
35
35
  :debian => "libadwaita-1-dev",
36
36
  :redhat => "pkgconfig(#{package_id})",
37
37
  :arch_linux => "libadwaita",
38
- :homebrew => "libadwaita",
39
- :msys2 => "libadwaita")
38
+ :homebrew => "libadwaita")
40
39
  exit(false)
41
40
  end
42
41
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adwaita
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.6
4
+ version: 4.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-25 00:00:00.000000000 Z
10
+ date: 2025-03-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gtk4
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 4.2.6
18
+ version: 4.2.8
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 4.2.6
25
+ version: 4.2.8
26
26
  description: Ruby/Adwaita is a Ruby binding of Adwaita.
27
27
  email: ruby-gnome2-devel-en@lists.sourceforge.net
28
28
  executables: []
@@ -39,7 +39,7 @@ files:
39
39
  - lib/adwaita/loader.rb
40
40
  homepage: https://ruby-gnome.github.io/
41
41
  licenses:
42
- - LGPL-2.1+
42
+ - LGPL-2.1-or-later
43
43
  metadata:
44
44
  msys2_mingw_dependencies: libadwaita
45
45
  rdoc_options: []
@@ -55,7 +55,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
- requirements: []
58
+ requirements:
59
+ - 'system: libadwaita-1: alpine_linux: libadwaita-dev'
59
60
  rubygems_version: 3.6.2
60
61
  specification_version: 4
61
62
  summary: Ruby/Adwaita is a Ruby binding of Adwaita.