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

2014-08-03 Thread Evgeniy Alekseev
Date: Sunday, August 3, 2014 @ 22:26:25
  Author: arcanis
Revision: 116808

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   65 ++---
 geogebra.install |   28 +++---
 2 files changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-03 20:25:38 UTC (rev 116807)
+++ PKGBUILD2014-08-03 20:26:25 UTC (rev 116808)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
-# 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=4.4.41.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')
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-${pkgver}.tar.gz)
-install=geogebra.install
-md5sums=('8ea4bbd03c002a24a7a5e7f49a7ac94c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr|${pkgdir}/usr|g' install.sh
-}
-package() {
-  cd ${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/bin \
- ${pkgdir}/usr/share/{applications,geogebra}
-  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 116807, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-03 20:26:25 UTC (rev 116808)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# 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=4.4.42.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')
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-${pkgver}.tar.gz)
+install=geogebra.install
+md5sums=('22f33733ed1996ae911d4ffd9010ad2a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr|${pkgdir}/usr|g' install.sh
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -dm755 ${pkgdir}/usr/bin \
+ ${pkgdir}/usr/share/{applications,geogebra}
+  source install.sh
+  install -Dm644 _license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm -rf ${pkgdir}/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2014-08-03 20:25:38 UTC (rev 116807)
+++ geogebra.install2014-08-03 20:26:25 UTC (rev 116808)
@@ -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 116807, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-08-03 20:26:25 UTC (rev 116808)
@@ -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
+}
+



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

2014-07-31 Thread Evgeniy Alekseev
Date: Thursday, July 31, 2014 @ 16:36:01
  Author: arcanis
Revision: 116637

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-31 14:35:37 UTC (rev 116636)
+++ PKGBUILD2014-07-31 14:36:01 UTC (rev 116637)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
-
-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 116636, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-31 14:36:01 UTC (rev 116637)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# 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=4.4.41.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')
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-${pkgver}.tar.gz)
+install=geogebra.install
+md5sums=('8ea4bbd03c002a24a7a5e7f49a7ac94c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr|${pkgdir}/usr|g' install.sh
+}
+package() {
+  cd ${pkgname}-${pkgver}
+  install -dm755 ${pkgdir}/usr/bin \
+ ${pkgdir}/usr/share/{applications,geogebra}
+  source install.sh
+  install -Dm644 _license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm -rf ${pkgdir}/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2014-07-31 14:35:37 UTC (rev 116636)
+++ geogebra.install2014-07-31 14:36:01 UTC (rev 116637)
@@ -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 116636, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-07-31 14:36:01 UTC (rev 116637)
@@ -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
+}
+



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 15:56:25
  Author: eric
Revision: 113063

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 113062, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 113062, 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
===
--- PKGBUILD2014-06-12 12:41:47 UTC (rev 113062)
+++ PKGBUILD2014-06-12 13:56:25 UTC (rev 113063)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
-
-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 113062, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 13:56:25 UTC (rev 113063)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
+
+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.install2014-06-12 12:41:47 UTC (rev 113062)
+++ geogebra.install2014-06-12 13:56:25 UTC (rev 113063)
@@ -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 113062, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 13:56:25 UTC (rev 113063)
@@ -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
+}
+



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 16:17:56
  Author: eric
Revision: 113064

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 113063, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 113063, 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
===
--- PKGBUILD2014-06-12 13:56:25 UTC (rev 113063)
+++ PKGBUILD2014-06-12 14:17:56 UTC (rev 113064)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
-
-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 113063, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 14:17:56 UTC (rev 113064)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
+
+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.install2014-06-12 13:56:25 UTC (rev 113063)
+++ geogebra.install2014-06-12 14:17:56 UTC (rev 113064)
@@ -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 113063, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 14:17:56 UTC (rev 113064)
@@ -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
+}
+



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 16:23:52
  Author: eric
