[arch-commits] Commit in snapper/repos (12 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Aug 12 10:48:51 UTC 2014


    Date: Tuesday, August 12, 2014 @ 12:48:51
  Author: bpiotrowski
Revision: 117284

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  snapper/repos/community-staging-i686/
  snapper/repos/community-staging-i686/PKGBUILD
    (from rev 117283, snapper/trunk/PKGBUILD)
  snapper/repos/community-staging-i686/cleanup.service
    (from rev 117283, snapper/trunk/cleanup.service)
  snapper/repos/community-staging-i686/cleanup.timer
    (from rev 117283, snapper/trunk/cleanup.timer)
  snapper/repos/community-staging-i686/timeline.service
    (from rev 117283, snapper/trunk/timeline.service)
  snapper/repos/community-staging-i686/timeline.timer
    (from rev 117283, snapper/trunk/timeline.timer)
  snapper/repos/community-staging-x86_64/
  snapper/repos/community-staging-x86_64/PKGBUILD
    (from rev 117283, snapper/trunk/PKGBUILD)
  snapper/repos/community-staging-x86_64/cleanup.service
    (from rev 117283, snapper/trunk/cleanup.service)
  snapper/repos/community-staging-x86_64/cleanup.timer
    (from rev 117283, snapper/trunk/cleanup.timer)
  snapper/repos/community-staging-x86_64/timeline.service
    (from rev 117283, snapper/trunk/timeline.service)
  snapper/repos/community-staging-x86_64/timeline.timer
    (from rev 117283, snapper/trunk/timeline.timer)

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   83 ++++++++++++++++++++++++++++
 community-staging-i686/cleanup.service    |    9 +++
 community-staging-i686/cleanup.timer      |   12 ++++
 community-staging-i686/timeline.service   |    9 +++
 community-staging-i686/timeline.timer     |   12 ++++
 community-staging-x86_64/PKGBUILD         |   83 ++++++++++++++++++++++++++++
 community-staging-x86_64/cleanup.service  |    9 +++
 community-staging-x86_64/cleanup.timer    |   12 ++++
 community-staging-x86_64/timeline.service |    9 +++
 community-staging-x86_64/timeline.timer   |   12 ++++
 10 files changed, 250 insertions(+)

Copied: snapper/repos/community-staging-i686/PKGBUILD (from rev 117283, snapper/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,83 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Tom Kuther <gimpel at sonnenkinder.org>
+
+pkgname=snapper
+pkgver=0.2.3
+pkgrel=3
+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"
+        cleanup.timer
+        cleanup.service
+        timeline.timer
+        timeline.service)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -e 's at lboost_thread-mt@lboost_thread at g' \
+      -e 's at lboost_system-mt@lboost_system at g' \
+      -i snapper/Makefile.am
+
+  # 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
+  install -Dm755 client/.libs/systemd-helper "$pkgdir"/usr/lib/snapper/systemd-helper
+
+  rm -f "$pkgdir"/etc/snapper/zypp-plugin.conf
+  rm -f "$pkgdir"/usr/share/man/man*/snapper-zypp-plugin.*.gz
+
+  for unit in {cleanup,timeline}.{timer,service}; do
+    install -Dm644 "$srcdir"/$unit "$pkgdir"/usr/lib/systemd/system/snapper-$unit
+  done
+}
+
+sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a'
+            '7c0a695b4d70b3d6aa25789b478ceca86ac3dab6f678045df4907b2c020341f9'
+            'd2f2571e92ffe612529d69a96bd725b4bd040fc36043d98dc1e09b6efcb65894'
+            'b62f61261e45587a38bcbe6468b8932259740984151db1636d299ddafbe3f7a9'
+            'fb01465a6ba7c202c5b1aecb92b99bfcbcd7cdceb0448d84224a108481805bd5')

Copied: snapper/repos/community-staging-i686/cleanup.service (from rev 117283, snapper/trunk/cleanup.service)
===================================================================
--- community-staging-i686/cleanup.service	                        (rev 0)
+++ community-staging-i686/cleanup.service	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,9 @@
+
+[Unit]
+Description=Daily Cleanup of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Service]
+Type=simple
+ExecStart=/usr/lib/snapper/systemd-helper --cleanup
+

Copied: snapper/repos/community-staging-i686/cleanup.timer (from rev 117283, snapper/trunk/cleanup.timer)
===================================================================
--- community-staging-i686/cleanup.timer	                        (rev 0)
+++ community-staging-i686/cleanup.timer	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,12 @@
+
+[Unit]
+Description=Daily Cleanup of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Timer]
+OnBootSec=10m
+OnUnitActiveSec=1d
+
+[Install]
+WantedBy=basic.target
+

