Page MenuHomeSolus

0001-Initial-commit-of-grass.patch

Authored By
SW1-SCW
Mar 12 2017, 10:14 PM
Size
4 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit-of-grass.patch

From 213b2afba96726cccd5ff9869a111431c1c3b9a1 Mon Sep 17 00:00:00 2001
From: Jonathan Fulton <fulton.jonathan@gmail.com>
Date: Sun, 12 Mar 2017 15:01:33 -0700
Subject: [PATCH 1/1] Initial commit of grass
---
Makefile | 1 +
abi_used_libs | 18 ++++++++++++++++++
package.yml | 31 +++++++++++++++++++++++++++++++
pspec_x86_64.xml | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 84 insertions(+)
create mode 100644 Makefile
create mode 100644 abi_used_libs
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
index 0000000..963835a
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,18 @@
+libGL.so.1
+libGLU.so.1
+libX11.so.6
+libc.so.6
+libcairo.so.2
+libdl.so.2
+libfftw3.so.3
+libfontconfig.so.1
+libfreetype.so.6
+libgcc_s.so.1
+libgdal.so.20
+libm.so.6
+libpng15.so.15
+libproj.so.9
+libsqlite3.so.0
+libstdc++.so.6
+libtiff.so.5
+libz.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..0d0344d
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,31 @@
+name : grass
+version : 7.2.0
+release : 1
+source :
+ - https://grass.osgeo.org/grass72/source/grass-7.2.0.tar.gz : f0bc0c3cfccc98330ce01547bd86d8281f93f05a45b6115eb33044a07cf70750
+license : GPL-2.0
+component : multimedia.graphics
+summary : Geographic Information System (GIS)
+description: |
+ Geographic Resources Analysis Support System, commonly referred to as GRASS GIS, is a Geographic Information System (GIS) used for data management, image processing, graphics production, spatial modelling, and visualization of many types of data. It is Free (Libre) Software/Open Source released under GNU General Public License (GPL) >= V2. GRASS GIS is an official project of the Open Source Geospatial Foundation.
+builddeps :
+ - geos
+ - pkgconfig(fftw3f)
+ - pkgconfig(freetype2)
+ - pkgconfig(gdal)
+ - pkgconfig(gl)
+ - pkgconfig(glew)
+ - pkgconfig(libpng)
+ - pkgconfig(libtiff-4)
+ - pkgconfig(proj)
+ - pkgconfig(pycairo)
+ - pkgconfig(sqlite3)
+ - unixodbc-devel
+ - wxPython2-devel
+setup : |
+ %configure --with-freetype-includes=/usr/include/freetype2 \
+build : |
+ %make
+install : |
+ %make_install prefix=$installdir/usr/share/grass
+
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..1e94fb1
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,34 @@
+<PISI>
+ <Source>
+ <Name>grass</Name>
+ <Packager>
+ <Name>Jonathan Fulton</Name>
+ <Email>fulton.jonathan@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>multimedia.graphics</PartOf>
+ <Summary xml:lang="en">Geographic Information System (GIS)</Summary>
+ <Description xml:lang="en">Geographic Resources Analysis Support System, commonly referred to as GRASS GIS, is a Geographic Information System (GIS) used for data management, image processing, graphics production, spatial modelling, and visualization of many types of data. It is Free (Libre) Software/Open Source released under GNU General Public License (GPL) &gt;= V2. GRASS GIS is an official project of the Open Source Geospatial Foundation.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>grass</Name>
+ <Summary xml:lang="en">Geographic Information System (GIS)</Summary>
+ <Description xml:lang="en">Geographic Resources Analysis Support System, commonly referred to as GRASS GIS, is a Geographic Information System (GIS) used for data management, image processing, graphics production, spatial modelling, and visualization of many types of data. It is Free (Libre) Software/Open Source released under GNU General Public License (GPL) &gt;= V2. GRASS GIS is an official project of the Open Source Geospatial Foundation.
+</Description>
+ <PartOf>multimedia.graphics</PartOf>
+ <Files>
+ <Path fileType="data">/usr/share/grass</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-03-12</Date>
+ <Version>7.2.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jonathan Fulton</Name>
+ <Email>fulton.jonathan@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.12.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9788
Default Alt Text
0001-Initial-commit-of-grass.patch (4 KB)

Event Timeline