Revision: 113065

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 113064, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 113064, 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
===
--- PKGBUILD2014-06-12 14:17:56 UTC (rev 113064)
+++ PKGBUILD2014-06-12 14:23:52 UTC (rev 113065)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
-
-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 113064, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 14:23:52 UTC (rev 113065)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
+
+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.install2014-06-12 14:17:56 UTC (rev 113064)
+++ geogebra.install2014-06-12 14:23:52 UTC (rev 113065)
@@ -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 113064, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 14:23:52 UTC (rev 113065)
@@ -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
+}
+



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 16:33:18
  Author: eric
Revision: 113066

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 113065, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 113065, 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
===
--- PKGBUILD2014-06-12 14:23:52 UTC (rev 113065)
+++ PKGBUILD2014-06-12 14:33:18 UTC (rev 113066)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
-
-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 113065, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 14:33:18 UTC (rev 113066)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
+
+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.install2014-06-12 14:23:52 UTC (rev 113065)
+++ geogebra.install2014-06-12 14:33:18 UTC (rev 113066)
@@ -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 113065, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 14:33:18 UTC (rev 113066)
@@ -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
+}
+



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

2014-06-11 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 04:50:34
  Author: eric
Revision: 113050

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 113049, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 113049, 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
===
--- PKGBUILD2014-06-12 02:48:57 UTC (rev 113049)
+++ PKGBUILD2014-06-12 02:50:34 UTC (rev 113050)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@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/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 113049, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 02:50:34 UTC (rev 113050)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.37.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=('81c2ef17f90354549a9d864938790072')
+
+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.install2014-06-12 02:48:57 UTC (rev 113049)
+++ geogebra.install2014-06-12 02:50:34 UTC (rev 113050)
@@ -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 113049, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 02:50:34 UTC (rev 113050)
@@ -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
+}
+



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

2014-05-17 Thread Felix Yan
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
===
--- PKGBUILD2014-05-18 05:00:41 UTC (rev 111403)
+++ PKGBUILD2014-05-18 05:01:18 UTC (rev 111404)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@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)
+++ PKGBUILD2014-05-18 05:01:18 UTC (rev 111404)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@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.install2014-05-18 05:00:41 UTC (rev 111403)
+++ geogebra.install2014-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.install2014-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
+}
+



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

2014-04-23 Thread Eric Bélanger
Date: Thursday, April 24, 2014 @ 06:49:29
  Author: eric
Revision: 110099

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 110098, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 110098, 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
===
--- PKGBUILD2014-04-24 04:48:56 UTC (rev 110098)
+++ PKGBUILD2014-04-24 04:49:29 UTC (rev 110099)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.27.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=('3ad83c5784bcf7822ea27a7b03e1a44d')
-
-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 110098, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-24 04:49:29 UTC (rev 110099)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@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/
+}

Deleted: geogebra.install
===
--- geogebra.install2014-04-24 04:48:56 UTC (rev 110098)
+++ geogebra.install2014-04-24 04:49:29 UTC (rev 110099)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 110098, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-04-24 04:49:29 UTC (rev 110099)
@@ -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
+}
+



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

2014-04-09 Thread Felix Yan
Date: Thursday, April 10, 2014 @ 06:03:04
  Author: fyan
Revision: 109068

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 109067, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 109067, 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
===
--- PKGBUILD2014-04-10 04:02:19 UTC (rev 109067)
+++ PKGBUILD2014-04-10 04:03:04 UTC (rev 109068)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.23.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=('5c99793b080ec7c8c9bd3b4e2dae3f9f')
-
-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 109067, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-10 04:03:04 UTC (rev 109068)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.27.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=('3ad83c5784bcf7822ea27a7b03e1a44d')
+
+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.install2014-04-10 04:02:19 UTC (rev 109067)
+++ geogebra.install2014-04-10 04:03:04 UTC (rev 109068)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 109067, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-04-10 04:03:04 UTC (rev 109068)
@@ -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 $1
+}
+



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

