[arch-commits] Commit in kup/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jan 4 19:58:25 UTC 2019


    Date: Friday, January 4, 2019 @ 19:58:24
  Author: arojas
Revision: 420570

archrelease: copy trunk to community-x86_64

Added:
  kup/repos/community-x86_64/PKGBUILD
    (from rev 420569, kup/trunk/PKGBUILD)
Deleted:
  kup/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-04 19:57:51 UTC (rev 420569)
+++ PKGBUILD	2019-01-04 19:58:24 UTC (rev 420570)
@@ -1,36 +0,0 @@
-# $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.1
-pkgrel=1
-pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
-arch=(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")
-sha256sums=('f78549dcfdf111a91ea923cba352e87ff8268249a92fa000d02c0d02feb435c3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../Kup-$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kup/repos/community-x86_64/PKGBUILD (from rev 420569, kup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-04 19:58:24 UTC (rev 420570)
@@ -0,0 +1,35 @@
+# 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.2
+pkgrel=1
+pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
+arch=(x86_64)
+url="https://www.linux-apps.com/p/1127689/"
+license=(GPL2)
+depends=(kidletime kinit hicolor-icon-theme)
+makedepends=(extra-cmake-modules plasma-framework)
+optdepends=('bup: support for incremental backups'
+            'rsync: support for synced backups')
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('b0cab16a50b2e57fee110cb9b4c54714eda305a2dfe9ed20e6bf8fed1ea606be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Kup-$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list