diff options
author | bacon <bacon@pkgsrc.org> | 2018-05-18 15:22:02 +0000 |
---|---|---|
committer | bacon <bacon@pkgsrc.org> | 2018-05-18 15:22:02 +0000 |
commit | 9fe31aab3cb2ba23c2e45877e0bc1b0e738aaf40 (patch) | |
tree | dbf7162f61fc75a5af27948d76d508fb1dbf34c1 /x11 | |
parent | ac696abda41a0ac8b31cf730548a84db59f33899 (diff) | |
download | pkgsrc-9fe31aab3cb2ba23c2e45877e0bc1b0e738aaf40.tar.gz |
x11/qt5-qtbase: Fix version in PLIST.Linux
Previous commit failed to update the hard-coded version from 5.10.0.
Replacing with ${PKGVERSION} to avoid a repeat.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt5-qtbase/PLIST.Linux | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/x11/qt5-qtbase/PLIST.Linux b/x11/qt5-qtbase/PLIST.Linux index 08db29d9273..43293da4c8b 100644 --- a/x11/qt5-qtbase/PLIST.Linux +++ b/x11/qt5-qtbase/PLIST.Linux @@ -1,20 +1,20 @@ -@comment $NetBSD: PLIST.Linux,v 1.3 2018/01/17 19:30:46 markd Exp $ +@comment $NetBSD: PLIST.Linux,v 1.4 2018/05/18 15:22:02 bacon Exp $ qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevkeyboard_defaultmap_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevkeyboardhandler_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevkeyboardmanager_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevmousehandler_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevmousemanager_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtablethandler_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtabletmanager_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchfilter_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchhandler_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchmanager_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputhandler_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputkeyboard_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputpointer_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputtouch_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qtouchoutputmapping_p.h -qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qtslib_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevkeyboardhandler_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevkeyboardmanager_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevmousehandler_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevmousemanager_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtablethandler_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtabletmanager_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtouchfilter_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtouchhandler_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevtouchmanager_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputhandler_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputkeyboard_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputpointer_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qlibinputtouch_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qtouchoutputmapping_p.h +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qtslib_p.h qt5/include/QtInputSupport/QIntegrityHIDManager qt5/include/QtInputSupport/qintegrityhidmanager.h qt5/include/QtInputSupport/QtInputSupport |