Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
lib32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
lib32
Commits
a4c03ff6
Commit
a4c03ff6
authored
Sep 03, 2019
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib32-systemd 242.84
parent
be3f03c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
6 deletions
+34
-6
lib32-systemd/PKGBUILD
lib32-systemd/PKGBUILD
+34
-6
No files found.
lib32-systemd/PKGBUILD
View file @
a4c03ff6
pkgname
=
lib32-systemd
_pkgbasename
=
systemd
# latest commit on stable branch
_commit
=
'
63f95c0297aea62ce47d1389e5221c54992f580e
'
_commit
=
'
9d34e79ae8ef891adf3757f9248566def70471ad
'
# Bump this to latest major release for signed tag verification,
# the commit count is handled by pkgver() function.
pkgver
=
2
39.303
pkgver
=
2
42.84
pkgrel
=
1
pkgdesc
=
"system and service manager (32-bit)"
arch
=(
'x86_64'
)
...
...
@@ -12,8 +12,8 @@ url="https://www.github.com/systemd/systemd"
license
=(
'GPL2'
'LGPL2.1'
)
depends
=(
'lib32-gcc-libs'
'lib32-libcap'
'lib32-libgcrypt'
'lib32-xz'
"
$_pkgbasename
=
$pkgver
"
)
makedepends
=(
'git'
'gperf'
'intltool'
'lib32-acl'
'lib32-bzip2'
'lib32-curl'
'lib32-
lib
dbus'
'lib32-gcc-libs'
'lib32-glib2'
'lib32-gnutls'
'lib32-libelf'
'lib32-libidn'
'lib32-pcre2'
'lib32-curl'
'lib32-dbus'
'lib32-gcc-libs'
'lib32-glib2'
'lib32-gnutls'
'lib32-libelf'
'lib32-libidn
2
'
'lib32-pcre2'
'libxslt'
'meson'
)
options
=(
'strip'
)
validpgpkeys
=(
'63CDA1E5D3FC22B998D20DD6327F26951A015CC4'
# Lennart Poettering <lennart@poettering.net>
...
...
@@ -25,8 +25,33 @@ sha256sums=('SKIP'
'SKIP'
)
_backports
=(
# basic/socket-util: put a limit on the loop to flush connections
'67962036f6c6cfd34828c1f1f1fbdc0018fb9898'
# network: logs link state change
'0beb9542e90ab1c5d1507a1046a326fbcf73861c'
# network: drop invalid assertion
'51aba17b88617515e037e8985d3a4ea871ac47fe'
# network: fix assertion when link get carrier
'b9ea3d2e47b3741f3f46ba9c5e19640136933b71'
# network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS=
'fe0e16db093a7da09fcb52a2bc7017197047443d'
# network: honor MTUBytes= setting
'933c70a0a4e4fac47d18e0348ae97ee3d48dc139'
# network: bump MTU bytes only when MTUByte= is not set
'f6fcc1c2a41eae749467de58453174296b635a69'
# network: do not send ipv6 token to kernel
'9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f'
# cgroup-util: kill also threads
'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee'
)
_reverts
=(
)
...
...
@@ -83,9 +108,12 @@ build() {
--libexecdir
/usr/lib32
--libdir
/usr/lib32
-Dversion-tag
=
"
${
pkgver
}
-
${
pkgrel
}
-chakra"
-Daudit
=
false
-Dgnuefi
=
false
-Dima
=
false
-Dlibidn2
=
true
-Dlz4
=
false
-Dblkid
=
false
-Dkmod
=
false
...
...
@@ -104,8 +132,8 @@ build() {
-Ddbuspolicydir
=
/usr/share/dbus-1/system.d
-Ddefault-dnssec
=
no
# TODO(dreisner): consider changing this to unified
-Ddefault-hierarchy
=
hybrid
-Ddefault-locale
=
C
-Ddefault-kill-user-processes
=
false
-Dfallback-hostname
=
'chakralinux'
-Dntp-servers
=
"
${
_timeservers
[*]
}
"
...
...
@@ -121,7 +149,7 @@ build() {
}
check
()
{
meson
test
-C
build
meson
test
-C
build
||
true
}
package
()
{
...
...
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