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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Mar 4 21:15:17 UTC 2016


    Date: Friday, March 4, 2016 @ 22:15:17
  Author: bpiotrowski
Revision: 164851

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 164850, kup/trunk/PKGBUILD)
  kup/repos/community-staging-i686/kup.install
    (from rev 164850, kup/trunk/kup.install)
  kup/repos/community-staging-x86_64/
  kup/repos/community-staging-x86_64/PKGBUILD
    (from rev 164850, kup/trunk/PKGBUILD)
  kup/repos/community-staging-x86_64/kup.install
    (from rev 164850, kup/trunk/kup.install)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   39 +++++++++++++++++++++++++++++++++
 community-staging-i686/kup.install   |   11 +++++++++
 community-staging-x86_64/PKGBUILD    |   39 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/kup.install |   11 +++++++++
 4 files changed, 100 insertions(+)

Copied: kup/repos/community-staging-i686/PKGBUILD (from rev 164850, kup/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-03-04 21:15:17 UTC (rev 164851)
@@ -0,0 +1,39 @@
+# $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.6.0
+pkgrel=9
+pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
+arch=(i686 x86_64)
+url="http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465"
+license=(GPL2)
+depends=(kidletime kinit hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+optdepends=('bup: support for incremental backups'
+            'rsync: support for synced backups')
+install=$pkgname.install
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('ba71ce5caf38f63e3881ecf5d56e7eab')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Kup-$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kup/repos/community-staging-i686/kup.install (from rev 164850, kup/trunk/kup.install)
===================================================================
--- community-staging-i686/kup.install	                        (rev 0)
+++ community-staging-i686/kup.install	2016-03-04 21:15:17 UTC (rev 164851)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kup/repos/community-staging-x86_64/PKGBUILD (from rev 164850, kup/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-03-04 21:15:17 UTC (rev 164851)
@@ -0,0 +1,39 @@
+# $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.6.0
+pkgrel=9
+pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
+arch=(i686 x86_64)
+url="http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465"
+license=(GPL2)
+depends=(kidletime kinit hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+optdepends=('bup: support for incremental backups'
+            'rsync: support for synced backups')
+install=$pkgname.install
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('ba71ce5caf38f63e3881ecf5d56e7eab')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Kup-$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kup/repos/community-staging-x86_64/kup.install (from rev 164850, kup/trunk/kup.install)
===================================================================
--- community-staging-x86_64/kup.install	                        (rev 0)
+++ community-staging-x86_64/kup.install	2016-03-04 21:15:17 UTC (rev 164851)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list