Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
weston
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
obcommunity
weston
Commits
8bf40ca5
Commit
8bf40ca5
authored
10 months ago
by
Bro Brian
Browse files
Options
Downloads
Patches
Plain Diff
13.0.1, remove \ before ninja -C build
parent
fe9b2e8d
No related branches found
No related tags found
No related merge requests found
Pipeline
#37122
failed
10 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trunk/PKGBUILD
+12
-2
12 additions, 2 deletions
trunk/PKGBUILD
with
12 additions
and
2 deletions
trunk/PKGBUILD
+
12
−
2
View file @
8bf40ca5
...
...
@@ -26,7 +26,15 @@ makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp2' 'neatvnc' 'libpipewi
prepare
()
{
cd
$pkgname
-
$pkgver
patch
-Np1
<
"../../weston-13.0.0-neatvnc0.8.patch"
# apply patch from the source array (should be a pacman feature)
local
src
for
src
in
"
${
source
[@]
}
"
;
do
src
=
"
${
src
%%
::
*
}
"
src
=
"
${
src
##*/
}
"
[[
$src
=
*
.patch
]]
||
continue
echo
"Applying patch
$src
..."
patch
-Np1
<
"../
$src
"
done
}
#--------------------------------------------| BUILD |------------------------------------------
...
...
@@ -35,7 +43,9 @@ build() {
arch-meson
$pkgname
-
$pkgver
build
\
--libexec
=
lib/weston
\
-Db_lto
=
false
\
-Dsystemd
=
false
\
-Dsystemd
=
false
ninja
-C
build
}
...
...
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