~ubuntu-branches/debian/squeeze/kdelibs/squeeze

« back to all changes in this revision

Viewing changes to .pc/97_automake_cleanup.diff/interfaces/kscript/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-08-07 23:20:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100807232021-owvkgp5wpc076s33
Tags: 4:3.5.10.dfsg.1-5
* Change by email address to @debian.org.
* Drop common HTML docs from kdelibs-data package. Instead suggest
  kdelibs5-data which ships them (Closes: #591609). What's more, whoever
  wants to view docs, will have to install khelpcenter4 which pulls in
  kdelibs5-data anyway.
* Switch to dpkg-source format 3.0 (quilt):
  - drop simple-patchsys.mk from debian/rules;
  - add debian/patches/series file.
* Fix corruption of zip files caused by wrong encoding of umlauts in kzip
  (patch 67_kio_zip_file_encoding.diff). (Closes: #563942) Thanks to Bjoern
  Ricks for the patch.
* Support opening of KDE 4 khelpcenter in Help -> Handbook. (Closes: #525621)
  Thanks to Ben Burton for the patch.
* Do not recurse into .pc subdirectory with doxygen 
  (patch debian/patches/02_exclude_pc_from_dox.diff).
* Urgency=medium due to multiple RC bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = . sample
 
2
 
 
3
INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir) -I$(srcdir) -I$(srcdir)/.. $(all_includes)
 
4
 
 
5
#lib_LTLIBRARIES = libkscriptloader.la libkscript.la
 
6
lib_LTLIBRARIES = libkscript.la
 
7
#libkscriptloader_la_SOURCES = scriptloader.cpp
 
8
#libkscriptloader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 
9
#libkscriptloader_la_LIBADD = $(LIB_KPARTS)
 
10
 
 
11
libkscript_la_SOURCES = scriptmanager.cpp
 
12
libkscript_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
 
13
libkscript_la_LIBADD = $(LIB_KIO)
 
14
 
 
15
kscriptinclude_HEADERS = scriptinterface.h scriptclientinterface.h scriptmanager.h
 
16
kscriptincludedir = $(includedir)
 
17
 
 
18
METASOURCES = AUTO
 
19
 
 
20
servicetypedir = $(kde_servicetypesdir)
 
21
servicetype_DATA = scriptinterface.desktop