pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libqtxdg libqtxdg: update to 3.9.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b6e2c868109
branches: trunk
changeset: 379031:7b6e2c868109
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Wed May 11 00:30:42 2022 +0000
description:
libqtxdg: update to 3.9.1
(Specific functionality in this package has now been split out to
qtxdg-tools.)
libqtxdg-3.9.1 / 2022-05-08
===========================
* Separated `qtxdg-mat` and made installation of config files optional (to prepare for Qt6).
diffstat:
x11/libqtxdg/Makefile | 10 ++++++++--
x11/libqtxdg/PLIST | 3 +--
x11/libqtxdg/distinfo | 9 +++++----
x11/libqtxdg/patches/patch-CMakeLists.txt | 15 +++++++++++++++
4 files changed, 29 insertions(+), 8 deletions(-)
diffs (75 lines):
diff -r 86b60be45389 -r 7b6e2c868109 x11/libqtxdg/Makefile
--- a/x11/libqtxdg/Makefile Wed May 11 00:21:45 2022 +0000
+++ b/x11/libqtxdg/Makefile Wed May 11 00:30:42 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/04/24 15:00:00 pin Exp $
+# $NetBSD: Makefile,v 1.20 2022/05/11 00:30:42 gutteridge Exp $
-DISTNAME= libqtxdg-3.9.0
+DISTNAME= libqtxdg-3.9.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -18,6 +18,7 @@
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
+QTXDG_CONF= share/lxqt
PKG_SYSCONFSUBDIR= xdg
SUBST_CLASSES+= prefix
@@ -27,6 +28,11 @@
SUBST_SED.prefix= -e 's,/etc/xdg,${PKG_SYSCONFDIR},g'
SUBST_SED.prefix+= -e 's,/usr/share,${PREFIX}/share,g'
+CONF_FILES= ${QTXDG_CONF}/lxqt-qtxdg.conf \
+ ${PKG_SYSCONFDIR}/lxqt-qtxdg.conf
+CONF_FILES+= ${QTXDG_CONF}/qtxdg.conf \
+ ${PKG_SYSCONFDIR}/qtxdg.conf
+
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-Bsymbolic-functions
BUILDLINK_TRANSFORM.SunOS+= rm:-fuse-linker-plugin
diff -r 86b60be45389 -r 7b6e2c868109 x11/libqtxdg/PLIST
--- a/x11/libqtxdg/PLIST Wed May 11 00:21:45 2022 +0000
+++ b/x11/libqtxdg/PLIST Wed May 11 00:30:42 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/11/19 09:30:11 pin Exp $
-bin/qtxdg-mat
+@comment $NetBSD: PLIST,v 1.5 2022/05/11 00:30:42 gutteridge Exp $
include/qt5xdg/XdgAction
include/qt5xdg/XdgAutoStart
include/qt5xdg/XdgDefaultApps
diff -r 86b60be45389 -r 7b6e2c868109 x11/libqtxdg/distinfo
--- a/x11/libqtxdg/distinfo Wed May 11 00:21:45 2022 +0000
+++ b/x11/libqtxdg/distinfo Wed May 11 00:30:42 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/04/24 15:00:00 pin Exp $
+$NetBSD: distinfo,v 1.9 2022/05/11 00:30:42 gutteridge Exp $
-BLAKE2s (libqtxdg-3.9.0.tar.xz) = 94fdd6cad1d45c21390f5710595de910b9f1754563818b8671ed6d1144e6c37f
-SHA512 (libqtxdg-3.9.0.tar.xz) = ec2763f148125fc62518eedbc28d1c1bed9337c15da566342749cbb3659ed7d5b8771785df116fe3d707f613c5d79337e440993bfa713fbc5b280acc3d687cfa
-Size (libqtxdg-3.9.0.tar.xz) = 76760 bytes
+BLAKE2s (libqtxdg-3.9.1.tar.xz) = 7d8a5a146f72f3c1615bdf72b52d60a0c1dcaa1e68b291839a44b66b18b2e094
+SHA512 (libqtxdg-3.9.1.tar.xz) = 1b05a10649229a34e3b653c37abefbb02c8b456d77aaabed0e47668818ee29730ea049d96bc5c71c9ad83d1c9c87888195bf228dc9817fd27053f0286752978c
+Size (libqtxdg-3.9.1.tar.xz) = 71604 bytes
+SHA1 (patch-CMakeLists.txt) = 9935490d2250041107499df3a2324c6478922e5f
diff -r 86b60be45389 -r 7b6e2c868109 x11/libqtxdg/patches/patch-CMakeLists.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libqtxdg/patches/patch-CMakeLists.txt Wed May 11 00:30:42 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2022/05/11 00:30:42 gutteridge Exp $
+
+Install config files to pkgsrc standard location.
+
+--- CMakeLists.txt.orig 2022-05-10 19:59:47.077468288 +0000
++++ CMakeLists.txt
+@@ -68,7 +68,7 @@ message(STATUS "Building ${PROJECT_NAME}
+ if (QTXDG_INSTALL_DEFAPPS_CONFIG)
+ file(GLOB QTXDG_CONFIG_FILES config/*.conf)
+ set(QTXDG_DEFAPPS_CONF_INSTALL_DIR
+- "${LXQT_ETC_XDG_DIR}" CACHE PATH "Path to qtxdg default apps conf files install dir")
++ "${CMAKE_INSTALL_FULL_DATADIR}/lxqt" CACHE PATH "Path to qtxdg default apps conf files install dir")
+ mark_as_advanced(QTXDG_DEFAPPS_CONF_INSTALL_DIR)
+ endif()
+
Home |
Main Index |
Thread Index |
Old Index