Copied: snapper/repos/community-staging-i686/timeline.service (from rev 117283, snapper/trunk/timeline.service)
===================================================================
--- community-staging-i686/timeline.service	                        (rev 0)
+++ community-staging-i686/timeline.service	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,9 @@
+
+[Unit]
+Description=Timeline of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Service]
+Type=simple
+ExecStart=/usr/lib/snapper/systemd-helper --timeline
+

Copied: snapper/repos/community-staging-i686/timeline.timer (from rev 117283, snapper/trunk/timeline.timer)
===================================================================
--- community-staging-i686/timeline.timer	                        (rev 0)
+++ community-staging-i686/timeline.timer	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,12 @@
+
+[Unit]
+Description=Timeline of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Timer]
+OnCalendar=hourly
+Persistent=true
+
+[Install]
+WantedBy=basic.target
+

Copied: snapper/repos/community-staging-x86_64/PKGBUILD (from rev 117283, snapper/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,83 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Tom Kuther <gimpel at sonnenkinder.org>
+
+pkgname=snapper
+pkgver=0.2.3
+pkgrel=3
+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"
+        cleanup.timer
+        cleanup.service
+        timeline.timer
+        timeline.service)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -e 's at lboost_thread-mt@lboost_thread at g' \
+      -e 's at lboost_system-mt@lboost_system at g' \
+      -i snapper/Makefile.am
+
+  # 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
+  install -Dm755 client/.libs/systemd-helper "$pkgdir"/usr/lib/snapper/systemd-helper
+
+  rm -f "$pkgdir"/etc/snapper/zypp-plugin.conf
+  rm -f "$pkgdir"/usr/share/man/man*/snapper-zypp-plugin.*.gz
+
+  for unit in {cleanup,timeline}.{timer,service}; do
+    install -Dm644 "$srcdir"/$unit "$pkgdir"/usr/lib/systemd/system/snapper-$unit
+  done
+}
+
+sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a'
+            '7c0a695b4d70b3d6aa25789b478ceca86ac3dab6f678045df4907b2c020341f9'
+            'd2f2571e92ffe612529d69a96bd725b4bd040fc36043d98dc1e09b6efcb65894'
+            'b62f61261e45587a38bcbe6468b8932259740984151db1636d299ddafbe3f7a9'
+            'fb01465a6ba7c202c5b1aecb92b99bfcbcd7cdceb0448d84224a108481805bd5')

Copied: snapper/repos/community-staging-x86_64/cleanup.service (from rev 117283, snapper/trunk/cleanup.service)
===================================================================
--- community-staging-x86_64/cleanup.service	                        (rev 0)
+++ community-staging-x86_64/cleanup.service	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,9 @@
+
+[Unit]
+Description=Daily Cleanup of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Service]
+Type=simple
+ExecStart=/usr/lib/snapper/systemd-helper --cleanup
+

Copied: snapper/repos/community-staging-x86_64/cleanup.timer (from rev 117283, snapper/trunk/cleanup.timer)
===================================================================
--- community-staging-x86_64/cleanup.timer	                        (rev 0)
+++ community-staging-x86_64/cleanup.timer	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,12 @@
+
+[Unit]
+Description=Daily Cleanup of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Timer]
+OnBootSec=10m
+OnUnitActiveSec=1d
+
+[Install]
+WantedBy=basic.target
+

Copied: snapper/repos/community-staging-x86_64/timeline.service (from rev 117283, snapper/trunk/timeline.service)
===================================================================
--- community-staging-x86_64/timeline.service	                        (rev 0)
+++ community-staging-x86_64/timeline.service	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,9 @@
+
+[Unit]
+Description=Timeline of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Service]
+Type=simple
+ExecStart=/usr/lib/snapper/systemd-helper --timeline
+

Copied: snapper/repos/community-staging-x86_64/timeline.timer (from rev 117283, snapper/trunk/timeline.timer)
===================================================================
--- community-staging-x86_64/timeline.timer	                        (rev 0)
+++ community-staging-x86_64/timeline.timer	2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,12 @@
+
+[Unit]
+Description=Timeline of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Timer]
+OnCalendar=hourly
+Persistent=true
+
+[Install]
+WantedBy=basic.target
+




More information about the arch-commits mailing list