summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Adapt-Ultracopier-to-build-system.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Adapt-Ultracopier-to-build-system.patch')
-rw-r--r--debian/patches/0001-Adapt-Ultracopier-to-build-system.patch65
1 files changed, 0 insertions, 65 deletions
diff --git a/debian/patches/0001-Adapt-Ultracopier-to-build-system.patch b/debian/patches/0001-Adapt-Ultracopier-to-build-system.patch
deleted file mode 100644
index 8ace4b9..0000000
--- a/debian/patches/0001-Adapt-Ultracopier-to-build-system.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 1815994bacb0d521c237c1d4d6f94e333d39443a Mon Sep 17 00:00:00 2001
-From: Thomas Preud'homme <thomas.preudhomme@celest.fr>
-Date: Sun, 3 Oct 2010 23:52:38 +0200
-Subject: Adapt Ultracopier to build system
-
-* Fix ultracopier.pro by removing the inclusion of a non-existent file
-* Set the name of the executable
-* Set the place to install resources (executable, lang files, styles, desktop
- entry file and icons)
-* Avoid linking against libpthread
-
-Origin: vendor
-Forwarded: not-needed
-Last-Update: 2010-10-11
----
- src/ultracopier.pro | 19 ++++++++++++++++++-
- ultracopier.pro | 2 --
- 2 files changed, 18 insertions(+), 3 deletions(-)
-
-diff --git a/src/ultracopier.pro b/src/ultracopier.pro
-index 77f7222..3ec4c2d 100644
---- a/src/ultracopier.pro
-+++ b/src/ultracopier.pro
-@@ -2,7 +2,24 @@
- # Automatically generated by qmake (2.01a) Wed Oct 22 12:48:46 2008
- # #####################################################################
- TEMPLATE = app
--TARGET =
-+TARGET = ultracopier
-+QMAKE_LFLAGS += -Wl,--as-needed
-+target.path = /usr/bin
-+INSTALLS += target
-+i18n.files = lang/*.qm lang/*.png
-+i18n.path = /usr/share/ultracopier/lang
-+INSTALLS += i18n
-+styles.files = styles/
-+styles.path = /usr/share/ultracopier
-+INSTALLS += styles
-+desktop.files = other/ultracopier.desktop
-+desktop.path = /usr/share/applications
-+INSTALLS += desktop
-+img16.files = src/other/ultracopier-16x16.png
-+img16.path = /usr/share/icons/hicolor/16x16/apps
-+img128.files = src/other/ultracopier-128x128.png
-+img128.path = /usr/share/icons/hicolor/128x128/apps
-+INSTALLS += img16 img128
- DEPENDPATH += . \
- lang
- INCLUDEPATH += .
-diff --git a/ultracopier.pro b/ultracopier.pro
-index 2183f87..1c515a6 100644
---- a/ultracopier.pro
-+++ b/ultracopier.pro
-@@ -4,8 +4,6 @@ contains(QT_VERSION, ^4\.[0-4]\..*) {
- error("Use at least Qt 4.5.")
- }
-
--include(ultracopier/ultracopier.pro)
--
- TEMPLATE = subdirs
- CONFIG += ordered
- SUBDIRS = src/ultracopier.pro
---
-1.7.4.4
-