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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Sep 14 08:25:10 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-09-14 08:24:58 UTC (rev 97148)
+++ PKGBUILD	2013-09-14 08:25:10 UTC (rev 97149)
@@ -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.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)
+++ PKGBUILD	2013-09-14 08:25:10 UTC (rev 97149)
@@ -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.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.install	2013-09-14 08:24:58 UTC (rev 97148)
+++ geogebra.install	2013-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.install	2013-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
+}
+




More information about the arch-commits mailing list