snapper: update to 0.5.4.

Closes: #11224 [via git-merge-pr]
This commit is contained in:
maxice8 2018-01-29 14:36:19 -02:00 committed by Jürgen Buchmüller
parent 1ca5aa244f
commit 04b187ecc6
2 changed files with 5 additions and 14 deletions

View File

@ -1,11 +0,0 @@
--- client/cleanup.cc.orig 2017-09-17 15:26:38.000000000 +0000
+++ client/cleanup.cc 2017-09-17 15:26:51.949155038 +0000
@@ -20,7 +20,7 @@
* find current contact information at www.novell.com.
*/
-
+#include <iostream>
#include <vector>
#include "dbus/DBusMessage.h"

View File

@ -1,7 +1,7 @@
# Template file for 'snapper'
pkgname=snapper
version=0.5.0
revision=3
version=0.5.4
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-zypp --with-conf=/etc/conf.d --sbindir=/usr/bin"
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://snapper.io"
distfiles="ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$version.tar.bz2"
checksum=8876b6fa946dc46df5dcbaf747bb11ac4c5a3418dd59c5ba09c47910cbad1835
checksum=5af181423fb2b272ad45c6a38501aad13f87f3efb0b3d37595b795ec1afab7f2
case "$XBPS_TARGET_MACHINE" in
*-musl) # We define MUSL_LIBC to pick the correct return type
@ -41,6 +41,8 @@ pre_configure() {
post_install() {
vinstall data/sysconfig.snapper 644 etc/conf.d snapper
vsv snapperd
rm -rf -- "${DESTDIR}"/usr/lib/systemd
}
libsnapper_package() {