2014-03-22 Thread Bartłomiej Piotrowski
Date: Saturday, March 22, 2014 @ 13:00:15
  Author: bpiotrowski
Revision: 108066

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 108065, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 108065, 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
===
--- PKGBUILD2014-03-22 12:00:04 UTC (rev 108065)
+++ PKGBUILD2014-03-22 12:00:15 UTC (rev 108066)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.16.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')
-install=geogebra.install
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
-md5sums=('de656cd0de5506fb68036fba9cf95143')
-
-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 108065, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-22 12:00:15 UTC (rev 108066)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.23.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=('5c99793b080ec7c8c9bd3b4e2dae3f9f')
+
+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.install2014-03-22 12:00:04 UTC (rev 108065)
+++ geogebra.install2014-03-22 12:00:15 UTC (rev 108066)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 108065, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-03-22 12:00:15 UTC (rev 108066)
@@ -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 $1
+}
+



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

2014-03-04 Thread Bartłomiej Piotrowski
Date: Tuesday, March 4, 2014 @ 11:19:17
  Author: bpiotrowski
Revision: 106483

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 106482, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 106482, 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
===
--- PKGBUILD2014-03-04 10:19:08 UTC (rev 106482)
+++ PKGBUILD2014-03-04 10:19:17 UTC (rev 106483)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.4.1.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')
-install=geogebra.install
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
-md5sums=('e3982a25e35db479f86429165dfb57f8')
-
-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 106482, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-04 10:19:17 UTC (rev 106483)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.16.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')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('de656cd0de5506fb68036fba9cf95143')
+
+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.install2014-03-04 10:19:08 UTC (rev 106482)
+++ geogebra.install2014-03-04 10:19:17 UTC (rev 106483)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 106482, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-03-04 10:19:17 UTC (rev 106483)
@@ -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 $1
+}
+



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

2013-12-07 Thread Bartłomiej Piotrowski
Date: Saturday, December 7, 2013 @ 18:04:49
  Author: bpiotrowski
Revision: 102299

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-07 17:04:43 UTC (rev 102298)
+++ PKGBUILD2013-12-07 17:04:49 UTC (rev 102299)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.60.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('1423a2dc1af40c67c5cd517f275cdaba97ed8dafac2bf14fc1caee34975503b9')
-
-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 102298, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-07 17:04:49 UTC (rev 102299)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.4.1.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')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('e3982a25e35db479f86429165dfb57f8')
+
+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.install2013-12-07 17:04:43 UTC (rev 102298)
+++ geogebra.install2013-12-07 17:04:49 UTC (rev 102299)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 102298, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-12-07 17:04:49 UTC (rev 102299)
@@ -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 $1
+}
+



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

2013-10-04 Thread Bartłomiej Piotrowski
Date: Friday, October 4, 2013 @ 19:07:06
  Author: bpiotrowski
Revision: 98052

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-04 17:07:00 UTC (rev 98051)
+++ PKGBUILD2013-10-04 17:07:06 UTC (rev 98052)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.57.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('2af702c1b9cec0473076a3b59b82843f55b0d29b6143d2703d178821dec0f386')
-
-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 98051, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-04 17:07:06 UTC (rev 98052)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.60.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('1423a2dc1af40c67c5cd517f275cdaba97ed8dafac2bf14fc1caee34975503b9')
+
+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.install2013-10-04 17:07:00 UTC (rev 98051)
+++ geogebra.install2013-10-04 17:07:06 UTC (rev 98052)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 98051, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-10-04 17:07:06 UTC (rev 98052)
@@ -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 $1
+}
+



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 10:25:10
  Author: bpiotrowski
