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
d7611635
Commit
d7611635
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/mauikit-filebrowsing: new aport
parent
6da613e0
Loading
Loading
1 merge request
!21313
community/maui*: upgrade to 1.2.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/mauikit-filebrowsing/APKBUILD
+44
-0
44 additions, 0 deletions
community/mauikit-filebrowsing/APKBUILD
with
44 additions
and
0 deletions
community/mauikit-filebrowsing/APKBUILD
0 → 100644
+
44
−
0
View file @
d7611635
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
mauikit-filebrowsing
pkgver
=
1.2.2
pkgrel
=
0
pkgdesc
=
"MauiKit File Browsing utilities and controls"
# armhf, mips64 and s390x blocked by mauikit
arch
=
"all !armhf !mips64 !s390x"
url
=
"https://mauikit.org/"
license
=
"GPL-2.0-or-later"
depends
=
"
kirigami2
mauikit
"
depends_dev
=
"
kio-dev
mauikit-dev
qt5-qtbase-dev
"
makedepends
=
"
$depends_dev
extra-cmake-modules
"
source
=
"https://download.kde.org/stable/maui/mauikit-filebrowsing/
$pkgver
/mauikit-filebrowsing-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-dev"
build
()
{
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
cmake
--build
build
}
check
()
{
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
673c417048f59bdac4fd0e4dd669ed7bf25ea0047c946c919bd334cf8a21624e57ac9c03a13c812e907f04b5b88800afc021436dac4b5d564b151d7de537086e mauikit-filebrowsing-1.2.2.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