Skip to content

Commit

Permalink
magpie: Update to 0.9.4
Browse files Browse the repository at this point in the history
**Summary**
- Add API replacing gsd-power's use of libgnome-rr.
  Resolves backlight crashes due to new GSD api requirement.
- Resolve GNOME 47 Scaling issues due to GSD api new requirement

Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Sep 28, 2024
1 parent 3d4fb9b commit f501ea9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
2 changes: 2 additions & 0 deletions packages/m/magpie/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ libmagpie-0.so.0:meta_monitor_config_store_reset
libmagpie-0.so.0:meta_monitor_config_store_set_custom
libmagpie-0.so.0:meta_monitor_crtc_to_logical_transform
libmagpie-0.so.0:meta_monitor_derive_current_mode
libmagpie-0.so.0:meta_monitor_get_backlight
libmagpie-0.so.0:meta_monitor_get_backlight_info
libmagpie-0.so.0:meta_monitor_get_connector
libmagpie-0.so.0:meta_monitor_get_connector_type
libmagpie-0.so.0:meta_monitor_get_current_mode
Expand Down
4 changes: 4 additions & 0 deletions packages/m/magpie/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,9 @@ libglib-2.0.so.0:g_mutex_init
libglib-2.0.so.0:g_mutex_lock
libglib-2.0.so.0:g_mutex_unlock
libglib-2.0.so.0:g_once_init_enter
libglib-2.0.so.0:g_once_init_enter_pointer
libglib-2.0.so.0:g_once_init_leave
libglib-2.0.so.0:g_once_init_leave_pointer
libglib-2.0.so.0:g_option_context_add_group
libglib-2.0.so.0:g_option_context_add_main_entries
libglib-2.0.so.0:g_option_context_free
Expand Down Expand Up @@ -1173,8 +1175,10 @@ libglib-2.0.so.0:g_utf8_validate
libglib-2.0.so.0:g_uuid_string_random
libglib-2.0.so.0:g_variant_builder_add
libglib-2.0.so.0:g_variant_builder_clear
libglib-2.0.so.0:g_variant_builder_close
libglib-2.0.so.0:g_variant_builder_end
libglib-2.0.so.0:g_variant_builder_init
libglib-2.0.so.0:g_variant_builder_open
libglib-2.0.so.0:g_variant_equal
libglib-2.0.so.0:g_variant_get
libglib-2.0.so.0:g_variant_get_boolean
Expand Down
6 changes: 3 additions & 3 deletions packages/m/magpie/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : magpie

Check notice on line 1 in packages/m/magpie/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 0.9.3
release : 4
version : 0.9.4
release : 5
source :
- https://github.com/BuddiesOfBudgie/magpie/releases/download/v0.9.3/magpie-0.9.3.tar.xz : 99060cefe4684be05daf8e82b414b78d15cbe2c723993db902681ab4017bbbe9
- https://github.com/BuddiesOfBudgie/magpie/releases/download/v0.9.4/magpie-0.9.4.tar.xz : 348a572a78e6f199761fa45ebc2a7a8bbf267b8960d32cc4bf6fd4e6012dabdb
homepage : https://buddiesofbudgie.org
license : GPL-2.0-or-later
component : desktop.budgie
Expand Down
16 changes: 8 additions & 8 deletions packages/m/magpie/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>magpie</Name>
<Homepage>https://buddiesofbudgie.org</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>desktop.budgie</PartOf>
Expand Down Expand Up @@ -153,7 +153,7 @@ It contains functionality related to, among other things, window management, win
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="4">magpie</Dependency>
<Dependency release="5">magpie</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/magpie-0/clutter/cally/cally-actor.h</Path>
Expand Down Expand Up @@ -376,12 +376,12 @@ It contains functionality related to, among other things, window management, win
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-10-21</Date>
<Version>0.9.3</Version>
<Update release="5">
<Date>2024-09-28</Date>
<Version>0.9.4</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit f501ea9

Please sign in to comment.