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
Peter Shkenev
aports
Commits
32c54a1a
Commit
32c54a1a
authored
Jun 21, 2022
by
Antoni Aloy Torrens
Committed by
alice
Jun 28, 2022
Browse files
community/pavucontrol-qt: move from testing
parent
3fe27c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing
/pavucontrol-qt/APKBUILD
→
community
/pavucontrol-qt/APKBUILD
View file @
32c54a1a
...
...
@@ -7,17 +7,18 @@ url="https://github.com/lxqt/pavucontrol-qt"
arch
=
"all !armhf"
# blocked by liblxqt-dev
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev
cmake
samurai
lxqt-build-tools liblxqt-dev
qt5-qttools-dev pulseaudio-dev
"
options
=
"!check"
# No testsuite
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/lxqt/pavucontrol-qt/releases/download/
$pkgver
/pavucontrol-qt-
$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
=
"
edd6d495429818aeb339df02a4cbf2d28d7dd8d04a520371d89b55e47d85a4087a5c05afa1aff0950b1c43d759a1b56920a6a4ddfe8fe266735f2147588381cd pavucontrol-qt-1.1.0.tar.xz
"
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