~ubuntu-branches/debian/sid/texstudio/sid

« back to all changes in this revision

Viewing changes to debian/patches/01-use-libhunspell.patch

  • Committer: Package Import Robot
  • Author(s): Tom Jampen
  • Date: 2014-09-10 07:36:27 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140910073627-25emtb7omxdfjuvl
Tags: 2.8.4+debian-1
* Merging upstream version 2.8.4+debian.
* Regenerating 01-use-libhunspell.patch.
* Updating 04-no-qt-translations.patch to also exclude qt_pl.qm.
* Regenerating 05-use-libsynctex.patch.
* Updating package description to include new polish translations.
* Switching to default xz compression level in rules.
* Rebuilding upstream tarball without:
  - conflicting debian directory
  - unused hunspell directory
  - unused include_win32 directory
  - unused include_win32_qt5 directory
  - unused qt translations
  - unused dictionary and thesaurus files
  - unused TexTablet directory
  - unused poppler-data directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 hunspell.
5
5
 
6
6
diff -Naurp a/texstudio.pro b/texstudio.pro
7
 
--- a/texstudio.pro     2014-08-05 06:49:20.580875407 +0200
8
 
+++ b/texstudio.pro     2014-08-05 06:49:41.949683410 +0200
9
 
@@ -11,6 +11,10 @@ greaterThan(QT_MAJOR_VERSION, 4) {
10
 
     CONFIG += qt precompile_header uitools
 
7
--- a/texstudio.pro     2014-09-10 06:52:49.384411417 +0200
 
8
+++ b/texstudio.pro     2014-09-10 06:53:05.157005202 +0200
 
9
@@ -12,6 +12,10 @@ greaterThan(QT_MAJOR_VERSION, 4) {
 
10
     CONFIG -= precompile_header
11
11
 }
12
12
 
13
13
+# build against libhunspell
17
17
 # allow loading extra config by file for automatic compilations (OBS)
18
18
 exists(texstudio.pri):include(texstudio.pri)
19
19
 QT += network \
20
 
@@ -434,26 +438,11 @@ unix {
 
20
@@ -438,26 +442,11 @@ unix {
21
21
         utilities/usermanual_en.html \
22
22
        utilities/usermanual.css \
23
23
         utilities/usermanual_fr.html \
44
44
         utilities/AUTHORS \
45
45
         utilities/COPYING \
46
46
         utilities/CHANGELOG.txt
47
 
@@ -461,9 +450,6 @@ unix {
 
47
@@ -465,9 +454,6 @@ unix {
48
48
         utilities
49
49
 }
50
50