Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
# Exclude bpm archives
|
||||||
|
*.bpm
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Ignore this package
|
||||||
|
echo "ignore"
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
name: lxqt
|
||||||
|
description: A lightweight Qt Desktop Environment
|
||||||
|
version: "2.2"
|
||||||
|
url: https://lxqt-project.org/
|
||||||
|
architecture: any
|
||||||
|
type: source
|
||||||
|
depends:
|
||||||
|
- lximage-qt
|
||||||
|
- lxqt-about
|
||||||
|
- lxqt-admin
|
||||||
|
- lxqt-archiver
|
||||||
|
- lxqt-config
|
||||||
|
- lxqt-globalkeys
|
||||||
|
- lxqt-notificationd
|
||||||
|
- lxqt-openssh-askpass
|
||||||
|
- lxqt-panel
|
||||||
|
- lxqt-policykit
|
||||||
|
- lxqt-powermanagement
|
||||||
|
- lxqt-qtplugin
|
||||||
|
- lxqt-runner
|
||||||
|
- lxqt-session
|
||||||
|
- lxqt-sudo
|
||||||
|
- lxqt-themes
|
||||||
|
- obconf-qt
|
||||||
|
- openbox
|
||||||
|
- pavucontrol-qt
|
||||||
|
- pcmanfm-qt
|
||||||
|
- qps
|
||||||
|
- qterminal
|
||||||
|
- screengrab
|
||||||
|
- xdg-desktop-portal-lxqt
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
|
# The package function is executed in the source directory
|
||||||
|
# This function is used to move the compiled files into the output directory
|
||||||
|
package() {
|
||||||
|
echo "The lxqt package does not include any files by itself as its purpose is to serve as a quick way to install other xfce related packages to the system"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user