Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 lxqt-panel: add new package, version 0.14.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/516562bbdc07
branches:  trunk
changeset: 429800:516562bbdc07
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 25 01:57:55 2020 +0000

description:
lxqt-panel: add new package, version 0.14.1

This is the LXQt Desktop panel. (Packaged in wip by pin@, additional
changes by myself.)

diffstat:

 x11/Makefile                                      |    3 +-
 x11/lxqt-panel/DESCR                              |    1 +
 x11/lxqt-panel/Makefile                           |   69 +++
 x11/lxqt-panel/PLIST                              |  406 ++++++++++++++++++++++
 x11/lxqt-panel/distinfo                           |    7 +
 x11/lxqt-panel/patches/patch-panel_CMakeLists.txt |   17 +
 6 files changed, 502 insertions(+), 1 deletions(-)

diffs (truncated from 537 to 300 lines):

diff -r 28d281d1a1f2 -r 516562bbdc07 x11/Makefile
--- a/x11/Makefile      Sat Apr 25 01:47:20 2020 +0000
+++ b/x11/Makefile      Sat Apr 25 01:57:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.890 2020/04/25 01:43:21 gutteridge Exp $
+# $NetBSD: Makefile,v 1.891 2020/04/25 01:57:55 gutteridge Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -262,6 +262,7 @@
 SUBDIR+=       lxlauncher
 SUBDIR+=       lxqt-config
 SUBDIR+=       lxqt-globalkeys
+SUBDIR+=       lxqt-panel
 SUBDIR+=       lxqt-qtplugin
 SUBDIR+=       lxqt-session
 SUBDIR+=       lxrandr
