mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
New port sysutils/lxqt-config
PR: 229300 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16583
This commit is contained in:
parent
fedc48a25a
commit
ac072b0bf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477653
@ -642,6 +642,7 @@
|
||||
SUBDIR += lttng-ust
|
||||
SUBDIR += luckybackup
|
||||
SUBDIR += lxinput
|
||||
SUBDIR += lxqt-config
|
||||
SUBDIR += lxqt-policykit
|
||||
SUBDIR += lxqt-qtplugin
|
||||
SUBDIR += lxsplit
|
||||
|
25
sysutils/lxqt-config/Makefile
Normal file
25
sysutils/lxqt-config/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lxqt-config
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= LXQT
|
||||
DIST_SUBDIR= lxqt
|
||||
|
||||
MAINTAINER= jsm@FreeBSD.org
|
||||
COMMENT= LXQt system settings center
|
||||
|
||||
LICENSE= GPLv2 LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib kde:5 localbase:ldflags lxqt qt:5 \
|
||||
pkgconfig tar:xz
|
||||
USE_QT= buildtools_build qmake_build concurrent core dbus \
|
||||
gui linguisttools svg widgets x11extras xml
|
||||
USE_KDE= libkscreen windowsystem
|
||||
USE_LXQT= buildtools lxqt
|
||||
USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/lxqt-config/distinfo
Normal file
3
sysutils/lxqt-config/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1527328595
|
||||
SHA256 (lxqt/lxqt-config-0.13.0.tar.xz) = 25adce2f44bc6567c77039e70b13b48837c6ab35391875ca7d7706b205853f66
|
||||
SIZE (lxqt/lxqt-config-0.13.0.tar.xz) = 201112
|
5
sysutils/lxqt-config/pkg-descr
Normal file
5
sysutils/lxqt-config/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
LXQt system settings center.
|
||||
Includes applications to edit settings for appearance, brightness,
|
||||
file-associations, input, locale and monitor.
|
||||
|
||||
WWW: http://lxqt.org/
|
18
sysutils/lxqt-config/pkg-plist
Normal file
18
sysutils/lxqt-config/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/lxqt-config
|
||||
bin/lxqt-config-appearance
|
||||
bin/lxqt-config-brightness
|
||||
bin/lxqt-config-file-associations
|
||||
bin/lxqt-config-input
|
||||
bin/lxqt-config-locale
|
||||
bin/lxqt-config-monitor
|
||||
etc/xdg/menus/lxqt-config.menu
|
||||
lib/lxqt-config/liblxqt-config-cursor.so
|
||||
share/applications/lxqt-config-appearance.desktop
|
||||
share/applications/lxqt-config-brightness.desktop
|
||||
share/applications/lxqt-config-file-associations.desktop
|
||||
share/applications/lxqt-config-input.desktop
|
||||
share/applications/lxqt-config-locale.desktop
|
||||
share/applications/lxqt-config-monitor.desktop
|
||||
share/applications/lxqt-config.desktop
|
||||
share/icons/hicolor/48x48/apps/brightnesssettings.svg
|
||||
%%LXQT_SHAREDIR%%/icons/monitor.svg
|
Loading…
Reference in New Issue
Block a user