[arch-commits] Commit in kdeedu-kalzium (3 files)

Andrea Scarpino andrea at archlinux.org
Fri Nov 16 19:55:50 UTC 2012


    Date: Friday, November 16, 2012 @ 14:55:49
  Author: andrea
Revision: 171178

KDE 4.10 beta1 - first steps

Added:
  kdeedu-kalzium/kde-unstable/
Modified:
  kdeedu-kalzium/kde-unstable/PKGBUILD
Deleted:
  kdeedu-kalzium/kde-unstable/fix-linking.patch

-------------------+
 PKGBUILD          |   18 +++++-------------
 fix-linking.patch |   24 ------------------------
 2 files changed, 5 insertions(+), 37 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD	2012-11-16 19:55:49 UTC (rev 171178)
@@ -2,28 +2,20 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.3
+pkgver=4.9.80
 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' 'facile')
+depends=('kdelibs' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
 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/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('2902940de1dc5d33b846aeb82064d51adc286da4')
 
 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} \
@@ -33,6 +25,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }

Deleted: kde-unstable/fix-linking.patch
===================================================================
--- trunk/fix-linking.patch	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/fix-linking.patch	2012-11-16 19:55:49 UTC (rev 171178)
@@ -1,24 +0,0 @@
-commit ffac09556f6f3d5d758bac9ba2b91117e6014ea7
-Author: Christoph Feck <christoph at 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-team at 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)
- 




More information about the arch-commits mailing list