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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Jan 30 09:12:57 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-01-30 09:12:48 UTC (rev 83353)
+++ PKGBUILD	2013-01-30 09:12:56 UTC (rev 83354)
@@ -1,32 +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.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)
+++ PKGBUILD	2013-01-30 09:12:56 UTC (rev 83354)
@@ -0,0 +1,32 @@
+# $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.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.install	2013-01-30 09:12:48 UTC (rev 83353)
+++ geogebra.install	2013-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.install	2013-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
+}
+




More information about the arch-commits mailing list