head	1.15;
access;
symbols
	pkgsrc-2026Q1:1.14.0.2
	pkgsrc-2026Q1-base:1.14
	pkgsrc-2025Q4:1.12.0.2
	pkgsrc-2025Q4-base:1.12
	pkgsrc-2025Q3:1.10.0.4
	pkgsrc-2025Q3-base:1.10
	pkgsrc-2025Q2:1.10.0.2
	pkgsrc-2025Q2-base:1.10
	pkgsrc-2025Q1:1.7.0.4
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.2
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.3.0.2
	pkgsrc-2024Q3-base:1.3;
locks; strict;
comment	@# @;


1.15
date	2026.04.28.08.18.40;	author pin;	state Exp;
branches;
next	1.14;
commitid	VduPF0oKPEs6xHDG;

1.14
date	2026.02.06.10.04.33;	author wiz;	state Exp;
branches;
next	1.13;
commitid	MwQEYCXeWSFvIitG;

1.13
date	2026.01.07.08.46.39;	author wiz;	state Exp;
branches;
next	1.12;
commitid	1wQ3ICD8eebefrpG;

1.12
date	2025.11.25.22.54.01;	author gutteridge;	state Exp;
branches;
next	1.11;
commitid	jfdwv6AgfPxUjZjG;

1.11
date	2025.10.23.20.36.29;	author wiz;	state Exp;
branches;
next	1.10;
commitid	1V2hBZn9ypXaCJfG;

1.10
date	2025.04.28.01.39.15;	author gutteridge;	state Exp;
branches;
next	1.9;
commitid	nO2YxCHKfnGt3LSF;

1.9
date	2025.04.24.14.13.37;	author wiz;	state Exp;
branches;
next	1.8;
commitid	A3VBjL8Zdd4LljSF;

1.8
date	2025.04.17.21.50.28;	author wiz;	state Exp;
branches;
next	1.7;
commitid	xcIXAVA292fk6sRF;

1.7
date	2024.11.15.12.41.15;	author pin;	state Exp;
branches;
next	1.6;
commitid	T4qxMSBCWnUqZJxF;

1.6
date	2024.11.14.22.19.30;	author wiz;	state Exp;
branches;
next	1.5;
commitid	JmuDYqwL4erbdFxF;

1.5
date	2024.11.01.12.52.15;	author wiz;	state Exp;
branches;
next	1.4;
commitid	QB4Wk02mZPuBuWvF;

1.4
date	2024.11.01.00.51.28;	author wiz;	state Exp;
branches;
next	1.3;
commitid	QT27BdVP362gvSvF;

1.3
date	2024.08.25.06.18.35;	author wiz;	state Exp;
branches;
next	1.2;
commitid	BcrSL94SO85mvanF;

1.2
date	2024.08.20.06.10.04;	author pin;	state Exp;
branches;
next	1.1;
commitid	thfAHZ3iE55CCwmF;

1.1
date	2024.08.02.17.45.04;	author pin;	state Exp;
branches;
next	;
commitid	ggHEUASKV2dV2hkF;


desc
@@


1.15
log
@devel/libdbusmenu-lxqt: update to 0.4.0

libdbusmenu-lxqt-0.4.0 / 2026-04-20
===================================
 * Silenced warning.
@
text
@# $NetBSD: Makefile,v 1.14 2026/02/06 10:04:33 wiz Exp $

.include "../../meta-pkgs/lxqt/Makefile.common"

DISTNAME=	libdbusmenu-lxqt-0.4.0
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/lxqt/libdbusmenu-lxqt/
COMMENT=	Library providing a Qt implementation of the DBusMenu protocol
LICENSE=	gnu-lgpl-v2.1

USE_TOOLS+=	pkg-config

CMAKE_CONFIGURE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}

PKGCONFIG_OVERRIDE+=	dbusmenu-lxqt.pc.in

.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
@


1.14
log
@*: recursive bump for nettle 4.0 shlib major bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.13 2026/01/07 08:46:39 wiz Exp $
d5 1
a5 2
DISTNAME=	libdbusmenu-lxqt-0.3.0
PKGREVISION=	4
@


1.13
log
@*: recursive bump for icu 78.1
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2025/11/25 22:54:01 gutteridge Exp $
d6 1
a6 1
PKGREVISION=	3
@


1.12
log
@lxqt*: force C++20 consistently and centralize some vars
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2025/10/23 20:36:29 wiz Exp $
d6 1
a6 1
PKGREVISION=	2
@


1.11
log
@*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined
@
text
@d1 3
a3 1
# $NetBSD: Makefile,v 1.10 2025/04/28 01:39:15 gutteridge Exp $
d6 1
a6 1
PKGREVISION=	1
a7 3
MASTER_SITES=	${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE=	${PKGVERSION_NOREV}
EXTRACT_SUFX=	.tar.xz
a14 1
USE_LANGUAGES=	c c++
@


1.10
log
@libdbusmenu-lxqt: update to 0.3.0

libdbusmenu-lxqt-0.3.0 / 2025-04-17
===================================
 * Workaround for a Qt crash on reloading menus.
 * Got rid of `Q_FOREACH`.
 * Fixed tests after recent changes.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/04/24 14:13:37 wiz Exp $
d4 1
@


1.9
log
@*: recursive bump for jpeg -> libjpeg-turbo switch
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/04/17 21:50:28 wiz Exp $
d3 1
a3 2
DISTNAME=	libdbusmenu-lxqt-0.2.0
PKGREVISION=	2
@


1.8
log
@*: recursive bump for icu 77 and libxml2 2.14
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/11/15 12:41:15 pin Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.7
log
@devel/libdbusmenu-lxqt: update to 0.2.0

libdbusmenu-lxqt-0.2.0 / 2024-11-05
===================================
 * Stop checking for `QIcon::name()` existence.
 * Fix AUTOMOC related warnings.
 * Don't redefine already defined macros.
 * Remove Bazaar stuff.
 * Use CMake to set the CXX standard in use.
 * Use CMake to set the symbol visibility.
 * Remove duplicated compiler flags.
 * Move compiler flag check/set.
 * Update Qt6 include directories use.
 * Update self include directories.
 * Removes dist and distcheck targets.
 * Renamed README;compiling instructions.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2024/11/01 12:52:15 wiz Exp $
d4 1
@


1.6
log
@*: recursive bump for icu 76 shlib major version bump
@
text
@d3 1
a3 2
DISTNAME=	libdbusmenu-lxqt-0.1.0
PKGREVISION=	3
@


1.5
log
@*: revbump for icu downgrade
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2024/11/01 00:51:28 wiz Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.4
log
@*: recursive bump for icu 76.1 shlib bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2024/08/25 06:18:35 wiz Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.3
log
@*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2024/08/20 06:10:04 pin Exp $
d4 1
@


1.2
log
@devel/libdbusmenu-lxqt: -USE_CMAKE
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/08/02 17:45:04 pin Exp $
d17 1
a17 1
CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
@


1.1
log
@This is the first release of libdbusmenu-lxqt, which is forked from libdbusmenu-qt and ported to Qt6. Also,

 - Turned off building of documentation by default.
 - Fixed triggering of menu actions with Qt6.
@
text
@d1 1
a1 1
# $NetBSD$
a13 1
USE_CMAKE=	yes
@

