pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Apr 25 01:43:21 UTC 2020

Modified Files:
        pkgsrc/x11: Makefile
Added Files:
        pkgsrc/x11/lxqt-config: DESCR Makefile PLIST distinfo
        pkgsrc/x11/lxqt-config/patches:
            patch-lxqt-config-input_keyboardlayoutconfig.h

Log Message:
lxqt-config: add new package, version 0.14.1

System configuration control center for LXQt. (Packaged in wip by pin@,
additional changes by myself.)


To generate a diff of this commit:
cvs rdiff -u -r1.889 -r1.890 pkgsrc/x11/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/lxqt-config/DESCR \
    pkgsrc/x11/lxqt-config/Makefile pkgsrc/x11/lxqt-config/PLIST \
    pkgsrc/x11/lxqt-config/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/lxqt-config/patches/patch-lxqt-config-input_keyboardlayoutconfig.h

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

Modified files:

Index: pkgsrc/x11/Makefile
diff -u pkgsrc/x11/Makefile:1.889 pkgsrc/x11/Makefile:1.890
--- pkgsrc/x11/Makefile:1.889   Sat Apr 25 01:34:53 2020
+++ pkgsrc/x11/Makefile Sat Apr 25 01:43:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.889 2020/04/25 01:34:53 gutteridge Exp $
+# $NetBSD: Makefile,v 1.890 2020/04/25 01:43:21 gutteridge Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -260,6 +260,7 @@ SUBDIR+=    lxappearance
 SUBDIR+=       lxde-common
 SUBDIR+=       lxinput
 SUBDIR+=       lxlauncher
+SUBDIR+=       lxqt-config
 SUBDIR+=       lxqt-globalkeys
 SUBDIR+=       lxqt-qtplugin
 SUBDIR+=       lxqt-session

Added files:

Index: pkgsrc/x11/lxqt-config/DESCR
diff -u /dev/null pkgsrc/x11/lxqt-config/DESCR:1.1
--- /dev/null   Sat Apr 25 01:43:21 2020
+++ pkgsrc/x11/lxqt-config/DESCR        Sat Apr 25 01:43:21 2020
@@ -0,0 +1 @@
+System configuration control center for LXQt.
Index: pkgsrc/x11/lxqt-config/Makefile
diff -u /dev/null pkgsrc/x11/lxqt-config/Makefile:1.1
--- /dev/null   Sat Apr 25 01:43:21 2020
+++ pkgsrc/x11/lxqt-config/Makefile     Sat Apr 25 01:43:21 2020
@@ -0,0 +1,53 @@
+# $NetBSD: Makefile,v 1.1 2020/04/25 01:43:21 gutteridge Exp $
+
+DISTNAME=      lxqt-config-0.14.1
+CATEGORIES=    x11
+MASTER_SITES=  https://downloads.lxqt.org/downloads/lxqt-config/0.14.1/
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       System configuration control center
+HOMEPAGE=      https://lxqt.org/
+LICENSE=       gnu-lgpl-v2.1
+
+USE_CMAKE=     yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+CONFIGURE_DIRS=        build
+CMAKE_ARG_PATH=        ..
+
+CMAKE_ARGS+=   -DWITH_INPUT=OFF
+
+LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/lxqt-config \
+               -L${PREFIX}/lib/lxqt-config/
+
+.include "../../mk/bsd.prefs.mk"
+
+# NetBSD base X11 places xkb config files in a non-standard location
+.if ${OPSYS} == "NetBSD" && ${X11_TYPE} != "modular"
+XKBSUB=        lib
+.else
+XKBSUB=        share
+.endif
+
+SUBST_CLASSES+=                prefix
+SUBST_MESSAGE.prefix=  Fixing paths.
+SUBST_STAGE.prefix=    pre-configure
+SUBST_FILES.prefix=    lxqt-config-input/keyboardlayoutconfig.h
+SUBST_VARS.prefix=     X11BASE
+SUBST_VARS.prefix+=    XKBSUB
+
+pre-configure:
+       ${MKDIR} -p ${WRKSRC}/build
+
+TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+DEPENDS+=      lxqt-themes-[0-9]*:../../wip/lxqt-themes
+
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/liblxqt/buildlink3.mk"
+.include "../../wip/libkscreen/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/lxqt-config/PLIST
diff -u /dev/null pkgsrc/x11/lxqt-config/PLIST:1.1
--- /dev/null   Sat Apr 25 01:43:21 2020
+++ pkgsrc/x11/lxqt-config/PLIST        Sat Apr 25 01:43:21 2020
@@ -0,0 +1,232 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/25 01:43:21 gutteridge Exp $
+bin/lxqt-config
+bin/lxqt-config-appearance
+bin/lxqt-config-brightness
+bin/lxqt-config-file-associations
+bin/lxqt-config-locale
+bin/lxqt-config-monitor
+lib/lxqt-config/liblxqt-config-cursor.so
+man/man1/lxqt-config-appearance.1
+man/man1/lxqt-config-mouse.1
+man/man1/lxqt-config.1
+share/applications/lxqt-config-appearance.desktop
+share/applications/lxqt-config-brightness.desktop
+share/applications/lxqt-config-file-associations.desktop
+share/applications/lxqt-config-locale.desktop
+share/applications/lxqt-config-monitor.desktop
+share/applications/lxqt-config.desktop
+share/examples/lxqt/xdg/menus/lxqt-config.menu
+share/icons/hicolor/48x48/apps/brightnesssettings.svg
+share/lxqt/icons/monitor.svg
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ar.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ca.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_cs.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_cy.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_da.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_de.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_el.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_en_GB.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_eo.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_es.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_es_VE.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_eu.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_fi.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_fr.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_gl.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_he.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_hu.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ia.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_id.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_it.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ja.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ko.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_lt.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_nb_NO.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_nl.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pl.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pt.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_pt_BR.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ro_RO.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_ru.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sk.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sl.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr_BA.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_sr_RS.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_th_TH.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_tr.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_uk.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_zh_CN.qm
+share/lxqt/translations/lxqt-config-appearance/lxqt-config-appearance_zh_TW.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ar.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ca.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_cs.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_cy.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_da.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_de.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_el.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_en_GB.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_es.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_fr.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_gl.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_he.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_hu.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_id.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_it.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ja.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_lt.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_lv.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_nb_NO.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_nl.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_pl.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_pt.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_ru.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_tr.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_uk.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_zh_CN.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ar.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ca.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_cs.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_cy.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_da.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_de.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_el.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_en_GB.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_eo.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_es.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_es_VE.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_eu.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_fi.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_fr.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_gl.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_he.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_hu.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_id.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_it.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ja.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_lt.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_lv.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_nb_NO.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_nl.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pl.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pt.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_pt_BR.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ro_RO.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ru.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_sl.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_th_TH.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_tr.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_uk.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_zh_CN.qm
+share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_zh_TW.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ar.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ca.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_cs.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_cy.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_da.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_de.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_el.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_en_GB.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_es.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_fr.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_gl.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_he.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_hu.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_id.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_it.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ja.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_lt.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_lv.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_nb_NO.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_nl.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_pl.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_pt.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_ru.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_tr.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_uk.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_zh_CN.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ar.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ca.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_cs.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_cy.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_da.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_de.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_el.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_en_GB.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_es.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_fr.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_gl.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_he.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_hu.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_id.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_it.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ja.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_lt.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_lv.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_nb_NO.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_nl.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_pl.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_pt.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_ru.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_tr.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_uk.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_zh_CN.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ar.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ca.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_cs.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_cy.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_da.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_de.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_el.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_en_GB.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_es.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_fr.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_gl.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_he.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_hu.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_id.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_it.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ja.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_lt.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_nb_NO.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_nl.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_pl.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_pt.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ru.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_tr.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_uk.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_zh_CN.qm
+share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_zh_TW.qm
+share/lxqt/translations/lxqt-config/lxqt-config_ar.qm
+share/lxqt/translations/lxqt-config/lxqt-config_ca.qm
+share/lxqt/translations/lxqt-config/lxqt-config_cs.qm
+share/lxqt/translations/lxqt-config/lxqt-config_cy.qm
+share/lxqt/translations/lxqt-config/lxqt-config_da.qm
+share/lxqt/translations/lxqt-config/lxqt-config_de.qm
+share/lxqt/translations/lxqt-config/lxqt-config_el.qm
+share/lxqt/translations/lxqt-config/lxqt-config_en_GB.qm
+share/lxqt/translations/lxqt-config/lxqt-config_es.qm
+share/lxqt/translations/lxqt-config/lxqt-config_es_VE.qm
+share/lxqt/translations/lxqt-config/lxqt-config_eu.qm
+share/lxqt/translations/lxqt-config/lxqt-config_fi.qm
+share/lxqt/translations/lxqt-config/lxqt-config_fr.qm
+share/lxqt/translations/lxqt-config/lxqt-config_gl.qm
+share/lxqt/translations/lxqt-config/lxqt-config_he.qm
+share/lxqt/translations/lxqt-config/lxqt-config_hu.qm
+share/lxqt/translations/lxqt-config/lxqt-config_id.qm
+share/lxqt/translations/lxqt-config/lxqt-config_it.qm
+share/lxqt/translations/lxqt-config/lxqt-config_ja.qm
+share/lxqt/translations/lxqt-config/lxqt-config_lt.qm
+share/lxqt/translations/lxqt-config/lxqt-config_lv.qm
+share/lxqt/translations/lxqt-config/lxqt-config_nb_NO.qm
+share/lxqt/translations/lxqt-config/lxqt-config_nl.qm
+share/lxqt/translations/lxqt-config/lxqt-config_pl.qm
+share/lxqt/translations/lxqt-config/lxqt-config_pt.qm
+share/lxqt/translations/lxqt-config/lxqt-config_pt_BR.qm
+share/lxqt/translations/lxqt-config/lxqt-config_ro_RO.qm
+share/lxqt/translations/lxqt-config/lxqt-config_ru.qm
+share/lxqt/translations/lxqt-config/lxqt-config_th_TH.qm
+share/lxqt/translations/lxqt-config/lxqt-config_tr.qm
+share/lxqt/translations/lxqt-config/lxqt-config_uk.qm
+share/lxqt/translations/lxqt-config/lxqt-config_zh_CN.qm
+share/lxqt/translations/lxqt-config/lxqt-config_zh_TW.qm
Index: pkgsrc/x11/lxqt-config/distinfo
diff -u /dev/null pkgsrc/x11/lxqt-config/distinfo:1.1
--- /dev/null   Sat Apr 25 01:43:21 2020
+++ pkgsrc/x11/lxqt-config/distinfo     Sat Apr 25 01:43:21 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/04/25 01:43:21 gutteridge Exp $
+
+SHA1 (lxqt-config-0.14.1.tar.xz) = 8dff03769f0ffc2127755a362f2b638561b38582
+RMD160 (lxqt-config-0.14.1.tar.xz) = 3f9cb87548a0758f56d64b5de133b1f48dad41c8
+SHA512 (lxqt-config-0.14.1.tar.xz) = 747644f8e0623cb2e8eadda57c7307387423152a089d5b423b06650fbf235371764a26e82363cbee9db5c1145e3fdb754e6ecdcf0930dccec375dda424c8b13f
+Size (lxqt-config-0.14.1.tar.xz) = 293304 bytes
+SHA1 (patch-lxqt-config-input_keyboardlayoutconfig.h) = ba7ce5b75579f4478fe14a96dd852027f3570a79

