lxqt-runner: add new package, version 0.14.1

This is an application launcher for the LXQt desktop. (Packaged in wip
by pin@, final review by myself.)
This commit is contained in:
gutteridge 2020-04-25 15:16:40 +00:00
parent e42e85d423
commit ea187c5491
5 changed files with 82 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.892 2020/04/25 02:06:58 gutteridge Exp $
# $NetBSD: Makefile,v 1.893 2020/04/25 15:16:40 gutteridge Exp $
#
COMMENT= Packages to support the X window system
@ -265,6 +265,7 @@ SUBDIR+= lxqt-config
SUBDIR+= lxqt-globalkeys
SUBDIR+= lxqt-panel
SUBDIR+= lxqt-qtplugin
SUBDIR+= lxqt-runner
SUBDIR+= lxqt-session
SUBDIR+= lxrandr
SUBDIR+= lxsession

1
x11/lxqt-runner/DESCR Normal file
View file

@ -0,0 +1 @@
LXQt launch applications quickly by typing commands.

28
x11/lxqt-runner/Makefile Normal file
View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1 2020/04/25 15:16:41 gutteridge Exp $
DISTNAME= lxqt-runner-0.14.1
CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-runner/0.14.1/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://lxqt.org/
COMMENT= Launch applications quickly by typing commands
LICENSE= gnu-lgpl-v2.1
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
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
.include "../../wip/lxqt-globalkeys/buildlink3.mk"
.include "../../math/muparser/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

45
x11/lxqt-runner/PLIST Normal file
View file

@ -0,0 +1,45 @@
@comment $NetBSD: PLIST,v 1.1 2020/04/25 15:16:41 gutteridge Exp $
bin/lxqt-runner
man/man1/lxqt-runner.1
share/examples/lxqt/xdg/autostart/lxqt-runner.desktop
share/lxqt/translations/lxqt-runner/lxqt-runner_ar.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_ca.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_cs.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_cy.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_da.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_de.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_el.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_eo.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_es.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_es_VE.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_eu.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_fi.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_fr.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_gl.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_he.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_hu.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_ia.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_id.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_it.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_ja.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_ko.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_lt.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_nb_NO.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_nl.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_pl.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_pt.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_pt_BR.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_ro_RO.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_ru.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_ru_RU.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_sk_SK.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_sl.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_sr@latin.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_sr_BA.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_sr_RS.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_th_TH.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_tr.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_uk.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_zh_CN.qm
share/lxqt/translations/lxqt-runner/lxqt-runner_zh_TW.qm
@pkgdir lib

6
x11/lxqt-runner/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/04/25 15:16:41 gutteridge Exp $
SHA1 (lxqt-runner-0.14.1.tar.xz) = 1f7afd052d457caa23e348f344fe8709bd09c17b
RMD160 (lxqt-runner-0.14.1.tar.xz) = 060f3ad96b343dd6543b2a347542744e5803336c
SHA512 (lxqt-runner-0.14.1.tar.xz) = 62d196d37e87bc9154fa2cd9abcb8671277bffdb8673a6531bcb93161944cb8a31298587f8323d79a290292fc73765ea15990106828335879b87029ff1aba28c
Size (lxqt-runner-0.14.1.tar.xz) = 223628 bytes