#79 updpkg: libre/ark 23.04.3
Closed 4 months ago by solvefinder. Opened 10 months ago by solvefinder.
solvefinder/abslibre ark  into  pull-requests

file modified
+6 -6
@@ -6,11 +6,11 @@ 

  # Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>

  

  pkgname=ark

- pkgver=21.04.0

+ pkgver=23.04.3

  pkgrel=1

  pkgrel+=.parabola1

  pkgdesc='Archiving Tool'

- pkgdesc+=', with unarchiver support'

+ # pkgdesc+=', with unarchiver support'

  arch=(x86_64)

  arch+=(i686 armv7h)

  url='https://apps.kde.org/ark/'
@@ -18,13 +18,13 @@ 

  depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)

  makedepends=(extra-cmake-modules kdoctools)

  optdepends=('p7zip: 7Z format support' 'unarchiver: RAR format support'

-             'lzop: LZO format support' 'lrzip: LRZ format support')

+             'lzop: LZO format support' 'lrzip: LRZ format support' 'arj: ARJ format support')

  groups=(kde-applications kde-utilities)

  source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})

  source+=(libre.patch)

- sha256sums=('0e5e0552598038e38f42d813aefb46ebee9a3d00ffb1ea163b526de58ce39e0c'

-             'SKIP'

-             '624bd7cd221db2a80b21cd5f71c447d86091e52276f2bdb609c8916755c7d602')

+ sha256sums=('81f87fb5bfbb28f74f1a360a40e0251864f83524b1d0d61b79dd1fe412e63a20'

+             'SKIP')

+ sha256sums+=('a1bab60ffffce7a5a7e5fd1d83cc3c1e0f563ce177a0bf819e17c11300fa1bb3')

  validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>

                F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>

                D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>

file modified
+5 -5
@@ -1,20 +1,20 @@ 

  diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt

- index d821217..a41142b 100644

+ index 0db4594..39b9020 100644

  --- a/plugins/CMakeLists.txt

  +++ b/plugins/CMakeLists.txt

- @@ -6,7 +6,6 @@ function(kerfuffle_add_plugin plugin)

+ @@ -25,7 +25,6 @@ function(kerfuffle_parse_json_mimetypes PLUGIN_JSON_FILEPATH)

   endfunction()

   

   add_subdirectory( libarchive )

  -add_subdirectory( clirarplugin )

   add_subdirectory( cli7zplugin )

   add_subdirectory( clizipplugin )

-  add_subdirectory( libsinglefileplugin )

+  add_subdirectory(cliunarchiverplugin)

  diff --git a/plugins/cliunarchiverplugin/CMakeLists.txt b/plugins/cliunarchiverplugin/CMakeLists.txt

- index df7a2b7..cc64313 100644

+ index 7f95421..c339729 100644

  --- a/plugins/cliunarchiverplugin/CMakeLists.txt

  +++ b/plugins/cliunarchiverplugin/CMakeLists.txt

- @@ -33,5 +33,5 @@ find_program(UNAR unar)

+ @@ -25,5 +25,5 @@ find_program(UNAR unar)

   if(UNAR)

       message(STATUS "Found unar executable: ${UNAR}")

   else()

Pull-Request has been closed by solvefinder

4 months ago