[arch-commits] Commit in geogebra/repos/community-any (4 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Thu Mar 7 19:08:20 UTC 2013
Date: Thursday, March 7, 2013 @ 20:08:20
Author: bpiotrowski
Revision: 85851
archrelease: copy trunk to community-any
Added:
geogebra/repos/community-any/PKGBUILD
(from rev 85850, geogebra/trunk/PKGBUILD)
geogebra/repos/community-any/geogebra.install
(from rev 85850, geogebra/trunk/geogebra.install)
Deleted:
geogebra/repos/community-any/PKGBUILD
geogebra/repos/community-any/geogebra.install
------------------+
PKGBUILD | 61 +++++++++++++++++++++++++----------------------------
geogebra.install | 28 ++++++++++++------------
2 files changed, 43 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-07 19:08:08 UTC (rev 85850)
+++ PKGBUILD 2013-03-07 19:08:20 UTC (rev 85851)
@@ -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.21.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=('8ee4f3a1016380eaf23a18c6a6743024be756e4f2492e35b1e84655a47f94272')
-
-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 85850, geogebra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-03-07 19:08:20 UTC (rev 85851)
@@ -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.23.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=('bf45f25b7f81d12b084b0be4d6072f03f15af30e80041b613d7953eaff75594e')
+
+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-07 19:08:08 UTC (rev 85850)
+++ geogebra.install 2013-03-07 19:08:20 UTC (rev 85851)
@@ -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 85850, geogebra/trunk/geogebra.install)
===================================================================
--- geogebra.install (rev 0)
+++ geogebra.install 2013-03-07 19:08:20 UTC (rev 85851)
@@ -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