mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:57:14 +08:00
Systemd update: v33
This commit is contained in:
parent
ca2021de65
commit
f064d165d7
@ -5,13 +5,13 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# maintainer (x86_64:) Mateusz Krawczuk <willingmagic[at]gmail[dot]com>
|
||||
pkgname=systemd
|
||||
pkgver=32
|
||||
pkgver=33
|
||||
pkgrel=1
|
||||
pkgdesc="Session and Startup manager"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license=('GPL2')
|
||||
depends=('dbus-systemd' 'initscripts' 'sysvinit' 'intltool' 'rsyslog' 'util-linux>=2.19.1')
|
||||
depends=('dbus-systemd' 'initscripts' 'sysvinit' 'intltool' 'rsyslog' 'util-linux>=2.19.1' 'gperf')
|
||||
makedepends=('docbook-xsl' 'libxslt' 'cryptsetup' )
|
||||
optdepends=('cryptsetup: required for encrypted block devices'
|
||||
'dbus-python: systemd-analyze'
|
||||
@ -26,15 +26,16 @@ backup=(etc/systemd/system.conf
|
||||
etc/tmpfiles.d/x11.conf)
|
||||
install=systemd.install
|
||||
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
"os-release" "systemd-add-chakra.patch")
|
||||
md5sums=('d8d4b42034be8ef403e72d7d2d1d1150'
|
||||
"os-release" "systemd-add-chakra.patch" "v33.diff")
|
||||
md5sums=('361cad7c3debbdd81c211527509ba181'
|
||||
'68cf3e12b0e98a51efde9811e5fc713c'
|
||||
'd7cbae2627bb60360a6b1c03dd0fd90a')
|
||||
'd7cbae2627bb60360a6b1c03dd0fd90a'
|
||||
'74eeb9f936845d9e720b49403c508bc3')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -Np1 -i ${srcdir}/systemd-add-chakra.patch
|
||||
|
||||
patch -uN ${srcdir}/$pkgname-$pkgver/src/load-fragment-gperf.gperf.m4 ${srcdir}/v33.diff
|
||||
./configure --prefix=/usr \
|
||||
--with-rootdir= \
|
||||
--with-distro=chakra \
|
||||
|
10
systemd/v33.diff
Normal file
10
systemd/v33.diff
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/systemd-33/src/load-fragment-gperf.gperf.m4 2011-08-02 03:11:00.148741473 +0000
|
||||
+++ load-fragment-gperf.gperf.m4 2011-08-03 19:26:21.896032093 +0000
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <stddef.h>
|
||||
#include "conf-parser.h"
|
||||
#include "load-fragment.h"
|
||||
+#include "missing.h"
|
||||
%}
|
||||
struct ConfigPerfItem;
|
||||
%null_strings
|
Loading…
Reference in New Issue
Block a user