Date: Wednesday, March 20, 2019 @ 10:54:35
  Author: yan12125
Revision: 442912

archrelease: copy trunk to community-x86_64

Added:
  nextcloud-client/repos/community-x86_64/PKGBUILD
    (from rev 442911, nextcloud-client/trunk/PKGBUILD)
Deleted:
  nextcloud-client/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 47 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-20 10:54:14 UTC (rev 442911)
+++ PKGBUILD    2019-03-20 10:54:35 UTC (rev 442912)
@@ -1,56 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
-# Contributor: Tyler Dence <tyz...@archlinux32.org>
-# Contributor: Konstantin Shalygin <k0...@k0ste.ru>
-
-pkgname=nextcloud-client
-pkgver=2.5.1
-pkgrel=2
-pkgdesc='Nextcloud desktop client'
-arch=(x86_64)
-url='https://nextcloud.com/'
-license=(GPL)
-depends=(sqlite qtkeychain qt5-svg qt5-webengine qt5-webkit xdg-utils)
-makedepends=(doxygen extra-cmake-modules kio python-sphinx qt5-tools)
-optdepends=(
-  'kio: integration with Dolphin'
-  'nemo-python: integration with Nemo'
-  'python-nautilus: integration with Nautilus'
-  'python2-caja: integration with Caja'
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/nextcloud/desktop/archive/v$pkgver.tar.gz";
-        
fix-build-with-qt5.12.patch::https://github.com/nextcloud/desktop/commit/129588442041c32b0d98f2361a69e0e350592f70.patch
-        
fix-login-crash.patch::https://github.com/yan12125/desktop/commit/09b0055dc3fe8ffae64dae7af9f522ed12ebdea8.patch)
-sha256sums=('48be2556f4fddb956ad31e954be5f9c73482e936a80ec0efaeb30549dcd81f19'
-            '69182f7f75428420385cde58a9e038c6c326105c3bccbe55f9a7bb1814e3f3fd'
-            '3443f76b1480bb66b71bd94284ae91f8d689e525e55a399b878bf48ad80b5beb')
-backup=('etc/Nextcloud/sync-exclude.lst')
-
-prepare() {
-  cd desktop-$pkgver
-
-  patch -Np1 -i ../fix-build-with-qt5.12.patch
-
-  # https://github.com/nextcloud/desktop/issues/941
-  # https://bugs.archlinux.org/task/61106
-  patch -Np1 -i ../fix-login-crash.patch
-
-  mkdir -p build
-}
-
-build() {
-  cd desktop-$pkgver/build
-
-  cmake \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    ..
-
-  make
-  make doc-man
-}
-
-package() {
-  cd desktop-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: nextcloud-client/repos/community-x86_64/PKGBUILD (from rev 442911, 
nextcloud-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-20 10:54:35 UTC (rev 442912)
@@ -0,0 +1,47 @@
+# Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
+# Contributor: Tyler Dence <tyz...@archlinux32.org>
+# Contributor: Konstantin Shalygin <k0...@k0ste.ru>
+
+pkgname=nextcloud-client
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='Nextcloud desktop client'
+arch=(x86_64)
+url='https://nextcloud.com/'
+license=(GPL)
+depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine xdg-utils)
+makedepends=(doxygen extra-cmake-modules kio python-sphinx qt5-tools)
+optdepends=(
+  'kio: integration with Dolphin'
+  'nemo-python: integration with Nemo'
+  'python-nautilus: integration with Nautilus'
+  'python2-caja: integration with Caja'
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/nextcloud/desktop/archive/v$pkgver.tar.gz";)
+sha256sums=('127bee0733ef977a2a8cfd874c686c4731e1feadec287b34ef7d73b1c271fafd')
+backup=('etc/Nextcloud/sync-exclude.lst')
+
+prepare() {
+  cd desktop-$pkgver
+
+  mkdir -p build
+}
+
+build() {
+  cd desktop-$pkgver/build
+
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DNO_SHIBBOLETH=1 \
+    ..
+
+  make
+  make doc-man
+}
+
+package() {
+  cd desktop-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to