47d14a14a0
Despite the odd number, this seems to be a stable version, and some to-be-packaged software needs 1.1.x. ============= Version 1.1.3 ============= - AdwLeaflet - Fix a broken link in docs - AdwPreferencesGroup - Fix accessibility labels - AdwToast - Fix the example in docs - Stylesheet - Add missing borders in high contrast version ============= Version 1.1.2 ============= - AdwLeaflet - Fix child sizing with fold-threshold-policy=natural - AdwStyleManager - Correctly handle removing a GdkDisplay - AdwSwipeTracker - Fix a memory leak - Fix high contrast setting name when using a portal - AdwTabBar - Fix middle click when inside GtkWindowHandle - Stylesheet - Fix action row title and subtitle inside GtkHeaderBar - Fix progressbar.osd overriding text color - Ensure active states consistently work with touchscreens - Fix GtkDropDown visual glitch when pressed on touchscreen - Translation updates: - Chinese (Taiwan) - Nepali ============= Version 1.1.1 ============= - AdwAvatar - Fix initials not updating after setting custom-image - AdwSplitButton: - Avoid state changes during dispose - AdwViewSwitcherTitle - Clear pending idle callback on unrealize - AdwPreferencesGroup - Annotation fixes - AdwPreferencesGroup - Annotation fixes - AdwTabBar - Ensure indicators are clickable with inverted=true - Fix resize deferring with non-expanded tabs - Fix scroll animation stopping too early - Mention AdwComboRow:selected type in migration guide - Fix a Meson error when using as a subproject - Translation updates: - Abkhazian - British English - Bulgarian - Catalan - Dutch ============= Version 1.1.0 ============= - Fix introspection-related build warnings - Translation updates: - Finnish - Hungarian - Italian - Kazakh - Serbian ============== Version 1.1.rc ============== - AdwAvatar - Fix invalid UTF-8 handling - AdwStyleManager - Follow color-scheme on macOS - Don't disable non-CSS animations during style changes - AdwToast - Fix GVariant handling - Stylesheet - Fix scrollbars inside .osd widgets - Fix carousel indicator sizing - Memory leak fixes - Translation updates: - Czech - Croatian - Danish - German - Japanese - Korean - Slovak - Turkish ================ Version 1.1.beta ================ - Fix building with MSVC - AdwActionRow - Don't make activatable if the activatable widget is insensitive - AdwClamp - Fix measure() with height-for-width children - AdwComboRow - Fix end padding when the dropdown arrow is hidden - AdwExpanderRow - Fix focus handling - AdwPreferencesGroup - Add support for header suffixes - AdwPreferencesRow - Add 'title-selectable' property - Demo - Fix combo rows in AdwCarousel demo - Remove the "Frobnicate" button - Docs - Fix AdwViewSwitcherBar and AdwViewStack examples - Fix typos - Better wording for @self parameters - Stylesheet - Fix radio hover state in GtkPopoverMenu - Don't draw textview background 2 times - Translation updates: - Abkhazian - French - Indonesian - Occitan - Persian - Vietnamese
34 lines
985 B
Makefile
34 lines
985 B
Makefile
# $NetBSD: Makefile,v 1.2 2022/07/29 16:39:50 wiz Exp $
|
|
|
|
DISTNAME= libadwaita-1.1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libadwaita/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gitlab.gnome.org/GNOME/libadwaita/
|
|
COMMENT= Building blocks for modern GNOME applications
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# msgfmt: unknown option -- xml
|
|
.if ${OPSYS} == "NetBSD"
|
|
TOOLS_PLATFORM.msgfmt=
|
|
.endif
|
|
|
|
PKGCONFIG_OVERRIDE+= output/meson-private/libadwaita-1.pc
|
|
|
|
PKGCONFIG_OVERRIDE_STAGE= post-configure
|
|
|
|
TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/vala/buildlink3.mk"
|
|
.include "../../x11/gtk4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|