diff -r 28d281d1a1f2 -r 516562bbdc07 x11/lxqt-panel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/lxqt-panel/DESCR      Sat Apr 25 01:57:55 2020 +0000
@@ -0,0 +1,1 @@
+LXQt Desktop panel.
diff -r 28d281d1a1f2 -r 516562bbdc07 x11/lxqt-panel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/lxqt-panel/Makefile   Sat Apr 25 01:57:55 2020 +0000
@@ -0,0 +1,69 @@
+# $NetBSD: Makefile,v 1.1 2020/04/25 01:57:55 gutteridge Exp $
+
+DISTNAME=      lxqt-panel-0.14.1
+CATEGORIES=    x11
+MASTER_SITES=  https://downloads.lxqt.org/downloads/lxqt-panel/0.14.1/
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://lxqt.org/
+COMMENT=       Desktop panel
+LICENSE=       gnu-lgpl-v2.1
+
+USE_CMAKE=     yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+CONFIGURE_DIRS=        build
+CMAKE_ARG_PATH=        ..
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
+CMAKE_ARGS+=   -DCPULOAD_PLUGIN=No
+CMAKE_ARGS+=   -DKBINDICATOR_PLUGIN=No
+CMAKE_ARGS+=   -DMOUNT_PLUGIN=No
+CMAKE_ARGS+=   -DSENSORS_PLUGIN=No
+CMAKE_ARGS+=   -DNETWORKMONITOR_PLUGIN=No
+CMAKE_ARGS+=   -DSYSSTAT_PLUGIN=No
+CMAKE_ARGS+=   -DVOLUME_USE_ALSA=No
+.endif
+
+MENU_CONF=             share/examples/lxqt/xdg/menus
+AUTOSTART_CONF=                share/examples/lxqt/xdg/autostart
+PKG_SYSCONFSUBDIR=     xdg
+MAKE_DIRS=             ${PKG_SYSCONFDIR}/menus
+MAKE_DIRS+=            ${PKG_SYSCONFDIR}/autostart
+
+SUBST_CLASSES+=                prefix
+SUBST_MESSAGE.prefix=  Fixing paths.
+SUBST_STAGE.prefix=    pre-configure
+SUBST_FILES.prefix=    plugin-directorymenu/directorymenuconfiguration.cpp
+SUBST_FILES.prefix+=   plugin-mainmenu/lxqtmainmenuconfiguration.cpp
+SUBST_FILES.prefix+=   plugin-kbindicator/src/x11/kbdlayout.cpp
+SUBST_SED.prefix=      -e 's,/etc/xdg,${PKG_SYSCONFDIR},g'
+SUBST_SED.prefix+=     -e 's,/usr/bin,${PREFIX}/bin,g'
+SUBST_SED.prefix+=     -e 's,/usr/share,${PREFIX}/share,g'
+
+CONF_FILES=    ${MENU_CONF}/lxqt-applications.menu \
+               ${PKG_SYSCONFDIR}/menus/lxqt-applications.menu
+CONF_FILES+=   ${AUTOSTART_CONF}/lxqt-panel.desktop \
+               ${PKG_SYSCONFDIR}/autostart/lxqt-panel.desktop
+
+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+=      lxmenu-data-[0-9]*:../../sysutils/lxmenu-data
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
+.include "../../devel/libdbusmenu-qt5/buildlink3.mk"
+.include "../../x11/lxqt-globalkeys/buildlink3.mk"
+.include "../../audio/pulseaudio/buildlink3.mk"
+.include "../../sysutils/solid/buildlink3.mk"
+.include "../../x11/kwindowsystem/buildlink3.mk"
+.include "../../x11/kguiaddons/buildlink3.mk"
+.include "../../sysutils/menu-cache/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 28d281d1a1f2 -r 516562bbdc07 x11/lxqt-panel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/lxqt-panel/PLIST      Sat Apr 25 01:57:55 2020 +0000
@@ -0,0 +1,406 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/25 01:57:55 gutteridge Exp $
+bin/lxqt-panel
+include/lxqt/ilxqtpanel.h
+include/lxqt/ilxqtpanelplugin.h
+include/lxqt/lxqtpanelglobals.h
+include/lxqt/pluginsettings.h
+lib/lxqt-panel/libcolorpicker.so
+lib/lxqt-panel/libdirectorymenu.so
+lib/lxqt-panel/libvolume.so
+man/man1/lxqt-panel.1
+share/desktop-directories/lxqt-leave.directory
+share/desktop-directories/lxqt-settings.directory
+share/examples/lxqt/xdg/autostart/lxqt-panel.desktop
+share/examples/lxqt/xdg/menus/lxqt-applications.menu
+share/lxqt/lxqt-panel/colorpicker.desktop
+share/lxqt/lxqt-panel/desktopswitch.desktop
+share/lxqt/lxqt-panel/directorymenu.desktop
+share/lxqt/lxqt-panel/mainmenu.desktop
+share/lxqt/lxqt-panel/quicklaunch.desktop
+share/lxqt/lxqt-panel/showdesktop.desktop
+share/lxqt/lxqt-panel/spacer.desktop
+share/lxqt/lxqt-panel/statusnotifier.desktop
+share/lxqt/lxqt-panel/taskbar.desktop
+share/lxqt/lxqt-panel/tray.desktop
+share/lxqt/lxqt-panel/volume.desktop
+share/lxqt/lxqt-panel/worldclock.desktop
+share/lxqt/panel.conf
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ca.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_cy.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_da.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_de.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_gl.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_nb_NO.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_pl.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_pt_BR.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_tr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ar.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ca.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_cs.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_cy.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_da.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_de.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_el.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_eo.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_es.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_es_UY.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_es_VE.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_eu.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_fi.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_fr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_gl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_he.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_hr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_hu.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ia.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_id.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_it.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ja.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ko.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_lt.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_nb_NO.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_nl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_pl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_pt.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_pt_BR.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ro_RO.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_ru.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sk_SK.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sl.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sr_BA.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_sr_RS.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_th_TH.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_tr.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_uk.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_zh_CN.qm
+share/lxqt/translations/lxqt-panel/desktopswitch/desktopswitch_zh_TW.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ar.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ca.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_cs.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_cy.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_da.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_de.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_el.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_es.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_fr.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_gl.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_he.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_hr.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_hu.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_id.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_it.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ja.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_lt.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_nb_NO.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_nl.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_pl.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_pt.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_ru.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_tr.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_uk.qm
+share/lxqt/translations/lxqt-panel/directorymenu/directorymenu_zh_CN.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ar.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ca.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_cs.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_cy.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_da.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_de.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_el.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_eo.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_es.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_es_UY.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_es_VE.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_eu.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_fa.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_fi.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_fr.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_gl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_he.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_hr.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_hu.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ia.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_id.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_it.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ja.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ko.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_lt.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_nb_NO.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_nl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_pl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_pt.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_pt_BR.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ro_RO.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_ru.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sk_SK.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sl.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/lxqt-panel_sr_BA.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_sr_RS.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_th_TH.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_tr.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_uk.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_zh_CN.qm
+share/lxqt/translations/lxqt-panel/lxqt-panel_zh_TW.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ar.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ca.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_cs.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_cy.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_da.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_de.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_el.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_eo.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_es.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_es_UY.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_es_VE.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_eu.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_fi.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_fr.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_gl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_he.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_hr.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_hu.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ia.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_id.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_it.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ja.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ko.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_lt.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_nb_NO.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_nl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_pl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_pt.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_pt_BR.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ro_RO.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_ru.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sk_SK.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sl.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sr%latin.qm@localhost
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sr_BA.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_sr_RS.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_th_TH.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_tr.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_uk.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_zh_CN.qm
+share/lxqt/translations/lxqt-panel/mainmenu/mainmenu_zh_TW.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ar.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ca.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_cs.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_cy.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_da.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_de.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_el.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_eo.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_es.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_es_VE.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_eu.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_fi.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_fr.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_gl.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_hu.qm
+share/lxqt/translations/lxqt-panel/quicklaunch/quicklaunch_ia.qm



Home | Main Index | Thread Index | Old Index