Page MenuHomeSolus

D7845.id19569.diff
No OneTemporary

D7845.id19569.diff

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 @@
+<PISI>
+ <Source>
+ <Name>rclone-browser</Name>
+ <Homepage>https://github.com/kapitainsky/RcloneBrowser</Homepage>
+ <Packager>
+ <Name>Martin Reboredo</Name>
+ <Email>gc1000ll@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>network.util</PartOf>
+ <Summary xml:lang="en">Simple GUI for rclone</Summary>
+ <Description xml:lang="en">Simple GUI for rclone. It supports Google Drive, Amazon Drive, Dropbox, One Drive, etc.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>rclone-browser</Name>
+ <Summary xml:lang="en">Simple GUI for rclone</Summary>
+ <Description xml:lang="en">Simple GUI for rclone. It supports Google Drive, Amazon Drive, Dropbox, One Drive, etc.
+</Description>
+ <PartOf>network.util</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/rclone-browser</Path>
+ <Path fileType="data">/usr/share/applications/rclone-browser.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/rclone-browser.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/rclone-browser.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/rclone-browser.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/rclone-browser.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/rclone-browser.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/rclone-browser.svg</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-02-02</Date>
+ <Version>1.7.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Martin Reboredo</Name>
+ <Email>gc1000ll@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:33 PM (2 h, 46 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801286
Default Alt Text
D7845.id19569.diff (4 KB)

Event Timeline