summaryrefslogtreecommitdiff
path: root/media-sound/terminatorx/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-30 19:43:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-30 19:43:03 +0100
commit162945d2a91899b637bbb9e163b406350de12906 (patch)
tree49cc2cc66f724a7c6f033f93aaba4ae3be1f2259 /media-sound/terminatorx/files
parentf660c6de84558324d784218831d8f0782ee41e2e (diff)
gentoo resync : 30.10.2021
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
-