Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
33
Merge Requests
33
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
core
Commits
595b516c
Commit
595b516c
authored
Mar 14, 2013
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upstream patch for logind issues systemd 198, tzdata update
parent
9ef0e831
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
9 deletions
+23
-9
systemd/PKGBUILD
systemd/PKGBUILD
+6
-3
systemd/libsystemd_login.diff
systemd/libsystemd_login.diff
+14
-0
tzdata/PKGBUILD
tzdata/PKGBUILD
+3
-6
No files found.
systemd/PKGBUILD
View file @
595b516c
...
...
@@ -3,7 +3,7 @@
pkgname
=
systemd
pkgver
=
198
pkgrel
=
1
pkgrel
=
2
arch
=(
'x86_64'
)
url
=
"http://www.freedesktop.org/wiki/Software/systemd"
license
=(
'GPL2'
'LGPL2.1'
'MIT'
)
...
...
@@ -35,7 +35,8 @@ source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
'use-split-usr-path.patch'
'99-default.preset'
'98-chakra.rules'
'is_bundle'
)
'is_bundle'
'libsystemd_login.diff'
)
md5sums
=(
'26a75e2a310f8c1c1ea9ec26ddb171c5'
'e99e9189aa2f6084ac28b8ddf605aeb8'
'fb37e34ea006c79be1c54cbb0f803414'
...
...
@@ -43,12 +44,14 @@ md5sums=('26a75e2a310f8c1c1ea9ec26ddb171c5'
'21572b99173a7cdeaff965e0a5e9182b'
'a1bf25da736d3719e9720b2e4caea341'
'40f1d228553f939430e6d8d781f06daf'
'05d26a1936bf5b075bedd76952ab1b53'
)
'05d26a1936bf5b075bedd76952ab1b53'
'2b574148b3fddad878e55678f70f8d2a'
)
build
()
{
cd
"
$pkgname
-
$pkgver
"
patch
-p1
-i
"
$srcdir
/use-split-usr-path.patch"
patch
-p1
-i
"
$srcdir
/libsystemd_login.diff"
./configure
\
PYTHON
=
python2
\
...
...
systemd/libsystemd_login.diff
0 → 100644
View file @
595b516c
diff --git a/Makefile.am b/Makefile.am
index a12e57e..175d14b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3356,7 +3356,8 @@
libsystemd_login_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/login/libsystemd-login.sym
libsystemd_login_la_LIBADD = \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-daemon-internal.la
libsystemd_login_internal_la_SOURCES = \
$(libsystemd_login_la_SOURCES)
tzdata/PKGBUILD
View file @
595b516c
#
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
tzdata
pkgver
=
201
2i
pkgver
=
201
3b
pkgrel
=
1
pkgdesc
=
"Sources for time zone and daylight saving time data"
arch
=(
'any'
)
url
=
"http://www.iana.org/time-zones"
license
=(
'GPL'
)
options
=(
'!emptydirs'
)
source
=(
http://www.iana.org/time-zones/repository/releases/
${
pkgname
}${
pkgver
}
.tar.gz
)
sha1sums
=(
'
53b305e2d5042cd0147df41f7498243f0a55dc79
'
)
source
=(
"http://www.iana.org/time-zones/repository/releases/
${
pkgname
}${
pkgver
}
.tar.gz"
)
sha1sums
=(
'
b2c08566efdbd9efd7a84ab2ba11aa3465577daa
'
)
timezones
=(
'africa'
'antarctica'
'asia'
'australasia'
'europe'
'northamerica'
'southamerica'
...
...
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