head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.22 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.20 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.18 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.16 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.14 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.12 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.10 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.8 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.6 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.4 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.1.0.22 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.20 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.18 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.16 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.14 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.12 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.10 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.8 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.6 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.4 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.07.06.21.45.25; author wiz; state Exp; branches; next 1.1; commitid byKnevT8Jqsx0NvE; 1.1 date 2020.11.10.12.06.59; author nia; state Exp; branches; next ; commitid WHg1tTUBlcf4VkvC; desc @@ 1.2 log @gnome-shell: fix build with polkit-121 using upstream patch. Bump PKGREVISION. @ text @$NetBSD: patch-meson.build,v 1.1 2020/11/10 12:06:59 nia Exp $ Install config files to examples. Fix build with polkit-121. --- meson.build.orig 2021-06-10 11:33:01.644928700 +0000 +++ meson.build @@@@ -53,7 +53,7 @@@@ sysconfdir = join_paths(prefix, get_opti pkgdatadir = join_paths(datadir, meson.project_name()) pkglibdir = join_paths(libdir, meson.project_name()) -autostartdir = join_paths(sysconfdir, 'xdg', 'autostart') +autostartdir = join_paths(datadir, 'examples', 'xdg', 'autostart') convertdir = join_paths(datadir, 'GConf', 'gsettings') desktopdir = join_paths(datadir, 'applications') icondir = join_paths(datadir, 'icons') @@@@ -168,6 +168,13 @@@@ cdata.set('HAVE_FDWALK', cc.has_function('fdwalk') ) +polkit_has_autocleanup = cc.compiles( + '#define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE + #include + void main(void) { g_autoptr(PolkitAgentListener) agent = NULL; }', + dependencies: polkit_dep) +cdata.set('HAVE_POLKIT_AUTOCLEANUP', polkit_has_autocleanup) + buildtype = get_option('buildtype') if buildtype != 'plain' all_warnings = [ @ 1.1 log @x11: Add gnome-shell. Based on work by Dan Cîrnaț and myself in wip. GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience. @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 1 --- meson.build.orig 2020-10-05 18:36:07.906838400 +0000 d9 1 a9 1 @@@@ -52,7 +52,7 @@@@ sysconfdir = join_paths(prefix, get_opti d18 14 @