pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/ksudoku ksudoku: fix install of ksudokurc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b88019cd3352
branches:  trunk
changeset: 418135:b88019cd3352
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Nov 21 03:35:45 2019 +0000

description:
ksudoku: fix install of ksudokurc

diffstat:

 games/ksudoku/Makefile |  13 ++++++++++++-
 games/ksudoku/PLIST    |   3 ++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r d8fd8fe5d173 -r b88019cd3352 games/ksudoku/Makefile
--- a/games/ksudoku/Makefile    Thu Nov 21 03:31:51 2019 +0000
+++ b/games/ksudoku/Makefile    Thu Nov 21 03:35:45 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2019/11/18 10:40:18 markd Exp $
+# $NetBSD: Makefile,v 1.32 2019/11/21 03:35:45 markd Exp $
 
 DISTNAME=      ksudoku-${KAPPSVER}
+PKGREVISION=   1
 CATEGORIES=    games
 
 HOMEPAGE=      https://kde.org/applications/games/ksudoku/
@@ -13,6 +14,16 @@
 
 USE_TOOLS+=    msgmerge
 
+SUBST_CLASSES+=                xdg
+SUBST_STAGE.xdg=       pre-configure
+SUBST_MESSAGE.xdg=     Install via examples dir.
+SUBST_FILES.xdg=       src/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/ksudokurc \
+               ${PKG_SYSCONFDIR}/xdg/ksudokurc
+
 .include "../../games/libkdegames/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff -r d8fd8fe5d173 -r b88019cd3352 games/ksudoku/PLIST
--- a/games/ksudoku/PLIST       Thu Nov 21 03:31:51 2019 +0000
+++ b/games/ksudoku/PLIST       Thu Nov 21 03:35:45 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/11/18 10:40:18 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/11/21 03:35:45 markd Exp $
 bin/ksudoku
 share/applications/org.kde.ksudoku.desktop
 share/doc/HTML/de/ksudoku/index.cache.bz2
@@ -27,6 +27,7 @@
 share/doc/HTML/sv/ksudoku/index.docbook
 share/doc/HTML/uk/ksudoku/index.cache.bz2
 share/doc/HTML/uk/ksudoku/index.docbook
+share/examples/kde-xdg/ksudokurc
 share/icons/hicolor/128x128/apps/ksudoku.png
 share/icons/hicolor/16x16/apps/ksudoku.png
 share/icons/hicolor/32x32/apps/ksudoku.png



Home | Main Index | Thread Index | Old Index