Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clayton Craft
aports
Commits
8fbf5338
Commit
8fbf5338
authored
Jun 21, 2022
by
Antoni Aloy Torrens
Committed by
alice
Jun 28, 2022
Browse files
community/lxqt*: move from testing
parent
b116f3ee
Changes
18
Hide whitespace changes
Inline
Side-by-side
testing
/lxqt-about/APKBUILD
→
community
/lxqt-about/APKBUILD
View file @
8fbf5338
...
...
@@ -7,9 +7,10 @@ url="https://github.com/lxqt/lxqt-about"
arch
=
"all !armhf"
# armhf blocked by liblxqt and kwindowsystem
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev
cmake
samurai
lxqt-build-tools liblxqt-dev
kwindowsystem-dev qt5-qttools-dev
"
subpackages
=
"
$pkgname
-lang"
options
=
"!check"
# No testsuite
source
=
"https://github.com/lxqt/lxqt-about/releases/download/
$pkgver
/lxqt-about-
$pkgver
.tar.xz"
...
...
@@ -17,7 +18,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -29,6 +30,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
d98f7892d416ed4dc6b77fd9d0ef1ce090f41e21f964b651cfd049b285766a46bf72f5111879c56760fd701926b8760734322edc0969019c3b161436e14a2104 lxqt-about-1.1.0.tar.xz
"
testing
/lxqt-admin/APKBUILD
→
community
/lxqt-admin/APKBUILD
View file @
8fbf5338
...
...
@@ -9,17 +9,18 @@ url="https://github.com/lxqt/lxqt-admin"
arch
=
"all !armhf !s390x !riscv64"
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev kwindowsystem-dev
cmake
samurai
lxqt-build-tools liblxqt-dev kwindowsystem-dev
polkit-qt-1-dev qt5-qttools-dev
"
options
=
"!check"
# No testsuite
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/lxqt/lxqt-admin/releases/download/
$pkgver
/lxqt-admin-
$pkgver
.tar.xz"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -31,6 +32,13 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
-time
amove usr/share/lxqt/translations/
$pkgname
-user
}
sha512sums
=
"
f49e0c3e3b90f5b7fec2e304f45288c685447152bb80bdcf4bfdaa9051fd79ac557e363340e49c04dfe56a5454997d7f3b9488141056789fa2e22873ab1afa3c lxqt-admin-1.1.0.tar.xz
"
testing
/lxqt-archiver/APKBUILD
→
community
/lxqt-archiver/APKBUILD
View file @
8fbf5338
...
...
@@ -7,17 +7,18 @@ url="https://github.com/lxqt/lxqt-archiver"
arch
=
"all !s390x !armhf"
# s390x blocked by libfm-qt
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools qt5-qttools-dev qt5-qtx11extras-dev
cmake
samurai
lxqt-build-tools qt5-qttools-dev qt5-qtx11extras-dev
libfm-qt-dev json-glib-dev menu-cache-dev libexif-dev
"
options
=
"!check"
# No testsuite
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/lxqt/lxqt-archiver/releases/download/
$pkgver
/lxqt-archiver-
$pkgver
.tar.xz"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -29,6 +30,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/
$pkgname
/translations
}
sha512sums
=
"
e714969ac285969b845cc3b293bf74fd3986be09ec0315aa11aca553e432397b8b68ec3830ae009f5fa950866b299e71aa89794de5af329f7012cb2524b310df lxqt-archiver-0.6.0.tar.xz
"
testing
/lxqt-build-tools/APKBUILD
→
community
/lxqt-build-tools/APKBUILD
View file @
8fbf5338
...
...
@@ -9,14 +9,14 @@ url="https://lxqt.org/"
options
=
"!check"
# No testsuite
arch
=
"noarch"
license
=
"BSD-3-Clause"
makedepends
=
"cmake qt5-qtbase-dev glib-dev"
makedepends
=
"cmake
samurai
qt5-qtbase-dev glib-dev"
source
=
"https://github.com/lxde/lxqt-build-tools/releases/download/
$pkgver
/lxqt-build-tools-
$pkgver
.tar.xz"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
testing
/lxqt-config/APKBUILD
→
community
/lxqt-config/APKBUILD
View file @
8fbf5338
...
...
@@ -7,12 +7,12 @@ url="https://github.com/lxqt/lxqt-config"
arch
=
"all !armhf"
# armhf blocked by libkscreen, liblxqt and kwindowsystem
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake libxcursor-dev lxqt-build-tools qt5-qtbase-dev
cmake
samurai
libxcursor-dev lxqt-build-tools qt5-qtbase-dev
qt5-qttools-dev qt5-qtx11extras-dev xf86-input-libinput-dev
libxi-dev libudev-zero-dev libqtxdg-dev liblxqt-dev
libkscreen-dev kwindowsystem-dev
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
"
options
=
"!check"
# No testsuite
source
=
"https://github.com/lxqt/lxqt-config/releases/download/
$pkgver
/lxqt-config-
$pkgver
.tar.xz"
...
...
@@ -20,7 +20,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -32,6 +32,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
f0272737c5127492f9cd560a831720a7df6ced326109739fcd0f429c45f8d62e4685c438424c5efe4f4927339de7a5f6849560ee5f9901768db5d8511406bb21 lxqt-config-1.1.0.tar.xz
"
testing/lxqt-core
/APKBUILD
→
community/lxqt-desktop
/APKBUILD
View file @
8fbf5338
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname
=
lxqt-
core
pkgname
=
lxqt-
desktop
pkgver
=
1.1.0
pkgrel
=
0
pkgdesc
=
"LXQt Desktop
Core
"
pkgdesc
=
"LXQt Desktop"
url
=
"https://lxqt-project.org/"
arch
=
"noarch !armhf !s390x !riscv64"
license
=
"GPL-3.0-or-later"
options
=
"!check"
# No testsuite
replaces
=
"lxqt-core"
provides
=
"lxqt-core=
$pkgver
-r
$pkgrel
"
depends
=
"
libqtxdg libsysstat liblxqt libfm-qt lxqt-themes
libdbusmenu-qt lxqt-about lxqt-admin lxqt-config
...
...
testing
/lxqt-globalkeys/APKBUILD
→
community
/lxqt-globalkeys/APKBUILD
View file @
8fbf5338
...
...
@@ -7,7 +7,7 @@ url="https://github.com/lxqt/lxqt-globalkeys"
arch
=
"all !armhf"
# armhf blocked by liblxqt and kwindowsystem
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev
cmake
samurai
lxqt-build-tools liblxqt-dev
qt5-qttools-dev kwindowsystem-dev
"
subpackages
=
"
$pkgname
-dev"
...
...
@@ -18,7 +18,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -30,6 +30,7 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
sha512sums
=
"
51cda7a4cdac39502f875c51e0f418f751538dd110545b111462aa3d96007ea72c71127cfb0dc49efc47439ce8155ff3aabfb733d9fe2c8ee17929467bccfe44 lxqt-globalkeys-1.1.0.tar.xz
"
testing
/lxqt-notificationd/APKBUILD
→
community
/lxqt-notificationd/APKBUILD
View file @
8fbf5338
...
...
@@ -7,17 +7,18 @@ url="https://github.com/lxqt/lxqt-notificationd"
arch
=
"all !armhf"
# armhf blocked by liblxqt and kwindowsystem
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev
cmake
samurai
lxqt-build-tools liblxqt-dev
qt5-qttools-dev kwindowsystem-dev
"
options
=
"!check"
# No testsuite
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/lxqt/lxqt-notificationd/releases/download/
$pkgver
/lxqt-notificationd-
$pkgver
.tar.xz"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -29,6 +30,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
fd4ecdff4e32886959dd8806d247e7bfa5920a3b3c8f98066577758ab7d3884b15c9b791982e9b05a581b04ac09e6eb7d127172a930acf639e1378f997bd583f lxqt-notificationd-1.1.0.tar.xz
"
testing
/lxqt-openssh-askpass/APKBUILD
→
community
/lxqt-openssh-askpass/APKBUILD
View file @
8fbf5338
...
...
@@ -7,10 +7,10 @@ url="https://github.com/lxqt/lxqt-openssh-askpass"
arch
=
"all !armhf"
# qt5
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools qt5-qtbase-dev
cmake
samurai
lxqt-build-tools qt5-qtbase-dev
qt5-qttools-dev liblxqt-dev kwindowsystem-dev
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
"
options
=
"!check"
# No testsuite
source
=
"https://github.com/lxqt/lxqt-openssh-askpass/releases/download/
$pkgver
/lxqt-openssh-askpass-
$pkgver
.tar.xz"
...
...
@@ -18,7 +18,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -30,6 +30,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt//translations/
$pkgname
}
sha512sums
=
"
7909bb4deb2b0bce466e1cf89788d45e5e5b1db37d813f75d268ff7d36f26840f24ada0df55da1e605ba64aadde882ffdf800bfff38dcb4bda0205d64df320b9 lxqt-openssh-askpass-1.1.0.tar.xz
"
testing
/lxqt-panel/APKBUILD
→
community
/lxqt-panel/APKBUILD
View file @
8fbf5338
...
...
@@ -6,9 +6,9 @@ pkgdesc="The LXQt desktop panel"
url
=
"https://github.com/lxqt/lxqt-panel"
arch
=
"all !s390x !armhf !riscv64"
# s390x blocked by solid, armhf by qt
license
=
"LGPL-2.0-or-later"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev
$pkgname
-lang
"
makedepends
=
"
cmake lxqt-build-tools libsoundio-dev xcb-util-dev
cmake
samurai
lxqt-build-tools libsoundio-dev xcb-util-dev
libstatgrab-dev pulseaudio-dev libxrender-dev
libsysstat-dev lm-sensors-dev lxqt-globalkeys-dev
liblxqt-dev libdbusmenu-qt-dev qt5-qttools-dev
...
...
@@ -22,7 +22,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -34,6 +34,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
d112bb2a251c858f250fec34fab4392b070e5a1128155f1bb8ff1fa1d7189225624b2151b8d4beb19f12548c90b2a5892bd717ab5b8e2928271d2167c62aa053 lxqt-panel-1.1.0.tar.xz
"
testing
/lxqt-policykit/APKBUILD
→
community
/lxqt-policykit/APKBUILD
View file @
8fbf5338
...
...
@@ -9,17 +9,17 @@ url="https://github.com/lxqt/lxqt-policykit"
arch
=
"all !s390x !armhf !riscv64"
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev qt5-qttools-dev
cmake
samurai
lxqt-build-tools liblxqt-dev qt5-qttools-dev
polkit-qt-1-dev kwindowsystem-dev
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
"
source
=
"https://github.com/lxqt/lxqt-policykit/releases/download/
$pkgver
/lxqt-policykit-
$pkgver
.tar.xz"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -31,6 +31,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
-agent
}
sha512sums
=
"
41592a2f086c5308ed71ef856bba8c3f81aa392700696e8a82554ce049bec07f41221a9862244d22f732b8f09a7c157596a50ef48bd30f1acf491317c4e21d12 lxqt-policykit-1.1.0.tar.xz
"
testing
/lxqt-powermanagement/APKBUILD
→
community
/lxqt-powermanagement/APKBUILD
View file @
8fbf5338
...
...
@@ -9,6 +9,7 @@ arch="all !s390x !armhf !riscv64"
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake
samurai
kidletime-dev
kwindowsystem-dev
liblxqt-dev
...
...
@@ -18,10 +19,11 @@ makedepends="
solid-dev
"
options
=
"!check"
# No testsuite
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/lxqt/lxqt-powermanagement/releases/download/
$pkgver
/lxqt-powermanagement-
$pkgver
.tar.xz"
build
()
{
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -32,6 +34,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
1c675e69371f7c4b684be6e43627ffd9d69f38d5c4edbccd577cc374d73046c3f260fa555fa8e8e5ab9ed00e81d72c987e8959760a9a31ed277aaaf88670d4b8 lxqt-powermanagement-1.1.0.tar.xz
"
testing
/lxqt-qtplugin/APKBUILD
→
community
/lxqt-qtplugin/APKBUILD
View file @
8fbf5338
...
...
@@ -8,7 +8,7 @@ arch="all !s390x" # s390x blocked by libfm-qt
arch
=
"
$arch
!armhf"
# armhf blocked by liblxqt-dev
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev libdbusmenu-qt-dev
cmake
samurai
lxqt-build-tools liblxqt-dev libdbusmenu-qt-dev
libfm-qt-dev qt5-qttools-dev
"
options
=
"!check"
# No testsuite
...
...
@@ -18,7 +18,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
testing
/lxqt-runner/APKBUILD
→
community
/lxqt-runner/APKBUILD
View file @
8fbf5338
...
...
@@ -7,11 +7,11 @@ url="https://github.com/lxqt/lxqt-runner"
arch
=
"all !s390x !armhf"
# s390x blocked by muparser
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake liblxqt-dev lxqt-build-tools qt5-qttools-dev
cmake
samurai
liblxqt-dev lxqt-build-tools qt5-qttools-dev
kwindowsystem-dev libqtxdg-dev lxqt-globalkeys-dev
menu-cache-dev muparser-dev
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
"
options
=
"!check"
# No testsuite
source
=
"https://github.com/lxqt/lxqt-runner/releases/download/
$pkgver
/lxqt-runner-
$pkgver
.tar.xz"
...
...
@@ -19,7 +19,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -31,6 +31,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
f6afeaed839b80cbcc56497536e5b17c11e58cb66eae38d210ecf7689ee0c69d0c1a4e27ed3b70d8d90114711659958f6e9bb35e252feac7339cd6c61bb07a21 lxqt-runner-1.1.0.tar.xz
"
testing
/lxqt-session/APKBUILD
→
community
/lxqt-session/APKBUILD
View file @
8fbf5338
...
...
@@ -8,10 +8,10 @@ arch="all !armhf" # liblxqt-dev
license
=
"LGPL-2.0-or-later"
depends
=
"xdg-user-dirs"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev qt5-qttools-dev
cmake
samurai
lxqt-build-tools liblxqt-dev qt5-qttools-dev
kwindowsystem-dev libudev-zero-dev procps-dev
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
"
options
=
"!check"
# No testsuite
source
=
"https://github.com/lxqt/lxqt-session/releases/download/
$pkgver
/lxqt-session-
$pkgver
.tar.xz"
...
...
@@ -19,7 +19,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -31,6 +31,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
d3431197264227b2f813a87b35f5cc18e8c4036e9f429f653da8aed2df8edbbb75b743e94c0e105b0797dff9062027486ba944278c6f03a62afb620bc6967259 lxqt-session-1.1.0.tar.xz
"
testing
/lxqt-sudo/APKBUILD
→
community
/lxqt-sudo/APKBUILD
View file @
8fbf5338
...
...
@@ -7,12 +7,12 @@ url="https://github.com/lxqt/lxqt-sudo"
arch
=
"all !armhf"
# blocked by liblxqt-dev
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake libxcursor-dev lxqt-build-tools qt5-qtbase-dev
cmake
samurai
libxcursor-dev lxqt-build-tools qt5-qtbase-dev
qt5-qttools-dev qt5-qtx11extras-dev xf86-input-libinput-dev
libxi-dev libudev-zero-dev libqtxdg-dev liblxqt-dev
libkscreen-dev kwindowsystem-dev
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
"
options
=
"!check"
# No testsuite
source
=
"https://github.com/lxqt/lxqt-sudo/releases/download/
$pkgver
/lxqt-sudo-
$pkgver
.tar.xz"
...
...
@@ -20,7 +20,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -32,6 +32,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/lxqt/translations/
$pkgname
}
sha512sums
=
"
ab986be7b67195e16462301c098ef6a90d2f0c86dc7ee6f23d3a00e3ae4131e25578bf56be5add84a28b42e460ff242440c607a8bf93ec119438ea09c8d28eaa lxqt-sudo-1.1.0.tar.xz
"
testing
/lxqt-themes/APKBUILD
→
community
/lxqt-themes/APKBUILD
View file @
8fbf5338
...
...
@@ -6,7 +6,7 @@ pkgdesc="Themes for LXQt"
url
=
"https://github.com/lxqt/lxqt-themes"
arch
=
"noarch"
license
=
"LGPL-2.0-or-later"
makedepends
=
"cmake lxqt-build-tools perl-dev"
makedepends
=
"cmake
samurai
lxqt-build-tools perl-dev"
options
=
"!check"
# No testsuite
source
=
"https://github.com/lxqt/lxqt-themes/releases/download/
$pkgver
/lxqt-themes-
$pkgver
.tar.xz"
...
...
@@ -14,7 +14,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
testing/lxqt-desktop/APKBUILD
deleted
100644 → 0
View file @
b116f3ee
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname
=
lxqt-desktop
pkgver
=
1.1.0
pkgrel
=
0
pkgdesc
=
"LXQt Desktop with Applications"
url
=
"https://lxqt-project.org/"
arch
=
"noarch !armhf !s390x !riscv64"
license
=
"GPL-3.0-or-later"
options
=
"!check"
# No testsuite
depends
=
"
lxqt-core lximage-qt obconf-qt
pavucontrol-qt qps screengrab
"
package
()
{
mkdir
-p
"
$pkgdir
"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment