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
17b04d24
Commit
17b04d24
authored
4 years ago
by
Michał Polański
Browse files
Options
Downloads
Patches
Plain Diff
community/swaybg: use abuild-meson
parent
16656078
No related branches found
No related tags found
2 merge requests
!11958
community/rclone: upgrade to 1.52.3
,
!11413
community/swaybg: use abuild-meson
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/swaybg/APKBUILD
+5
-7
5 additions, 7 deletions
community/swaybg/APKBUILD
with
5 additions
and
7 deletions
community/swaybg/APKBUILD
+
5
−
7
View file @
17b04d24
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname
=
swaybg
pkgname
=
swaybg
pkgver
=
1.0
pkgver
=
1.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Wallpaper daemon for Wayland"
pkgdesc
=
"Wallpaper daemon for Wayland"
url
=
"https://swaywm.org"
url
=
"https://swaywm.org"
arch
=
"all"
arch
=
"all"
...
@@ -21,16 +21,14 @@ subpackages="$pkgname-doc"
...
@@ -21,16 +21,14 @@ subpackages="$pkgname-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/swaywm/swaybg/archive/
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/swaywm/swaybg/archive/
$pkgver
.tar.gz"
build
()
{
build
()
{
meson
\
abuild-meson
\
--prefix
=
/usr
\
--buildtype
=
plain
\
-Dswaybg-version
=
"
$pkgver
"
\
-Dswaybg-version
=
"
$pkgver
"
\
build
.
output
ninja
-C
build
meson compile
-C
output
}
}
package
()
{
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
build
install
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
}
}
sha512sums
=
"67d0e0109b906ece51800729182940374cc59fa07d0866b57cf876d12191fe12e796b84350a849dc85183fa58a3b2d196191e48dcc03dcc3708a980ed4a8cff0 swaybg-1.0.tar.gz"
sha512sums
=
"67d0e0109b906ece51800729182940374cc59fa07d0866b57cf876d12191fe12e796b84350a849dc85183fa58a3b2d196191e48dcc03dcc3708a980ed4a8cff0 swaybg-1.0.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