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

Evgeniy Alekseev arcanis at archlinux.org
Thu Jul 31 14:36:02 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-07-31 14:35:37 UTC (rev 116636)
+++ PKGBUILD	2014-07-31 14:36:01 UTC (rev 116637)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Felipe Hommen <felibank at gmail dot com>
-# Contributor: moostik <mooostik_at_gmail.com>
-
-pkgname=geogebra
-pkgver=4.4.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)
+++ PKGBUILD	2014-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.install	2014-07-31 14:35:37 UTC (rev 116636)
+++ geogebra.install	2014-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.install	2014-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
+}
+




More information about the arch-commits mailing list