summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-10-29 13:42:20 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-10-29 18:20:30 +0200
commit988cc71e9323b4766dd100818fa7667b2986042f (patch)
tree8734a787848cd0e0f9e0357ca9bf1536448e1278 /media-sound/terminatorx/files
parentmedia-sound/sound-juicer: Stabilize 3.38.0 ppc64, #758815 (diff)
downloadgentoo-988cc71e9323b4766dd100818fa7667b2986042f.tar.gz
gentoo-988cc71e9323b4766dd100818fa7667b2986042f.tar.bz2
gentoo-988cc71e9323b4766dd100818fa7667b2986042f.zip
media-sound/terminatorx: removed obsolete 4.0.1-r2
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/terminatorx/files')
-rw-r--r--media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch12
-rw-r--r--media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch17
2 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch b/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch
deleted file mode 100644
index 970b72f4de81..000000000000
--- a/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/terminatorX.desktop
-+++ b/terminatorX.desktop
-@@ -8,5 +8,5 @@ Comment=Versatile DJ scratching and mixing application.
- Terminal=false
- Type=Application
- Icon=terminatorX
--Categories=Application;AudioVideo;
-+Categories=AudioVideo;
- StartupNotify=true
---
-2.26.2
-
diff --git a/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch b/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch
deleted file mode 100644
index 566dfecc210b..000000000000
--- a/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix build failure on kfreebsd
-Author: Sebastian Ramacher <sramacher@debian.org>
-Bug-Debian: https://bugs.debian.org/741623
-Forwarded: yes
-Last-Update: 2014-04-25
-
---- a/src/tX_dialog.cc
-+++ b/src/tX_dialog.cc
-@@ -244,7 +244,7 @@ void append_alsa_device_list(GtkComboBox
- }
- }
- #else
--void append_alsa_device_list(GtkComboBoxText *combo) {
-+void append_alsa_device_list(GtkComboBoxText *combo, char* current) {
- }
- #endif
-