laditools: remove package
This commit is contained in:
parent
8c7e5f9420
commit
b5e400eb8e
|
@ -1,26 +0,0 @@
|
|||
commit 97b8cf3d7abb33aa664cf09aae826362730eef87
|
||||
Author: Ross Gammon <rossgammon@mail.dk>
|
||||
Date: Tue Mar 8 00:02:09 2016 +0100
|
||||
|
||||
Port from python-enum to python-enum34
|
||||
|
||||
Fixes Debian Bug #800805
|
||||
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800805
|
||||
|
||||
diff --git laditools/ladish.py laditools/ladish.py
|
||||
index 3613149..21fc53b 100644
|
||||
--- a/laditools/ladish.py
|
||||
+++ b/laditools/ladish.py
|
||||
@@ -28,10 +28,8 @@ control_obj_path = "/org/ladish/Control"
|
||||
studio_obj_path = "/org/ladish/Studio"
|
||||
service_name = name_base
|
||||
|
||||
-LadishStatusType = Enum("STUDIO_STOPPED",
|
||||
- "NOT_AVAILABLE",
|
||||
- "NO_STUDIO_LOADED",
|
||||
- "STUDIO_RUNNING")
|
||||
+LadishStatusType = Enum("LadishStatusType",
|
||||
+ "STUDIO_STOPPED NOT_AVAILABLE NO_STUDIO_LOADED STUDIO_RUNNING")
|
||||
|
||||
class LadishProxyError(Exception): pass
|
||||
class LadishStudioException(Exception): pass
|
|
@ -1,21 +0,0 @@
|
|||
Support for vte >= 0.52.
|
||||
See https://bugs.launchpad.net/ubuntu/+source/laditools/+bug/1669111.
|
||||
|
||||
--- a/ladi-system-log 2015-09-13 23:38:51.000000000 +0200
|
||||
+++ b/ladi-system-log 2018-10-17 18:04:59.687899590 +0200
|
||||
@@ -190,13 +190,13 @@
|
||||
|
||||
def on_clear_text (self, data=None):
|
||||
current_view = self.logview_notebook.get_current_page ()
|
||||
- self.log_files[current_view]["term"].feed ("\033[2J\033[;f", -1)
|
||||
+ self.log_files[current_view]["term"].feed ("\033[2J\033[;f")
|
||||
|
||||
def on_purge (self, data=None):
|
||||
current_view = self.logview_notebook.get_current_page ()
|
||||
# Opens the file in write anew mode thus clearing the file and close it right away
|
||||
open (self.log_files[current_view]['logfile_path'], "w+")
|
||||
- self.log_files[current_view]["term"].feed ("\033[2J\033[;f", -1)
|
||||
+ self.log_files[current_view]["term"].feed ("\033[2J\033[;f")
|
||||
|
||||
def run (self):
|
||||
self.ui.show_all()
|
|
@ -1,18 +0,0 @@
|
|||
# Template file for 'laditools'
|
||||
pkgname=laditools
|
||||
version=1.1.0
|
||||
revision=3
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-distutils-extra intltool librsvg-utils"
|
||||
depends="ladish jack gtk+3 python-gobject python-dbus python-enum34 python-xdg vte3"
|
||||
short_desc="Linux Audio Desktop Integration Tools"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/alessio/laditools"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=ca99f4b6e17b7333ed87dd12a2d91da4d486e53d89dd2677edfa29170ec6efe5
|
||||
|
||||
post_install() {
|
||||
# remove wmladi, we do not have wmdocklib.
|
||||
rm -f ${DESTDIR}/usr/bin/wmladi
|
||||
}
|
|
@ -196,6 +196,7 @@ replaces="
|
|||
keepassx2<=2.0.3_2
|
||||
keepassx<=0.4.4_2
|
||||
key-mon<=1.17_5
|
||||
laditools<=1.1.0_3
|
||||
libapp<=20140527_2
|
||||
libco-devel<=20_1
|
||||
libco<=20_1
|
||||
|
|
Loading…
Reference in New Issue