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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri May 3 13:35:22 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-05-03 13:35:07 UTC (rev 89848)
+++ PKGBUILD	2013-05-03 13:35:22 UTC (rev 89849)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at 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)
+++ PKGBUILD	2013-05-03 13:35:22 UTC (rev 89849)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at 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.install	2013-05-03 13:35:07 UTC (rev 89848)
+++ geogebra.install	2013-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.install	2013-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
+}
+




More information about the arch-commits mailing list