Skip to content

Commit 8f8485d

Browse files
committed
barrier: non-functional: minor improvement to portfile
1 parent e4ea364 commit 8f8485d

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

aqua/barrier/Portfile

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ PortGroup legacysupport 1.1
88
github.setup debauchee barrier 2.4.0 v
99
revision 0
1010
categories aqua net sysutils
11-
platforms darwin
1211
license GPL-2
1312
maintainers {@ryanakca debian.org:rak}
1413
description share a keyboard and mouse over the network
1514
long_description ${name} shares a keyboard, mouse, and clipboard over the network.\
1615
It supports multiple operating systems, including macOS,\
17-
Linux, FreeBSD, OpenBSD, and Windows. It is a fork of\
18-
synergy.
16+
Linux, FreeBSD, OpenBSD, and Windows. It is a fork of synergy.
1917

2018
github.tarball_from archive
2119

@@ -26,9 +24,9 @@ checksums rmd160 25982044cb4088ad8ccb76e336b40e493f7c8e55 \
2624
compiler.cxx_standard 2014
2725

2826
depends_build-append \
29-
port:pkgconfig \
27+
port:ghc-filesystem \
3028
port:gtest \
31-
port:ghc-filesystem
29+
path:bin/pkg-config:pkgconfig
3230

3331
depends_lib-append \
3432
path:lib/libssl.dylib:openssl
@@ -46,15 +44,12 @@ if { ${os.major} < 16 } {
4644
configure.args-append \
4745
-DBARRIER_BUILD_GUI=OFF
4846
} else {
49-
PortGroup qt5 1.0
50-
PortGroup app 1.0
47+
PortGroup qt5 1.0
48+
PortGroup app 1.0
5149

52-
qt5.depends_component \
53-
qtbase
54-
55-
app.create yes
56-
app.icon dist/macos/bundle/Barrier.app/Contents/Resources/Barrier.icns
57-
app.retina yes
50+
app.create yes
51+
app.icon dist/macos/bundle/Barrier.app/Contents/Resources/Barrier.icns
52+
app.retina yes
5853
}
5954

6055
if {[string match *gcc* ${configure.compiler}]} {

0 commit comments

Comments
 (0)