[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD kdeedu-kalzium.install)

2016-04-27 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 07:48:40
  Author: fyan
Revision: 266368

upgpkg: kdeedu-kalzium 16.04.0-2

Hooks rebuild (part 1)

Modified:
  kdeedu-kalzium/trunk/PKGBUILD
Deleted:
  kdeedu-kalzium/trunk/kdeedu-kalzium.install

+
 PKGBUILD   |3 +--
 kdeedu-kalzium.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 05:42:41 UTC (rev 266367)
+++ PKGBUILD2016-04-28 05:48:40 UTC (rev 266368)
@@ -4,7 +4,7 @@
 
 pkgname=kdeedu-kalzium
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Periodic Table of Elements"
 url="http://kde.org/applications/education/kalzium/;
 arch=('i686' 'x86_64')
@@ -12,7 +12,6 @@
 groups=('kde-applications' 'kdeedu')
 depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
 makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
 sha1sums=('0f9a76d22356b4ec70455684a79e773b3bd99dd2')
 

Deleted: kdeedu-kalzium.install
===
--- kdeedu-kalzium.install  2016-04-28 05:42:41 UTC (rev 266367)
+++ kdeedu-kalzium.install  2016-04-28 05:48:40 UTC (rev 266368)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:27:11
  Author: foutrelis
Revision: 253455

C++11 ABI rebuild

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:25:18 UTC (rev 253454)
+++ PKGBUILD2015-12-07 15:27:11 UTC (rev 253455)
@@ -4,7 +4,7 @@
 
 pkgname=kdeedu-kalzium
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Periodic Table of Elements"
 url="http://kde.org/applications/education/kalzium/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 11:56:00
  Author: fyan
Revision: 232610

