diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-05-30 15:13:59 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-30 23:36:03 +0200 |
commit | fa579ab1d2e4c4bc6de91e7451cbbd5ad849ed3e (patch) | |
tree | 07ddaeb836ea21779901da0779c0b0bc8980c607 /x11-misc/qt5ct/files | |
parent | x11-misc/qt5ct: verbump to 0.33. (diff) | |
download | gentoo-fa579ab1d2e4c4bc6de91e7451cbbd5ad849ed3e.tar.gz gentoo-fa579ab1d2e4c4bc6de91e7451cbbd5ad849ed3e.tar.bz2 gentoo-fa579ab1d2e4c4bc6de91e7451cbbd5ad849ed3e.zip |
x11-misc/qt5ct: remove old
Closes: https://github.com/gentoo/gentoo/pull/4808
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-misc/qt5ct/files')
-rw-r--r-- | x11-misc/qt5ct/files/qt5ct-0.32-fix-build-without-dbus.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-misc/qt5ct/files/qt5ct-0.32-fix-build-without-dbus.patch b/x11-misc/qt5ct/files/qt5ct-0.32-fix-build-without-dbus.patch deleted file mode 100644 index 532413b954c3..000000000000 --- a/x11-misc/qt5ct/files/qt5ct-0.32-fix-build-without-dbus.patch +++ /dev/null @@ -1,16 +0,0 @@ -See https://sourceforge.net/p/qt5ct/tickets/36/ - -diff --git a/src/qt5ct-qtplugin/qt5ct-qtplugin.pro b/src/qt5ct-qtplugin/qt5ct-qtplugin.pro ---- a/src/qt5ct-qtplugin/qt5ct-qtplugin.pro (revision 408) -+++ b/src/qt5ct-qtplugin/qt5ct-qtplugin.pro (working copy) -@@ -10,7 +10,9 @@ - QT += gui-private platformsupport-private - } - --greaterThan(QT_MINOR_VERSION, 5): QT += dbus -+!contains(DEFINES, QT_NO_DBUS):greaterThan(QT_MINOR_VERSION, 5) { -+ QT += dbus -+} - - SOURCES += \ - main.cpp \ |