[arch-commits] Commit in kup/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Thu Jul 9 18:37:54 UTC 2020
Date: Thursday, July 9, 2020 @ 18:37:54
Author: shibumi
Revision: 662995
archrelease: copy trunk to community-x86_64
Added:
kup/repos/community-x86_64/PKGBUILD
(from rev 662994, kup/trunk/PKGBUILD)
Deleted:
kup/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-09 18:37:47 UTC (rev 662994)
+++ PKGBUILD 2020-07-09 18:37:54 UTC (rev 662995)
@@ -1,27 +0,0 @@
-# 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.8.0
-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 libgit2 hicolor-icon-theme)
-makedepends=(extra-cmake-modules plasma-framework)
-optdepends=('bup: support for incremental backups'
- 'rsync: support for synced backups')
-source=("https://download.kde.org/stable/kup/kup-$pkgver.tar.xz")
-sha256sums=('79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kup/repos/community-x86_64/PKGBUILD (from rev 662994, kup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-09 18:37:54 UTC (rev 662995)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
+# Contributor: Christian Rebischke <chris.rebischke at archlinux.org>
+# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
+
+pkgname=kup
+pkgver=0.8.0
+pkgrel=2
+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 libgit2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules plasma-framework)
+optdepends=('rsync: support for synced backups')
+source=("https://download.kde.org/stable/kup/kup-$pkgver.tar.xz")
+sha256sums=('79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list