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
034c5d9f
Commit
034c5d9f
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/weston: enable all arches, enable pipewire
parent
3025b08a
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!36409
community/weston: enable all arches, enable pipewire
Pipeline
#128416
passed
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/weston/APKBUILD
+13
-9
13 additions, 9 deletions
community/weston/APKBUILD
with
13 additions
and
9 deletions
community/weston/APKBUILD
+
13
−
9
View file @
034c5d9f
...
...
@@ -2,20 +2,19 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname
=
weston
pkgver
=
10.0.1
pkgrel
=
0
pkgrel
=
1
_libname
=
lib
$pkgname
_libdir
=
$_libname
-
${
pkgver
%%.*
}
pkgdesc
=
"The reference Wayland server"
url
=
"https://wayland.freedesktop.org/"
# riscv64 disabled due to missing rust in recursive dependency
arch
=
"all !s390x !ppc64le !riscv64"
arch
=
"all"
license
=
"MIT"
makedepends
=
"wayland-protocols libxkbcommon-dev xkeyboard-config
libinput-dev libunwind-dev mtdev-dev libxcursor-dev glu-dev
pango-dev colord-dev libwebp-dev libva-dev dbus-dev
linux-pam-dev wayland-dev libevdev-dev libjpeg-turbo-dev
freerdp-dev lcms2-dev gstreamer-dev gst-plugins-base-dev meson
elogind-dev
elogind-dev
pipewire-dev
"
_cms
=
"cms-colord cms-static"
_shell
=
"shell-desktop shell-fullscreen shell-ivi"
...
...
@@ -31,15 +30,20 @@ subpackages="$pkgname-dev $pkgname-doc $subpackages
$pkgname
-xwayland
$pkgname
-desktop-x11:_x11:noarch
"
source
=
"https://gitlab.freedesktop.org/wayland/weston/-/releases/
$pkgver
/downloads/weston-
$pkgver
.tar.xz"
# weston-launch requires suid
options
=
"!check suid"
options
=
"!check"
install
=
"
$pkgname
.pre-install"
prepare
()
{
default_prepare
# dodge git version
git init
.
}
build
()
{
abuild-meson
\
-Dlauncher-logind
=
true
\
-Dsystemd
=
false
\
-Dpipewire
=
false
\
build
meson compile
${
JOBS
:+-j
${
JOBS
}}
-C
build
}
...
...
@@ -47,11 +51,11 @@ build() {
# Does not run through, see also:
# https://github.com/alpinelinux/aports/pull/1689
check
()
{
ninja
-C
"
$builddir
"
/build
test
meson
test
-v
--no-rebuild
-C
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
"
$builddir
"
/build
install
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
build
mkdir
-p
"
$pkgdir
"
/usr/lib
mv
"
$pkgdir
"
/usr/share/pkgconfig/
*
"
$pkgdir
"
/usr/lib/pkgconfig/
...
...
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