mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-13 23:39:04 +08:00
PKGBUILD cleanup
This commit is contained in:
parent
93dc1250c4
commit
9adb3cc2f9
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
pkgver=201
|
pkgver=201
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
|
pkgdesc="A system and service manager for Linux"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
license=('GPL2' 'LGPL2.1' 'MIT')
|
license=('GPL2' 'LGPL2.1' 'MIT')
|
||||||
@ -35,9 +36,15 @@ source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
|
|||||||
'use-split-usr-path.patch'
|
'use-split-usr-path.patch'
|
||||||
'99-default.preset'
|
'99-default.preset'
|
||||||
'98-chakra.rules'
|
'98-chakra.rules'
|
||||||
'is_bundle'
|
'is_bundle')
|
||||||
'logind1.patch'
|
md5sums=('3e758392ff0e9206b3f7ee252b4a654b'
|
||||||
'libsystemd_login.diff')
|
'e99e9189aa2f6084ac28b8ddf605aeb8'
|
||||||
|
'fb37e34ea006c79be1c54cbb0f803414'
|
||||||
|
'df69615503ad293c9ddf9d8b7755282d'
|
||||||
|
'21572b99173a7cdeaff965e0a5e9182b'
|
||||||
|
'a1bf25da736d3719e9720b2e4caea341'
|
||||||
|
'40f1d228553f939430e6d8d781f06daf'
|
||||||
|
'05d26a1936bf5b075bedd76952ab1b53')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
@ -107,13 +114,3 @@ package() {
|
|||||||
install -dm755 "$pkgdir/var/log/journal"
|
install -dm755 "$pkgdir/var/log/journal"
|
||||||
sed -i -e 's/#SystemMaxUse=/SystemMaxUse=25M/' ${pkgdir}/etc/systemd/journald.conf
|
sed -i -e 's/#SystemMaxUse=/SystemMaxUse=25M/' ${pkgdir}/etc/systemd/journald.conf
|
||||||
}
|
}
|
||||||
md5sums=('3e758392ff0e9206b3f7ee252b4a654b'
|
|
||||||
'e99e9189aa2f6084ac28b8ddf605aeb8'
|
|
||||||
'fb37e34ea006c79be1c54cbb0f803414'
|
|
||||||
'df69615503ad293c9ddf9d8b7755282d'
|
|
||||||
'21572b99173a7cdeaff965e0a5e9182b'
|
|
||||||
'a1bf25da736d3719e9720b2e4caea341'
|
|
||||||
'40f1d228553f939430e6d8d781f06daf'
|
|
||||||
'05d26a1936bf5b075bedd76952ab1b53'
|
|
||||||
'e9a7e96d265966d77700f36a6b9aaf8c'
|
|
||||||
'2b574148b3fddad878e55678f70f8d2a')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user