control 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Source: nextcloud-client
  2. Section: contrib/devel
  3. Priority: optional
  4. Maintainer: István Váradi <ivaradi@varadiistvan.hu>
  5. Build-Depends: cmake,
  6. debhelper,
  7. cdbs,
  8. dh-python,
  9. extra-cmake-modules (>= 5.16),
  10. kdelibs5-dev,
  11. kio-dev,
  12. libcmocka-dev,
  13. libhttp-dav-perl,
  14. libinotify-dev [kfreebsd-any],
  15. libqt5webkit5-dev,
  16. libqt5svg5-dev,
  17. libsqlite3-dev,
  18. libssl-dev (>= 1.1.0),
  19. zlib1g-dev,
  20. optipng,
  21. pkg-kde-tools,
  22. python-sphinx | python3-sphinx,
  23. python3-all,
  24. qt5keychain-dev,
  25. qtwebengine5-dev,
  26. qtdeclarative5-dev,
  27. qttools5-dev,
  28. qttools5-dev-tools,
  29. xvfb
  30. Standards-Version: 3.9.8
  31. Homepage: https://github.com/nextcloud/client_theming
  32. #Vcs-Git: git://anonscm.debian.org/collab-maint/nextcloud-client.git
  33. #Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/nextcloud-client.git
  34. Package: nextcloud-client
  35. Architecture: any
  36. Depends: libnextcloudsync0 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, nextcloud-client-l10n
  37. Recommends: libgnome-keyring0
  38. Description: Nextcloud desktop sync client
  39. Use the desktop client to keep your files synchronized
  40. between your Nextcloud server and your desktop. Select
  41. one or more directories on your local machine and always
  42. have access to your latest files wherever you are.
  43. Package: libnextcloudsync0
  44. Architecture: any
  45. Depends: ${shlibs:Depends}, ${misc:Depends}
  46. Description: Nextcloud sync library
  47. Used by the Nextcloud desktop client as the synchronization engine.
  48. Package: libnextcloudsync-dev
  49. Architecture: any
  50. Section: contrib/libdevel
  51. Depends: libnextcloudsync0 (=${binary:Version}), ${misc:Depends}
  52. Description: Nextcloud sync library development files
  53. The headers and development library for the Nextcloud sync library.
  54. Package: nextcloud-client-l10n
  55. Architecture: all
  56. Depends: ${misc:Depends}
  57. Description: Nextcloud client internatialization files
  58. The translation files.
  59. Package: nextcloud-client-nautilus
  60. Architecture: all
  61. Depends: nextcloud-client (>=${binary:Version}), libnextcloudsync0, python-nautilus, nautilus, ${misc:Depends}
  62. Description: Nautilus plugin for Nextcloud
  63. This package contains a Nautilus plugin to display
  64. synchronization status icons for Nextcloud files.
  65. Package: nextcloud-client-nemo
  66. Architecture: all
  67. Depends: nextcloud-client (>=${binary:Version}), libnextcloudsync0, python-nemo, nemo, ${misc:Depends}
  68. Description: Nemo plugin for Nextcloud
  69. This package contains a Nemo plugin to display
  70. synchronization status icons for Nextcloud files.
  71. Package: nextcloud-client-caja
  72. Architecture: all
  73. Depends: nextcloud-client (>=${binary:Version}), libnextcloudsync0, python-caja, caja, ${misc:Depends}
  74. Description: Caja plugin for Nextcloud
  75. This package contains a Caja plugin to display
  76. synchronization status icons for Nextcloud files.