Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
glib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
glib
Commits
2d51ba8b
Commit
2d51ba8b
authored
May 29, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added build with introspection
parent
823cc018
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Makefile
Makefile
+7
-2
No files found.
Makefile
View file @
2d51ba8b
all
:
tar
xf glib-2.80.3.tar.xz
cd
glib-2.80.3
&&
mkdir
-p
build
cd
glib-2.80.3/build
&&
meson
--prefix
=
/usr
-Dman
=
false
-Dselinux
=
disabled ..
cd
glib-2.80.3/build
&&
meson
setup ..
--prefix
=
/usr
--buildtype
=
release
-D
introspection
=
disabled
-D
man-pages
=
disabled
cd
glib-2.80.3/build
&&
ninja
cd
glib-2.80.3/build
&&
ninja
install
mkdir
-p
/usr/share/doc/glib-2.80.3
cp
-r
glib-2.80.3/docs/reference/
{
NEWS,gio,glib,gobject
}
/usr/share/doc/glib-2.80.3
introspection
:
cd
glib-2.80.3/build
&&
meson configure
-D
introspection
=
enabled
cd
glib-2.80.3/build
&&
ninja
cd
glib-2.80.3/build
&&
ninja
install
tests
:
mkdir
glib-home
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
...
...
@@ -14,7 +19,7 @@ tests:
chown
-R
nobody.nobody glib-2.80.3 glib-home
;
\
cd
glib-2.80.3/build
;
\
su nobody
-s
/bin/bash
-c
"HOME=
$(CURDIR)
/glib-home ninja test"
;
\
/usr/bin/truncate
--size
0
/etc/machine-id
;
\
rm
/etc/machine-id
;
\
fi
rm
-rf
glib-2.80.3
rm
-rf
glib-home
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment