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
995af7fb
Verified
Commit
995af7fb
authored
4 years ago
by
Bart Ribbers
Committed by
Alexey Minnekhanov
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kde/plasmatube: new aport (MR 1157)
parent
83cc8d51
No related branches found
No related tags found
No related merge requests found
Pipeline
#194206
passed
4 years ago
Stage: first
Stage: second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/plasmatube/APKBUILD
+33
-0
33 additions, 0 deletions
kde/plasmatube/APKBUILD
with
33 additions
and
0 deletions
kde/plasmatube/APKBUILD
0 → 100644
+
33
−
0
View file @
995af7fb
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
plasmatube
pkgver
=
0_git20200413
pkgrel
=
0
_commit
=
"9abe039f3bc48505b7abfb8c4b231cb26cea7ae0"
pkgdesc
=
"Kirigami YouTube video player based on libmpv and youtube-dl"
arch
=
"all !armhf"
# blocked by extra-cmake-modules
url
=
"https://invent.kde.org/lnj/plasmatube"
license
=
"GPL-2.0-only OR GPL-3.0-only"
depends
=
"kirigami2 qt5-qtquickcontrols2"
makedepends
=
"extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev mpv-dev"
source
=
"https://invent.kde.org/lnj/plasmatube/-/archive/
$_commit
/plasmatube-
$_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
make
-C
build
}
check
()
{
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
-C
build
install
}
sha512sums
=
"3e8995d8ba8a6199c117851b2f1a350f7cdb05f134b5b4412c65356f6f58ce03d2082ac9fc49e3ef90c9e63b957446800f53253011edd9a972f4d441b4451a6c plasmatube-9abe039f3bc48505b7abfb8c4b231cb26cea7ae0.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