Package: wrapperfactory.app / 0.1.0-5

Metadata

Package Version Patches format
wrapperfactory.app 0.1.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
link libs.patch | (download)

libGSWrapper/GNUmakefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link with libobjc and use standard gnustep make variables.
make v2 strict.patch | (download)

GNUmakefile | 6 0 + 6 - 0 !
Launcher/GNUmakefile | 16 6 + 10 - 0 !
WrapperFactory/GNUmakefile | 3 0 + 3 - 0 !
WrapperFactory/ServicesProvider.m | 5 3 + 2 - 0 !
WrapperFactory/WrapperDocument.m | 56 49 + 7 - 0 !
libGSWrapper/GNUmakefile | 3 0 + 3 - 0 !
6 files changed, 58 insertions(+), 31 deletions(-)

 fix ftbfs with gnustep-make in strict v2 mode.
 Also adapt the app to the removal of the 1.x compatibility mode: some
 variables are obsolete and are no longer defined while normally
 nothing is exported in the environment.
Debian-Bug: https://bugs.debian.org/897620
gcc warnings.patch | (download)

WrapperFactory/Icon.m | 1 1 + 0 - 0 !
WrapperFactory/ServicesProvider.m | 5 0 + 5 - 0 !
WrapperFactory/TypesController.m | 1 1 + 0 - 0 !
WrapperFactory/WrapperDocument.m | 4 4 + 0 - 0 !
WrapperFactory/WrapperDocumentController.h | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 6 deletions(-)

 fix some compilation warnings.
 - method possibly missing a [super dealloc] call
 - conflicting types for -(void)controlTextDidChange:(NSNotification *)not
 - FreedesktopApplicationType defined but not used [-Wunused-variable]