Skip to content

Commit

Permalink
nextcloud-client: Remove dep on qt5-webkit
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 20, 2024
1 parent 3e79826 commit 2437c95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
1 change: 0 additions & 1 deletion packages/n/nextcloud-client/abi_libs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
libnextcloud_csync.so.0
libnextclouddolphinpluginhelper.so
libnextcloudsync.so.0
nextcloud
nextclouddolphinactionplugin.so
nextclouddolphinoverlayplugin.so
nextcloudsync_vfs_suffix.so
Expand Down
3 changes: 0 additions & 3 deletions packages/n/nextcloud-client/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -2645,9 +2645,6 @@ libnextcloudsync.so.0:_ZNK3OCC9DeleteJob11folderTokenEv
libnextcloudsync.so.0:_ZThn16_N3OCC19SystemProxyRunnable3runEv
libnextcloudsync.so.0:_ZThn16_N3OCC32DiscoverySingleLocalDirectoryJob3runEv
libnextcloudsync.so.0:_Zls6QDebugRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
nextcloud:__bss_start
nextcloud:_edata
nextcloud:_end
nextclouddolphinactionplugin.so:qt_plugin_instance
nextclouddolphinactionplugin.so:qt_plugin_query_metadata
nextclouddolphinoverlayplugin.so:qt_plugin_instance
Expand Down
4 changes: 1 addition & 3 deletions packages/n/nextcloud-client/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : nextcloud-client
version : 3.12.0
release : 53
release : 54
source :
- https://github.com/nextcloud/desktop/archive/refs/tags/v3.12.0.tar.gz : df6c56c8fcbee7d9ab09673cdb7b41671f2eb0eb1dbb79ee393b207a9bc46ee8
homepage : https://docs.nextcloud.com/desktop
Expand All @@ -20,7 +20,6 @@ builddeps :
- pkgconfig(Qt5Svg)
- pkgconfig(Qt5UiTools)
- pkgconfig(Qt5WebEngine)
- pkgconfig(Qt5WebKit)
- pkgconfig(Qt5WebSockets)
- pkgconfig(cloudproviders)
- pkgconfig(sqlite3)
Expand All @@ -39,7 +38,6 @@ rundeps :
- qt5-graphicaleffects
- qt5-svg
- qt5-webengine
- qt5-webkit
patterns :
- dolphin-integration :
- /usr/lib64/libnextclouddolphinpluginhelper.so
Expand Down
16 changes: 8 additions & 8 deletions packages/n/nextcloud-client/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>nextcloud-client</Name>
<Homepage>https://docs.nextcloud.com/desktop</Homepage>
<Packager>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>network.download</PartOf>
Expand Down Expand Up @@ -168,7 +168,7 @@
<Description xml:lang="en">Nextcloud client enables you to connect to your private Nextcloud Server. With it you can create directories in your home directory, and keep the contents of those directories synced with the server.</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="53">nextcloud-client</Dependency>
<Dependency release="54">nextcloud-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/nextcloudsync/creds/abstractcredentials.h</Path>
Expand All @@ -188,7 +188,7 @@
<Description xml:lang="en">Dolphin file manager integration for the Nextcloud client.</Description>
<PartOf>network.download</PartOf>
<RuntimeDependencies>
<Dependency releaseFrom="53">nextcloud-client</Dependency>
<Dependency releaseFrom="54">nextcloud-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/libnextclouddolphinpluginhelper.so</Path>
Expand All @@ -197,12 +197,12 @@
</Files>
</Package>
<History>
<Update release="53">
<Date>2024-02-28</Date>
<Update release="54">
<Date>2024-03-20</Date>
<Version>3.12.0</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 2437c95

Please sign in to comment.