[arch-commits] Commit in owncloud-client/repos/community-x86_64 (4 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:35:56 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:35:56
  Author: arojas
Revision: 1284786

archrelease: copy trunk to community-x86_64

Added:
  owncloud-client/repos/community-x86_64/PKGBUILD
    (from rev 1284785, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/keys/
Deleted:
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/keys/

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:35:43 UTC (rev 1284785)
+++ PKGBUILD	2022-08-27 13:35:56 UTC (rev 1284786)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-pkgname=owncloud-client
-pkgver=2.10.1.7389
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain hicolor-icon-theme libcloudproviders)
-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/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc}
-        https://github.com/owncloud/client/commit/c1e3bb84.patch)
-sha256sums=('5e59c8d2199f194765e070f8ad0e23ab5c11d98d065504acb2b89d7bf82e721d'
-            'SKIP'
-            '6f3a1bfb3246e77e894f3039a3e2742cce7fd89525f9aa61fae78969e60477a3')
-validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team (Signing Key) <info at owncloud.com>
-
-prepare() {
-  patch -d ownCloud-$pkgver -p1 < c1e3bb84.patch # Fix build with GCC 12
-}
-
-build() {
-  cmake -B build -S ownCloud-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DDATADIR=share
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: owncloud-client/repos/community-x86_64/PKGBUILD (from rev 1284785, owncloud-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 13:35:56 UTC (rev 1284786)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=owncloud-client
+pkgver=2.11.0.8354
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain hicolor-icon-theme libcloudproviders)
+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/ownCloud/stable/$pkgver/source/ownCloud-$pkgver.tar.xz{,.asc})
+sha256sums=('62b696bc681e1796f5fb78b926593e6f0bc050bafb2853925fccb46683e99632'
+            'SKIP')
+validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team (Signing Key) <info at owncloud.com>
+
+build() {
+  cmake -B build -S ownCloud-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DDATADIR=share
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list