Revision: 97149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 08:24:58 UTC (rev 97148)
+++ PKGBUILD2013-09-14 08:25:10 UTC (rev 97149)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.56.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('7318d0a767d6eb07c32a091e8abce4a707841672c4bdbb32f24c179d55ea94be')
-
-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 97148, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 08:25:10 UTC (rev 97149)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.57.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('2af702c1b9cec0473076a3b59b82843f55b0d29b6143d2703d178821dec0f386')
+
+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.install2013-09-14 08:24:58 UTC (rev 97148)
+++ geogebra.install2013-09-14 08:25:10 UTC (rev 97149)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 97148, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-09-14 08:25:10 UTC (rev 97149)
@@ -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 $1
+}
+



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

2013-08-31 Thread Bartłomiej Piotrowski
Date: Saturday, August 31, 2013 @ 22:46:45
  Author: bpiotrowski
Revision: 96563

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-31 20:46:38 UTC (rev 96562)
+++ PKGBUILD2013-08-31 20:46:45 UTC (rev 96563)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.55.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('37f262249c1b66db16d68724bce7ad8db57955d42dcdec94ff317b819cc6916d')
-
-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 96562, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-31 20:46:45 UTC (rev 96563)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.56.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('7318d0a767d6eb07c32a091e8abce4a707841672c4bdbb32f24c179d55ea94be')
+
+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.install2013-08-31 20:46:38 UTC (rev 96562)
+++ geogebra.install2013-08-31 20:46:45 UTC (rev 96563)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 96562, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-08-31 20:46:45 UTC (rev 96563)
@@ -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 $1
+}
+



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

2013-08-11 Thread Bartłomiej Piotrowski
Date: Sunday, August 11, 2013 @ 14:41:46
  Author: bpiotrowski
Revision: 95403

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-11 12:41:39 UTC (rev 95402)
+++ PKGBUILD2013-08-11 12:41:46 UTC (rev 95403)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.51.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('c2f1f05319ae15e76f71a7ee1d83bcf283b53eeca609ea527da93d874a26b918')
-
-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 95402, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-11 12:41:46 UTC (rev 95403)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.55.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('37f262249c1b66db16d68724bce7ad8db57955d42dcdec94ff317b819cc6916d')
+
+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.install2013-08-11 12:41:39 UTC (rev 95402)
+++ geogebra.install2013-08-11 12:41:46 UTC (rev 95403)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 95402, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-08-11 12:41:46 UTC (rev 95403)
@@ -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 $1
+}
+



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

2013-06-27 Thread Bartłomiej Piotrowski
Date: Thursday, June 27, 2013 @ 21:54:26
  Author: bpiotrowski
Revision: 93197

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-27 19:54:14 UTC (rev 93196)
+++ PKGBUILD2013-06-27 19:54:26 UTC (rev 93197)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.47.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('fe179728be5541d139cb74d9fce9dc5a1eaca032a7eaf0b76943bbc6bd73bd48')
-
-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 93196, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-27 19:54:26 UTC (rev 93197)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.51.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('c2f1f05319ae15e76f71a7ee1d83bcf283b53eeca609ea527da93d874a26b918')
+
+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.install2013-06-27 19:54:14 UTC (rev 93196)
+++ geogebra.install2013-06-27 19:54:26 UTC (rev 93197)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 93196, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-06-27 19:54:26 UTC (rev 93197)
@@ -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 $1
+}
+



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 19:31:28
  Author: bpiotrowski
Revision: 91632

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 17:31:21 UTC (rev 91631)
+++ PKGBUILD2013-05-25 17:31:28 UTC (rev 91632)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.41.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('644a4e4b6c473d0f91586b89c27973b9ce1ba0ecffb5a923416c6d9a31e22b09')
-
-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 91631, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-25 17:31:28 UTC (rev 91632)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.47.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('fe179728be5541d139cb74d9fce9dc5a1eaca032a7eaf0b76943bbc6bd73bd48')
+
+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.install2013-05-25 17:31:21 UTC (rev 91631)
+++ geogebra.install2013-05-25 17:31:28 UTC (rev 91632)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 91631, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-05-25 17:31:28 UTC (rev 91632)
@@ -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 $1
+}
+



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

