Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
8e28b197
Unverified
Commit
8e28b197
authored
4 years ago
by
Luca Weiss
Committed by
Bart Ribbers
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kde/peruse: new aport (MR 1643)
parent
bded85f5
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#199467
passed
4 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/peruse/APKBUILD
+40
-0
40 additions, 0 deletions
kde/peruse/APKBUILD
with
40 additions
and
0 deletions
kde/peruse/APKBUILD
0 → 100644
+
40
−
0
View file @
8e28b197
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
peruse
pkgver
=
0_git20201022
pkgrel
=
0
_commit
=
"ecf28af788851773fb29cc57fab2922abb6fa670"
pkgdesc
=
"A comic book viewer based on Frameworks 5, for use on multiple form factors"
# armhf blocked by extra-cmake-modules
arch
=
"all !armhf"
url
=
"https://invent.kde.org/graphics/peruse"
license
=
"LGPL-2.1-or-later AND LicenseRef-KDE-Accepted-LGPL"
depends
=
"
kirigami2
qt5-qtbase-sqlite
qt5-qtimageformats
qt5-qtquickcontrols
"
makedepends
=
"
extra-cmake-modules
kdeclarative-dev
kfilemetadata-dev
knewstuff-dev
qt5-qtdeclarative-dev
"
source
=
"https://invent.kde.org/graphics/peruse/-/archive/
$_commit
/peruse-
$_commit
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
build
()
{
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
cmake
--build
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
sha512sums
=
"f0cfa4c802d757dafe86bdd85d82c2c1b4a837f4a211e7d073fcc20312f89d74e6e5e23a5eb84d13e7740ae663aad82cb208a998f067419eae4b9a58849388bc peruse-ecf28af788851773fb29cc57fab2922abb6fa670.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