[arch-commits] Commit in geogebra/repos/community-any (8 files)

Evgeniy Alekseev arcanis at archlinux.org
Thu Oct 22 23:48:05 UTC 2015


    Date: Friday, October 23, 2015 @ 01:48:04
  Author: arcanis
Revision: 144754

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
    (from rev 144753, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
    (from rev 144753, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
    (from rev 144753, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
    (from rev 144753, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

------------------+
 ChangeLog        |   95 +++++++++++++++++++++++++++--------------------------
 PKGBUILD         |   86 +++++++++++++++++++++++------------------------
 geogebra         |   14 +++----
 geogebra.install |   28 +++++++--------
 4 files changed, 113 insertions(+), 110 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2015-10-22 23:47:43 UTC (rev 144753)
+++ ChangeLog	2015-10-22 23:48:04 UTC (rev 144754)
@@ -1,46 +0,0 @@
-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
-
-5.0.128.0-1:
-upstream update
-
-5.0.119.0-1:
-upstream update
-
-5.0.112.0-1:
-upstream update
-
-5.0.82.0-1:
-upstream update
-
-5.0.74.0-1:
-upstream update
-
-5.0.57.0-1:
-upstream update
-
-5.0.56.0-1:
-upstream update
-
-5.0.53.0-1:
-upstream update
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 144753, geogebra/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2015-10-22 23:48:04 UTC (rev 144754)
@@ -0,0 +1,49 @@
+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
+
+5.0.128.0-1:
+upstream update
+
+5.0.119.0-1:
+upstream update
+
+5.0.112.0-1:
+upstream update
+
+5.0.82.0-1:
+upstream update
+
+5.0.74.0-1:
+upstream update
+
+5.0.57.0-1:
+upstream update
+
+5.0.56.0-1:
+upstream update
+
+5.0.53.0-1:
+upstream update
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-22 23:47:43 UTC (rev 144753)
+++ PKGBUILD	2015-10-22 23:48:04 UTC (rev 144754)
@@ -1,43 +0,0 @@
-# $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=5.0.161.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
-         'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2"
-        "http://static.geogebra.org/images/geogebra-logo.svg"
-        "geogebra")
-install=geogebra.install
-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-Portable-${pkgver}"
-
-  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
-  install -dm755 "${pkgdir}/usr/share/geogebra"
-  install "geogebra/"* -t "${pkgdir}/usr/share/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"
-}
-
-md5sums=('7e41e89d841972704945f7248774ec31'
-         '863782da033f1a337e688b544afb7d07'
-         'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 144753, geogebra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-22 23:48:04 UTC (rev 144754)
@@ -0,0 +1,43 @@
+# $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=5.0.164.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+         'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2"
+        "http://static.geogebra.org/images/geogebra-logo.svg"
+        "geogebra")
+install=geogebra.install
+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-Portable-${pkgver}"
+
+  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
+  install -dm755 "${pkgdir}/usr/share/geogebra"
+  install "geogebra/"* -t "${pkgdir}/usr/share/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"
+}
+
+md5sums=('10ef5ebd68a3148257804d6f62950bec'
+         '863782da033f1a337e688b544afb7d07'
+         'fc4a3140ceb50967598a620eb85219f4')

Deleted: geogebra
===================================================================
--- geogebra	2015-10-22 23:47:43 UTC (rev 144753)
+++ geogebra	2015-10-22 23:48:04 UTC (rev 144754)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-GG_PATH="/usr/share"
-export GG_CONFIG_PATH="$HOME"
-export JAVACMD="/usr/bin/java"
-
-exec "$GG_PATH/geogebra/geogebra" "$@"

Copied: geogebra/repos/community-any/geogebra (from rev 144753, geogebra/trunk/geogebra)
===================================================================
--- geogebra	                        (rev 0)
+++ geogebra	2015-10-22 23:48:04 UTC (rev 144754)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+GG_PATH="/usr/share"
+export GG_CONFIG_PATH="$HOME"
+export JAVACMD="/usr/bin/java"
+
+exec "$GG_PATH/geogebra/geogebra" "$@"

Deleted: geogebra.install
===================================================================
--- geogebra.install	2015-10-22 23:47:43 UTC (rev 144753)
+++ geogebra.install	2015-10-22 23:48:04 UTC (rev 144754)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/ > /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 144753, geogebra/trunk/geogebra.install)
===================================================================
--- geogebra.install	                        (rev 0)
+++ geogebra.install	2015-10-22 23:48:04 UTC (rev 144754)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/ > /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+



More information about the arch-commits mailing list