[arch-commits] Commit in geogebra/repos (5 files)

Evgeniy Alekseev arcanis at archlinux.org
Thu Jan 25 13:29:26 UTC 2018


    Date: Thursday, January 25, 2018 @ 13:29:25
  Author: arcanis
Revision: 286806

archrelease: copy trunk to community-testing-x86_64

Added:
  geogebra/repos/community-testing-x86_64/
  geogebra/repos/community-testing-x86_64/ChangeLog
    (from rev 286805, geogebra/trunk/ChangeLog)
  geogebra/repos/community-testing-x86_64/PKGBUILD
    (from rev 286805, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-testing-x86_64/geogebra
    (from rev 286805, geogebra/trunk/geogebra)
  geogebra/repos/community-testing-x86_64/geogebra-mime.xml
    (from rev 286805, geogebra/trunk/geogebra-mime.xml)

-------------------+
 ChangeLog         |  112 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD          |   45 ++++++++++++++++++++
 geogebra          |    3 +
 geogebra-mime.xml |   27 ++++++++++++
 4 files changed, 187 insertions(+)

Copied: geogebra/repos/community-testing-x86_64/ChangeLog (from rev 286805, geogebra/trunk/ChangeLog)
===================================================================
--- community-testing-x86_64/ChangeLog	                        (rev 0)
+++ community-testing-x86_64/ChangeLog	2018-01-25 13:29:25 UTC (rev 286806)
@@ -0,0 +1,112 @@
+6.0.417.0-1:
+* upstream update
+* try to use electron app
+
+5.0.414.0-1:
+* upstream update
+
+5.0.400.0-1:
+* upstream update
+
+5.0.390.0-1:
+* upstream update
+* force java-8 (FS#55912)
+
+5.0.387.0-1:
+upstream update
+
+5.0.382.0-1:
+upstream update
+
+5.0.374.0-1:
+* upstream update
+* add mime xml (FS#54733)
+
+5.0.357.0-1:
+upstream update
+
+5.0.344.0-1:
+upstream update
+
+5.0.311.0-1:
+upstream update
+
+5.0.299.0-1:
+upstream update
+
+5.0.290.0-1:
+upstream update
+
+5.0.286.0-1
+upstream update
+
+5.0.280.0-1:
+upstream update
+
+5.0.274.0-1:
+upstream update
+
+5.0.266.0-1:
+upstream update
+
+5.0.260.0-1:
+upstream update
+
+5.0.241.0-1:
+upstream update
+
+5.0.231.0-1:
+upstream update, move to pacman hooks
+
+5.0.230.0-1:
+upstream update
+
+5.0.205.0-1:
+upstream update
+
+5.0.202.0-1:
+upstream update
+
+5.0.190.0-1:
+upstream update
+
+5.0.185.0-1:
+upstream update
+
+5.0.180.0-1:
+upstream update
+
+5.0.170.0-1:
+upstream update
+
+5.0.168.0-1:
+upstream update
+
+5.0.166.0-1:
+upstream update
+
+5.0.164.0-1:
+upstream update
+
+5.0.161.0-1:
+upstream update
+
+5.0.158.0-1:
+upstream update
+
+5.0.150.0-1:
+upstream update
+
+5.0.149.0-1:
+upstream update
+
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+

Copied: geogebra/repos/community-testing-x86_64/PKGBUILD (from rev 286805, geogebra/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-25 13:29:25 UTC (rev 286806)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux dot org>
+# Contributor: Felipe Hommen <felibank at gmail dot com>
+# Contributor: moostik <mooostik at gmail dot com>
+
+pkgname=geogebra
+pkgver=6.0.417.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
+arch=('x86_64')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'electron' 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=("http://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip"
+        "https://static.geogebra.org/images/geogebra-logo.svg"
+        "geogebra"
+        "geogebra-mime.xml")
+changelog=ChangeLog
+
+prepare() {
+  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
+          --name="GeoGebra" \
+          --categories="Education;Science;Math" \
+          --mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
+}
+
+package() {
+  cd "GeoGebra-linux-x64"
+
+  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
+  install -dm755 "${pkgdir}/usr/lib/geogebra"
+  cp -dpr --no-preserve=ownership "resources" "${pkgdir}/usr/lib/geogebra"
+  cp -dpr --no-preserve=ownership "locales" "${pkgdir}/usr/lib/geogebra"
+
+  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"
+}
+
+sha512sums=('546cff48442afdf95c51be2e8387d16e0e55eddb5ad3718f3198b2c736bbde74795d43a61ede58062059e1b8a3377a72a303ef4eb1181ae44f86b121dc68fca8'
+            'a946acb8867f497c68ce6f8fff8172da4a43a9ca118aafcc5ac414318fd52c4bc6ada387bdfa296f0ff2e1d7411ae345b61197b4adaa3f54299aab837647df55'
+            '18176e1776593161fffbb433df41db7961440068941cf58eadd9a5c0e12f3de7c04cdc4bcdcefa7d312d2b3c1f9f92318ffac32762034df47f95a44391885a64'
+            '415e73ff15524d5e81b05cf4c31241f4e21a4eedcef0a11e5af82423f9a7c2cbf632e9ee1e86b4cc60ebc566472462979a65cb7f3cfc9f94243fb545ac042a0f')

Copied: geogebra/repos/community-testing-x86_64/geogebra (from rev 286805, geogebra/trunk/geogebra)
===================================================================
--- community-testing-x86_64/geogebra	                        (rev 0)
+++ community-testing-x86_64/geogebra	2018-01-25 13:29:25 UTC (rev 286806)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+electron "/usr/lib/geogebra/resources/app" $@

Copied: geogebra/repos/community-testing-x86_64/geogebra-mime.xml (from rev 286805, geogebra/trunk/geogebra-mime.xml)
===================================================================
--- community-testing-x86_64/geogebra-mime.xml	                        (rev 0)
+++ community-testing-x86_64/geogebra-mime.xml	2018-01-25 13:29:25 UTC (rev 286806)
@@ -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