Skip to content

Commit 3aaa745

Browse files
authored
Merge pull request #9 from 5cript/release/0.5.0
Release/0.5.0
2 parents f969836 + 9daf4d3 commit 3aaa745

3 files changed

Lines changed: 30 additions & 14 deletions

File tree

PKGBUILD

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Tim Ebbeke <tim 06 tr (at) gmail dot com>
22

33
pkgname=nui-sftp
4-
pkgver=0.4.0
4+
pkgver=0.5.0
55
pkgrel=1
66
pkgdesc="NUI-based SFTP application"
77
arch=('x86_64')
@@ -33,19 +33,19 @@ source=(
3333
"git+https://github.com/5cript/roar.git#commit=52acf8675404d6e370a4f7f6ce8e78d507b18e5d"
3434
"git+https://github.com/DNKpp/gimo.git#commit=16377a6d496b31a9272f9a079c060fba15258bcc"
3535
"git+https://github.com/NuiCpp/traits.git#commit=6c9caa21c48c9e1f7f039a7bdf8805a0940fce0a"
36-
"git+https://github.com/5cript/5cript-nui-components.git#commit=21f0fcfae77f54e1b08c5ee67efb995a9b427978"
37-
"https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/images/NUI-SFTP_Logo-01.svg"
36+
"git+https://github.com/5cript/5cript-nui-components.git#commit=49503761f712f2b3fe3ff165fd4590a9f3bc10ce"
37+
"https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/images/NUI-SFTP_Logo-01_nopad.svg"
3838
"https://github.com/5cript/nui-sftp/releases/download/v${pkgver}/nui-sftp-linux-frontend_${pkgver}.tar.gz"
3939
)
4040
sha256sums=(
41-
'a93662105eac631fe52e014681a56192ab111eb43b98dba9519cb2bce2266dc3'
41+
'350793012f8fddee2f6cf7cf976e59e720cf32eeb0d65f406ec7abd1369115c8'
4242
'bb1b58e89253caebcffb05a0bd73797ab450193536324c893ce1b2a902e8066c'
4343
'444ad0bb110a2543bcf29b4ecbd4def53b937bc35e9e587a28f92bf52503c7dd'
4444
'8d5c5f36710425e8660470db14a5d6011e20b4e9be638f3ab34ad81f9fe286b7'
4545
'77bed25f96135cdcf1b8274664c9564375f9823866e7d55e843f75a213af5359'
46-
'727cff714421fe7d70c350cb69861356b7e46b53c53b1faedbd32b229a163f0b'
47-
'6a8217c9f00ded6893324649394a9dbc9e5004a2644735fd3f18934bb29bcae6'
48-
'49bc1a701cef8fe82157ba2fbf539b86af3c0897b81bf99154677faf3e6b79a2'
46+
'7298fc3edbf09a08a49251d1e50bbe65d1f5b35732f17ecf2207843c25874e35'
47+
'cf0fc442069dfd28bd8b7769da6dfdca92111044ea9817197716ed9bfada3869'
48+
'a507d48054a8a88adfb5ea06f5500e91e93efa68bfdbf025e65ba6ecfe7bfd1d'
4949
)
5050