2013-05-18 Thread Bartłomiej Piotrowski
Date: Saturday, May 18, 2013 @ 17:41:45
  Author: bpiotrowski
Revision: 91061

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 15:41:34 UTC (rev 91060)
+++ PKGBUILD2013-05-18 15:41:45 UTC (rev 91061)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.36.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('2e5f9e9bbf03154d1f04fb69c071e61e54a0a99ae80bba4fc80768ce02646a94')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 91060, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 15:41:45 UTC (rev 91061)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.41.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('644a4e4b6c473d0f91586b89c27973b9ce1ba0ecffb5a923416c6d9a31e22b09')
+
+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.install2013-05-18 15:41:34 UTC (rev 91060)
+++ geogebra.install2013-05-18 15:41:45 UTC (rev 91061)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 91060, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-05-18 15:41:45 UTC (rev 91061)
@@ -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 $1
+}
+



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

2013-05-03 Thread Bartłomiej Piotrowski
Date: Friday, May 3, 2013 @ 15:35:22
  Author: bpiotrowski
Revision: 89849

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 13:35:07 UTC (rev 89848)
+++ PKGBUILD2013-05-03 13:35:22 UTC (rev 89849)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.31.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('3ed61b3e6816b7aba1c82bf1e978c82661611abec7ac4cdd52c3ede4765b3bb0')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 89848, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 13:35:22 UTC (rev 89849)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.36.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('2e5f9e9bbf03154d1f04fb69c071e61e54a0a99ae80bba4fc80768ce02646a94')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-05-03 13:35:07 UTC (rev 89848)
+++ geogebra.install2013-05-03 13:35:22 UTC (rev 89849)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 89848, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-05-03 13:35:22 UTC (rev 89849)
@@ -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 $1
+}
+



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

2013-04-24 Thread Bartłomiej Piotrowski
Date: Wednesday, April 24, 2013 @ 16:36:47
  Author: bpiotrowski
Revision: 0

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-24 14:36:36 UTC (rev 88879)
+++ PKGBUILD2013-04-24 14:36:47 UTC (rev 0)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.30.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('aa02191f25a109a2ce9ef52cc6f33b22af4215d5b7f9d8c0de495031b6918293')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 88879, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-24 14:36:47 UTC (rev 0)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.31.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('3ed61b3e6816b7aba1c82bf1e978c82661611abec7ac4cdd52c3ede4765b3bb0')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-04-24 14:36:36 UTC (rev 88879)
+++ geogebra.install2013-04-24 14:36:47 UTC (rev 0)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 88879, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-04-24 14:36:47 UTC (rev 0)
@@ -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 $1
+}
+



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

2013-04-08 Thread Bartłomiej Piotrowski
Date: Tuesday, April 9, 2013 @ 06:48:03
  Author: bpiotrowski
Revision: 87947

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-09 04:47:52 UTC (rev 87946)
+++ PKGBUILD2013-04-09 04:48:03 UTC (rev 87947)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.28.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('672d560d90dee9d48ff36b1c1e6de6cf1cb5975cfb51c0d8887ba77b7e43e982')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 87946, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-09 04:48:03 UTC (rev 87947)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.30.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('aa02191f25a109a2ce9ef52cc6f33b22af4215d5b7f9d8c0de495031b6918293')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-04-09 04:47:52 UTC (rev 87946)
+++ geogebra.install2013-04-09 04:48:03 UTC (rev 87947)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 87946, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-04-09 04:48:03 UTC (rev 87947)
@@ -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 $1
+}
+



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

2013-03-28 Thread Bartłomiej Piotrowski
Date: Thursday, March 28, 2013 @ 07:41:54
  Author: bpiotrowski
