diff options
Diffstat (limited to 'multimedia/vokoscreenNG/0001-Add-better-integration-for-Linux.patch')
-rw-r--r-- | multimedia/vokoscreenNG/0001-Add-better-integration-for-Linux.patch | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/multimedia/vokoscreenNG/0001-Add-better-integration-for-Linux.patch b/multimedia/vokoscreenNG/0001-Add-better-integration-for-Linux.patch index 521793a33fb5..425b0bda0d49 100644 --- a/multimedia/vokoscreenNG/0001-Add-better-integration-for-Linux.patch +++ b/multimedia/vokoscreenNG/0001-Add-better-integration-for-Linux.patch @@ -1,7 +1,7 @@ The original patch was from an ArchLinux package https://github.com/archlinux/svntogit-community/blob/packages/vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch -I got this one from https://github.com/City-busz/vokoscreenNG branch 'linux-support', and modified it to work with 3.0.8 +I got this one from https://github.com/City-busz/vokoscreenNG branch 'linux-support', and modified it to work with 3.1.0 commit 0a378409 (HEAD -> linux-support, origin/linux-support) Author: Balló György <ballogyor@gmail.com> @@ -11,8 +11,16 @@ Date: 2020-07-06 07:14:26 -0600 Add AppStream metadata, add installation target. +--- + + src/applications/INFO | 1 + + src/applications/vokoscreenNG.appdata.xml | 45 +++++++++++++++++++++++ + src/vokoscreenNG.pro | 24 ++++++++++++ + 3 files changed, 70 insertions(+) + create mode 100644 src/applications/vokoscreenNG.appdata.xml + diff --git a/src/applications/INFO b/src/applications/INFO -index 4195de8f..1c1bd870 100644 +index 4195de8..1c1bd87 100644 --- a/src/applications/INFO +++ b/src/applications/INFO @@ -1,2 +1,3 @@ @@ -21,7 +29,7 @@ index 4195de8f..1c1bd870 100644 vokoscreenNG.png diff --git a/src/applications/vokoscreenNG.appdata.xml b/src/applications/vokoscreenNG.appdata.xml new file mode 100644 -index 00000000..883f4ae2 +index 0000000..883f4ae --- /dev/null +++ b/src/applications/vokoscreenNG.appdata.xml @@ -0,0 +1,45 @@ @@ -71,17 +79,13 @@ index 00000000..883f4ae2 + <developer_name>Volker Kohaupt</developer_name> +</component> diff --git a/src/vokoscreenNG.pro b/src/vokoscreenNG.pro -index 69bc5a33..fdf7fd07 100644 +index d43ed30..7bf3d5a 100644 --- a/src/vokoscreenNG.pro +++ b/src/vokoscreenNG.pro -@@ -163,4 +163,29 @@ - # ciscoOpenh264 - win32:include(ciscoOpenh264/ciscoOpenh264.pri) +@@ -178,3 +178,27 @@ include(dirDialog/dirDialog.pri) + # File Dialog + include(fileDialog/fileDialog.pri) --unix:include(wayland/wayland.pri) -\ No newline at end of file -+unix:include(wayland/wayland.pri) -+ +unix:!macx { + isEmpty(PREFIX) { + PREFIX = /usr/local @@ -106,5 +110,6 @@ index 69bc5a33..fdf7fd07 100644 + + INSTALLS += target icon desktop appdata +} -Only in vokoscreenNG-3.0.8/src: vokoscreenNG.pro.orig -Only in vokoscreenNG-3.0.8/src: vokoscreenNG.pro.rej +-- +2.35.1 + |