Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
db-move: moved nextcloud-client from [community-testing] to [communit…
Browse files Browse the repository at this point in the history
…y] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@416834 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 authored and svntogit committed Dec 20, 2018
1 parent b9ef705 commit e63d8d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 59 deletions.
56 changes: 0 additions & 56 deletions repos/community-testing-x86_64/PKGBUILD

This file was deleted.

16 changes: 13 additions & 3 deletions repos/community-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=nextcloud-client
pkgver=2.5.1
pkgrel=1
pkgrel=2
pkgdesc='Nextcloud desktop client'
arch=(x86_64)
url='https://nextcloud.com/'
Expand All @@ -17,13 +17,23 @@ optdepends=(
'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=('48be2556f4fddb956ad31e954be5f9c73482e936a80ec0efaeb30549dcd81f19')
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
}

Expand Down

0 comments on commit e63d8d0

Please sign in to comment.