Index: pkgsrc/x11/lxqt-config/patches/patch-lxqt-config-input_keyboardlayoutconfig.h
diff -u /dev/null pkgsrc/x11/lxqt-config/patches/patch-lxqt-config-input_keyboardlayoutconfig.h:1.1
--- /dev/null   Sat Apr 25 01:43:21 2020
+++ pkgsrc/x11/lxqt-config/patches/patch-lxqt-config-input_keyboardlayoutconfig.h       Sat Apr 25 01:43:21 2020
@@ -0,0 +1,23 @@
+$NetBSD: patch-lxqt-config-input_keyboardlayoutconfig.h,v 1.1 2020/04/25 01:43:21 gutteridge Exp $
+
+Adjust hard-coded path assumptions to pkgsrc norms.
+
+--- lxqt-config-input/keyboardlayoutconfig.h.orig      2019-02-24 00:16:01.000000000 +0000
++++ lxqt-config-input/keyboardlayoutconfig.h
+@@ -22,15 +22,7 @@
+ #define KEYBOARDLAYOUTCONFIG_H
+ 
+ #include <QtCore/QtGlobal>
+-#ifdef Q_OS_LINUX
+-#define XKBD_BASELIST_PATH "/usr/share/X11/xkb/rules/base.lst"
+-#elif defined(Q_OS_FREEBSD)
+-#define XKBD_BASELIST_PATH "/usr/local/share/X11/xkb/rules/base.lst"
+-#elif defined(Q_OS_OPENBSD)
+-#define XKBD_BASELIST_PATH "/usr/X11R6/share/X11/xkb/rules/base.lst"
+-#else
+-#define XKBD_BASELIST_PATH "/usr/local/share/X11/xkb/rules/base.lst"
+-#endif
++#define XKBD_BASELIST_PATH "@X11BASE@/@XKBSUB@/X11/xkb/rules/base.lst"
+ 
+ #include <QWidget>
+ #include "keyboardlayoutinfo.h"



Home | Main Index | Thread Index | Old Index