mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
snapper: rebuild against new boost
This commit is contained in:
parent
f364f983d0
commit
c9dae50eb4
1
boost.order
Normal file
1
boost.order
Normal file
@ -0,0 +1 @@
|
||||
snapper
|
@ -1,6 +1,6 @@
|
||||
pkgname=snapper
|
||||
pkgver=0.5.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
|
||||
arch=('x86_64')
|
||||
url="http://snapper.io"
|
||||
@ -9,11 +9,14 @@ depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
|
||||
makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
|
||||
optdepends=('pam: pam_snapper')
|
||||
backup=('etc/conf.d/snapper')
|
||||
source=("https://github.com/openSUSE/snapper/archive/v$pkgver.tar.gz")
|
||||
sha1sums=('6b2dd7ec5911a5ab0ff4655bf7edd34334e396b0')
|
||||
source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
"iostream.patch::https://patch-diff.githubusercontent.com/raw/openSUSE/snapper/pull/355.patch")
|
||||
sha256sums=('8876b6fa946dc46df5dcbaf747bb11ac4c5a3418dd59c5ba09c47910cbad1835'
|
||||
'20ed5678ff102b8d9ef3c11e38d0f83cc2214b3fca088613bba3154ee4c13bcd')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -p1 -i "$srcdir/iostream.patch"
|
||||
|
||||
# cron names
|
||||
sed -e 's@suse.de-snapper@snapper@g' -i scripts/Makefile.am
|
||||
|
Loading…
Reference in New Issue
Block a user