Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
7f210d8e
Commit
7f210d8e
authored
4 years ago
by
Antoni Aloy Torrens
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/lxqt-admin: new aport
parent
220d2504
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18083
testing/lxqt-desktop: new aport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/lxqt-admin/APKBUILD
+32
-0
32 additions, 0 deletions
testing/lxqt-admin/APKBUILD
with
32 additions
and
0 deletions
testing/lxqt-admin/APKBUILD
0 → 100644
+
32
−
0
View file @
7f210d8e
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname
=
lxqt-admin
pkgver
=
0.16.0
pkgrel
=
0
pkgdesc
=
"LXQt system administration tool"
url
=
"https://github.com/lxqt/lxqt-admin"
arch
=
"all !armhf !s390x"
# armhf blocked by liblxqt and kwindowsystem, s390x blocked by polkit-qt
license
=
"LGPL-2.0-or-later"
makedepends
=
"
cmake lxqt-build-tools liblxqt-dev kwindowsystem-dev
polkit-qt-1-dev qt5-qttools-dev
"
options
=
"!check"
# No testsuite
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
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
$CMAKE_CROSSOPTS
.
cmake
--build
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
sha512sums
=
"ed61e886a52985f67c38d39d949fabbd5532ebf61f232d4d2accf144b8fc650f85457e0e8b6066fad3f914ad61f8b1779360c886d3622c09765e421dfcea2484 lxqt-admin-0.16.0.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment