Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging fix: separate sql anywhere package, fix lenny build …
…(Qt<4.5)

git-svn-id: http://svn.osgeo.org/qgis/trunk@14924 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 16, 2010
1 parent 6e9f0a9 commit f78d103
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 7 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,9 +1,9 @@
qgis (1.7.0) UNRELEASED; urgency=low

* new development version after 1.7 branch
* include sql anywhere plugin
* add qgis-sqlanywhere1.7.0 package

-- J�rgen E. Fischer <jef@norbit.de> Wed, 15 Dec 2010 23:49:44 +0100
-- Jürgen E. Fischer <jef@norbit.de> Thu, 16 Dec 2010 02:08:04 +0100

qgis (1.6.0) UNRELEASED; urgency=low

Expand Down
9 changes: 9 additions & 0 deletions debian/control.lenny
Expand Up @@ -172,3 +172,12 @@ Description: Quantum GIS mapserver
.
This package contains the Quantum GIS mapserver.

Package: qgis-sqlanywhere{QGIS_ABI}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Quantum GIS sql anywhere plugin and provider
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
.
This package contains the Quantum GIS sqlanywhere plugin and provider.

9 changes: 9 additions & 0 deletions debian/control.lucid
Expand Up @@ -173,3 +173,12 @@ Description: Quantum GIS mapserver
.
This package contains the Quantum GIS mapserver.

Package: qgis-sqlanywhere{QGIS_ABI}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Quantum GIS sql anywhere plugin and provider
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
.
This package contains the Quantum GIS sqlanywhere plugin and provider.

9 changes: 9 additions & 0 deletions debian/control.maverick
Expand Up @@ -174,3 +174,12 @@ Description: Quantum GIS mapserver
.
This package contains the Quantum GIS mapserver.

Package: qgis-sqlanywhere{QGIS_ABI}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Quantum GIS sql anywhere plugin and provider
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
.
This package contains the Quantum GIS sqlanywhere plugin and provider.

9 changes: 9 additions & 0 deletions debian/control.natty
Expand Up @@ -174,3 +174,12 @@ Description: Quantum GIS mapserver
.
This package contains the Quantum GIS mapserver.

Package: qgis-sqlanywhere{QGIS_ABI}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Quantum GIS sql anywhere plugin and provider
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
.
This package contains the Quantum GIS sqlanywhere plugin and provider.

9 changes: 9 additions & 0 deletions debian/control.squeeze
Expand Up @@ -173,3 +173,12 @@ Description: Quantum GIS mapserver
.
This package contains the Quantum GIS mapserver.

Package: qgis-sqlanywhere{QGIS_ABI}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Quantum GIS sql anywhere plugin and provider
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
.
This package contains the Quantum GIS sqlanywhere plugin and provider.

1 change: 0 additions & 1 deletion debian/qgis-providers.install
Expand Up @@ -7,4 +7,3 @@ usr/lib/qgis/plugins/libwmsprovider.so
usr/lib/qgis/plugins/libmemoryprovider.so
usr/lib/qgis/plugins/libspatialiteprovider.so
usr/lib/qgis/plugins/libosmprovider.so
usr/lib/qgis/plugins/libsqlanywhereprovider.so
3 changes: 3 additions & 0 deletions debian/qgis-sqlanywhere{QGIS_ABI}.install
@@ -0,0 +1,3 @@
usr/lib/qgis/plugins/libsqlanywhereplugin.so
usr/lib/qgis/plugins/libsqlanywhereprovider.so
usr/lib/libsqlanyconnection.so.{QGIS_ABI}
1 change: 0 additions & 1 deletion debian/qgis.install
Expand Up @@ -19,7 +19,6 @@ usr/lib/qgis/plugins/librasterterrainplugin.so
usr/lib/qgis/plugins/libspatialqueryplugin.so
usr/lib/qgis/plugins/libdisplacementplugin.so
usr/lib/qgis/plugins/libofflineeditingplugin.so
usr/lib/qgis/plugins/libsqlanywhereplugin.so
usr/share/pixmaps/qgis-icon.xpm
usr/share/pixmaps/qgis-mime-icon.png
usr/share/pixmaps/qgis-mime-icon.png usr/share/icons/crystalsvg/128x128/mimetypes
Expand Down
1 change: 1 addition & 0 deletions src/analysis/raster/qgsrastercalclexer.ll
Expand Up @@ -17,6 +17,7 @@
***************************************************************************/

%option noyywrap
%option nounput
%option case-insensitive
%option never-interactive

Expand Down
2 changes: 2 additions & 0 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -818,7 +818,9 @@ void QgsComposer::on_mActionExportAsSVG_triggered()
//height in pixel
int height = ( int )( mComposition->paperHeight() * mComposition->printResolution() / 25.4 );
generator.setSize( QSize( width, height ) );
#if QT_VERSION >= 0x040500
generator.setViewBox( QRect( 0, 0, width, height ) );
#endif
generator.setResolution( mComposition->printResolution() ); //because the rendering is done in mm, convert the dpi

QPainter p( &generator );
Expand Down
4 changes: 4 additions & 0 deletions src/gui/symbology-ng/qgsstylev2managerdialog.cpp
Expand Up @@ -26,6 +26,10 @@ QgsStyleV2ManagerDialog::QgsStyleV2ManagerDialog( QgsStyleV2* style, QWidget* pa

setupUi( this );

#if QT_VERSION >= 0x40500
tabItemType->setDocumentMode( true );
#endif

// setup icons
btnAddItem->setIcon( QIcon( QgsApplication::iconPath( "symbologyAdd.png" ) ) );
btnEditItem->setIcon( QIcon( QgsApplication::iconPath( "symbologyEdit.png" ) ) );
Expand Down
3 changes: 0 additions & 3 deletions src/ui/qgsstylev2managerdialogbase.ui
Expand Up @@ -31,9 +31,6 @@
<height>22</height>
</size>
</property>
<property name="documentMode">
<bool>true</bool>
</property>
<widget class="QWidget" name="tabMarker">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Ignored">
Expand Down

0 comments on commit f78d103

Please sign in to comment.