[arch-commits] Commit in geogebra/trunk (ChangeLog PKGBUILD geogebra-mime.xml)

Evgeniy Alekseev arcanis at archlinux.org
Tue Jul 11 10:02:18 UTC 2017


    Date: Tuesday, July 11, 2017 @ 10:02:18
  Author: arcanis
Revision: 244055

upgpkg: geogebra 5.0.374.0-1
* add mime type file as well (see FS#54733)

Added:
  geogebra/trunk/geogebra-mime.xml
Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

-------------------+
 ChangeLog         |    4 ++++
 PKGBUILD          |   13 ++++++++-----
 geogebra-mime.xml |   27 +++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2017-07-11 09:59:41 UTC (rev 244054)
+++ ChangeLog	2017-07-11 10:02:18 UTC (rev 244055)
@@ -1,3 +1,7 @@
+5.0.374.0-1:
+* upstream update
+* add mime xml (FS#54733)
+
 5.0.357.0-1:
 upstream update
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 09:59:41 UTC (rev 244054)
+++ PKGBUILD	2017-07-11 10:02:18 UTC (rev 244055)
@@ -5,7 +5,7 @@
 # Contributor: moostik <mooostik at gmail dot com>
 
 pkgname=geogebra
-pkgver=5.0.357.0
+pkgver=5.0.374.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
 arch=('any')
@@ -16,7 +16,8 @@
 makedepends=('gendesk')
 source=("https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver//./-}.tar.bz2"
         "https://static.geogebra.org/images/geogebra-logo.svg"
-        "geogebra")
+        "geogebra"
+        "geogebra-mime.xml")
 changelog=ChangeLog
 
 prepare() {
@@ -35,8 +36,10 @@
 
   install -Dm644 "${srcdir}/geogebra.desktop" "${pkgdir}/usr/share/applications/geogebra.desktop"
   install -Dm644 "${srcdir}/geogebra-logo.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
+  install -Dm644 "${srcdir}/geogebra-mime.xml" "${pkgdir}/usr/share/mime/packages/geogebra.xml"
 }
 
-md5sums=('ed4ac3da488cf952adacfe82cf999473'
-         '863782da033f1a337e688b544afb7d07'
-         'fc4a3140ceb50967598a620eb85219f4')
+sha512sums=('509cd7551c7f3cab54d94a15cd742c3ce1ec2014a0e189f2fa4a24868f1a46bc5c2e28a8136e2935d962449860df4f910d1da6da717a6867f4f7db2f751d21ea'
+            'a946acb8867f497c68ce6f8fff8172da4a43a9ca118aafcc5ac414318fd52c4bc6ada387bdfa296f0ff2e1d7411ae345b61197b4adaa3f54299aab837647df55'
+            '181910e31cb9494f5c4c7ac25c66aa92d11c35eaebeb046ac902ff5075ee94d64e851e59600d994093380163527b730d2d47b4f1de10eb1251b99c253e03bfea'
+            '415e73ff15524d5e81b05cf4c31241f4e21a4eedcef0a11e5af82423f9a7c2cbf632e9ee1e86b4cc60ebc566472462979a65cb7f3cfc9f94243fb545ac042a0f')

Added: geogebra-mime.xml
===================================================================
--- geogebra-mime.xml	                        (rev 0)
+++ geogebra-mime.xml	2017-07-11 10:02:18 UTC (rev 244055)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/vnd.geogebra.file">
+         <comment>GeoGebra worksheet</comment>
+         <comment xml:lang="cs">Pracovní list GeoGebry</comment>
+         <comment xml:lang="de">GeoGebra-Arbeitsblatt</comment>
+         <comment xml:lang="es">Archivo GeoGebra</comment>
+         <comment xml:lang="fr">Feuille de travail GeoGebra </comment>
+         <comment xml:lang="hi">जीओ-जेब्रा कार्य-पत्र</comment>
+         <comment xml:lang="it">Foglio di lavoro GeoGebra </comment>
+         <comment xml:lang="pt-BR">Planilha GeoGebra</comment>
+         <sub-class-of type="application/zip"/>
+         <glob pattern="*.ggb"/>
+  </mime-type>
+  <mime-type type="application/vnd.geogebra.tool">
+         <comment>GeoGebra tool</comment>
+         <comment xml:lang="cs">Nástroj GeoGebry</comment>
+         <comment xml:lang="de">GeoGebra-Werkzeug</comment>
+         <comment xml:lang="es">Herramienta GeoGebra</comment>
+         <comment xml:lang="fr">Outil GeoGebra</comment>
+         <comment xml:lang="hi">जीओ-जेब्रा साधन</comment>
+         <comment xml:lang="it">Strumento GeoGebra</comment>
+         <comment xml:lang="pt-BR">Ferramenta GeoGebra</comment>
+         <sub-class-of type="application/zip"/>
+         <glob pattern="*.ggt"/>
+  </mime-type>
+</mime-info>



More information about the arch-commits mailing list