5151
build() {
@@ -95,7 +95,7 @@ package() {
9595

9696
# Desktop
9797
install -Dm644 "$srcdir/$pkgname/org.nuicpp.nui_sftp.desktop" "$pkgdir"/usr/share/applications/"$pkgname".desktop
98-
install -Dm644 "NUI-SFTP_Logo-01.svg" "$pkgdir"/usr/share/icons/hicolor/scalable/apps/nui_sftp.svg
98+
install -Dm644 "NUI-SFTP_Logo-01_nopad.svg" "$pkgdir"/usr/share/icons/hicolor/scalable/apps/nui_sftp.svg
9999

100100
ln -s "/opt/$pkgname/bin/$pkgname" "$pkgdir"/usr/bin/"$pkgname"
101101
}

org.nuicpp.nui_sftp.metainfo.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@
2020
</screenshot>
2121
</screenshots>
2222
<releases>
23+
<release version="v0.5.0" date="2026-03-31">
24+
<description>
25+
<h2 id="whatchanged">What changed?</h2>
26+
<ul>
27+
<li>#50 &amp; #49 Improved operation progress bar visibility and fixed several overflow and twitching issues.</li>
28+
<li>#45 Added load for custom themes on box click.</li>
29+
<li>#48 Ctrl + A selected &quot;..&quot;, which would lead to problems on transfers.</li>
30+
<li>#47 End/Home buttons for selection in file grid now work.</li>
31+
<li>#46 Some Confirm Dialog instances can now be &quot;ignored&quot; until reactivated via settings.</li>
32+
</ul>
33+
<h2 id="knownissues">Known issues</h2>
34+
<ul>
35+
<li>Language keys are missing. This will be fixed later with together with the language file split and a tool to match ui language references with the yaml file and find missing keys.</li>
36+
</ul>
37+
</description>
38+
</release>
2339
<release version="v0.4.0" date="2026-03-30">
2440
<description>
2541
<h2 id="whatchanged">What changed</h2>

org.nuicpp.nui_sftp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ modules:
9393
- cp -r * /app/frontend
9494
sources:
9595
- type: archive
96-
url: https://github.com/5cript/nui-sftp/releases/download/v0.4.0/nui-sftp-linux-frontend_0.4.0.tar.gz
97-
sha256: 49bc1a701cef8fe82157ba2fbf539b86af3c0897b81bf99154677faf3e6b79a2
96+
url: https://github.com/5cript/nui-sftp/releases/download/v0.5.0/nui-sftp-linux-frontend_0.5.0.tar.gz
97+
sha256: a507d48054a8a88adfb5ea06f5500e91e93efa68bfdbf025e65ba6ecfe7bfd1d
9898

9999
- name: nui-sftp
100100
buildsystem: simple
@@ -124,7 +124,7 @@ modules:
124124
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
125125
-DOFFLINE_BUILD=ON
126126
-DJSON_Diagnostics=ON
127-
-DFORCED_PROJECT_VERSION=0.4.0
127+
-DFORCED_PROJECT_VERSION=0.5.0
128128
- cmake --build build/flatpak
129129
- OMIT_FRONTEND=true ./scripts/deploy.sh
130130
# Patch desktop file to rename icon "nui_sftp.svg" to "org.nuicpp.nui_sftp.svg"
@@ -134,7 +134,7 @@ modules:
134134
# Install desktop file
135135
- install -Dm644 org.nuicpp.nui_sftp.desktop /app/share/applications/org.nuicpp.nui_sftp.desktop
136136
# Image
137-
- install -Dm644 NUI-SFTP_Logo-01.svg /app/share/icons/hicolor/scalable/apps/org.nuicpp.nui_sftp.svg
137+
- install -Dm644 NUI-SFTP_Logo-01_nopad.svg /app/share/icons/hicolor/scalable/apps/org.nuicpp.nui_sftp.svg
138138
sources:
139139
- type: git
140140
url: https://github.com/5cript/nui-sftp
@@ -191,5 +191,5 @@ modules:
191191
- type: file
192192
path: org.nuicpp.nui_sftp.metainfo.xml
193193
- type: file
194-
url: https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/images/NUI-SFTP_Logo-01.svg
195-
sha256: 6a8217c9f00ded6893324649394a9dbc9e5004a2644735fd3f18934bb29bcae6
194+
url: https://s3.g.s4.mega.io/jgemkib4a5fte35rktt5wxrwkw4ejk4ybemkf/nui-scp/images/NUI-SFTP_Logo-01_nopad.svg
195+
sha256: cf0fc442069dfd28bd8b7769da6dfdca92111044ea9817197716ed9bfada3869

0 commit comments

Comments
 (0)