Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magpie: Update to 0.9.4 #3942

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 7 additions & 7 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 All @@ -17,22 +17,22 @@
- pkgconfig(gnome-desktop-3.0)
- pkgconfig(gnome-settings-daemon)
- pkgconfig(gobject-introspection-1.0)
- pkgconfig(gsettings-desktop-schemas)
- pkgconfig(graphene-1.0)
- pkgconfig(gsettings-desktop-schemas)
- pkgconfig(gtk+-3.0)
- pkgconfig(gudev-1.0)
- pkgconfig(json-glib-1.0)
- pkgconfig(lcms2)
- pkgconfig(libcanberra-gtk3)
- pkgconfig(libinput)
- pkgconfig(lcms2)
- pkgconfig(libpipewire-0.3)
- pkgconfig(libstartup-notification-1.0)
- pkgconfig(libwacom)
- pkgconfig(sm)
- pkgconfig(upower-glib)
- pkgconfig(wayland-eglstream)
- pkgconfig(wayland-server)
- pkgconfig(wayland-protocols)
- pkgconfig(wayland-server)
- pkgconfig(xcursor)
- pkgconfig(xkbfile)
- pkgconfig(xkeyboard-config)
Expand All @@ -41,9 +41,9 @@
- pkgconfig(xwayland)
- zenity
rundeps :
- devel : mesalib-devel # Internal cogl requires EGL/eglmesaext.h from mesalib-devel
- mutter-common
- zenity
- devel : mesalib-devel # Internal cogl requires EGL/eglmesaext.h from mesalib-devel
setup : |
%patch -p1 -i $pkgfiles/0003-core-Disable-disastrous-NET_WM_PING-deletion-dialogs.patch
%meson_configure \
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>