Date: Thursday, March 2, 2017 @ 22:57:51
  Author: arojas
Revision: 214591

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

Added:
  kup/repos/community-staging-i686/
  kup/repos/community-staging-i686/PKGBUILD
    (from rev 214590, kup/trunk/PKGBUILD)
  kup/repos/community-staging-x86_64/
  kup/repos/community-staging-x86_64/PKGBUILD
    (from rev 214590, kup/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: kup/repos/community-staging-i686/PKGBUILD (from rev 214590, 
kup/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-03-02 22:57:51 UTC (rev 214591)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
+# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
+
+pkgname=kup
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
+arch=(i686 x86_64)
+url="https://www.linux-apps.com/p/1127689/";
+license=(GPL2)
+depends=(kidletime kinit hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+optdepends=('bup: support for incremental backups'
+            'rsync: support for synced backups')
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz";)
+md5sums=('b949d2ad1970bb981264440ce2fcfd27')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Kup-$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kup/repos/community-staging-x86_64/PKGBUILD (from rev 214590, 
kup/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 22:57:51 UTC (rev 214591)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
+# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
+
+pkgname=kup
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
+arch=(i686 x86_64)
+url="https://www.linux-apps.com/p/1127689/";
+license=(GPL2)
+depends=(kidletime kinit hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+optdepends=('bup: support for incremental backups'
+            'rsync: support for synced backups')
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz";)
+md5sums=('b949d2ad1970bb981264440ce2fcfd27')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Kup-$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to