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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 8 11:36:13 UTC 2015


    Date: Tuesday, December 8, 2015 @ 12:36:12
  Author: bpiotrowski
Revision: 150251

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

Added:
  owncloud-client/repos/community-staging-i686/
  owncloud-client/repos/community-staging-i686/PKGBUILD
    (from rev 150250, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-staging-i686/owncloud-client.install
    (from rev 150250, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-staging-x86_64/
  owncloud-client/repos/community-staging-x86_64/PKGBUILD
    (from rev 150250, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-staging-x86_64/owncloud-client.install
    (from rev 150250, owncloud-client/trunk/owncloud-client.install)

--------------------------------------------------+
 community-staging-i686/PKGBUILD                  |   43 +++++++++++++++++++++
 community-staging-i686/owncloud-client.install   |   11 +++++
 community-staging-x86_64/PKGBUILD                |   43 +++++++++++++++++++++
 community-staging-x86_64/owncloud-client.install |   11 +++++
 4 files changed, 108 insertions(+)

Copied: owncloud-client/repos/community-staging-i686/PKGBUILD (from rev 150250, owncloud-client/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-08 11:36:12 UTC (rev 150251)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
+makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
+md5sums=('6ab37353c8de73bd268aba6abb1f4020'
+         'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: owncloud-client/repos/community-staging-i686/owncloud-client.install (from rev 150250, owncloud-client/trunk/owncloud-client.install)
===================================================================
--- community-staging-i686/owncloud-client.install	                        (rev 0)
+++ community-staging-i686/owncloud-client.install	2015-12-08 11:36:12 UTC (rev 150251)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: owncloud-client/repos/community-staging-x86_64/PKGBUILD (from rev 150250, owncloud-client/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-08 11:36:12 UTC (rev 150251)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
+makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
+md5sums=('6ab37353c8de73bd268aba6abb1f4020'
+         'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: owncloud-client/repos/community-staging-x86_64/owncloud-client.install (from rev 150250, owncloud-client/trunk/owncloud-client.install)
===================================================================
--- community-staging-x86_64/owncloud-client.install	                        (rev 0)
+++ community-staging-x86_64/owncloud-client.install	2015-12-08 11:36:12 UTC (rev 150251)
@@ -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