pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/konsole



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug  9 20:58:26 UTC 2023

Modified Files:
        pkgsrc/x11/konsole: Makefile PLIST

Log Message:
konsole: Install konsolerc via examples dir.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/konsole/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/konsole/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/konsole/Makefile
diff -u pkgsrc/x11/konsole/Makefile:1.72 pkgsrc/x11/konsole/Makefile:1.73
--- pkgsrc/x11/konsole/Makefile:1.72    Thu Aug  3 05:02:34 2023
+++ pkgsrc/x11/konsole/Makefile Wed Aug  9 20:58:26 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2023/08/03 05:02:34 markd Exp $
+# $NetBSD: Makefile,v 1.73 2023/08/09 20:58:26 markd Exp $
 
 DISTNAME=      konsole-${KAPPSVER}
+PKGREVISION=   1
 CATEGORIES=    x11
 
 HOMEPAGE=      http://kde.org/applications/system/konsole/
@@ -14,6 +15,16 @@ DEPENDS+=    kinit>=5.68.0:../../x11/kinit
 
 USE_TOOLS+=    msgmerge
 
+SUBST_CLASSES+=                xdg
+SUBST_STAGE.xdg=       pre-configure
+SUBST_MESSAGE.xdg=     Install via examples dir.
+SUBST_FILES.xdg=       data/CMakeLists.txt
+SUBST_SED.xdg=         -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
+
+MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg
+CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/konsolerc \
+               ${PKG_SYSCONFDIR}/xdg/konsolerc
+
 .include "../../devel/knotifyconfig/buildlink3.mk"
 .include "../../devel/kparts/buildlink3.mk"
 .include "../../devel/kpty/buildlink3.mk"

Index: pkgsrc/x11/konsole/PLIST
diff -u pkgsrc/x11/konsole/PLIST:1.8 pkgsrc/x11/konsole/PLIST:1.9
--- pkgsrc/x11/konsole/PLIST:1.8        Thu Aug  3 05:02:34 2023
+++ pkgsrc/x11/konsole/PLIST    Wed Aug  9 20:58:26 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/08/03 05:02:34 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/08/09 20:58:26 markd Exp $
 bin/konsole
 bin/konsoleprofile
 lib/kconf_update_bin/konsole_globalaccel
@@ -42,6 +42,7 @@ share/doc/HTML/uk/konsole/index.cache.bz
 share/doc/HTML/uk/konsole/index.docbook
 share/doc/HTML/zh_CN/konsole/index.cache.bz2
 share/doc/HTML/zh_CN/konsole/index.docbook
+share/examples/kde-xdg/konsolerc
 share/kconf_update/konsole.upd
 share/kconf_update/konsole_add_hamburgermenu_to_toolbar.sh
 share/kglobalaccel/org.kde.konsole.desktop



Home | Main Index | Thread Index | Old Index