mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
22 lines
648 B
Text
22 lines
648 B
Text
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
|
|
pkgname=lxqt-core
|
|
pkgver=0.16.0
|
|
pkgrel=1
|
|
pkgdesc="LXQt Desktop Core"
|
|
url="https://lxqt-project.org/"
|
|
arch="noarch !armhf !s390x !mips64 !riscv64"
|
|
license="GPL-3.0-or-later"
|
|
options="!check" # No testsuite
|
|
depends="
|
|
libqtxdg libsysstat liblxqt libfm-qt lxqt-themes
|
|
libdbusmenu-qt lxqt-about lxqt-admin lxqt-config
|
|
lxqt-globalkeys lxqt-powermanagement lxqt-session
|
|
lxqt-panel lxqt-runner pcmanfm-qt xscreensaver
|
|
lxqt-qtplugin lxqt-notificationd lxqt-archiver
|
|
lxqt-policykit lxqt-openssh-askpass lxqt-sudo
|
|
pm-utils qtermwidget qterminal openbox xdg-utils
|
|
"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|