mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-04-04 22:39:10 +00:00
add patches
This commit is contained in:
21
debian/patches/0001-remove-patch.patch
vendored
Normal file
21
debian/patches/0001-remove-patch.patch
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
From: juanma1980 <juanma1980@gmail.com>
|
||||
Date: Thu, 21 Sep 2017 13:03:01 +0200
|
||||
Subject: remove patch
|
||||
|
||||
---
|
||||
flameshot.pro | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/flameshot.pro b/flameshot.pro
|
||||
index 219ca49..d62071e 100644
|
||||
--- a/flameshot.pro
|
||||
+++ b/flameshot.pro
|
||||
@@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
CONFIG += c++11
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
-CONFIG += packaging # Enables "make install" for packaging paths
|
||||
+#CONFIG += packaging # Enables "make install" for packaging paths
|
||||
|
||||
TARGET = flameshot
|
||||
TEMPLATE = app
|
||||
21
debian/patches/0002-add-patch.patch
vendored
Normal file
21
debian/patches/0002-add-patch.patch
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
From: juanma1980 <juanma1980@gmail.com>
|
||||
Date: Thu, 21 Sep 2017 13:04:56 +0200
|
||||
Subject: add patch
|
||||
|
||||
---
|
||||
flameshot.pro | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/flameshot.pro b/flameshot.pro
|
||||
index d62071e..219ca49 100644
|
||||
--- a/flameshot.pro
|
||||
+++ b/flameshot.pro
|
||||
@@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
CONFIG += c++11
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
-#CONFIG += packaging # Enables "make install" for packaging paths
|
||||
+CONFIG += packaging # Enables "make install" for packaging paths
|
||||
|
||||
TARGET = flameshot
|
||||
TEMPLATE = app
|
||||
2
debian/patches/series
vendored
Normal file
2
debian/patches/series
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
0001-remove-patch.patch
|
||||
0002-add-patch.patch
|
||||
Reference in New Issue
Block a user