Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xorg-server
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
obextra
xorg-server
Commits
a42fa411
Commit
a42fa411
authored
3 years ago
by
Jean-Michel T.Dydak
Browse files
Options
Downloads
Patches
Plain Diff
pkgupdate: use meson for the build
parent
116804a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trunk/PKGBUILD
+4
-4
4 additions, 4 deletions
trunk/PKGBUILD
with
4 additions
and
4 deletions
trunk/PKGBUILD
+
4
−
4
View file @
a42fa411
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
# Obarun PkgSrc : https://framagit.org/obarun-pkgbuild-extra/xorg-server
# Obarun PkgSrc : https://framagit.org/obarun-pkgbuild-extra/xorg-server
#----------------
#----------------
# Website : http://xorg.freedesktop.org
# Website : http://xorg.freedesktop.org
#------------------------------------------------------------------------
--------------
#------------------------------------------------------------------------
# DESCRIPTION ]
# DESCRIPTION ]
pkgbase
=
xorg-server
pkgbase
=
xorg-server
pkgver
=
1.20.12
pkgver
=
1.20.12
pkgrel
=
2
pkgrel
=
3
pkgname
=(
pkgname
=(
'xorg-server'
'xorg-server'
...
@@ -137,10 +137,10 @@ build() {
...
@@ -137,10 +137,10 @@ build() {
## Print config
## Print config
meson configure build
meson configure build
ninja
-C
build
meson compile
-C
build
## fake installation to be seperated into packages
## fake installation to be seperated into packages
DESTDIR
=
"
${
srcdir
}
/fakeinstall"
ninja
-C
build
install
meson
install
-C
build
--destdir
"
${
srcdir
}
/fake
install
"
}
}
#----------
#----------
...
...
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