[arch-commits] Commit in kup/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sun Jul 9 09:40:42 UTC 2017


    Date: Sunday, July 9, 2017 @ 09:40:42
  Author: arojas
Revision: 243394

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 243393, kup/trunk/PKGBUILD)
  kup/repos/community-staging-x86_64/
  kup/repos/community-staging-x86_64/PKGBUILD
    (from rev 243393, 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 243393, kup/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-07-09 09:40:42 UTC (rev 243394)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
+# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
+
+pkgname=kup
+pkgver=0.7.0
+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 plasma-framework)
+optdepends=('bup: support for incremental backups'
+            'rsync: support for synced backups')
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('91d5879a1282a8e0e8898ae6f2c3ecbe')
+
+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 243393, kup/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-07-09 09:40:42 UTC (rev 243394)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
+# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
+
+pkgname=kup
+pkgver=0.7.0
+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 plasma-framework)
+optdepends=('bup: support for incremental backups'
+            'rsync: support for synced backups')
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('91d5879a1282a8e0e8898ae6f2c3ecbe')
+
+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
+}



More information about the arch-commits mailing list