Revision: 87147

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-28 06:41:44 UTC (rev 87146)
+++ PKGBUILD2013-03-28 06:41:54 UTC (rev 87147)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.25.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('2d0e1a6e2e7b40ef743f078ec74fed335851548b284eca4e54eafdcf6fd7650d')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 87146, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-28 06:41:54 UTC (rev 87147)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.28.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('672d560d90dee9d48ff36b1c1e6de6cf1cb5975cfb51c0d8887ba77b7e43e982')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-03-28 06:41:44 UTC (rev 87146)
+++ geogebra.install2013-03-28 06:41:54 UTC (rev 87147)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 87146, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-03-28 06:41:54 UTC (rev 87147)
@@ -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 $1
+}
+



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

2013-03-18 Thread Bartłomiej Piotrowski
Date: Monday, March 18, 2013 @ 18:46:55
  Author: bpiotrowski
Revision: 86531

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-18 17:46:42 UTC (rev 86530)
+++ PKGBUILD2013-03-18 17:46:55 UTC (rev 86531)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.23.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('bf45f25b7f81d12b084b0be4d6072f03f15af30e80041b613d7953eaff75594e')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 86530, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-18 17:46:55 UTC (rev 86531)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.25.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install='geogebra.install'
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('2d0e1a6e2e7b40ef743f078ec74fed335851548b284eca4e54eafdcf6fd7650d')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-03-18 17:46:42 UTC (rev 86530)
+++ geogebra.install2013-03-18 17:46:55 UTC (rev 86531)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 86530, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-03-18 17:46:55 UTC (rev 86531)
@@ -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 $1
+}
+



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

2013-03-07 Thread Bartłomiej Piotrowski
Date: Thursday, March 7, 2013 @ 20:08:20
  Author: bpiotrowski
Revision: 85851

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   61 +
 geogebra.install |   28 
 2 files changed, 43 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-07 19:08:08 UTC (rev 85850)
+++ PKGBUILD2013-03-07 19:08:20 UTC (rev 85851)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.21.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
-#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
-#'geogebra-prim: adds a menu entry for the primary school version')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('8ee4f3a1016380eaf23a18c6a6743024be756e4f2492e35b1e84655a47f94272')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 85850, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-07 19:08:20 UTC (rev 85851)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.23.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install='geogebra.install'
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('bf45f25b7f81d12b084b0be4d6072f03f15af30e80041b613d7953eaff75594e')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-03-07 19:08:08 UTC (rev 85850)
+++ geogebra.install2013-03-07 19:08:20 UTC (rev 85851)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 85850, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-03-07 19:08:20 UTC (rev 85851)
@@ -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 $1
+}
+



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

2013-02-24 Thread Bartłomiej Piotrowski
Date: Sunday, February 24, 2013 @ 15:46:03
  Author: bpiotrowski
Revision: 84780

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-24 14:45:45 UTC (rev 84779)
+++ PKGBUILD2013-02-24 14:46:03 UTC (rev 84780)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.19.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
-#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
-#'geogebra-prim: adds a menu entry for the primary school version')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('d00543e918b5cf44bacae43a251af53b652e0227fba397b2b2bbee9d15caf825')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 84779, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-24 14:46:03 UTC (rev 84780)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.21.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
+#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
+#'geogebra-prim: adds a menu entry for the primary school version')
+install='geogebra.install'
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('8ee4f3a1016380eaf23a18c6a6743024be756e4f2492e35b1e84655a47f94272')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-02-24 14:45:45 UTC (rev 84779)
+++ geogebra.install2013-02-24 14:46:03 UTC (rev 84780)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 84779, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-02-24 14:46:03 UTC (rev 84780)
@@ -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 $1
+}
+



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

2013-02-13 Thread Bartłomiej Piotrowski
Date: Wednesday, February 13, 2013 @ 15:31:32
  Author: bpiotrowski
