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
c30376d4
Commit
c30376d4
authored
9 months ago
by
Síle Ekaterin Liszka
Committed by
Patrycja Rosa
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/kdsingleapplication: new package
parent
de970e52
No related branches found
No related tags found
1 merge request
!67672
Upgrade nheko to 0.12.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/kdsingleapplication/APKBUILD
+39
-0
39 additions, 0 deletions
community/kdsingleapplication/APKBUILD
with
39 additions
and
0 deletions
community/kdsingleapplication/APKBUILD
0 → 100644
+
39
−
0
View file @
c30376d4
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname
=
kdsingleapplication
pkgver
=
1.1.0
pkgrel
=
0
pkgdesc
=
"Helper class for single-instance policy applications"
url
=
"https://www.kdab.com"
arch
=
"all"
license
=
"MIT"
makedepends
=
"cmake samurai qt6-qtbase-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/KDAB/KDSingleApplication/releases/download/v
$pkgver
/kdsingleapplication-
$pkgver
.tar.gz"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
local
crossopts
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
-G
Ninja
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
ON
\
-DCMAKE_BUILD_TYPE
=
None
\
-DKDSingleApplication_QT6
=
true
\
-DKDSingleApplication_TESTS
=
true
\
$crossopts
cmake
--build
build
}
check
()
{
ctest
--test-dir
build
--output-on-failure
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
61b34a36b05c58ede881f38d78c767726f8e23dc230e292568013fa428f50ff674f7eb12bc4d76ceaa9ef444264b2e86d95ab14cc41c6a275bf917edb8832c1f kdsingleapplication-1.1.0.tar.gz
"
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