[arch-commits] Commit in owncloud-client/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 3 14:46:50 UTC 2017
Date: Friday, March 3, 2017 @ 14:46:49
Author: arojas
Revision: 214656
archrelease: copy trunk to community-i686, community-x86_64
Added:
owncloud-client/repos/community-i686/PKGBUILD
(from rev 214655, owncloud-client/trunk/PKGBUILD)
owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 214655, owncloud-client/trunk/PKGBUILD)
Deleted:
owncloud-client/repos/community-i686/PKGBUILD
owncloud-client/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 39 ----------------------
community-x86_64/PKGBUILD | 39 ----------------------
3 files changed, 78 insertions(+), 78 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-03-03 14:46:17 UTC (rev 214655)
+++ community-i686/PKGBUILD 2017-03-03 14:46:49 UTC (rev 214656)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
-makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo')
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz")
-md5sums=('f34b204a07769d3e7f597913752d37f9')
-
-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
- make
- make doc-man
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 214655, owncloud-client/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-03 14:46:49 UTC (rev 214656)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
+makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
+optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo' 'python2-caja: integration with Caja')
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz")
+md5sums=('452db1faf7e28902301ccfe89835a363')
+
+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
+ make
+ make doc-man
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-03 14:46:17 UTC (rev 214655)
+++ community-x86_64/PKGBUILD 2017-03-03 14:46:49 UTC (rev 214656)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
-makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo')
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz")
-md5sums=('f34b204a07769d3e7f597913752d37f9')
-
-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
- make
- make doc-man
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: owncloud-client/repos/community-x86_64/PKGBUILD (from rev 214655, owncloud-client/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-03 14:46:49 UTC (rev 214656)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
+makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
+optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo' 'python2-caja: integration with Caja')
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz")
+md5sums=('452db1faf7e28902301ccfe89835a363')
+
+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
+ make
+ make doc-man
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list