[arch-commits] Commit in geogebra/repos/community-any (4 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sat Dec 7 17:04:49 UTC 2013
Date: Saturday, December 7, 2013 @ 18:04:49
Author: bpiotrowski
Revision: 102299
archrelease: copy trunk to community-any
Added:
geogebra/repos/community-any/PKGBUILD
(from rev 102298, geogebra/trunk/PKGBUILD)
geogebra/repos/community-any/geogebra.install
(from rev 102298, geogebra/trunk/geogebra.install)
Deleted:
geogebra/repos/community-any/PKGBUILD
geogebra/repos/community-any/geogebra.install
------------------+
PKGBUILD | 59 ++++++++++++++++++++++++++---------------------------
geogebra.install | 28 ++++++++++++-------------
2 files changed, 44 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-07 17:04:43 UTC (rev 102298)
+++ PKGBUILD 2013-12-07 17:04:49 UTC (rev 102299)
@@ -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.60.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=('1423a2dc1af40c67c5cd517f275cdaba97ed8dafac2bf14fc1caee34975503b9')
-
-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 102298, geogebra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-12-07 17:04:49 UTC (rev 102299)
@@ -0,0 +1,30 @@
+# $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.4.1.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')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('e3982a25e35db479f86429165dfb57f8')
+
+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-12-07 17:04:43 UTC (rev 102298)
+++ geogebra.install 2013-12-07 17:04:49 UTC (rev 102299)
@@ -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 102298, geogebra/trunk/geogebra.install)
===================================================================
--- geogebra.install (rev 0)
+++ geogebra.install 2013-12-07 17:04:49 UTC (rev 102299)
@@ -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