diff options
author | Erich Eckner <git@eckner.net> | 2019-11-21 09:41:01 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-21 09:41:01 +0100 |
commit | e6a5eb58365b0b91d0da5a44b9f81bcd337f572b (patch) | |
tree | 72202ee459e66b8c47126c58dee5a68bdf2bf43f /manualPorts | |
parent | 5319b375f459ba242594ca4b5cae9dcc28141041 (diff) | |
download | crux-ports-e6a5eb58365b0b91d0da5a44b9f81bcd337f572b.tar.xz |
journalctl: 243 -> 243.4
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/journalctl/.md5sum | 2 | ||||
-rw-r--r-- | manualPorts/journalctl/.signature | 6 | ||||
-rw-r--r-- | manualPorts/journalctl/Pkgfile | 12 |
3 files changed, 13 insertions, 7 deletions
diff --git a/manualPorts/journalctl/.md5sum b/manualPorts/journalctl/.md5sum index fbd97c5..33ace7c 100644 --- a/manualPorts/journalctl/.md5sum +++ b/manualPorts/journalctl/.md5sum @@ -1 +1 @@ -49fc8671ec06250300530ad8b2227b7f v243.tar.gz +f1b7dbfbf1434d12860e337c50cdbe88 v243.4.tar.gz diff --git a/manualPorts/journalctl/.signature b/manualPorts/journalctl/.signature index 71eb074..fbbf08e 100644 --- a/manualPorts/journalctl/.signature +++ b/manualPorts/journalctl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGvHD3WTRv+6zHMIZx3Ldp//hvtfk92Kq9CxdC63+JSYK1enJsy4aTiQRBeOsmmpnw8hGgyosCLIsuyGOvzJFygU= -SHA256 (Pkgfile) = 708c5dff22c7363454e4fb115d0c82116469792e2ff8f3119bb357417f395b52 +RWQxCptPusLGGixbcq7hhFJ/KalufOkdrgllnDQiHDin727fyk0TSvJEOyvZMS4VMCv9aQXoG3LEUbE5pHeMMJDVH5Q7hAZ47A0= +SHA256 (Pkgfile) = 68da2db213a0b84623f91840ad90746509a77fe22f47612c359e72705c7f065f SHA256 (.footprint) = 7ab1f159dec9293bd4cf015dfce73353ead53f8ee327df17e0494f78403615a7 -SHA256 (v243.tar.gz) = 1c399a076f4b0a3d75cd0772b15c40deb774019d8a58c0584c4557223d37dacf +SHA256 (v243.4.tar.gz) = 281bc47aa6b173c3c6fa1bbc88aea84ecb014313aeb679c54f8885dd09e434be diff --git a/manualPorts/journalctl/Pkgfile b/manualPorts/journalctl/Pkgfile index 4e318a0..c373e2a 100644 --- a/manualPorts/journalctl/Pkgfile +++ b/manualPorts/journalctl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: meson lz4 name=journalctl -version=243 +version=243.4 release=1 source=("https://github.com/systemd/systemd-stable/archive/v$version.tar.gz") @@ -19,6 +19,12 @@ build() { ldd build/journalctl install -Dm755 build/journalctl "$PKG/bin/journalctl" install -Dm644 build/man/journalctl.1 "$PKG/usr/share/man/man1/journalctl.1" - install -Dm755 build/src/shared/libsystemd-shared-$version.so "$PKG/lib/libsystemd-shared-$version.so" - + install -Dt "$PKG/lib" -m755 $( + ldd build/journalctl \ + | sed ' + s@^\s\+\S\+\s\+=>\s\+\('"${SRC%/}"'\S\+\)\s.*$@\1@ + t + d + ' + ) } |