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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Mar 28 06:41:55 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-03-28 06:41:44 UTC (rev 87146)
+++ PKGBUILD	2013-03-28 06:41:54 UTC (rev 87147)
@@ -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.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)
+++ PKGBUILD	2013-03-28 06:41:54 UTC (rev 87147)
@@ -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.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.install	2013-03-28 06:41:44 UTC (rev 87146)
+++ geogebra.install	2013-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.install	2013-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
+}
+




More information about the arch-commits mailing list