diff options
author | 2019-03-30 21:48:58 +0100 | |
---|---|---|
committer | 2019-03-31 12:39:24 +0200 | |
commit | 28b8a2ea90329c6acdcac59180213ec05a610399 (patch) | |
tree | 60005922bae35794173749dd11805cff6b36a94a /media-sound/lmms/files | |
parent | media-sound/lmms: Drop nonexistent cmake option (diff) | |
download | gentoo-28b8a2ea90329c6acdcac59180213ec05a610399.tar.gz gentoo-28b8a2ea90329c6acdcac59180213ec05a610399.tar.bz2 gentoo-28b8a2ea90329c6acdcac59180213ec05a610399.zip |
media-sound/lmms: Drop old
Closes: https://bugs.gentoo.org/677910
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/lmms/files')
-rw-r--r-- | media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch b/media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch deleted file mode 100644 index ee1328e8c962..000000000000 --- a/media-sound/lmms/files/lmms-1.2.0_rc4-qt-5.11.patch +++ /dev/null @@ -1,22 +0,0 @@ -From daa3f535158f321e7a01ea531fc3085f2d26ab37 Mon Sep 17 00:00:00 2001 -From: Hyunjin Song <tteu.ingog@gmail.com> -Date: Wed, 23 May 2018 14:59:45 +0900 -Subject: [PATCH] Fix compilation with Qt 5.11 (#4374) - -Add extends attribute for custom widget RowTableView per upstream uic change http://code.qt.io/cgit/qt/qtbase.git/commit/?id=058474884c2505a8a00d4c59b4922bfcd3597c2f ---- - src/gui/Forms/EffectSelectDialog.ui | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/gui/Forms/EffectSelectDialog.ui b/src/gui/Forms/EffectSelectDialog.ui -index a9c6de0191..f8e7734862 100644 ---- a/src/gui/Forms/EffectSelectDialog.ui -+++ b/src/gui/Forms/EffectSelectDialog.ui -@@ -102,6 +102,7 @@ - <customwidgets> - <customwidget> - <class>RowTableView</class> -+ <extends>QTableView</extends> - <header>RowTableView.h</header> - </customwidget> - </customwidgets> |