[Lunar-commits] <moonbase> qgis4: initial import. As noted in the BUILD, revisit those copy lines on the next bump.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Feb 13 01:25:39 CET 2009


commit 052c8f30c8c15fde782578c5203e9bb8f8429d0b
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Feb 12 19:25:39 2009 -0500

    qgis4: initial import. As noted in the BUILD, revisit those copy lines
    on the next bump.
---
 qt4-apps/qgis4/BUILD   |   21 +++++++++++++++++++++
 qt4-apps/qgis4/DEPENDS |    4 ++++
 qt4-apps/qgis4/DETAILS |   19 +++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/qgis4/BUILD b/qt4-apps/qgis4/BUILD
new file mode 100644
index 0000000..3264890
--- /dev/null
+++ b/qt4-apps/qgis4/BUILD
@@ -0,0 +1,21 @@
+(
+
+# These cp's are a dirty hack to get this thing to compile. They say 1.0.1 when released
+# fixes this problem, so revisit on the next bump.
+  cp i18n/qgis_ar.ts i18n/qgis_fr.ts &&
+  cp i18n/qgis_ar.ts i18n/qgis_lo.ts &&
+  cp i18n/qgis_ar.ts i18n/qgis_it.ts &&
+  cp i18n/qgis_ar.ts i18n/qgis_lv.ts &&
+  cp i18n/qgis_ar.ts i18n/qgis_mn.ts &&
+  cp i18n/qgis_ar.ts i18n/qgis_sk.ts &&
+  cp i18n/qgis_ar.ts i18n/qgis_pt_BR.ts &&
+
+  source /etc/profile.d/qt4.rc &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+
+  default_make
+
+) > $C_FIFO 2>&1
+
diff --git a/qt4-apps/qgis4/DEPENDS b/qt4-apps/qgis4/DEPENDS
new file mode 100644
index 0000000..197a3b5
--- /dev/null
+++ b/qt4-apps/qgis4/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake
+depends qt4
+depends gdal
+depends postgis
diff --git a/qt4-apps/qgis4/DETAILS b/qt4-apps/qgis4/DETAILS
new file mode 100644
index 0000000..c78156c
--- /dev/null
+++ b/qt4-apps/qgis4/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=qgis4
+         VERSION=1.0.0
+          SOURCE=qgis_$VERSION.tar.gz
+      SOURCE_URL=http://download.osgeo.org/qgis/src/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/qgis_$VERSION
+      SOURCE_VFY=sha1:400e5f4a8b018dfeba16b08ffdf479f45e95fa01
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+        WEB_SITE=http://qgis.org/
+         ENTERED=20090212
+         UPDATED=20090212
+           SHORT="Qt based Geographic Information System"
+
+PSAFE=no
+cat << EOF
+QGIS supports vector, raster, and database formats. QGIS is licensed under the
+GNU General Public License. QGIS lets you browse and create map data on your
+computer. It supports many common spatial data formats (e.g. ESRI ShapeFile,
+geotiff). QGIS supports plugins to do things like display tracks from your GPS.
+EOF


More information about the Lunar-commits mailing list