Date: Monday, February 7, 2022 @ 15:19:12 Author: arojas Revision: 1128183
archrelease: copy trunk to community-x86_64 Added: geogebra/repos/community-x86_64/PKGBUILD (from rev 1128182, geogebra/trunk/PKGBUILD) geogebra/repos/community-x86_64/geogebra (from rev 1128182, geogebra/trunk/geogebra) geogebra/repos/community-x86_64/geogebra-mime.xml (from rev 1128182, geogebra/trunk/geogebra-mime.xml) geogebra/repos/community-x86_64/geogebra.desktop (from rev 1128182, geogebra/trunk/geogebra.desktop) Deleted: geogebra/repos/community-x86_64/PKGBUILD geogebra/repos/community-x86_64/geogebra geogebra/repos/community-x86_64/geogebra-mime.xml geogebra/repos/community-x86_64/geogebra.desktop -------------------+ PKGBUILD | 72 ++++++++++++++++++++++++++-------------------------- geogebra | 6 ++-- geogebra-mime.xml | 54 +++++++++++++++++++-------------------- geogebra.desktop | 22 +++++++-------- 4 files changed, 77 insertions(+), 77 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-02-07 15:18:57 UTC (rev 1128182) +++ PKGBUILD 2022-02-07 15:19:12 UTC (rev 1128183) @@ -1,36 +0,0 @@ -# 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.686.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=(electron) -source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip - https://static.geogebra.org/images/geogebra-logo.svg - geogebra - geogebra.desktop - geogebra-mime.xml) -sha256sums=('02e9267828dc3e2c822ec1b4007971f1eb0d0eb7922ae958ddca218d074fef44' - '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07' - '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57' - 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98' - '100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4') - -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 -t "$pkgdir"/usr/share/applications/ - 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 -} Copied: geogebra/repos/community-x86_64/PKGBUILD (from rev 1128182, geogebra/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-02-07 15:19:12 UTC (rev 1128183) @@ -0,0 +1,36 @@ +# 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.687.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=(electron) +source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip + https://static.geogebra.org/images/geogebra-logo.svg + geogebra + geogebra.desktop + geogebra-mime.xml) +sha256sums=('010a5c7b700d373cafe3e0fe17dc6bdec2eb969eece8cfa1056f20ef33c202b7' + '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07' + '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57' + 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98' + '100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4') + +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 -t "$pkgdir"/usr/share/applications/ + 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 +} Deleted: geogebra =================================================================== --- geogebra 2022-02-07 15:18:57 UTC (rev 1128182) +++ geogebra 2022-02-07 15:19:12 UTC (rev 1128183) @@ -1,3 +0,0 @@ -#!/bin/sh - -electron "/usr/lib/geogebra/resources/app" $@ Copied: geogebra/repos/community-x86_64/geogebra (from rev 1128182, geogebra/trunk/geogebra) =================================================================== --- geogebra (rev 0) +++ geogebra 2022-02-07 15:19:12 UTC (rev 1128183) @@ -0,0 +1,3 @@ +#!/bin/sh + +electron "/usr/lib/geogebra/resources/app" $@ Deleted: geogebra-mime.xml =================================================================== --- geogebra-mime.xml 2022-02-07 15:18:57 UTC (rev 1128182) +++ geogebra-mime.xml 2022-02-07 15:19:12 UTC (rev 1128183) @@ -1,27 +0,0 @@ -<?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> Copied: geogebra/repos/community-x86_64/geogebra-mime.xml (from rev 1128182, geogebra/trunk/geogebra-mime.xml) =================================================================== --- geogebra-mime.xml (rev 0) +++ geogebra-mime.xml 2022-02-07 15:19:12 UTC (rev 1128183) @@ -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> Deleted: geogebra.desktop =================================================================== --- geogebra.desktop 2022-02-07 15:18:57 UTC (rev 1128182) +++ geogebra.desktop 2022-02-07 15:19:12 UTC (rev 1128183) @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=GeoGebra -Comment=Dynamic mathematics software with interactive graphics, algebra and spreadsheet -Exec=geogebra -Icon=geogebra -Terminal=false -StartupNotify=false -Categories=Education;Science;Math; -MimeType=application/vnd.geogebra.file;application/vnd.geogebra.tool; Copied: geogebra/repos/community-x86_64/geogebra.desktop (from rev 1128182, geogebra/trunk/geogebra.desktop) =================================================================== --- geogebra.desktop (rev 0) +++ geogebra.desktop 2022-02-07 15:19:12 UTC (rev 1128183) @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=GeoGebra +Comment=Dynamic mathematics software with interactive graphics, algebra and spreadsheet +Exec=geogebra +Icon=geogebra +Terminal=false +StartupNotify=false +Categories=Education;Science;Math; +MimeType=application/vnd.geogebra.file;application/vnd.geogebra.tool;