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
802b5c80
Commit
802b5c80
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
testing/asteroid-btsyncd: install desktop file to XDG autostart directory
parent
2630403c
No related branches found
No related tags found
1 merge request
!20916
testing/asteroid-btsyncd: install desktop file to XDG autostart directory
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/asteroid-btsyncd/APKBUILD
+6
-2
6 additions, 2 deletions
testing/asteroid-btsyncd/APKBUILD
testing/asteroid-btsyncd/asteroid-btsyncd.desktop
+7
-0
7 additions, 0 deletions
testing/asteroid-btsyncd/asteroid-btsyncd.desktop
with
13 additions
and
2 deletions
testing/asteroid-btsyncd/APKBUILD
+
6
−
2
View file @
802b5c80
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
asteroid-btsyncd
pkgname
=
asteroid-btsyncd
pkgver
=
0_git20210214
pkgver
=
0_git20210214
pkgrel
=
0
pkgrel
=
1
_commit
=
"2abfb13526a02d5309716ccb54a763684deebac0"
_commit
=
"2abfb13526a02d5309716ccb54a763684deebac0"
pkgdesc
=
"Bluetooth Low Energy synchronization daemon for AsteroidOS"
pkgdesc
=
"Bluetooth Low Energy synchronization daemon for AsteroidOS"
url
=
"https://github.com/AsteroidOS/asteroid-btsyncd"
url
=
"https://github.com/AsteroidOS/asteroid-btsyncd"
...
@@ -18,6 +18,7 @@ makedepends="
...
@@ -18,6 +18,7 @@ makedepends="
"
"
source
=
"https://github.com/AsteroidOS/asteroid-btsyncd/archive/
$_commit
/asteroid-btsyncd-
$_commit
.tar.gz
source
=
"https://github.com/AsteroidOS/asteroid-btsyncd/archive/
$_commit
/asteroid-btsyncd-
$_commit
.tar.gz
0001-batteryservice-use-systemsettings.patch
0001-batteryservice-use-systemsettings.patch
asteroid-btsyncd.desktop
"
"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
...
@@ -33,7 +34,10 @@ check() {
...
@@ -33,7 +34,10 @@ check() {
package
()
{
package
()
{
INSTALL_ROOT
=
"
$pkgdir
"
make
install
INSTALL_ROOT
=
"
$pkgdir
"
make
install
install
-Dm644
"
$srcdir
"
/asteroid-btsyncd.desktop
-t
"
$pkgdir
"
/etc/xdg/autostart/
}
}
sha512sums
=
"7616f24111113ea59242dcd7a3962d8d8cd6c26a06a9ca3be0bead2b8b68a0efcf7c744792552c4a937897d2972b489045be9474d68e28cb4ca3d816de28ded1 asteroid-btsyncd-2abfb13526a02d5309716ccb54a763684deebac0.tar.gz
sha512sums
=
"7616f24111113ea59242dcd7a3962d8d8cd6c26a06a9ca3be0bead2b8b68a0efcf7c744792552c4a937897d2972b489045be9474d68e28cb4ca3d816de28ded1 asteroid-btsyncd-2abfb13526a02d5309716ccb54a763684deebac0.tar.gz
ccf4a5ad71847e1d35ba09644bdde8596560dbff58f3d26f5ceec7b5ed777859e3c6ab4e23ee53ea8d5715c6485ad425c6b766ae5672bd378f3262fea9073a50 0001-batteryservice-use-systemsettings.patch"
ccf4a5ad71847e1d35ba09644bdde8596560dbff58f3d26f5ceec7b5ed777859e3c6ab4e23ee53ea8d5715c6485ad425c6b766ae5672bd378f3262fea9073a50 0001-batteryservice-use-systemsettings.patch
c6d1f3e1870c9bf0c65dc25961f58c3277149f6f7cc141bf0fd89ead191a1d9d72c3c414485f9b1b6407f066e51949b17be8eeb2473dcafb2e2bc5af1015b903 asteroid-btsyncd.desktop"
This diff is collapsed.
Click to expand it.
testing/asteroid-btsyncd/asteroid-btsyncd.desktop
0 → 100644
+
7
−
0
View file @
802b5c80
[Desktop Entry]
Name=asteroid-btsyncd
Comment=Start Asteroid Bluetooth Sync daemon
Type=Application
Exec=/usr/bin/asteroid-btsyncd
TryExec=/usr/bin/asteroid-btsyncd
Terminal=false
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