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
3fe27c9f
Commit
3fe27c9f
authored
Jun 21, 2022
by
Antoni Aloy Torrens
Committed by
alice
Jun 28, 2022
Browse files
community/obconf-qt: move from testing
parent
00494869
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing
/obconf-qt/APKBUILD
→
community
/obconf-qt/APKBUILD
View file @
3fe27c9f
...
...
@@ -9,17 +9,18 @@ url="https://github.com/lxqt/obconf-qt"
arch
=
"all !s390x !armhf !riscv64"
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev
cmake
samurai
lxqt-build-tools liblxqt-dev
qt5-qttools-dev openbox-dev
"
options
=
"!check"
# No testsuite
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/lxqt/obconf-qt/releases/download/
$pkgver
/obconf-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
\
...
...
@@ -31,6 +32,12 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/
$pkgname
/translations
}
sha512sums
=
"
bd91a5669f07471966d296b91d78e2a40e2e3640405de2179513457088eb7d6cb063dbfaff623db6f404985734e986b52c1e3155a050f374b7afa58f7d720c0d obconf-qt-0.16.2.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