diff options
Diffstat (limited to 'core/systemd/PKGBUILD')
-rw-r--r-- | core/systemd/PKGBUILD | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index 0e03a7707..3c77f53ed 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=systemd pkgname=('systemd' 'systemd-sysvcompat') -pkgver=198 -pkgrel=2 +pkgver=200 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2' 'LGPL2.1' 'MIT') @@ -16,19 +16,11 @@ source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" 'initcpio-hook-udev' 'initcpio-install-udev' 'initcpio-install-timestamp' - '0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch' - '0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch' - '0001-rules-move-builtin-calls-before-the-permissions-sect.patch' - '0001-Fix-vacuum-logic-error.patch' 'use-split-usr-path.patch') -md5sums=('26a75e2a310f8c1c1ea9ec26ddb171c5' +md5sums=('5584b96e55c46217dab4c1768d10a472' 'e99e9189aa2f6084ac28b8ddf605aeb8' 'fb37e34ea006c79be1c54cbb0f803414' 'df69615503ad293c9ddf9d8b7755282d' - 'c93785560cd33e25013224ac84689aa3' - '80db2672a49667a3add02fb07dee9dca' - 'a0d3aca35ff7f71d1a5a79022b715ae0' - '7ae8e22cef30e57de02ca623b0673f76' '76bf83fe34c5b40533abc5dc940576a6') build() { @@ -37,19 +29,6 @@ build() { # hang onto this until we do the /{,s}bin merge patch -Np1 <"$srcdir/use-split-usr-path.patch" - # upstream commit 83d7d83bcc6c462ecbb4c8003e3a8b41f3b88d46 - patch -Np1 <"$srcdir"/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch - - # upstream commit 961e4526925b7b1e1d3582f2fc9fb38035e2b5fb - patch -Np1 <"$srcdir"/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch - - # upstream commit bbb7f2ae5035105575365750592caa87213d7072 - # - modified to avoid pulling in disabling of firmware loading - patch -Np1 <"$srcdir"/0001-rules-move-builtin-calls-before-the-permissions-sect.patch - - # upstream commit 6c142648aaced56ab681fcc97a71b06d588122a9 - patch -Np1 <"$srcdir"/0001-Fix-vacuum-logic-error.patch - ./configure \ --enable-static \ --libexecdir=/usr/lib \ @@ -60,14 +39,15 @@ build() { --disable-audit \ --disable-ima \ --with-sysvinit-path= \ - --with-sysvrcnd-path= + --with-sysvrcnd-path= \ + --with-firmware-path="/usr/lib/firmware/updates:/usr/lib/firmware" make } -check() { - make -C "$pkgname-$pkgver" check -} +#check() { +# make -C "$pkgname-$pkgver" check +#} package_systemd() { pkgdesc="system and service manager" |