Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TorrSamaho/io.github.doublecmd.DoubleCommander
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: doublecmd/io.github.doublecmd.DoubleCommander
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 27, 2023

  1. Copy the full SHA
    00ebabd View commit details
  2. don't hide /run/host mounts

    berkels committed Sep 27, 2023
    Copy the full SHA
    7ff0f80 View commit details

Commits on Sep 29, 2023

  1. Copy the full SHA
    0025737 View commit details
  2. Copy the full SHA
    94c5028 View commit details

Commits on Sep 30, 2023

  1. Copy the full SHA
    7f44154 View commit details

Commits on Oct 4, 2023

  1. update to DC git tag 1.1.3

    berkels committed Oct 4, 2023
    Copy the full SHA
    1f35813 View commit details

Commits on Oct 8, 2023

  1. Copy the full SHA
    afaa755 View commit details
  2. Copy the full SHA
    0d9a426 View commit details

Commits on Oct 15, 2023

  1. Copy the full SHA
    9c52735 View commit details
  2. updated to DC 1.1.4

    TorrSamaho committed Oct 15, 2023
    Copy the full SHA
    4b0c065 View commit details

Commits on Jan 21, 2024

  1. updated to DC 1.1.9

    TorrSamaho committed Jan 21, 2024
    Copy the full SHA
    889df5c View commit details
Showing with 12 additions and 31 deletions.
  1. +3 −1 io.github.doublecmd.DoubleCommander.metainfo.xml
  2. +9 −9 io.github.doublecmd.DoubleCommander.yml
  3. +0 −21 source.patch
4 changes: 3 additions & 1 deletion io.github.doublecmd.DoubleCommander.metainfo.xml
Original file line number Diff line number Diff line change
@@ -34,6 +34,8 @@

<launchable type="desktop-id">io.github.doublecmd.DoubleCommander.desktop</launchable>
<releases>
<release version="1.1.2" date="2023-09-09"/>
<release version="1.1.9" date="2024-01-14"/>
<release version="1.1.4" date="2023-10-14"/>
<release version="1.1.3" date="2023-09-30"/>
</releases>
</component>
18 changes: 9 additions & 9 deletions io.github.doublecmd.DoubleCommander.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: io.github.doublecmd.DoubleCommander
runtime: org.kde.Platform
runtime-version: '5.15-22.08'
runtime-version: '5.15-23.08'
sdk: org.kde.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.freepascal
@@ -10,10 +10,13 @@ finish-args:
- --share=network
- --socket=x11
- --socket=wayland
- --filesystem=home
- --filesystem=/media
- --filesystem=/run/media
- --filesystem=host
# Allow DC to see the configs of other flatpak apps
- --filesystem=~/.var/app
# For external archivers, e.g. 7za, to work, DC needs access to /tmp
- --filesystem=/tmp
- --device=dri
- --talk-name=org.freedesktop.Flatpak
modules:
- name: qt5pas
buildsystem: qmake
@@ -28,13 +31,10 @@ modules:
sources:
- type: git
url: https://github.com/doublecmd/doublecmd.git
tag: v1.1.2
commit: 1c46399683895f6e513aeca80145c96f3bdeba05
tag: v1.1.9
commit: b220a50e903bb466ad5be0334c80abd9ea42faaa
# This is necessary for "git2revisioninc.cmd" to work, i.e., to determine "Revision" and "Commit".
disable-shallow-clone: true
# A patch to hide unwanted mounts.
- type: patch
path: source.patch
- type: file
path: io.github.doublecmd.DoubleCommander.metainfo.xml
buildsystem: simple
21 changes: 0 additions & 21 deletions source.patch

This file was deleted.