Revision: 84196

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-13 14:31:20 UTC (rev 84195)
+++ PKGBUILD2013-02-13 14:31:32 UTC (rev 84196)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.18.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
-#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
-#'geogebra-prim: adds a menu entry for the primary school version')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('8d1f8020e7a140dbe4840a63ea06657666b01ad0c5876056eae708dab11dba30')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 84195, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-13 14:31:32 UTC (rev 84196)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.19.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
+#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
+#'geogebra-prim: adds a menu entry for the primary school version')
+install='geogebra.install'
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('d00543e918b5cf44bacae43a251af53b652e0227fba397b2b2bbee9d15caf825')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-02-13 14:31:20 UTC (rev 84195)
+++ geogebra.install2013-02-13 14:31:32 UTC (rev 84196)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 84195, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-02-13 14:31:32 UTC (rev 84196)
@@ -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 $1
+}
+



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

2013-01-30 Thread Bartłomiej Piotrowski
Date: Wednesday, January 30, 2013 @ 10:12:56
  Author: bpiotrowski
Revision: 83354

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-30 09:12:48 UTC (rev 83353)
+++ PKGBUILD2013-01-30 09:12:56 UTC (rev 83354)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.17.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
-#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
-#'geogebra-prim: adds a menu entry for the primary school version')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('aafdc8663ac7a2663e0e5aa0417f3d4a78bee2f65acaf174555dca999b2ce4e3')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 83353, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-30 09:12:56 UTC (rev 83354)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.18.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
+#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
+#'geogebra-prim: adds a menu entry for the primary school version')
+install='geogebra.install'
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('8d1f8020e7a140dbe4840a63ea06657666b01ad0c5876056eae708dab11dba30')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-01-30 09:12:48 UTC (rev 83353)
+++ geogebra.install2013-01-30 09:12:56 UTC (rev 83354)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 83353, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-01-30 09:12:56 UTC (rev 83354)
@@ -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 $1
+}
+



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

2013-01-22 Thread bpiotrowski
Date: Tuesday, January 22, 2013 @ 20:43:46
  Author: bpiotrowski
Revision: 82669

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-22 18:03:02 UTC (rev 82668)
+++ PKGBUILD2013-01-22 19:43:46 UTC (rev 82669)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.17.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
-#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
-#'geogebra-prim: adds a menu entry for the primary school version')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('aafdc8663ac7a2663e0e5aa0417f3d4a78bee2f65acaf174555dca999b2ce4e3')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 82668, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-22 19:43:46 UTC (rev 82669)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.17.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
+#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
+#'geogebra-prim: adds a menu entry for the primary school version')
+install='geogebra.install'
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('aafdc8663ac7a2663e0e5aa0417f3d4a78bee2f65acaf174555dca999b2ce4e3')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-01-22 18:03:02 UTC (rev 82668)
+++ geogebra.install2013-01-22 19:43:46 UTC (rev 82669)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 82668, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-01-22 19:43:46 UTC (rev 82669)
@@ -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 $1
+}
+



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

2013-01-21 Thread bpiotrowski
Date: Tuesday, January 22, 2013 @ 06:57:07
  Author: bpiotrowski
Revision: 82629

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-22 05:56:54 UTC (rev 82628)
+++ PKGBUILD2013-01-22 05:57:07 UTC (rev 82629)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.16.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')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
-#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
-#'geogebra-prim: adds a menu entry for the primary school version')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('201ac0a372bc355390c03dd27ff04ee0c101c08b2946aaafb85fda0350caa4dd')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$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 82628, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-22 05:57:07 UTC (rev 82629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.17.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')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+#optdepends=('kde-thumbnailer-geogebra: generates thumbnails of GeoGebra files 
in KDE'
+#'gnome-thumbnailer-geogebra: generates thumbnails of GeoGebra 
files in GNOME'
+#'geogebra-prim: adds a menu entry for the primary school version')
+install='geogebra.install'
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('aafdc8663ac7a2663e0e5aa0417f3d4a78bee2f65acaf174555dca999b2ce4e3')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$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.install2013-01-22 05:56:54 UTC (rev 82628)
+++ geogebra.install2013-01-22 05:57:07 UTC (rev 82629)
@@ -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 $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 82628, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-01-22 05:57:07 UTC (rev 82629)
@@ -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 $1
+}
+