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
6a125a2d
Commit
6a125a2d
authored
6 years ago
by
Bart Ribbers
Committed by
Martijn Braam
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Stop splitting the mobile app for now as discussed in #kdeconnect
parent
c195d02c
No related branches found
No related tags found
No related merge requests found
Pipeline
#192367
failed
6 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/kdeconnect/APKBUILD
+2
-16
2 additions, 16 deletions
kde/kdeconnect/APKBUILD
with
2 additions
and
16 deletions
kde/kdeconnect/APKBUILD
+
2
−
16
View file @
6a125a2d
...
...
@@ -8,11 +8,11 @@ pkgdesc="Adds communication between KDE and your smartphone"
url
=
"https://community.kde.org/KDEConnect"
arch
=
"all"
license
=
"GPL-2.0"
depends
=
""
depends
=
"
kirigami2
"
makedepends
=
"extra-cmake-modules kdoctools-dev kconfigwidgets-dev kdbusaddons-dev kiconthemes-dev
knotifications-dev kio-dev kcmutils-dev qca-qt5-dev plasma-framework-dev libexecinfo-dev
qt5-qtdeclarative-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-mobile
"
#$pkgname-lang is only available in the release package
subpackages
=
"
$pkgname
-doc"
#$pkgname-lang is only available in the release package
#source="https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/KDE/
$pkgname
-kde/archive/
$_commit
.tar.gz"
options
=
"!check"
# Requires running X11 server
...
...
@@ -40,18 +40,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
mobile
()
{
depends
=
"kirigami2"
install
-d
"
$subpkgdir
"
/usr/share/applications
install
-d
"
$subpkgdir
"
/usr/bin
install
-d
"
$subpkgdir
"
/usr/lib/qt5/plugins/kdeconnect
mv
"
$pkgdir
"
/usr/bin/kcapp
"
$subpkgdir
"
/usr/bin/
mv
"
$pkgdir
"
/usr/share/applications/org.kde.kdeconnect.app.desktop
"
$subpkgdir
"
/usr/share/applications/
mv
"
$pkgdir
"
/usr/lib/qt5/plugins/kdeconnect/kdeconnect_remotecommands.so
"
$subpkgdir
"
/usr/lib/qt5/plugins/kdeconnect/
mv
"
$pkgdir
"
/usr/lib/qt5/plugins/kdeconnect/kdeconnect_remotecontrol.so
"
$subpkgdir
"
/usr/lib/qt5/plugins/kdeconnect/
mv
"
$pkgdir
"
/usr/lib/qt5/plugins/kdeconnect/kdeconnect_lockdevice.so
"
$subpkgdir
"
/usr/lib/qt5/plugins/kdeconnect/
mv
"
$pkgdir
"
/usr/lib/qt5/plugins/kdeconnect/kdeconnect_mprisremote.so
"
$subpkgdir
"
/usr/lib/qt5/plugins/kdeconnect/
}
sha512sums
=
"a7c2381e1bbcca1e2ca0d1f3a0ff6d9d5759ea21a11fb5dc0de0992dca3c2ddbe4afc3adfa5685bb1b624bb3bcec4f58d43f1ea61324c23aaabc9835b1494373 kdeconnect-14994132f83d33edd2ef2bad29c8873d17610d24.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