upgpkg: kdeedu-kalzium 14.12.3-1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-04 10:53:57 UTC (rev 232609)
+++ PKGBUILD2015-03-04 10:56:00 UTC (rev 232610)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=14.12.2
+pkgver=14.12.3
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('38d94f89601f3aa572db6e76916fbf72daa7853b')
+sha1sums=('819751a1f99b42cbaf69d3eb22260dde5f6379b9')
 
 build() {
   mkdir build


[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 06:03:01
  Author: fyan
Revision: 230495

upgpkg: kdeedu-kalzium 14.12.2-1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 05:02:42 UTC (rev 230494)
+++ PKGBUILD2015-02-04 05:03:01 UTC (rev 230495)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('0e25175c5af160792bc8992870cbdc440aea2804')
+sha1sums=('38d94f89601f3aa572db6e76916fbf72daa7853b')
 
 build() {
   mkdir build


[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 02:56:41
  Author: fyan
Revision: 229130

upgpkg: kdeedu-kalzium 14.12.1-1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 01:33:23 UTC (rev 229129)
+++ PKGBUILD2015-01-16 01:56:41 UTC (rev 229130)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
 makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('49abc32ed7260a59a17d7c29c9f919617a57f803')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('0e25175c5af160792bc8992870cbdc440aea2804')
 
 build() {
   mkdir build


[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 18:39:46
  Author: fyan
Revision: 226502

upgpkg: kdeedu-kalzium 4.14.3-1

upstream new release

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-19 17:39:34 UTC (rev 226501)
+++ PKGBUILD2014-11-19 17:39:46 UTC (rev 226502)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.14.2
+pkgver=4.14.3
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('dcbe9289d1c1f39ef2b3ca2e1154d4d02b4f1952')
+sha1sums=('49abc32ed7260a59a17d7c29c9f919617a57f803')
 
 build() {
   mkdir build


[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 11:31:02
  Author: andrea
Revision: 225062

upgpkg: kdeedu-kalzium 4.14.2-1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 08:28:33 UTC (rev 225061)
+++ PKGBUILD2014-10-20 09:31:02 UTC (rev 225062)
@@ -9,8 +9,8 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
 sha1sums=('dcbe9289d1c1f39ef2b3ca2e1154d4d02b4f1952')


[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:14:43
  Author: svenstaro
Revision: 73

upgpkg: kdeedu-kalzium 4.14.1-1

kde 4.14.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:14:41 UTC (rev 72)
+++ PKGBUILD2014-09-20 16:14:43 UTC (rev 73)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.14.0
-pkgrel=2
+pkgver=4.14.1
+pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('315f4e024905f0a59639d681194226f6bb523de6')
+sha1sums=('f1a26fb87438567f37079cafc5d99495529a1761')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-09-09 Thread Tobias Powalowski
Date: Tuesday, September 9, 2014 @ 17:51:06
  Author: tpowa
Revision: 221345

upgpkg: kdeedu-kalzium 4.14.0-2

rebuild against ocaml-4.02.0-1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-09 15:39:27 UTC (rev 221344)
+++ PKGBUILD2014-09-09 15:51:06 UTC (rev 221345)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu-kalzium
 pkgver=4.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:07:17
  Author: svenstaro
Revision: 219886

upgpkg: kdeedu-kalzium 4.14.0-1

kde 4.14.0

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 20:07:15 UTC (rev 219885)
+++ PKGBUILD2014-08-16 20:07:17 UTC (rev 219886)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.13.3
+pkgver=4.14.0
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('b2d1058008c3046e290126199d86b13244fb9ded')
+sha1sums=('315f4e024905f0a59639d681194226f6bb523de6')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:34:11
  Author: svenstaro
Revision: 217154

upgpkg: kdeedu-kalzium 4.13.3-1

upstream release 4.13.3

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:34:07 UTC (rev 217153)
+++ PKGBUILD2014-07-18 11:34:11 UTC (rev 217154)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('ca104af5723691990d6216021fd2f41ea28ae5ee')
+sha1sums=('b2d1058008c3046e290126199d86b13244fb9ded')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:08:39
  Author: svenstaro
Revision: 214505

upgpkg: kdeedu-kalzium 4.13.2-1

upstream release 4.12.2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:08:37 UTC (rev 214504)
+++ PKGBUILD2014-06-09 03:08:39 UTC (rev 214505)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('0a6aae34077bfcf410d8c1284375e40c9038a02c')
+sha1sums=('ca104af5723691990d6216021fd2f41ea28ae5ee')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:57:56
  Author: svenstaro
Revision: 212530

upgpkg: kdeedu-kalzium 4.13.1-1

upstream release 4.13.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 19:57:53 UTC (rev 212529)
+++ PKGBUILD2014-05-14 19:57:56 UTC (rev 212530)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.13.0
+pkgver=4.13.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('711fb4d070706eb2ac1e9af1c0eb20a7ad0cbc7d')
+sha1sums=('0a6aae34077bfcf410d8c1284375e40c9038a02c')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:02:01
  Author: svenstaro
Revision: 209365

upgpkg: kdeedu-kalzium 4.12.4-1

kde 4.12.4 release

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 10:01:59 UTC (rev 209364)
+++ PKGBUILD2014-03-31 10:02:01 UTC (rev 209365)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.12.3
+pkgver=4.12.4
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('9e8638c93e2ca21ac5c27effc77d9673d14d1337')
+sha1sums=('94b1bf12c50312f3dda54c4841a135d41554865d')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:56:21
  Author: svenstaro
Revision: 205190

upgpkg: kdeedu-kalzium 4.12.2-1

upstream release 4.12.2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-04 13:56:19 UTC (rev 205189)
+++ PKGBUILD2014-02-04 13:56:21 UTC (rev 205190)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.12.1
+pkgver=4.12.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('46622e958496e018a3834618d5fc7e815621b692')
+sha1sums=('4d472eb820634f6b909b67e931cf77088fc8e96c')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:40:47
  Author: svenstaro
Revision: 203778

upgpkg: kdeedu-kalzium 4.12.1-1

upstream release 4.12.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:40:45 UTC (rev 203777)
+++ PKGBUILD2014-01-14 07:40:47 UTC (rev 203778)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('8b21468f6149395b9fe0e5f38d7f8c359fa7375e')
+sha1sums=('46622e958496e018a3834618d5fc7e815621b692')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:23:06
  Author: svenstaro
Revision: 200971

upgpkg: kdeedu-kalzium 4.11.4-1

KDE 4.11.4

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-06 12:23:04 UTC (rev 200970)
+++ PKGBUILD2013-12-06 12:23:06 UTC (rev 200971)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.11.3
+pkgver=4.11.4
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('5a83d5fd65b9486c982f68070ece63a3ce1e0b8d')
+sha1sums=('f48cbc87805381a4837cfc8a36b5bd70273ba5e9')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 09:01:13
  Author: tpowa
Revision: 195982

upgpkg: kdeedu-kalzium 4.11.2-2

rebuild against ocaml 4.01

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 06:58:58 UTC (rev 195981)
+++ PKGBUILD2013-10-07 07:01:13 UTC (rev 195982)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu-kalzium
 pkgver=4.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:20:38
  Author: svenstaro
Revision: 195589

upgpkg: kdeedu-kalzium 4.11.2-1

kde 4.11.2 release

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 15:20:36 UTC (rev 195588)
+++ PKGBUILD2013-10-01 15:20:38 UTC (rev 195589)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.11.1
+pkgver=4.11.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('b8a9c3163cc90c6092cbf0c93e550e9e6ba240d5')
+sha1sums=('20789b2f67fc4fe53cd81d58283911bc0a8fa68c')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 15:27:40
  Author: andrea
Revision: 184514

KDE 4.10.3

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 13:27:38 UTC (rev 184513)
+++ PKGBUILD2013-05-07 13:27:40 UTC (rev 184514)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('bf4c5b19905d83dede215b672d6b2911eb6d57cc')
+sha1sums=('2711ee3b9914329d9813c24798cf57811dd7eadd')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:10:14
  Author: svenstaro
Revision: 181496

upgpkg: kdeedu-kalzium 4.10.2-1

upstream

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 04:10:10 UTC (rev 181495)
+++ PKGBUILD2013-04-04 04:10:14 UTC (rev 181496)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('f4babef8d52a0ea1bebf400b15651a708395d0b3')
+sha1sums=('bf4c5b19905d83dede215b672d6b2911eb6d57cc')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:26
  Author: andrea
Revision: 179181

KDE 4.10.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:25 UTC (rev 179180)
+++ PKGBUILD2013-03-04 11:10:26 UTC (rev 179181)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('5723203d9b8c8369b3e78494bf2cbbaa17faee58')
+sha1sums=('f4babef8d52a0ea1bebf400b15651a708395d0b3')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2013-01-02 Thread Andrea Scarpino
Date: Wednesday, January 2, 2013 @ 06:02:22
  Author: andrea
Revision: 174076

KDE 4.9.5

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-02 11:02:18 UTC (rev 174075)
+++ PKGBUILD2013-01-02 11:02:22 UTC (rev 174076)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('7fb581e74cd2d561a9db7c2de754339f2e345e2a')
+sha1sums=('1adf6b51209a0a944d75653dd62ce645d370')
 
 build() {
   mkdir build



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD fix-linking.patch)

2012-12-01 Thread Andrea Scarpino
Date: Sunday, December 2, 2012 @ 02:44:49
  Author: andrea
Revision: 172241

KDE 4.9.4

Modified:
  kdeedu-kalzium/trunk/PKGBUILD
Deleted:
  kdeedu-kalzium/trunk/fix-linking.patch

---+
 PKGBUILD  |   14 +++---
 fix-linking.patch |   24 
 2 files changed, 3 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-02 07:44:45 UTC (rev 172240)
+++ PKGBUILD2012-12-02 07:44:49 UTC (rev 172241)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.3
+pkgver=4.9.4
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -12,18 +12,10 @@
 depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;
-'fix-linking.patch')
-sha1sums=('7b4a50aabd960752d6b746740cc6b4bf6cae3b30'
-  '478697adc8ae191355ee64b824f30e11bd7af682')
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('7fb581e74cd2d561a9db7c2de754339f2e345e2a')
 
 build() {
-  # KDEBUG#308939 (Fixed upstream)
-  cd kalzium-${pkgver}
-  patch -p1 -i ${srcdir}/fix-linking.patch
-  cd ../
-
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../kalzium-${pkgver} \

Deleted: fix-linking.patch
===
--- fix-linking.patch   2012-12-02 07:44:45 UTC (rev 172240)
+++ fix-linking.patch   2012-12-02 07:44:49 UTC (rev 172241)
@@ -1,24 +0,0 @@
-commit ffac09556f6f3d5d758bac9ba2b91117e6014ea7
-Author: Christoph Feck christ...@maxiom.de
-Date:   Fri Nov 2 17:31:48 2012 +0100
-
-SVN_SILENT link
-
-If possible, please include this build fix in 4.9.3 tag.
-
-BUG: 308939
-CCMAIL: kde-release-t...@kde.org
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 03eabf3..c8f425a 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -138,7 +138,7 @@ target_link_libraries(kalzium ${KDE4_KHTML_LIBRARY} 
${KDE4_KNEWSTUFF3_LIBS} ${KD
- if (OPENBABEL2_FOUND)
-target_link_libraries(kalzium ${OPENBABEL2_LIBRARIES})
-if (EIGEN2_FOUND AND Avogadro_FOUND)
--  target_link_libraries(kalzium compoundviewer avogadro)
-+  target_link_libraries(kalzium ${QT_QTOPENGL_LIBRARY} compoundviewer 
avogadro)
-endif (EIGEN2_FOUND AND Avogadro_FOUND)
- endif (OPENBABEL2_FOUND)
- 



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD fix-linking.patch)

2012-11-07 Thread Andrea Scarpino
Date: Wednesday, November 7, 2012 @ 13:06:11
  Author: andrea
Revision: 170422

Fix build

Added:
  kdeedu-kalzium/trunk/fix-linking.patch
Modified:
  kdeedu-kalzium/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 fix-linking.patch |   24 
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-07 18:00:26 UTC (rev 170421)
+++ PKGBUILD2012-11-07 18:06:11 UTC (rev 170422)
@@ -12,10 +12,17 @@
 depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('7b4a50aabd960752d6b746740cc6b4bf6cae3b30')
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;
+'fix-linking.patch')
+sha1sums=('7b4a50aabd960752d6b746740cc6b4bf6cae3b30'
+  '478697adc8ae191355ee64b824f30e11bd7af682')
 
 build() {
+  # KDEBUG#308939 (Fixed upstream)
+  cd kalzium-${pkgver}
+  patch -p1 -i ${srcdir}/fix-linking.patch
+  cd ../
+
   cd ${srcdir}
   mkdir build
   cd build

Added: fix-linking.patch
===
--- fix-linking.patch   (rev 0)
+++ fix-linking.patch   2012-11-07 18:06:11 UTC (rev 170422)
@@ -0,0 +1,24 @@
+commit ffac09556f6f3d5d758bac9ba2b91117e6014ea7
+Author: Christoph Feck christ...@maxiom.de
+Date:   Fri Nov 2 17:31:48 2012 +0100
+
+SVN_SILENT link
+
+If possible, please include this build fix in 4.9.3 tag.
+
+BUG: 308939
+CCMAIL: kde-release-t...@kde.org
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 03eabf3..c8f425a 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -138,7 +138,7 @@ target_link_libraries(kalzium ${KDE4_KHTML_LIBRARY} 
${KDE4_KNEWSTUFF3_LIBS} ${KD
+ if (OPENBABEL2_FOUND)
+target_link_libraries(kalzium ${OPENBABEL2_LIBRARIES})
+if (EIGEN2_FOUND AND Avogadro_FOUND)
+-  target_link_libraries(kalzium compoundviewer avogadro)
++  target_link_libraries(kalzium ${QT_QTOPENGL_LIBRARY} compoundviewer 
avogadro)
+endif (EIGEN2_FOUND AND Avogadro_FOUND)
+ endif (OPENBABEL2_FOUND)
+ 



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:27
  Author: andrea
Revision: 170288

KDE 4.9.3

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:24 UTC (rev 170287)
+++ PKGBUILD2012-11-06 12:59:27 UTC (rev 170288)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('d328ad31f50a33aefeb009411a1adb51c29850a2')
+sha1sums=('7b4a50aabd960752d6b746740cc6b4bf6cae3b30')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 05:12:25
  Author: andrea
Revision: 167468

KDE 4.9.2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-02 09:12:22 UTC (rev 167467)
+++ PKGBUILD2012-10-02 09:12:25 UTC (rev 167468)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('7a043108edb23a2d857622e44ffb51cf3e870530')
+sha1sums=('d328ad31f50a33aefeb009411a1adb51c29850a2')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-09-03 Thread Andrea Scarpino
Date: Monday, September 3, 2012 @ 17:50:38
  Author: andrea
Revision: 165964

KDE 4.9.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-03 21:50:35 UTC (rev 165963)
+++ PKGBUILD2012-09-03 21:50:38 UTC (rev 165964)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('da8c782a9e758a860a76204435aaeab15f5edd64')
+sha1sums=('7a043108edb23a2d857622e44ffb51cf3e870530')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-06-06 Thread Andrea Scarpino
Date: Wednesday, June 6, 2012 @ 12:15:54
  Author: andrea
Revision: 160852

KDE 4.8.4

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-06 16:15:51 UTC (rev 160851)
+++ PKGBUILD2012-06-06 16:15:54 UTC (rev 160852)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('33629c565b82c755af0b73746c675ac44c234028')
+sha1sums=('28ed27164680a28e478cc6e0a13c918bc2119dc2')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 09:22:02
  Author: andrea
Revision: 158171

KDE 4.8.3

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-03 13:22:00 UTC (rev 158170)
+++ PKGBUILD2012-05-03 13:22:02 UTC (rev 158171)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('e685430d183339dd06e718c0dee3c6aacdd1536a')
+sha1sums=('33629c565b82c755af0b73746c675ac44c234028')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-03-30 Thread Andrea Scarpino
Date: Friday, March 30, 2012 @ 12:13:53
  Author: andrea
Revision: 154696

KDE 4.8.2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 16:13:49 UTC (rev 154695)
+++ PKGBUILD2012-03-30 16:13:53 UTC (rev 154696)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('914072b8a324e6966528e0047ea50c2a52736051')
+sha1sums=('e685430d183339dd06e718c0dee3c6aacdd1536a')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-03-06 Thread Andrea Scarpino
Date: Tuesday, March 6, 2012 @ 13:30:23
  Author: andrea
Revision: 152364

Path has been changed; new kdepim tarball

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 18:30:21 UTC (rev 152363)
+++ PKGBUILD2012-03-06 18:30:23 UTC (rev 152364)
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/xz/kalzium-${pkgver}.tar.xz;)
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
 sha1sums=('914072b8a324e6966528e0047ea50c2a52736051')
 
 build() {



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-03-04 Thread Andrea Scarpino
Date: Sunday, March 4, 2012 @ 06:10:17
  Author: andrea
Revision: 151971

KDE 4.8.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-04 11:10:12 UTC (rev 151970)
+++ PKGBUILD2012-03-04 11:10:17 UTC (rev 151971)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -12,8 +12,8 @@
 depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('0d4f9d3a148052c93068d4c2c0ed22969ac05202')
+source=(http://download.kde.org/stable/${pkgver}/src/xz/kalzium-${pkgver}.tar.xz;)
+sha1sums=('914072b8a324e6966528e0047ea50c2a52736051')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 15:35:38
  Author: andrea
Revision: 147315

KDE 4.8.0

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-25 20:35:35 UTC (rev 147314)
+++ PKGBUILD2012-01-25 20:35:38 UTC (rev 147315)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.97
+pkgver=4.8.0
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -12,8 +12,8 @@
 depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('1bf0f3fdc2428cd13653c70bf3e49596bedfc415')
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
+sha1sums=('0d4f9d3a148052c93068d4c2c0ed22969ac05202')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2012-01-04 Thread Andrea Scarpino
Date: Wednesday, January 4, 2012 @ 08:18:05
  Author: andrea
Revision: 145988

KDE 4.8RC2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-04 13:18:01 UTC (rev 145987)
+++ PKGBUILD2012-01-04 13:18:05 UTC (rev 145988)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.95
+pkgver=4.7.97
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('431f168d1ef711aa8dbed1d87c7c8c9127fcfd3c')
+sha1sums=('1bf0f3fdc2428cd13653c70bf3e49596bedfc415')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2011-12-22 Thread Andrea Scarpino
Date: Thursday, December 22, 2011 @ 02:59:51
  Author: andrea
Revision: 145389

KDE 4.8RC1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-22 07:59:48 UTC (rev 145388)
+++ PKGBUILD2011-12-22 07:59:51 UTC (rev 145389)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.90
+pkgver=4.7.95
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('97e9ddf6b7b122cc1c294468de199414e067e261')
+sha1sums=('431f168d1ef711aa8dbed1d87c7c8c9127fcfd3c')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2011-12-07 Thread Andrea Scarpino
Date: Wednesday, December 7, 2011 @ 03:23:56
  Author: andrea
Revision: 144531

KDE 4.8beta2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-07 08:23:53 UTC (rev 144530)
+++ PKGBUILD2011-12-07 08:23:56 UTC (rev 144531)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.80
+pkgver=4.7.90
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('d6dbca03628ed96a256c3c603fae220a97d6fec3')
+sha1sums=('97e9ddf6b7b122cc1c294468de199414e067e261')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2011-11-22 Thread Andrea Scarpino
Date: Tuesday, November 22, 2011 @ 13:23:26
  Author: andrea
Revision: 143096

Enable libfacile support

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-22 18:20:18 UTC (rev 143095)
+++ PKGBUILD2011-11-22 18:23:26 UTC (rev 143096)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
-depends=('kdelibs' 'avogadro' 'ocaml')
+depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2011-10-30 Thread Andrea Scarpino
Date: Sunday, October 30, 2011 @ 07:18:14
  Author: andrea
Revision: 141422

KDE 4.7.3

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-30 11:18:12 UTC (rev 141421)
+++ PKGBUILD2011-10-30 11:18:14 UTC (rev 141422)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.2
+pkgver=4.7.3
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('3e750692964ca76da9ccbae5bdc263413a22a049')
+sha1sums=('e22b54be4a2e8ce8a22af73fa6155ee012fa6fdf')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:40
  Author: andrea
Revision: 139703

KDE 4.7.2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:37 UTC (rev 139702)
+++ PKGBUILD2011-10-04 17:50:40 UTC (rev 139703)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('08600b1cf7df1afed67e5edd619953ae0f585687')
+sha1sums=('3e750692964ca76da9ccbae5bdc263413a22a049')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD)

2011-09-06 Thread Andrea Scarpino
Date: Tuesday, September 6, 2011 @ 04:21:41
  Author: andrea
Revision: 137135

KDE 4.7.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 08:21:39 UTC (rev 137134)
+++ PKGBUILD2011-09-06 08:21:41 UTC (rev 137135)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('786890c54d8ea61841c2cfa4ca6b9c05492fae38')
+sha1sums=('08600b1cf7df1afed67e5edd619953ae0f585687')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/trunk (PKGBUILD kdeedu-kalzium.install)

2011-07-24 Thread Andrea Scarpino
Date: Sunday, July 24, 2011 @ 20:13:46
  Author: andrea
Revision: 132599

move pkgbuilds to trunk; cleanup

Added:
  kdeedu-kalzium/trunk/PKGBUILD
(from rev 132557, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/trunk/kdeedu-kalzium.install
(from rev 132557, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)

+
 PKGBUILD   |   31 +++
 kdeedu-kalzium.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: kdeedu-kalzium/trunk/PKGBUILD (from rev 132557, 
kdeedu-kalzium/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-07-25 00:13:46 UTC (rev 132599)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=4.7.0
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
+sha1sums=('786890c54d8ea61841c2cfa4ca6b9c05492fae38')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalzium/trunk/kdeedu-kalzium.install (from rev 132557, 
kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kdeedu-kalzium.install  (rev 0)
+++ kdeedu-kalzium.install  2011-07-25 00:13:46 UTC (rev 132599)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}