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

Evgeniy Alekseev arcanis at archlinux.org
Wed Aug 10 10:35:22 UTC 2016


    Date: Wednesday, August 10, 2016 @ 10:35:21
  Author: arcanis
Revision: 186307

archrelease: copy trunk to community-any

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

-----------+
 ChangeLog |  125 ++++++++++++++++++++++++++++++------------------------------
 PKGBUILD  |   84 ++++++++++++++++++++--------------------
 geogebra  |   14 +++---
 3 files changed, 113 insertions(+), 110 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2016-08-10 10:35:05 UTC (rev 186306)
+++ ChangeLog	2016-08-10 10:35:21 UTC (rev 186307)
@@ -1,61 +0,0 @@
-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-any/ChangeLog (from rev 186306, geogebra/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2016-08-10 10:35:21 UTC (rev 186307)
@@ -0,0 +1,64 @@
+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
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-10 10:35:05 UTC (rev 186306)
+++ PKGBUILD	2016-08-10 10:35:21 UTC (rev 186307)
@@ -1,42 +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.260.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")
-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=('f02d7df5640e3bbf384cacef69d84078'
-         '863782da033f1a337e688b544afb7d07'
-         'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 186306, geogebra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-10 10:35:21 UTC (rev 186307)
@@ -0,0 +1,42 @@
+# $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.266.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")
+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=('6c3c4a93034ab3c97c935f852d167de1'
+         '863782da033f1a337e688b544afb7d07'
+         'fc4a3140ceb50967598a620eb85219f4')

Deleted: geogebra
===================================================================
--- geogebra	2016-08-10 10:35:05 UTC (rev 186306)
+++ geogebra	2016-08-10 10:35:21 UTC (rev 186307)
@@ -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 186306, geogebra/trunk/geogebra)
===================================================================
--- geogebra	                        (rev 0)
+++ geogebra	2016-08-10 10:35:21 UTC (rev 186307)
@@ -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" "$@"



More information about the arch-commits mailing list