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

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 05:01:19 UTC 2014


    Date: Sunday, May 18, 2014 @ 07:01:18
  Author: fyan
Revision: 111404

archrelease: copy trunk to community-any

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

------------------+
 PKGBUILD         |   60 ++++++++++++++++++++++++++---------------------------
 geogebra.install |   28 ++++++++++++------------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-18 05:00:41 UTC (rev 111403)
+++ PKGBUILD	2014-05-18 05:01:18 UTC (rev 111404)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Felipe Hommen <felibank at gmail dot com>
-# Contributor: moostik <mooostik_at_gmail.com>
-
-pkgname=geogebra
-pkgver=4.4.29.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=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
-         'desktop-file-utils' 'gsl')
-install=geogebra.install
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
-md5sums=('19a46049dce7af6f8cbc4edbf069b037')
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin \
-    "$pkgdir"/usr/share/applications \
-    "$pkgdir"/usr/share/geogebra
-
-  cd $pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 111403, geogebra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-18 05:01:18 UTC (rev 111404)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Felipe Hommen <felibank at gmail dot com>
+# Contributor: moostik <mooostik_at_gmail.com>
+
+pkgname=geogebra
+pkgver=4.4.35.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=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
+         'desktop-file-utils' 'gsl')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('0f3890b29ea6d7cbed0dab95805054e4')
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin \
+    "$pkgdir"/usr/share/applications \
+    "$pkgdir"/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/share/mime/
+}

Deleted: geogebra.install
===================================================================
--- geogebra.install	2014-05-18 05:00:41 UTC (rev 111403)
+++ geogebra.install	2014-05-18 05:01:18 UTC (rev 111404)
@@ -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 111403, geogebra/trunk/geogebra.install)
===================================================================
--- geogebra.install	                        (rev 0)
+++ geogebra.install	2014-05-18 05:01:18 UTC (rev 111404)
@@ -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