Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta runtime6.4 #12

Merged
merged 27 commits into from
Jan 31, 2023
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8427ae3
Update NotepadNext.git to 0.5.1
TheEvilSkeleton May 1, 2022
97e4907
Add flatpak-external-data-checker support
TheEvilSkeleton May 1, 2022
107b5d5
Merge pull request #4 from TheEvilSkeleton/x-checker-data
zocker-160 May 1, 2022
4e210be
uhhh
zocker-160 May 27, 2022
e708aa2
fix whitespace
zocker-160 May 27, 2022
3086e51
fix install PREFIX
zocker-160 May 27, 2022
3721571
update to v0.5.2
zocker-160 May 27, 2022
57742f9
Update NotepadNext.git to 0.5.3
flathubbot Jul 5, 2022
043114d
Update NotepadNext.git to 0.5.3
zocker-160 Jul 6, 2022
62eb481
Update NotepadNext.git to 0.5.4
flathubbot Aug 2, 2022
17dba40
Add distribution info
dail8859 Aug 2, 2022
74146be
Merge pull request #8 from flathub/update-f86d511
zocker-160 Aug 2, 2022
0a3d47e
update KDE runtime to 5.15-22.08
zocker-160 Sep 11, 2022
ff2b317
Update NotepadNext.git to 0.5.5
flathubbot Sep 24, 2022
5dd42d4
Merge pull request #9 from flathub/update-8a79697
zocker-160 Sep 27, 2022
3510605
Update NotepadNext.git to 0.5.6
flathubbot Nov 20, 2022
9478d28
Merge pull request #10 from flathub/update-6efe1f0
zocker-160 Nov 21, 2022
09dd687
move to QT6.4 runtime
zocker-160 Jan 6, 2023
a8bd9ca
Merge branch 'beta' into beta-runtime6.4
zocker-160 Jan 6, 2023
dc54478
add core5compat
zocker-160 Jan 6, 2023
4388eb0
downgrade core5compat to 6.4.0
zocker-160 Jan 6, 2023
7b6da49
attempt include path workaround
zocker-160 Jan 6, 2023
4ceb299
maybe this makes a difference
zocker-160 Jan 6, 2023
05c26de
remove qt5compat and hope it works
zocker-160 Jan 31, 2023
fca19ed
update to 0.6
zocker-160 Jan 31, 2023
7ed3a4e
update to v0.6
zocker-160 Jan 31, 2023
03a9302
fix wrong commit hash
zocker-160 Jan 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 24 additions & 19 deletions com.github.dail8859.NotepadNext.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,35 @@
app-id: com.github.dail8859.NotepadNext
runtime: org.kde.Platform
runtime-version: "5.15-21.08"
runtime-version: 6.4
sdk: org.kde.Sdk

rename-icon: NotepadNext
rename-desktop-file: NotepadNext.desktop
command: NotepadNext

finish-args:
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --device=dri
- --filesystem=home
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --device=dri
- --filesystem=home

modules:
- name: NotepadNext
buildsystem: simple
build-commands:
- qmake PREFIX=/app src/NotepadNext.pro "DISTRIBUTION=Flatpak"
- make -j $FLATPAK_BUILDER_N_JOBS
- make install INSTALL_ROOT=/
post-install:
- install -D -m644 deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml -t /app/share/metainfo
- cp -a /app/share/icons/hicolor/scalable/{mimetypes,apps}
sources:
- type: git
url: https://github.com/dail8859/NotepadNext.git
commit: 345405bb6ef25a4faff2ea9e354c516b8aa516bd
- name: NotepadNext
buildsystem: simple
build-commands:
- qmake PREFIX=/app src/NotepadNext.pro "DISTRIBUTION=Flatpak"
- make -j $FLATPAK_BUILDER_N_JOBS
- make install INSTALL_ROOT=/
post-install:
- install -D -m644 deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml
-t /app/share/metainfo
- cp -a /app/share/icons/hicolor/scalable/{mimetypes,apps}
sources:
- type: git
url: https://github.com/dail8859/NotepadNext.git
tag: v0.6
commit: 64bfec26374c45bde18e712a743d01580af25030
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$