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
Michał Polański
aports
Commits
aa5d3741
Commit
aa5d3741
authored
Jun 21, 2022
by
Antoni Aloy Torrens
Committed by
alice
Jun 28, 2022
Browse files
community/screengrab: move from testing
parent
1c0ca138
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing
/screengrab/APKBUILD
→
community
/screengrab/APKBUILD
View file @
aa5d3741
...
...
@@ -7,10 +7,10 @@ url="https://github.com/lxqt/screengrab"
arch
=
"all !armhf"
# blocked by kwindowsystem-dev
license
=
"GPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools qt5-qtbase-dev qt5-qttools-dev
cmake
samurai
lxqt-build-tools qt5-qtbase-dev qt5-qttools-dev
libqtxdg-dev kwindowsystem-dev
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
"
source
=
"https://github.com/lxqt/screengrab/releases/download/
$pkgver
/screengrab-
$pkgver
.tar.xz"
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
\
...
...
@@ -31,6 +31,11 @@ package() {
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
lang
()
{
install_if
=
"lang
$pkgname
=
$pkgver
-r
$pkgrel
"
amove usr/share/
$pkgname
/translations
}
sha512sums
=
"
88aec38b957256f93bebf13facf33135a5a80ed879325342d19d3b102e7103fd23f1f7b3c1702c4bff01898e2b3029b07e50e4fde0de9e206a74484e4aa395ee screengrab-2.4.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