diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Martin Reboredo + - IRC: YakoYako + - Email: gc1000ll@gmail.com diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,7 @@ +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5Widgets.so.5 +libc.so.6 +libgcc_s.so.1 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : rclone-browser +version : 1.7.0 +release : 1 +source : + - https://github.com/kapitainsky/RcloneBrowser/archive/1.7.0.tar.gz : add7eb35fa521e87eddf9cfb36ddd11983f6fc78f520c3a887d353b574e3f083 +license : MIT +component : network.util +summary : Simple GUI for rclone +description: | + Simple GUI for rclone. It supports Google Drive, Amazon Drive, Dropbox, One Drive, etc. +homepage : https://github.com/kapitainsky/RcloneBrowser +builddeps : + - pkgconfig(Qt5Widgets) +rundeps : + - rclone +setup : | + %cmake_ninja +build : | + %ninja_build +install : | + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,42 @@ + + + rclone-browser + https://github.com/kapitainsky/RcloneBrowser + + Martin Reboredo + gc1000ll@gmail.com + + MIT + network.util + Simple GUI for rclone + Simple GUI for rclone. It supports Google Drive, Amazon Drive, Dropbox, One Drive, etc. + + https://getsol.us/sources/README.Solus + + + rclone-browser + Simple GUI for rclone + Simple GUI for rclone. It supports Google Drive, Amazon Drive, Dropbox, One Drive, etc. + + network.util + + /usr/bin/rclone-browser + /usr/share/applications/rclone-browser.desktop + /usr/share/icons/hicolor/128x128/apps/rclone-browser.png + /usr/share/icons/hicolor/256x256/apps/rclone-browser.png + /usr/share/icons/hicolor/32x32/apps/rclone-browser.png + /usr/share/icons/hicolor/512x512/apps/rclone-browser.png + /usr/share/icons/hicolor/64x64/apps/rclone-browser.png + /usr/share/icons/hicolor/scalable/apps/rclone-browser.svg + + + + + 2020-02-02 + 1.7.0 + Packaging update + Martin Reboredo + gc1000ll@gmail.com + + + \ No newline at end of file