[arch-commits] Commit in geogebra/repos (5 files)
Evgeniy Alekseev
arcanis at archlinux.org
Fri Mar 29 20:37:48 UTC 2019
Date: Friday, March 29, 2019 @ 20:37:47
Author: arcanis
Revision: 446088
archrelease: copy trunk to community-staging-x86_64
Added:
geogebra/repos/community-staging-x86_64/
geogebra/repos/community-staging-x86_64/ChangeLog
(from rev 446087, geogebra/trunk/ChangeLog)
geogebra/repos/community-staging-x86_64/PKGBUILD
(from rev 446087, geogebra/trunk/PKGBUILD)
geogebra/repos/community-staging-x86_64/geogebra
(from rev 446087, geogebra/trunk/geogebra)
geogebra/repos/community-staging-x86_64/geogebra-mime.xml
(from rev 446087, geogebra/trunk/geogebra-mime.xml)
-------------------+
ChangeLog | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++
PKGBUILD | 44 ++++++++++++++++
geogebra | 4 +
geogebra-mime.xml | 27 ++++++++++
4 files changed, 215 insertions(+)
Copied: geogebra/repos/community-staging-x86_64/ChangeLog (from rev 446087, geogebra/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog (rev 0)
+++ community-staging-x86_64/ChangeLog 2019-03-29 20:37:47 UTC (rev 446088)
@@ -0,0 +1,140 @@
+6.0.529.0-1:
+* upstream update
+* switch to electron2 since package does not work with electron4 yet
+
+6.0.518.0-1:
+upstream update
+
+6.0.487.0-1:
+upstream update
+
+6.0.472.0-1:
+upstream update
+
+6.0.464.0-1:
+upstream update
+
+6.0.451.0-1:
+upstream update
+
+6.0.445.0-1:
+upstream update
+
+6.0.432.0-1:
+upstream update
+
+6.0.427.0-1:
+* upstream update
+
+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-staging-x86_64/PKGBUILD (from rev 446087, geogebra/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-03-29 20:37:47 UTC (rev 446088)
@@ -0,0 +1,44 @@
+# 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.529.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
+arch=('x86_64')
+url='https://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'electron2' 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=("https://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=('c9d53b6198cdd558a13ad774a08f6f405a805cccfda0d2abdfc2a13305030e3ac0927b21d1abb06ab2b7c5634fde8673aa221eb5abccd2a8c47d2c09ed77613e'
+ 'a946acb8867f497c68ce6f8fff8172da4a43a9ca118aafcc5ac414318fd52c4bc6ada387bdfa296f0ff2e1d7411ae345b61197b4adaa3f54299aab837647df55'
+ '9fecb6e28acbd99e2761907150ccd119510de544c108fffc1be0bfe84db14d6652f673bd74dd2a67d27416a17dffc22b67577738c21817205b73c8e432ae1d07'
+ '415e73ff15524d5e81b05cf4c31241f4e21a4eedcef0a11e5af82423f9a7c2cbf632e9ee1e86b4cc60ebc566472462979a65cb7f3cfc9f94243fb545ac042a0f')
Copied: geogebra/repos/community-staging-x86_64/geogebra (from rev 446087, geogebra/trunk/geogebra)
===================================================================
--- community-staging-x86_64/geogebra (rev 0)
+++ community-staging-x86_64/geogebra 2019-03-29 20:37:47 UTC (rev 446088)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# doesn't work with electron 4 yet
+electron2 "/usr/lib/geogebra/resources/app" $@
Copied: geogebra/repos/community-staging-x86_64/geogebra-mime.xml (from rev 446087, geogebra/trunk/geogebra-mime.xml)
===================================================================
--- community-staging-x86_64/geogebra-mime.xml (rev 0)
+++ community-staging-x86_64/geogebra-mime.xml 2019-03-29 20:37:47 UTC (rev 446088)
@@ -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