[arch-commits] Commit in nextcloud-client/trunk (PKGBUILD fix-translations.patch)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jan 27 18:33:56 UTC 2022


    Date: Thursday, January 27, 2022 @ 18:33:56
  Author: arojas
Revision: 1117258

Update to 3.4.2

Modified:
  nextcloud-client/trunk/PKGBUILD
Deleted:
  nextcloud-client/trunk/fix-translations.patch

------------------------+
 PKGBUILD               |   12 ++++--------
 fix-translations.patch |   13 -------------
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-27 18:33:13 UTC (rev 1117257)
+++ PKGBUILD	2022-01-27 18:33:56 UTC (rev 1117258)
@@ -10,9 +10,9 @@
 epoch=2
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.4.1
+pkgver=3.4.2
 # `git rev-parse v$pkgver`
-_tag=c1e1f91309b46f46d432ea0722e301ecaa094fb5
+_tag=829b4146d413abc0172372e94935d5109089eee5
 pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -21,8 +21,7 @@
              qt5-quickcontrols2 qt5-svg qt5-tools qt5-webengine qt5-websockets qtkeychain-qt5
              extra-cmake-modules kio
              cmocka doxygen git inkscape python-sphinx)
-source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=$_tag"
-         fix-translations.patch)
+source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=$_tag")
 validpgpkeys=(
   A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by github.com/camilasan
   42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7
@@ -31,8 +30,7 @@
   267BF70F7905C2723B0243267D0F74F05C22F553  # https://github.com/mgallien
   3A877D9A896A057948059DEDAD2C27357B2CB11D  # https://github.com/FlexW
 )
-sha256sums=('SKIP'
-            'd112358031ddf79c08acde1f1b5e39aad9e3ee84ba161817d4f6e0259f9a5832')
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -42,8 +40,6 @@
 prepare() {
   # tmpdir for check()
   mkdir tmpdir
-
-  patch -d $pkgbase -p1 < fix-translations.patch # Fix loading translations
 }
 
 build() {

Deleted: fix-translations.patch
===================================================================
--- fix-translations.patch	2022-01-27 18:33:13 UTC (rev 1117257)
+++ fix-translations.patch	2022-01-27 18:33:56 UTC (rev 1117258)
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ec65cd595..930e5a9e7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -96,7 +96,7 @@ endif()
- message(STATUS "GIT_SHA1 ${GIT_SHA1}")
- 
- set(SYSCONFDIR ${SYSCONF_INSTALL_DIR})
--set(SHAREDIR ${CMAKE_INSTALL_DATADIR})
-+set(SHAREDIR ${CMAKE_INSTALL_FULL_DATADIR})
- 
- # Build MacOS app bundle if wished
- if(APPLE AND BUILD_OWNCLOUD_OSX_BUNDLE)



More information about the arch-commits mailing list