SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
sysutils/rclone-browser/Makefile
Normal file
27
sysutils/rclone-browser/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
COMMENT = file browser for rclone-supported remotes
|
||||
|
||||
GH_ACCOUNT = kapitainsky
|
||||
GH_PROJECT = RcloneBrowser
|
||||
GH_TAGNAME = 1.8.0
|
||||
PKGNAME = rclone-browser-${GH_TAGNAME}
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = sysutils x11
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE =Yes
|
||||
|
||||
MODULES = devel/cmake \
|
||||
x11/qt5
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
sysutils/rclone \
|
||||
x11/gtk+4,-guic
|
||||
|
||||
WANTLIB += Qt5Core Qt5Gui Qt5Network Qt5Widgets c m
|
||||
WANTLIB += ${COMPILER_LIBCXX}
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/rclone-browser/distinfo
Normal file
2
sysutils/rclone-browser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (RcloneBrowser-1.8.0.tar.gz) = X4JCoBG4VHd0kSe36U6HQDXEMcL6bfgX5WA+2JFgS+s=
|
||||
SIZE (RcloneBrowser-1.8.0.tar.gz) = 384567
|
15
sysutils/rclone-browser/patches/patch-src_CMakeLists_txt
Normal file
15
sysutils/rclone-browser/patches/patch-src_CMakeLists_txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
Workaround to unbreak build with Qt 5.15
|
||||
https://github.com/kapitainsky/RcloneBrowser/issues/125
|
||||
|
||||
Index: src/CMakeLists.txt
|
||||
--- src/CMakeLists.txt.orig
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -10,7 +10,7 @@ endif()
|
||||
if(WIN32)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /WX /wd4100 /wd4189")
|
||||
else()
|
||||
- add_definitions("-pedantic -Wall -Wextra -Werror -std=c++11")
|
||||
+ add_definitions("-pedantic -Wall -Wextra -std=c++11")
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
11
sysutils/rclone-browser/pkg/DESCR
Normal file
11
sysutils/rclone-browser/pkg/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
Simple cross platfrom GUI for rclone command line tool.
|
||||
|
||||
- Allows to browse and modify any rclone remote
|
||||
- Navigate multiple repositories in separate tabs
|
||||
- Lists files hierarchically with file name, size
|
||||
and modify date
|
||||
- File hierarchy is cached in memory, for faster
|
||||
traversal of folders
|
||||
- Allows to upload, download, create new folders,
|
||||
rename or delete files and folders
|
||||
- And a lot more!
|
10
sysutils/rclone-browser/pkg/PLIST
Normal file
10
sysutils/rclone-browser/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@bin bin/rclone-browser
|
||||
share/applications/rclone-browser.desktop
|
||||
share/icons/hicolor/128x128/apps/rclone-browser.png
|
||||
share/icons/hicolor/256x256/apps/rclone-browser.png
|
||||
share/icons/hicolor/32x32/apps/rclone-browser.png
|
||||
share/icons/hicolor/512x512/apps/rclone-browser.png
|
||||
share/icons/hicolor/64x64/apps/rclone-browser.png
|
||||
share/icons/hicolor/scalable/apps/rclone-browser.svg
|
||||
@tag update-desktop-database
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
Loading…
Add table
Add a link
Reference in a new issue