[arch-commits] Commit in snapper/repos (4 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Fri Dec 23 09:11:33 UTC 2016
Date: Friday, December 23, 2016 @ 09:11:33
Author: mtorromeo
Revision: 201240
archrelease: copy trunk to community-i686, community-x86_64
Added:
snapper/repos/community-i686/PKGBUILD
(from rev 201239, snapper/trunk/PKGBUILD)
snapper/repos/community-x86_64/PKGBUILD
(from rev 201239, snapper/trunk/PKGBUILD)
Deleted:
snapper/repos/community-i686/PKGBUILD
snapper/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 128 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 64 ----------------------
community-x86_64/PKGBUILD | 64 ----------------------
3 files changed, 128 insertions(+), 128 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-12-23 09:11:19 UTC (rev 201239)
+++ community-i686/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Tom Kuther <gimpel at sonnenkinder.org>
-
-pkgname=snapper
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
-arch=('i686' 'x86_64')
-url="http://snapper.io"
-license=('GPL2')
-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=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2")
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # cron names
- sed -e 's at suse.de-snapper@snapper at g' -i scripts/Makefile.am
-
- # fix sysconf dir
- sed -e 's@/etc/sysconfig@/etc/conf.d at g' -i scripts/*snapper*
-
- # fix pam plugin install location
- sed -i -e 's at shell echo /@shell echo /usr/@g' pam/Makefile.am
-
- # all in /usr/bin
- sed -i -e 's@/usr/sbin@/usr/bin at g' data/org.opensuse.Snapper.service
-
- # NTP drift file location
- sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' data/base.txt
-
- # man pages sysconfig location
- sed -i -e 's@/etc/sysconfig@/etc/conf.d at g' doc/*
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- aclocal
- libtoolize --force --automake --copy
- autoheader
- automake --add-missing --copy
- autoconf
- ./configure --prefix=/usr \
- --sbindir=/usr/bin \
- --with-conf=/etc/conf.d \
- --disable-zypp \
- --disable-silent-rules
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 data/sysconfig.snapper \
- "$pkgdir"/etc/conf.d/snapper
-}
-
-sha256sums=('3818e123c29ffb1e3c62104c7623643cdc1fcab9494ba2c7e71825fbf68f6c77')
Copied: snapper/repos/community-i686/PKGBUILD (from rev 201239, snapper/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Tom Kuther <gimpel at sonnenkinder.org>
+
+pkgname=snapper
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io"
+license=('GPL2')
+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=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2")
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # cron names
+ sed -e 's at suse.de-snapper@snapper at g' -i scripts/Makefile.am
+
+ # fix sysconf dir
+ sed -e 's@/etc/sysconfig@/etc/conf.d at g' -i scripts/*snapper*
+
+ # fix pam plugin install location
+ sed -i -e 's at shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+ # all in /usr/bin
+ sed -i -e 's@/usr/sbin@/usr/bin at g' data/org.opensuse.Snapper.service
+
+ # NTP drift file location
+ sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' data/base.txt
+
+ # man pages sysconfig location
+ sed -i -e 's@/etc/sysconfig@/etc/conf.d at g' doc/*
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ aclocal
+ libtoolize --force --automake --copy
+ autoheader
+ automake --add-missing --copy
+ autoconf
+ ./configure --prefix=/usr \
+ --sbindir=/usr/bin \
+ --with-conf=/etc/conf.d \
+ --disable-zypp \
+ --disable-silent-rules
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 data/sysconfig.snapper \
+ "$pkgdir"/etc/conf.d/snapper
+}
+
+sha256sums=('db9cce7f61ed1197d2663dfca444d313b05d7fb2d50af5ab468c7bdba6dd660f')
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-12-23 09:11:19 UTC (rev 201239)
+++ community-x86_64/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Tom Kuther <gimpel at sonnenkinder.org>
-
-pkgname=snapper
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
-arch=('i686' 'x86_64')
-url="http://snapper.io"
-license=('GPL2')
-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=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2")
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # cron names
- sed -e 's at suse.de-snapper@snapper at g' -i scripts/Makefile.am
-
- # fix sysconf dir
- sed -e 's@/etc/sysconfig@/etc/conf.d at g' -i scripts/*snapper*
-
- # fix pam plugin install location
- sed -i -e 's at shell echo /@shell echo /usr/@g' pam/Makefile.am
-
- # all in /usr/bin
- sed -i -e 's@/usr/sbin@/usr/bin at g' data/org.opensuse.Snapper.service
-
- # NTP drift file location
- sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' data/base.txt
-
- # man pages sysconfig location
- sed -i -e 's@/etc/sysconfig@/etc/conf.d at g' doc/*
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- aclocal
- libtoolize --force --automake --copy
- autoheader
- automake --add-missing --copy
- autoconf
- ./configure --prefix=/usr \
- --sbindir=/usr/bin \
- --with-conf=/etc/conf.d \
- --disable-zypp \
- --disable-silent-rules
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 data/sysconfig.snapper \
- "$pkgdir"/etc/conf.d/snapper
-}
-
-sha256sums=('3818e123c29ffb1e3c62104c7623643cdc1fcab9494ba2c7e71825fbf68f6c77')
Copied: snapper/repos/community-x86_64/PKGBUILD (from rev 201239, snapper/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Tom Kuther <gimpel at sonnenkinder.org>
+
+pkgname=snapper
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
+arch=('i686' 'x86_64')
+url="http://snapper.io"
+license=('GPL2')
+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=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2")
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # cron names
+ sed -e 's at suse.de-snapper@snapper at g' -i scripts/Makefile.am
+
+ # fix sysconf dir
+ sed -e 's@/etc/sysconfig@/etc/conf.d at g' -i scripts/*snapper*
+
+ # fix pam plugin install location
+ sed -i -e 's at shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+ # all in /usr/bin
+ sed -i -e 's@/usr/sbin@/usr/bin at g' data/org.opensuse.Snapper.service
+
+ # NTP drift file location
+ sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' data/base.txt
+
+ # man pages sysconfig location
+ sed -i -e 's@/etc/sysconfig@/etc/conf.d at g' doc/*
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ aclocal
+ libtoolize --force --automake --copy
+ autoheader
+ automake --add-missing --copy
+ autoconf
+ ./configure --prefix=/usr \
+ --sbindir=/usr/bin \
+ --with-conf=/etc/conf.d \
+ --disable-zypp \
+ --disable-silent-rules
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 data/sysconfig.snapper \
+ "$pkgdir"/etc/conf.d/snapper
+}
+
+sha256sums=('db9cce7f61ed1197d2663dfca444d313b05d7fb2d50af5ab468c7bdba6dd660f')
More information about the arch-commits
mailing list