mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Update glibmm to 2.76.0
This commit is contained in:
parent
b92e6e38f7
commit
ae93455101
3 changed files with 6 additions and 7 deletions
|
@ -711,12 +711,11 @@ void NotificationData::setImage(const QImage &image) {
|
|||
return ba;
|
||||
}();
|
||||
|
||||
const auto imageBytes = Glib::Bytes::create(
|
||||
imageData.constData(),
|
||||
imageData.size());
|
||||
|
||||
_notification->set_icon(
|
||||
Glib::wrap(g_bytes_icon_new(imageBytes->gobj())));
|
||||
Gio::BytesIcon::create(
|
||||
Glib::Bytes::create(
|
||||
imageData.constData(),
|
||||
imageData.size())));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -678,7 +678,7 @@ RUN git clone -b xkbcommon-1.3.1 --depth=1 {{ GIT }}/xkbcommon/libxkbcommon.git
|
|||
FROM patches AS glibmm
|
||||
COPY --link --from=libffi {{ LibrariesPath }}/libffi-cache /
|
||||
|
||||
RUN git clone -b 2.74.0 --depth=1 {{ GIT }}/GNOME/glibmm.git \
|
||||
RUN git clone -b 2.76.0 --depth=1 {{ GIT }}/GNOME/glibmm.git \
|
||||
&& cd glibmm \
|
||||
&& git apply ../patches/glibmm.patch \
|
||||
&& CFLAGS="$CFLAGS {{ CFLAGS_LTO }}" CXXFLAGS="$CXXFLAGS {{ CFLAGS_LTO }}" meson build \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7d8e59786851c5bc94f02d62d1da88ddcbce27a8
|
||||
Subproject commit 27872afd2ddc88b05e2b41ce3fc3156465d73906
|
Loading…
Add table
Reference in a new issue