summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-09-19 10:46:50 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-09-19 12:08:22 +0200
commite469dc10b9d9159bebb0edc995711981a7054938 (patch)
tree50e15d5875fbdcccc5ca4283228a434cfe2a42e5 /net-misc/x2goclient/files
parentmedia-fonts/noto: Drop old (diff)
downloadgentoo-e469dc10b9d9159bebb0edc995711981a7054938.tar.gz
gentoo-e469dc10b9d9159bebb0edc995711981a7054938.tar.bz2
gentoo-e469dc10b9d9159bebb0edc995711981a7054938.zip
net-misc/x2goclient: drop old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-misc/x2goclient/files')
-rw-r--r--net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch b/net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch
deleted file mode 100644
index 724c176eebbd..000000000000
--- a/net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur x2goclient-4.0.5.2.orig/x2goclient.pro x2goclient-4.0.5.2/x2goclient.pro
---- x2goclient-4.0.5.2.orig/x2goclient.pro 2016-09-19 06:17:44.000000000 +0200
-+++ x2goclient-4.0.5.2/x2goclient.pro 2016-09-28 22:03:41.830790244 +0200
-@@ -167,16 +167,16 @@
- TEMPLATE = app
- DEPENDPATH += .
- INCLUDEPATH += src
--RESOURCES += res/resources.rcc
-+RESOURCES += res/resources.qrc
-
- exists(res/txt/git-info) {
- message("Configuring with --git-info")
-- RESOURCES += res/git.rcc
-+ RESOURCES += res/git.qrc
- }
-
- exists(res/txt/changelog) {
- message("Configuring with --changelog")
-- RESOURCES += res/changelog.rcc
-+ RESOURCES += res/changelog.qrc
- }
-
- linux-g++ {