Package: gworkspace / 0.9.4-1

Metadata

Package Version Patches format
gworkspace 0.9.4-1 3.0 (quilt)

Patch series

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

DBKit/GNUmakefile.in | 2 2 + 0 - 0 !
FSNode/GNUmakefile.in | 2 2 + 0 - 0 !
GWMetadata/MDKit/GNUmakefile.in | 2 1 + 1 - 0 !
Inspector/GNUmakefile.in | 2 2 + 0 - 0 !
Operation/GNUmakefile.in | 2 2 + 0 - 0 !
5 files changed, 9 insertions(+), 1 deletion(-)

 link all needed libraries, fixes ftbfs with ld --no-undefined.
spelling errors.patch | (download)

GWMetadata/MDKit/MDKWindow.m | 2 1 + 1 - 0 !
GWMetadata/gmds/gmds/gmds.m | 4 2 + 2 - 0 !
GWMetadata/gmds/mdextractor/mdextractor.m | 2 1 + 1 - 0 !
GWMetadata/gmds/mdfind/mdfind.m | 2 1 + 1 - 0 !
GWorkspace/Desktop/GWDesktopManager.m | 6 3 + 3 - 0 !
GWorkspace/Finder/Finder.m | 2 1 + 1 - 0 !
Inspector/Attributes.m | 2 1 + 1 - 0 !
Operation/FileOpInfo.m | 2 1 + 1 - 0 !
Tools/ddbd/ddbd.m | 8 4 + 4 - 0 !
Tools/fswatcher/fswatcher.m | 2 1 + 1 - 0 !
10 files changed, 16 insertions(+), 16 deletions(-)

 fix miscellaneous spelling errors.
incompatible pointer types.patch | (download)

FSNode/FSNFunctions.h | 2 1 + 1 - 0 !
FSNode/FSNFunctions.m | 2 1 + 1 - 0 !
FSNode/FSNIconsView.m | 2 1 + 1 - 0 !
FSNode/FSNListView.m | 6 3 + 3 - 0 !
GWorkspace/Desktop/GWDesktopView.m | 4 2 + 2 - 0 !
5 files changed, 8 insertions(+), 8 deletions(-)

 fix incompatible-pointer-types compiler warning.
misc compiler warnings.patch | (download)

GWMetadata/MDKit/MDKAttributeEditor.h | 6 3 + 3 - 0 !
GWMetadata/MDKit/MDKAttributeView.h | 4 2 + 2 - 0 !
GWMetadata/MDKit/MDKQuery.m | 4 2 + 2 - 0 !
GWMetadata/MDKit/MDKWindow.m | 2 1 + 1 - 0 !
GWMetadata/gmds/mdextractor/mdextractor.m | 2 0 + 2 - 0 !
GWorkspace/TShelf/TShelfView.m | 2 1 + 1 - 0 !
6 files changed, 9 insertions(+), 11 deletions(-)

 fix miscellaneous compiler warnings.
 - @interface of class NSPopUpMenu not found
 - NSCollectionViewItem may not respond to -setTag:
 - logical not is only applied to the left hand side of comparison
 - initialization from distinct Objective-C type
 - variable is_daemon set but not used
 - comparison between pointer and zero character constant
ftbfs hurd.patch | (download)

GWMetadata/gmds/gmds/gmds.m | 9 6 + 3 - 0 !
GWMetadata/gmds/mdextractor/mdextractor.m | 11 7 + 4 - 0 !
2 files changed, 13 insertions(+), 7 deletions(-)

 fix ftbfs on gnu/hurd.
popplerkit.patch | (download)

Inspector/ContentViewers/GNUmakefile.in | 4 4 + 0 - 0 !
Inspector/ContentViewers/PdfViewer/GNUmakefile.in | 4 4 + 0 - 0 !
Inspector/ContentViewers/PdfViewer/PdfViewer.h | 9 9 + 0 - 0 !
Inspector/ContentViewers/PdfViewer/PdfViewer.m | 54 52 + 2 - 0 !
Inspector/aclocal.m4 | 26 26 + 0 - 0 !
Inspector/configure.ac | 5 4 + 1 - 0 !
Inspector/inspector.make.in | 1 1 + 0 - 0 !
7 files changed, 100 insertions(+), 3 deletions(-)

 support popplerkit.
 .
 GWorkspace uses PDFKit for the PDF inspector and extractor.  However,
 it can't be packaged for Debian as it is based on xpdf with the whole
 xpdf source bundled.  OTOH, PopplerKit has incomplete API and is
 unsupported upstream.
 .
 The current patch is not ready to be forwarded upstream:
 - additional testing is necessary;
 - need to check whether PDFKit build was not broken accidentally;
 - no support for the extractor yet (due to PoplerKit API limitations).