[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2020-12-21 Thread Antonio Rojas via arch-commits
Date: Monday, December 21, 2020 @ 20:32:57
  Author: arojas
Revision: 781526

Update to 2.7.4

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 20:28:32 UTC (rev 781525)
+++ PKGBUILD2020-12-21 20:32:57 UTC (rev 781526)
@@ -2,7 +2,7 @@
 # Contributor: Kuba Serafinowski 
 
 pkgname=owncloud-client
-pkgver=2.7.3.2877
+pkgver=2.7.4.2934
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=(https://download.owncloud.com/desktop/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc})
-sha256sums=('4a0763269549d74b1615e4d19031ecb0e0c12465b61256ed6fcb71861563b53b'
+sha256sums=('4b5710a6f53d15584f5541b0b29e02d2eab603aaba50c8250ba695d8abed0217'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2020-12-02 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 2, 2020 @ 19:45:21
  Author: arojas
Revision: 769253

Update to 2.7.2

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 19:43:39 UTC (rev 769252)
+++ PKGBUILD2020-12-02 19:45:21 UTC (rev 769253)
@@ -2,7 +2,7 @@
 # Contributor: Kuba Serafinowski 
 
 pkgname=owncloud-client
-pkgver=2.7.1.2530
+pkgver=2.7.2.2626
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=(https://download.owncloud.com/desktop/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc})
-sha256sums=('9da536a8f6fafd5c0f3b27e168df1642a525827f0c8b6f3833f545d789d2841f'
+sha256sums=('a24bc409c6a3bfa4113110598b51e5bcc12074e2ed2b1612e2fc3fa9569f9721'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2020-11-19 Thread Antonio Rojas via arch-commits
Date: Thursday, November 19, 2020 @ 14:49:26
  Author: arojas
Revision: 757590

Update to 2.7.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 14:42:22 UTC (rev 757589)
+++ PKGBUILD2020-11-19 14:49:26 UTC (rev 757590)
@@ -1,9 +1,8 @@
 # Maintainer: Antonio Rojas 
 # Contributor: Kuba Serafinowski 
 
-_name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.6.3.14058
+pkgver=2.7.1.2530
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -13,22 +12,14 @@
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
 optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc}
-owncloud-client-qt-5.15.patch)
-sha256sums=('e3d38de31e041f0e1836b2b74acfc1fc76eea4955968952a65643cbf36a493f5'
-'SKIP'
-'33f2c09bd174f2fe4db74766db3a8028e96502f912b7d41be05ce211bfe1eaca')
+source=(https://download.owncloud.com/desktop/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc})
+sha256sums=('9da536a8f6fafd5c0f3b27e168df1642a525827f0c8b6f3833f545d789d2841f'
+'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 
-prepare() {
-  patch -d $_name-$pkgver -p1 -i ../owncloud-client-qt-5.15.patch # Fix build 
with Qt 5.15
-}
-
 build() {
-  cmake -B build -S $_name-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
+  cmake -B build -S ownCloud-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
   cmake --build build
 }
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2020-01-30 Thread Antonio Rojas via arch-commits
Date: Thursday, January 30, 2020 @ 13:05:03
  Author: arojas
Revision: 560112

Update to 2.6.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 13:04:24 UTC (rev 560111)
+++ PKGBUILD2020-01-30 13:05:03 UTC (rev 560112)
@@ -3,7 +3,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.6.0.13018
+pkgver=2.6.1.13407
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('e78e3286bccfac12fdc24d78fb60f760529d21b71846099fc762a8762b271f36'
+sha256sums=('d8a7381e5f17d255342a3bace52d906c08bb1e76e07a89eeb14e3fda8bad41ca'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2019-11-11 Thread Antonio Rojas via arch-commits
Date: Monday, November 11, 2019 @ 16:34:56
  Author: arojas
Revision: 526762

Update to 2.6.0

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 15:52:54 UTC (rev 526761)
+++ PKGBUILD2019-11-11 16:34:56 UTC (rev 526762)
@@ -3,18 +3,18 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.5.4.11654
-pkgrel=2
+pkgver=2.6.0.13018
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme)
+depends=(qtkeychain libcloudproviders hicolor-icon-theme)
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
 optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('615439c6a224e263cee0d554b8b5f98b57c331dbc18df7ae5d99197480cf563f'
+sha256sums=('e78e3286bccfac12fdc24d78fb60f760529d21b71846099fc762a8762b271f36'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 
@@ -30,7 +30,6 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
   make
-  make doc-man
 }
 
 package() {


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:20:51
  Author: cesura
Revision: 520793

upgpkg: owncloud-client 2.5.4.11654-2

Changed python2-caja optdepend to python-caja

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 19:06:26 UTC (rev 520792)
+++ PKGBUILD2019-10-27 19:20:51 UTC (rev 520793)
@@ -4,7 +4,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.5.4.11654
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
@@ -11,7 +11,7 @@
 license=(GPL2)
 depends=(qtkeychain qt5-webkit hicolor-icon-theme)
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python2-caja: integration with Caja')
+optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
 sha256sums=('615439c6a224e263cee0d554b8b5f98b57c331dbc18df7ae5d99197480cf563f'


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2019-03-18 Thread Antonio Rojas via arch-commits
Date: Monday, March 18, 2019 @ 16:18:40
  Author: arojas
Revision: 442483

Update to 2.5.4

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 16:14:09 UTC (rev 442482)
+++ PKGBUILD2019-03-18 16:18:40 UTC (rev 442483)
@@ -3,7 +3,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.5.3.11470
+pkgver=2.5.4.11654
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('b694c119ed6ed651ec48d3a245ee3791f65537b29d1a02eaa3563785918ef633'
+sha256sums=('615439c6a224e263cee0d554b8b5f98b57c331dbc18df7ae5d99197480cf563f'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2019-02-07 Thread Antonio Rojas via arch-commits
Date: Thursday, February 7, 2019 @ 17:22:56
  Author: arojas
Revision: 430190

Update to 2.5.3.11470

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 17:21:25 UTC (rev 430189)
+++ PKGBUILD2019-02-07 17:22:56 UTC (rev 430190)
@@ -3,7 +3,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.5.2.11383
+pkgver=2.5.3.11470
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('abc6134115d7ee90cd95de794ecc6cf1edea696b050b138714d6b233781c3ebf'
+sha256sums=('b694c119ed6ed651ec48d3a245ee3791f65537b29d1a02eaa3563785918ef633'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2019-01-26 Thread Antonio Rojas via arch-commits
Date: Saturday, January 26, 2019 @ 09:06:34
  Author: arojas
Revision: 427978

Update to 2.5.2

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-26 09:06:21 UTC (rev 427977)
+++ PKGBUILD2019-01-26 09:06:34 UTC (rev 427978)
@@ -3,7 +3,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.5.1.10973
+pkgver=2.5.2.11383
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('33eba1451696981a189e086f7f7cb1018782c332c8f7f0af86c79d87edcaa4a7'
+sha256sums=('abc6134115d7ee90cd95de794ecc6cf1edea696b050b138714d6b233781c3ebf'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-11-08 Thread Antonio Rojas via arch-commits
Date: Thursday, November 8, 2018 @ 16:52:14
  Author: arojas
Revision: 404127

Update to 2.5.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 16:42:32 UTC (rev 404126)
+++ PKGBUILD2018-11-08 16:52:14 UTC (rev 404127)
@@ -3,7 +3,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.5.0.10650
+pkgver=2.5.1.10973
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('bf982cbf9a5d7a0a66e0d5c3b949f7456a5904251b02234038367977ea4ad972'
+sha256sums=('33eba1451696981a189e086f7f7cb1018782c332c8f7f0af86c79d87edcaa4a7'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-09-17 Thread Antonio Rojas via arch-commits
Date: Monday, September 17, 2018 @ 15:22:40
  Author: arojas
Revision: 382516

Update to 2.5.0.10650

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 15:21:32 UTC (rev 382515)
+++ PKGBUILD2018-09-17 15:22:40 UTC (rev 382516)
@@ -3,7 +3,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.4.3
+pkgver=2.5.0.10650
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('f3b3ff13d06a8a38a40398630d670775eafbfa9fee4fa5b39ea480bac3ebe6bf'
+sha256sums=('bf982cbf9a5d7a0a66e0d5c3b949f7456a5904251b02234038367977ea4ad972'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 10:10:02
  Author: arojas
Revision: 372467

Update to 2.4.3

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 10:04:50 UTC (rev 372466)
+++ PKGBUILD2018-08-17 10:10:02 UTC (rev 372467)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('e52ad4ddd614a72aee2958867e9af93aa6043aa20fa223bc573e9ee80a51af5f'
+sha256sums=('f3b3ff13d06a8a38a40398630d670775eafbfa9fee4fa5b39ea480bac3ebe6bf'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-07-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 18, 2018 @ 15:06:57
  Author: arojas
Revision: 362030

Update to 2.4.2

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 14:53:06 UTC (rev 362029)
+++ PKGBUILD2018-07-18 15:06:57 UTC (rev 362030)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
@@ -14,18 +14,13 @@
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc}
-
owncloud-client-encoding.patch::"https://github.com/owncloud/client/commit/29557ea5.patch;)
-sha256sums=('4462ae581c281123dc62f3604f1aa54c8f4a60cd8157b982e2d76faac0f7aa23'
-'SKIP'
-'d29099815692117f7c6fb6fd02e1c2f46e719e190c289bb1396af1b7c2658626')
+source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
+sha256sums=('e52ad4ddd614a72aee2958867e9af93aa6043aa20fa223bc573e9ee80a51af5f'
+'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 
 prepare() {
   mkdir -p build
-
-  cd $_name-$pkgver
-  patch -p1 -i ../owncloud-client-encoding.patch # Fix python2 encoding issues
 }
 
 build() {
@@ -34,7 +29,6 @@
   cmake ../$_name-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
   make
   make doc-man


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-03-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 21, 2018 @ 11:40:38
  Author: arojas
Revision: 309848

Fix python2 enconding issues (FS#57885)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-21 09:34:20 UTC (rev 309847)
+++ PKGBUILD2018-03-21 11:40:38 UTC (rev 309848)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
@@ -14,13 +14,18 @@
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
 optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
+source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc}
+
owncloud-client-encoding.patch::"https://github.com/owncloud/client/commit/29557ea5.patch;)
 sha256sums=('4462ae581c281123dc62f3604f1aa54c8f4a60cd8157b982e2d76faac0f7aa23'
-'SKIP')
+'SKIP'
+'d29099815692117f7c6fb6fd02e1c2f46e719e190c289bb1396af1b7c2658626')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 
 prepare() {
   mkdir -p build
+
+  cd $_name-$pkgver
+  patch -p1 -i ../owncloud-client-encoding.patch # Fix python2 encoding issues
 }
 
 build() {


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-03-19 Thread Antonio Rojas via arch-commits
Date: Monday, March 19, 2018 @ 17:49:36
  Author: arojas
Revision: 309172

Nautilus extension supports py3 now (and in fact py2 is broken in 2.4.1)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-19 17:03:43 UTC (rev 309171)
+++ PKGBUILD2018-03-19 17:49:36 UTC (rev 309172)
@@ -12,7 +12,7 @@
 license=(GPL2)
 depends=(qtkeychain qt5-webkit hicolor-icon-theme)
 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')
+optdepends=('python-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/owncloudclient-$pkgver.tar.xz{,.asc})
 sha256sums=('4462ae581c281123dc62f3604f1aa54c8f4a60cd8157b982e2d76faac0f7aa23'


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-03-05 Thread Antonio Rojas via arch-commits
Date: Monday, March 5, 2018 @ 16:12:08
  Author: arojas
Revision: 302801

Update to 2.4.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-05 15:58:44 UTC (rev 302800)
+++ PKGBUILD2018-03-05 16:12:08 UTC (rev 302801)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 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/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('61193a7d152ae4078824b6c2be8acf4f871e26db72f2c80d7da68b813554ba51'
+sha256sums=('4462ae581c281123dc62f3604f1aa54c8f4a60cd8157b982e2d76faac0f7aa23'
 'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2018-01-08 Thread Antonio Rojas via arch-commits
Date: Monday, January 8, 2018 @ 08:04:25
  Author: arojas
Revision: 280486

Add PGP signature (FS#57001)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 08:04:24 UTC (rev 280485)
+++ PKGBUILD2018-01-08 08:04:25 UTC (rev 280486)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 # Contributor: Kuba Serafinowski 
 
-_name=client
+_name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.4.0
 pkgrel=1
@@ -14,8 +14,9 @@
 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=($pkgname-$pkgver.tar.gz::"https://github.com/owncloud/client/archive/v$pkgver.tar.gz;)
-sha256sums=('e4abdd33f24e21f15df53f2e8de90d123f974c519259a8c9d86d22c8e4103b86')
+source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
+sha256sums=('61193a7d152ae4078824b6c2be8acf4f871e26db72f2c80d7da68b813554ba51'
+'SKIP')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 
 prepare() {


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2017-12-21 Thread Antonio Rojas via arch-commits
Date: Thursday, December 21, 2017 @ 22:00:45
  Author: arojas
Revision: 275244

Update to 2.4.0

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 21:25:01 UTC (rev 275243)
+++ PKGBUILD2017-12-21 22:00:45 UTC (rev 275244)
@@ -2,20 +2,20 @@
 # Maintainer: Antonio Rojas 
 # Contributor: Kuba Serafinowski 
 
-_name=owncloudclient
+_name=client
 pkgname=owncloud-client
-pkgver=2.3.4
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme xdg-utils)
+depends=(qtkeychain qt5-webkit hicolor-icon-theme)
 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/owncloudclient-$pkgver.tar.xz;)
-sha256sums=('89409e68f8290930088c5ed1da483a1c1b56d45695ac9192e81a2d71690df1ba')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/owncloud/client/archive/v$pkgver.tar.gz;)
+sha256sums=('e4abdd33f24e21f15df53f2e8de90d123f974c519259a8c9d86d22c8e4103b86')
 validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 
 prepare() {


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2017-11-08 Thread Antonio Rojas
Date: Wednesday, November 8, 2017 @ 21:00:47
  Author: arojas
Revision: 265755

Update to 2.3.4

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-08 19:49:37 UTC (rev 265754)
+++ PKGBUILD2017-11-08 21:00:47 UTC (rev 265755)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -14,8 +14,9 @@
 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;)
-sha256sums=('aac1bbc16629041795ebb67151abfe109b0c220161e1f7a3f431311e2c6dade4')
+source=("https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz;)
+sha256sums=('89409e68f8290930088c5ed1da483a1c1b56d45695ac9192e81a2d71690df1ba')
+validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2017-09-05 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 17:15:21
  Author: arojas
Revision: 255844

Update to 2.3.3

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 17:14:42 UTC (rev 255843)
+++ PKGBUILD2017-09-05 17:15:21 UTC (rev 255844)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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;)
-sha256sums=('a1199d2b957a28081aff11a2a7e471ca09c965bbb1b51b1b7b7a8706304f5f09')
+sha256sums=('aac1bbc16629041795ebb67151abfe109b0c220161e1f7a3f431311e2c6dade4')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2017-05-08 Thread Antonio Rojas
Date: Monday, May 8, 2017 @ 19:11:22
  Author: arojas
Revision: 227368

Update to 2.3.2

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-08 19:10:00 UTC (rev 227367)
+++ PKGBUILD2017-05-08 19:11:22 UTC (rev 227368)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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;)
-sha256sums=('93143752234a0bc4c9798b69d8239996d92130eecdc1d93b75e3d49b899f3914')
+sha256sums=('a1199d2b957a28081aff11a2a7e471ca09c965bbb1b51b1b7b7a8706304f5f09')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2017-03-22 Thread Antonio Rojas
Date: Wednesday, March 22, 2017 @ 15:26:40
  Author: arojas
Revision: 218396

Update to 2.3.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 15:23:14 UTC (rev 218395)
+++ PKGBUILD2017-03-22 15:26:40 UTC (rev 218396)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,7 +15,7 @@
 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')
+sha256sums=('93143752234a0bc4c9798b69d8239996d92130eecdc1d93b75e3d49b899f3914')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 18:57:24
  Author: arojas
Revision: 214668

openssl 1.1 rebuild

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 18:51:54 UTC (rev 214667)
+++ PKGBUILD2017-03-03 18:57:24 UTC (rev 214668)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 14:46:17
  Author: arojas
Revision: 214655

Update to 2.3.0

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 14:30:37 UTC (rev 214654)
+++ PKGBUILD2017-03-03 14:46:17 UTC (rev 214655)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.2.4
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -12,10 +12,10 @@
 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')
+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=('f34b204a07769d3e7f597913752d37f9')
+md5sums=('452db1faf7e28902301ccfe89835a363')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-09-28 Thread Antonio Rojas
Date: Wednesday, September 28, 2016 @ 20:10:48
  Author: arojas
Revision: 190744

Update to 2.2.4

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 19:57:02 UTC (rev 190743)
+++ PKGBUILD2016-09-28 20:10:48 UTC (rev 190744)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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=('d6d20946afcb88388417a57a52b32d48')
+md5sums=('f34b204a07769d3e7f597913752d37f9')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-08-08 Thread Antonio Rojas
Date: Monday, August 8, 2016 @ 16:50:23
  Author: arojas
Revision: 186072

Update to 2.2.3

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-08 16:48:34 UTC (rev 186071)
+++ PKGBUILD2016-08-08 16:50:23 UTC (rev 186072)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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=('309e91ea0a01fd66a80aaa10487aa4be')
+md5sums=('d6d20946afcb88388417a57a52b32d48')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-06-20 Thread Antonio Rojas
Date: Monday, June 20, 2016 @ 22:23:00
  Author: arojas
Revision: 180568

Update to 2.2.2

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-20 21:38:40 UTC (rev 180567)
+++ PKGBUILD2016-06-20 22:23:00 UTC (rev 180568)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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=('237f58408cae228d29aed6574b7051d4')
+md5sums=('309e91ea0a01fd66a80aaa10487aa4be')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-06-06 Thread Antonio Rojas
Date: Monday, June 6, 2016 @ 23:14:10
  Author: arojas
Revision: 178056

Update to 2.2.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-06 20:49:02 UTC (rev 178055)
+++ PKGBUILD2016-06-06 21:14:10 UTC (rev 178056)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,7 +15,7 @@
 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=('06a0e55771e5ee331dc961edc7e7008a')
+md5sums=('237f58408cae228d29aed6574b7051d4')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-06-05 Thread Antonio Rojas
Date: Sunday, June 5, 2016 @ 14:03:51
  Author: arojas
Revision: 177972

qtkeychain 0.7 rebuild

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 11:56:46 UTC (rev 177971)
+++ PKGBUILD2016-06-05 12:03:51 UTC (rev 177972)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:48:06
  Author: arojas
Revision: 175069

Update to 2.2.0

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:37:07 UTC (rev 175068)
+++ PKGBUILD2016-05-12 16:48:06 UTC (rev 175069)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,7 +15,7 @@
 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=('63a971158201a8dffe96a02c54b86819')
+md5sums=('06a0e55771e5ee331dc961edc7e7008a')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD owncloud-client.install)

2016-04-28 Thread Antonio Rojas
Date: Thursday, April 28, 2016 @ 09:20:07
  Author: arojas
Revision: 172381

Hooks

Modified:
  owncloud-client/trunk/PKGBUILD
Deleted:
  owncloud-client/trunk/owncloud-client.install

-+
 PKGBUILD|3 +--
 owncloud-client.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 07:13:30 UTC (rev 172380)
+++ PKGBUILD2016-04-28 07:20:07 UTC (rev 172381)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -13,7 +13,6 @@
 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')
-install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
 md5sums=('63a971158201a8dffe96a02c54b86819')

Deleted: owncloud-client.install
===
--- owncloud-client.install 2016-04-28 07:13:30 UTC (rev 172380)
+++ owncloud-client.install 2016-04-28 07:20:07 UTC (rev 172381)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-03-30 Thread Antonio Rojas
Date: Wednesday, March 30, 2016 @ 12:01:37
  Author: arojas
Revision: 168854

Rebuild against qtkeychain 0.6 (FS#48748)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-30 08:59:42 UTC (rev 168853)
+++ PKGBUILD2016-03-30 10:01:37 UTC (rev 168854)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'


[arch-commits] Commit in (owncloud-client/trunk/PKGBUILD trojita/trunk/PKGBUILD)

2016-03-29 Thread Antonio Rojas
Date: Tuesday, March 29, 2016 @ 23:24:27
  Author: arojas
Revision: 168832

qtkeychain-qt5 -> qtkeychain

Modified:
  owncloud-client/trunk/PKGBUILD
  trojita/trunk/PKGBUILD

+
 owncloud-client/trunk/PKGBUILD |2 +-
 trojita/trunk/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: owncloud-client/trunk/PKGBUILD
===
--- owncloud-client/trunk/PKGBUILD  2016-03-29 21:11:51 UTC (rev 168831)
+++ owncloud-client/trunk/PKGBUILD  2016-03-29 21:24:27 UTC (rev 168832)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
+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')
 install=$pkgname.install

Modified: trojita/trunk/PKGBUILD
===
--- trojita/trunk/PKGBUILD  2016-03-29 21:11:51 UTC (rev 168831)
+++ trojita/trunk/PKGBUILD  2016-03-29 21:24:27 UTC (rev 168832)
@@ -10,7 +10,7 @@
 url="http://trojita.flaska.net;
 license=('GPL')
 makedepends=('cmake')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 
'qtkeychain-qt5')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 'qtkeychain')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
 md5sums=('fae2071fba700d626f6b551449b427fa'


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-02-10 Thread Antonio Rojas
Date: Wednesday, February 10, 2016 @ 21:04:15
  Author: arojas
Revision: 161074

Update to 2.1.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 19:11:35 UTC (rev 161073)
+++ PKGBUILD2016-02-10 20:04:15 UTC (rev 161074)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,10 +15,8 @@
 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')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
+md5sums=('63a971158201a8dffe96a02c54b86819')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2016-02-10 Thread Antonio Rojas
Date: Thursday, February 11, 2016 @ 08:22:57
  Author: arojas
Revision: 161131

Add nemo-python optdepend (FS#48132)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-11 07:16:44 UTC (rev 161130)
+++ PKGBUILD2016-02-11 07:22:57 UTC (rev 161131)
@@ -12,7 +12,7 @@
 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')
+optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 12:36:05
  Author: bpiotrowski
Revision: 150250

C++11 ABI rebuild

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 11:35:44 UTC (rev 150249)
+++ PKGBUILD2015-12-08 11:36:05 UTC (rev 150250)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 23:49:06
  Author: arojas
Revision: 148249

Update to 2.1.0, enable dolphin plugin

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-03 22:44:50 UTC (rev 148248)
+++ PKGBUILD2015-12-03 22:49:06 UTC (rev 148249)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 url='http://owncloud.org/'
 license=(GPL2)
 depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
-makedepends=(cmake python-sphinx qt5-tools doxygen)
+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=('c72447c2bdaac4d71c21aaaeb69e94f2'
+md5sums=('6ab37353c8de73bd268aba6abb1f4020'
  'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
@@ -32,7 +32,7 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
   make
   make doc-man
 }


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD fix-tray-icon.patch)

2015-10-23 Thread Antonio Rojas
Date: Friday, October 23, 2015 @ 08:16:21
  Author: arojas
Revision: 144767

Update to 2.0.2

Modified:
  owncloud-client/trunk/PKGBUILD
Deleted:
  owncloud-client/trunk/fix-tray-icon.patch

-+
 PKGBUILD|   15 +
 fix-tray-icon.patch |  134 --
 2 files changed, 5 insertions(+), 144 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 03:31:41 UTC (rev 144766)
+++ PKGBUILD2015-10-23 06:16:21 UTC (rev 144767)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,18 +15,13 @@
 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}
 fix-tray-icon.patch)
-md5sums=('e87a01e464f005cf95cde83f46cf318d'
- 'SKIP'
- '12f59eb804822ec50045a46ed8586029')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
+md5sums=('c72447c2bdaac4d71c21aaaeb69e94f2'
+ 'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
-
-# Fix tray icon in Plasma 5 
-  cd $_name-$pkgver
-  patch -p1 -i ../fix-tray-icon.patch
 }
 
 build() {

Deleted: fix-tray-icon.patch
===
--- fix-tray-icon.patch 2015-10-23 03:31:41 UTC (rev 144766)
+++ fix-tray-icon.patch 2015-10-23 06:16:21 UTC (rev 144767)
@@ -1,134 +0,0 @@
-diff -ur owncloudclient-2.0.1.orig/src/gui/application.cpp 
owncloudclient-2.0.1/src/gui/application.cpp
 owncloudclient-2.0.1.orig/src/gui/application.cpp  2015-09-01 
15:50:21.0 +0200
-+++ owncloudclient-2.0.1/src/gui/application.cpp   2015-09-04 
16:50:53.333513460 +0200
-@@ -229,7 +229,7 @@
- 
- if (list.isEmpty()) {
- // let gui open the setup wizard
--_gui->slotOpenSettingsDialog( true );
-+_gui->slotOpenSettingsDialog();
- 
- _checkConnectionTimer.stop(); // don't popup the wizard on interval;
- }
-diff -ur owncloudclient-2.0.1.orig/src/gui/owncloudgui.cpp 
owncloudclient-2.0.1/src/gui/owncloudgui.cpp
 owncloudclient-2.0.1.orig/src/gui/owncloudgui.cpp  2015-09-01 
15:50:21.0 +0200
-+++ owncloudclient-2.0.1/src/gui/owncloudgui.cpp   2015-09-04 
16:43:29.164278696 +0200
-@@ -56,6 +56,7 @@
- #endif
- _logBrowser(0),
- _recentActionsMenu(0),
-+_qdbusmenuWorkaround(false),
- _folderOpenActionMapper(new QSignalMapper(this)),
- _recentItemsMapper(new QSignalMapper(this)),
- _app(parent)
-@@ -145,16 +146,14 @@
- }
- 
- // This should rather be in application or rather in ConfigFile?
--void ownCloudGui::slotOpenSettingsDialog( bool openSettings )
-+void ownCloudGui::slotOpenSettingsDialog()
- {
- // if account is set up, start the configuration wizard.
- if( !AccountManager::instance()->accounts().isEmpty() ) {
--if( openSettings ) {
--if (_settingsDialog.isNull() || !_settingsDialog->isVisible()) {
--slotShowSettings();
--} else {
--_settingsDialog->close();
--}
-+if (_settingsDialog.isNull() || !_settingsDialog->isVisible()) {
-+slotShowSettings();
-+} else {
-+_settingsDialog->close();
- }
- } else {
- qDebug() << "No configured folders yet, starting setup wizard";
-@@ -164,11 +163,20 @@
- 
- void ownCloudGui::slotTrayClicked( QSystemTrayIcon::ActivationReason reason )
- {
-+if (_qdbusmenuWorkaround) {
-+static QElapsedTimer last_click;
-+if (last_click.isValid() && last_click.elapsed() < 200) {
-+return;
-+}
-+last_click.start();
-+}
-+
- // A click on the tray icon should only open the status window on Win and
- // Linux, not on Mac. They want a menu entry.
- #if !defined Q_OS_MAC
- if( reason == QSystemTrayIcon::Trigger ) {
--slotOpenSettingsDialog(true); // start settings if config is existing.
-+// Start settings if config is existing.
-+slotOpenSettingsDialog();
- }
- #else
- // On Mac, if the settings dialog is already visible but hidden
-@@ -368,8 +376,10 @@
- }
- }
- 
--
- if ( _contextMenu ) {
-+if (_qdbusmenuWorkaround) {
-+_tray->hide();
-+}
- _contextMenu->clear();
- _recentActionsMenu->clear();
- _recentActionsMenu->addAction(tr("None."));
-@@ -380,6 +390,17 @@
- // this must be called only once after creating the context menu, or
- // it will trigger a bug in Ubuntu's SNI bridge patch (11.10, 12.04).
- _tray->setContextMenu(_contextMenu.data());
-+
-+// 

[arch-commits] Commit in owncloud-client/trunk (PKGBUILD fix-tray-icon.patch)

2015-09-04 Thread Antonio Rojas
Date: Friday, September 4, 2015 @ 17:01:09
  Author: arojas
Revision: 139209

Fix system tray menu in Plasma 5 (FS#46126)

Added:
  owncloud-client/trunk/fix-tray-icon.patch
Modified:
  owncloud-client/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++--
 fix-tray-icon.patch |  134 ++
 2 files changed, 142 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 14:16:59 UTC (rev 139208)
+++ PKGBUILD2015-09-04 15:01:09 UTC (rev 139209)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,13 +15,18 @@
 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})
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc}
 fix-tray-icon.patch)
 md5sums=('e87a01e464f005cf95cde83f46cf318d'
- 'SKIP')
+ 'SKIP'
+ '12f59eb804822ec50045a46ed8586029')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
+
+# Fix tray icon in Plasma 5 
+  cd $_name-$pkgver
+  patch -p1 -i ../fix-tray-icon.patch
 }
 
 build() {

Added: fix-tray-icon.patch
===
--- fix-tray-icon.patch (rev 0)
+++ fix-tray-icon.patch 2015-09-04 15:01:09 UTC (rev 139209)
@@ -0,0 +1,134 @@
+diff -ur owncloudclient-2.0.1.orig/src/gui/application.cpp 
owncloudclient-2.0.1/src/gui/application.cpp
+--- owncloudclient-2.0.1.orig/src/gui/application.cpp  2015-09-01 
15:50:21.0 +0200
 owncloudclient-2.0.1/src/gui/application.cpp   2015-09-04 
16:50:53.333513460 +0200
+@@ -229,7 +229,7 @@
+ 
+ if (list.isEmpty()) {
+ // let gui open the setup wizard
+-_gui->slotOpenSettingsDialog( true );
++_gui->slotOpenSettingsDialog();
+ 
+ _checkConnectionTimer.stop(); // don't popup the wizard on interval;
+ }
+diff -ur owncloudclient-2.0.1.orig/src/gui/owncloudgui.cpp 
owncloudclient-2.0.1/src/gui/owncloudgui.cpp
+--- owncloudclient-2.0.1.orig/src/gui/owncloudgui.cpp  2015-09-01 
15:50:21.0 +0200
 owncloudclient-2.0.1/src/gui/owncloudgui.cpp   2015-09-04 
16:43:29.164278696 +0200
+@@ -56,6 +56,7 @@
+ #endif
+ _logBrowser(0),
+ _recentActionsMenu(0),
++_qdbusmenuWorkaround(false),
+ _folderOpenActionMapper(new QSignalMapper(this)),
+ _recentItemsMapper(new QSignalMapper(this)),
+ _app(parent)
+@@ -145,16 +146,14 @@
+ }
+ 
+ // This should rather be in application or rather in ConfigFile?
+-void ownCloudGui::slotOpenSettingsDialog( bool openSettings )
++void ownCloudGui::slotOpenSettingsDialog()
+ {
+ // if account is set up, start the configuration wizard.
+ if( !AccountManager::instance()->accounts().isEmpty() ) {
+-if( openSettings ) {
+-if (_settingsDialog.isNull() || !_settingsDialog->isVisible()) {
+-slotShowSettings();
+-} else {
+-_settingsDialog->close();
+-}
++if (_settingsDialog.isNull() || !_settingsDialog->isVisible()) {
++slotShowSettings();
++} else {
++_settingsDialog->close();
+ }
+ } else {
+ qDebug() << "No configured folders yet, starting setup wizard";
+@@ -164,11 +163,20 @@
+ 
+ void ownCloudGui::slotTrayClicked( QSystemTrayIcon::ActivationReason reason )
+ {
++if (_qdbusmenuWorkaround) {
++static QElapsedTimer last_click;
++if (last_click.isValid() && last_click.elapsed() < 200) {
++return;
++}
++last_click.start();
++}
++
+ // A click on the tray icon should only open the status window on Win and
+ // Linux, not on Mac. They want a menu entry.
+ #if !defined Q_OS_MAC
+ if( reason == QSystemTrayIcon::Trigger ) {
+-slotOpenSettingsDialog(true); // start settings if config is existing.
++// Start settings if config is existing.
++slotOpenSettingsDialog();
+ }
+ #else
+ // On Mac, if the settings dialog is already visible but hidden
+@@ -368,8 +376,10 @@
+ }
+ }
+ 
+-
+ if ( _contextMenu ) {
++if (_qdbusmenuWorkaround) {
++_tray->hide();
++}
+ _contextMenu->clear();
+ _recentActionsMenu->clear();
+ _recentActionsMenu->addAction(tr("None."));
+@@ -380,6 +390,17 @@
+ // this must be called only once after creating the context menu, or
+ // it will trigger a bug in Ubuntu's SNI bridge patch (11.10, 12.04).
+ _tray->setContextMenu(_contextMenu.data());
++
++// Enables workarounds for bugs introduced in Qt 

[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-09-03 Thread Antonio Rojas
Date: Thursday, September 3, 2015 @ 12:20:11
  Author: arojas
Revision: 139130

Add xdg-utils dependency (FS#46185)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-03 08:48:07 UTC (rev 139129)
+++ PKGBUILD2015-09-03 10:20:11 UTC (rev 139130)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
 makedepends=(cmake python-sphinx qt5-tools doxygen)
 optdepends=('python2-nautilus: integration with Nautilus')
 install=$pkgname.install


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-09-02 Thread Antonio Rojas
Date: Wednesday, September 2, 2015 @ 12:00:37
  Author: arojas
Revision: 139101

Update to 2.0.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 09:56:31 UTC (rev 139100)
+++ PKGBUILD2015-09-02 10:00:37 UTC (rev 139101)
@@ -4,19 +4,19 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
 makedepends=(cmake python-sphinx qt5-tools doxygen)
 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=('61fe12826931af8645661b34a84e7379'
+md5sums=('e87a01e464f005cf95cde83f46cf318d'
  'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-08-27 Thread Antonio Rojas
Date: Friday, August 28, 2015 @ 00:50:56
  Author: arojas
Revision: 138840

Update to 2.0.0

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-27 22:03:38 UTC (rev 138839)
+++ PKGBUILD2015-08-27 22:50:56 UTC (rev 138840)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.8.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 url='http://owncloud.org/'
 license=(GPL2)
 depends=(qtkeychain-qt5 qt5-webkit)
-makedepends=(cmake python-sphinx qt5-tools)
+makedepends=(cmake python-sphinx qt5-tools doxygen)
 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=('ce82c234fca674062599b3ceb4ac50c6'
+md5sums=('61fe12826931af8645661b34a84e7379'
  'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-07-15 Thread Antonio Rojas
Date: Wednesday, July 15, 2015 @ 14:32:42
  Author: arojas
Revision: 136955

Update to 1.8.4, switch to Qt5 again

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-15 09:01:15 UTC (rev 136954)
+++ PKGBUILD2015-07-15 12:32:42 UTC (rev 136955)
@@ -4,19 +4,19 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt4 qtwebkit neon)
-makedepends=(cmake python-sphinx)
+depends=(qtkeychain-qt5 qt5-webkit)
+makedepends=(cmake python-sphinx qt5-tools)
 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=('f1d933a0f7e327a74688c3c356ac8a92'
+md5sums=('ce82c234fca674062599b3ceb4ac50c6'
  'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
@@ -28,7 +28,6 @@
   cd build
 
   cmake ../$_name-$pkgver \
-   -DBUILD_WITH_QT4=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-06-25 Thread Antonio Rojas
Date: Thursday, June 25, 2015 @ 14:06:53
  Author: arojas
Revision: 135848

Update to 1.8.3

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 10:42:49 UTC (rev 135847)
+++ PKGBUILD2015-06-25 12:06:53 UTC (rev 135848)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -15,10 +15,9 @@
 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;)
-# see https://mailman.owncloud.org/pipermail/devel/2015-June/001323.html
-source=(https://sources.archlinux.org/other/community/owncloud-client/$_name-$pkgver.tar.xz;)
-md5sums=('08c6abccdc6105146715bfa9b90f7be2')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc})
+md5sums=('f1d933a0f7e327a74688c3c356ac8a92'
+ 'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-06-24 Thread Antonio Rojas
Date: Wednesday, June 24, 2015 @ 08:49:53
  Author: arojas
Revision: 135810

1.8.2 tarball was pulled back upstream, host in sources.archlinux.org

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 06:31:25 UTC (rev 135809)
+++ PKGBUILD2015-06-24 06:49:53 UTC (rev 135810)
@@ -15,7 +15,9 @@
 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;)
+#source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
+# see https://mailman.owncloud.org/pipermail/devel/2015-June/001323.html
+source=(https://sources.archlinux.org/other/community/owncloud-client/$_name-$pkgver.tar.xz;)
 md5sums=('08c6abccdc6105146715bfa9b90f7be2')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD gcc-5.patch)

2015-06-09 Thread Antonio Rojas
Date: Tuesday, June 9, 2015 @ 08:38:59
  Author: arojas
Revision: 135003

Update to 1.8.2

Modified:
  owncloud-client/trunk/PKGBUILD
Deleted:
  owncloud-client/trunk/gcc-5.patch

-+
 PKGBUILD|   14 --
 gcc-5.patch |   57 -
 2 files changed, 4 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-08 21:46:40 UTC (rev 135002)
+++ PKGBUILD2015-06-09 06:38:59 UTC (rev 135003)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,18 +15,12 @@
 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}
 'gcc-5.patch')
-md5sums=('94c38c8cc15f2e34fae49e06ee3dc66e'
- 'SKIP'
- '1f6cc012ba0fb8517097c73cdb59560e')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
+md5sums=('08c6abccdc6105146715bfa9b90f7be2')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
-
-# Fix build with GCC 5
-  cd $_name-$pkgver
-  patch -p1 -i $srcdir/gcc-5.patch
 }
 
 build() {

Deleted: gcc-5.patch
===
--- gcc-5.patch 2015-06-08 21:46:40 UTC (rev 135002)
+++ gcc-5.patch 2015-06-09 06:38:59 UTC (rev 135003)
@@ -1,57 +0,0 @@
-From 23b6426dfa1a17b05860c3a9e0ce08c4cd45b64b Mon Sep 17 00:00:00 2001
-From: Hefee he...@netzguerilla.net
-Date: Thu, 7 May 2015 01:15:55 +0200
-Subject: [PATCH] Compile with GCC 5
-
-this fixes the error and makes complete oCC compile with GCC 5.
-error: ISO C does not support '__FUNCTION__' predefined identifier
-[-Wpedantic]
-
-According to the porting guide:
-The fix is either to use the standard predefined identifier __func__
-(since C99), or to use the __extension__ keyword.

- csync/src/csync_log.h | 2 +-
- csync/src/httpbf/src/httpbf.c | 2 +-
- csync/tests/csync_tests/check_csync_log.c | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/csync/src/csync_log.h b/csync/src/csync_log.h
-index 38f5f9c..0cd0d01 100644
 a/csync/src/csync_log.h
-+++ b/csync/src/csync_log.h
-@@ -61,7 +61,7 @@ enum csync_log_priority_e {
- };
- 
- #define CSYNC_LOG(priority, ...) \
--  csync_log(priority, __FUNCTION__, __VA_ARGS__)
-+  csync_log(priority, __func__, __VA_ARGS__)
- 
- void csync_log(int verbosity,
-const char *function,
-diff --git a/csync/src/httpbf/src/httpbf.c b/csync/src/httpbf/src/httpbf.c
-index 815b07e..2489e8d 100644
 a/csync/src/httpbf/src/httpbf.c
-+++ b/csync/src/httpbf/src/httpbf.c
-@@ -42,7 +42,7 @@
- #define DEBUG_HBF(...) { if(transfer-log_cb) { \
- char buf[1024]; \
- snprintf(buf, 1024, __VA_ARGS__);   \
--transfer-log_cb(__FUNCTION__, buf, transfer-user_data);\
-+transfer-log_cb(__func__, buf, transfer-user_data);\
-   }  }
- 
- // #endif
-diff --git a/csync/tests/csync_tests/check_csync_log.c 
b/csync/tests/csync_tests/check_csync_log.c
-index 4c88c14..65a8ae9 100644
 a/csync/tests/csync_tests/check_csync_log.c
-+++ b/csync/tests/csync_tests/check_csync_log.c
-@@ -131,7 +131,7 @@ static void check_logging(void **state)
- rc = csync_set_log_callback(check_log_callback);
- assert_int_equal(rc, 0);
- 
--csync_log(1, __FUNCTION__, rc = %d, rc);
-+csync_log(1, __func__, rc = %d, rc);
- 
- rc = _tstat(path, sb);
- 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD gcc-5.patch)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:42:30
  Author: arojas
Revision: 134339

Fix build with GCC 5

Added:
  owncloud-client/trunk/gcc-5.patch
Modified:
  owncloud-client/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 gcc-5.patch |   57 +
 2 files changed, 65 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:30:54 UTC (rev 134338)
+++ PKGBUILD2015-05-30 08:42:30 UTC (rev 134339)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,13 +15,18 @@
 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})
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc}
 'gcc-5.patch')
 md5sums=('94c38c8cc15f2e34fae49e06ee3dc66e'
- 'SKIP')
+ 'SKIP'
+ '1f6cc012ba0fb8517097c73cdb59560e')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
+
+# Fix build with GCC 5
+  cd $_name-$pkgver
+  patch -p1 -i $srcdir/gcc-5.patch
 }
 
 build() {

Added: gcc-5.patch
===
--- gcc-5.patch (rev 0)
+++ gcc-5.patch 2015-05-30 08:42:30 UTC (rev 134339)
@@ -0,0 +1,57 @@
+From 23b6426dfa1a17b05860c3a9e0ce08c4cd45b64b Mon Sep 17 00:00:00 2001
+From: Hefee he...@netzguerilla.net
+Date: Thu, 7 May 2015 01:15:55 +0200
+Subject: [PATCH] Compile with GCC 5
+
+this fixes the error and makes complete oCC compile with GCC 5.
+error: ISO C does not support '__FUNCTION__' predefined identifier
+[-Wpedantic]
+
+According to the porting guide:
+The fix is either to use the standard predefined identifier __func__
+(since C99), or to use the __extension__ keyword.
+---
+ csync/src/csync_log.h | 2 +-
+ csync/src/httpbf/src/httpbf.c | 2 +-
+ csync/tests/csync_tests/check_csync_log.c | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/csync/src/csync_log.h b/csync/src/csync_log.h
+index 38f5f9c..0cd0d01 100644
+--- a/csync/src/csync_log.h
 b/csync/src/csync_log.h
+@@ -61,7 +61,7 @@ enum csync_log_priority_e {
+ };
+ 
+ #define CSYNC_LOG(priority, ...) \
+-  csync_log(priority, __FUNCTION__, __VA_ARGS__)
++  csync_log(priority, __func__, __VA_ARGS__)
+ 
+ void csync_log(int verbosity,
+const char *function,
+diff --git a/csync/src/httpbf/src/httpbf.c b/csync/src/httpbf/src/httpbf.c
+index 815b07e..2489e8d 100644
+--- a/csync/src/httpbf/src/httpbf.c
 b/csync/src/httpbf/src/httpbf.c
+@@ -42,7 +42,7 @@
+ #define DEBUG_HBF(...) { if(transfer-log_cb) { \
+ char buf[1024]; \
+ snprintf(buf, 1024, __VA_ARGS__);   \
+-transfer-log_cb(__FUNCTION__, buf, transfer-user_data);\
++transfer-log_cb(__func__, buf, transfer-user_data);\
+   }  }
+ 
+ // #endif
+diff --git a/csync/tests/csync_tests/check_csync_log.c 
b/csync/tests/csync_tests/check_csync_log.c
+index 4c88c14..65a8ae9 100644
+--- a/csync/tests/csync_tests/check_csync_log.c
 b/csync/tests/csync_tests/check_csync_log.c
+@@ -131,7 +131,7 @@ static void check_logging(void **state)
+ rc = csync_set_log_callback(check_log_callback);
+ assert_int_equal(rc, 0);
+ 
+-csync_log(1, __FUNCTION__, rc = %d, rc);
++csync_log(1, __func__, rc = %d, rc);
+ 
+ rc = _tstat(path, sb);
+ 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-05-07 Thread Antonio Rojas
Date: Thursday, May 7, 2015 @ 20:46:54
  Author: arojas
Revision: 132887

Update to 1.8.1

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-07 16:59:23 UTC (rev 132886)
+++ PKGBUILD2015-05-07 18:46:54 UTC (rev 132887)
@@ -4,8 +4,8 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,8 +15,8 @@
 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.bz2{,.asc})
-md5sums=('c292c94609ff7df39d7a29f8e404d9e3'
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc})
+md5sums=('94c38c8cc15f2e34fae49e06ee3dc66e'
  'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-04-05 Thread Antonio Rojas
Date: Sunday, April 5, 2015 @ 19:33:18
  Author: arojas
Revision: 130718

Fix optdependency (FS#44469)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 13:41:10 UTC (rev 130717)
+++ PKGBUILD2015-04-05 17:33:18 UTC (rev 130718)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -12,7 +12,7 @@
 license=(GPL2)
 depends=(qtkeychain-qt4 qtwebkit neon)
 makedepends=(cmake python-sphinx)
-optdepends=('python-gobject: integration with Nautilus')
+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.bz2{,.asc})


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-03-18 Thread Antonio Rojas
Date: Wednesday, March 18, 2015 @ 21:34:07
  Author: arojas
Revision: 129550

Switch back to Qt4 until Qt5.5 is released, there are still some issues with 
Qt5.4 (FS#44235, FS#44244)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 19:28:07 UTC (rev 129549)
+++ PKGBUILD2015-03-18 20:34:07 UTC (rev 129550)
@@ -5,14 +5,14 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=1.8.0
-pkgrel=1
+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)
-makedepends=(cmake python-sphinx qt5-tools)
-optdepends=('python2-nautilus: integration with Nautilus')
+depends=(qtkeychain-qt4 qtwebkit neon)
+makedepends=(cmake python-sphinx)
+optdepends=('python-gobject: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2{,.asc})
@@ -28,6 +28,7 @@
   cd build
 
   cmake ../$_name-$pkgver \
+   -DBUILD_WITH_QT4=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-03-17 Thread Antonio Rojas
Date: Tuesday, March 17, 2015 @ 21:56:00
  Author: arojas
Revision: 129448

Update to 1.8.0, build against Qt5

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 19:38:38 UTC (rev 129447)
+++ PKGBUILD2015-03-17 20:56:00 UTC (rev 129448)
@@ -2,22 +2,23 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 # Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
 
-_name=mirall
+_name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.7.1
-pkgrel=4
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='ownCloud client based on mirall'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://owncloud.org/'
-license=('GPL2')
-depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
-makedepends=('cmake' 'python-sphinx')
-optdepends=('python2-nautilus: integration with Nautilus' 'sni-qt: needed to 
run in some DEs (Plasma 5, Unity)')
-install=owncloud-client.install
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
+makedepends=(cmake python-sphinx qt5-tools)
+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.bz2{,.asc})
-md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b' 'SKIP')
-validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2{,.asc})
+md5sums=('c292c94609ff7df39d7a29f8e404d9e3'
+ 'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
@@ -26,8 +27,7 @@
 build() {
   cd build
 
-  cmake ../${_name}-${pkgver} \
--DBUILD_WITH_QT4=ON \
+  cmake ../$_name-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-02-11 Thread Antonio Rojas
Date: Wednesday, February 11, 2015 @ 21:08:53
  Author: arojas
Revision: 127579

Add sni-qt optdepend (FS#43785)

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 18:12:53 UTC (rev 127578)
+++ PKGBUILD2015-02-11 20:08:53 UTC (rev 127579)
@@ -5,7 +5,7 @@
 _name=mirall
 pkgname=owncloud-client
 pkgver=1.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc='ownCloud client based on mirall'
 arch=('i686' 'x86_64')
 url='http://owncloud.org/'
@@ -12,13 +12,11 @@
 license=('GPL2')
 depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
 makedepends=('cmake' 'python-sphinx')
-optdepends=('python2-nautilus: integration with Nautilus')
+optdepends=('python2-nautilus: integration with Nautilus' 'sni-qt: needed to 
run in some DEs (Plasma 5, Unity)')
 install=owncloud-client.install
 backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2;
-
https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2.asc;)
-md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b'
- 'SKIP')
+source=(https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2{,.asc})
+md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b' 'SKIP')
 validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
 
 prepare() {


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)

2015-01-05 Thread Antonio Rojas
Date: Monday, January 5, 2015 @ 21:54:04
  Author: arojas
Revision: 125444

Build against Qt4, the systray icon is broken in Qt5 build

Modified:
  owncloud-client/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-05 20:53:24 UTC (rev 125443)
+++ PKGBUILD2015-01-05 20:54:04 UTC (rev 125444)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://owncloud.org/'
 license=('GPL2')
-depends=('qtkeychain' 'qt5-webkit' 'neon')
+depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
 makedepends=('cmake' 'python-sphinx')
 optdepends=('python2-nautilus: integration with Nautilus')
 install=owncloud-client.install
@@ -28,10 +28,11 @@
   cd build
 
   cmake ../${_name}-${pkgver} \
+-DBUILD_WITH_QT4=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/${pkgname} \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
 
   make
   make doc-man