pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/khtml



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jan 30 09:24:25 UTC 2018

Modified Files:
        pkgsrc/www/khtml: Makefile distinfo
Removed Files:
        pkgsrc/www/khtml/patches: patch-src_CMakeLists.txt

Log Message:
khtml: SUBST rather than patch


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/khtml/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/khtml/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/khtml/patches/patch-src_CMakeLists.txt

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

Modified files:

Index: pkgsrc/www/khtml/Makefile
diff -u pkgsrc/www/khtml/Makefile:1.16 pkgsrc/www/khtml/Makefile:1.17
--- pkgsrc/www/khtml/Makefile:1.16      Sun Jan 28 20:10:38 2018
+++ pkgsrc/www/khtml/Makefile   Tue Jan 30 09:24:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/01/28 20:10:38 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2018/01/30 09:24:25 markd Exp $
 
 DISTNAME=      khtml-${KF5VER}
 PKGREVISION=   2
@@ -22,6 +22,12 @@ SUBST_FILES.fix-moc+=        _KDE_build/src/CMa
 SUBST_FILES.fix-moc+=  _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.cmake 
 SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
 
+SUBST_CLASSES+=                xdg
+SUBST_STAGE.xdg=       post-patch
+SUBST_MESSAGE.xdg=     Install via examples dir.
+SUBST_FILES.xdg=       src/CMakeLists.txt
+SUBST_SED.xdg=         -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_DATAROOTDIR}/examples/kde-xdg:'
+
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg
 CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/khtmlrc \
                ${PKG_SYSCONFDIR}/xdg/khtmlrc

Index: pkgsrc/www/khtml/distinfo
diff -u pkgsrc/www/khtml/distinfo:1.2 pkgsrc/www/khtml/distinfo:1.3
--- pkgsrc/www/khtml/distinfo:1.2       Wed Jan 17 20:13:38 2018
+++ pkgsrc/www/khtml/distinfo   Tue Jan 30 09:24:25 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/01/17 20:13:38 markd Exp $
+$NetBSD: distinfo,v 1.3 2018/01/30 09:24:25 markd Exp $
 
 SHA1 (khtml-5.41.0.tar.xz) = 93f83089f3c3896e2fc5aba79191b1e048ba2816
 RMD160 (khtml-5.41.0.tar.xz) = 0412c00d04ebd859abe5cb84c9dd4ab6d5e9f5f1
 SHA512 (khtml-5.41.0.tar.xz) = 64210f2b9b17a8abea88c71e78abf2456578292e62350e93f62b8c690344399779fa1e2421d97dd9a6d5306270b071e1d6d7faebf6273ca8118a09b059469d96
 Size (khtml-5.41.0.tar.xz) = 2081692 bytes
-SHA1 (patch-src_CMakeLists.txt) = 8579c2c7d3f22d4df8e38db48e4e379eba370a0d



Home | Main Index | Thread Index | Old Index