summaryrefslogtreecommitdiff
path: root/math/kalgebra
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2013-04-03 10:51:43 +0000
committermarkd <markd@pkgsrc.org>2013-04-03 10:51:43 +0000
commit8a704957fef2cdf0a193592ca25a9079e19099ec (patch)
tree1618b7df1711bf0e3e2a34e61f4e833db5c497aa /math/kalgebra
parentc60cc8e359522dc7ac7805fada352ce6672eecdf (diff)
downloadpkgsrc-8a704957fef2cdf0a193592ca25a9079e19099ec.tar.gz
Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
Diffstat (limited to 'math/kalgebra')
-rw-r--r--math/kalgebra/Makefile3
-rw-r--r--math/kalgebra/PLIST48
-rw-r--r--math/kalgebra/distinfo8
3 files changed, 34 insertions, 25 deletions
diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile
index 6b0d99539ea..e42ca6f4578 100644
--- a/math/kalgebra/Makefile
+++ b/math/kalgebra/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2013/02/16 11:23:07 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/04/03 10:51:58 markd Exp $
DISTNAME= kalgebra-${_KDE_VERSION}
-PKGREVISION= 7
CATEGORIES= math
COMMENT= KDE graph calculator
diff --git a/math/kalgebra/PLIST b/math/kalgebra/PLIST
index a53e45a118e..3a6d0047dca 100644
--- a/math/kalgebra/PLIST
+++ b/math/kalgebra/PLIST
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2012/03/20 07:30:13 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/04/03 10:51:58 markd Exp $
bin/kalgebra
bin/kalgebramobile
+lib/kde4/imports/org/kde/analitza/Graph2D.qml
+lib/kde4/imports/org/kde/analitza/libanalitzadeclarativeplugin.so
+lib/kde4/imports/org/kde/analitza/qmldir
lib/kde4/plasma_applet_kalgebra.so
share/applications/kde4/kalgebra.desktop
share/applications/kde4/kalgebramobile.desktop
@@ -19,23 +22,30 @@ share/icons/hicolor/32x32/apps/kalgebra.png
share/icons/hicolor/48x48/apps/kalgebra.png
share/icons/hicolor/64x64/apps/kalgebra.png
share/icons/hicolor/scalable/apps/kalgebra.svgz
-share/kde/apps/kalgebra/plugins/Console.qml
-share/kde/apps/kalgebra/plugins/Graph2D.qml
-share/kde/apps/kalgebra/plugins/Plot2D.qml
-share/kde/apps/kalgebra/plugins/Tables.qml
-share/kde/apps/kalgebra/plugins/kalgebraconsole.desktop
-share/kde/apps/kalgebra/plugins/kalgebraplot2d.desktop
-share/kde/apps/kalgebra/plugins/kalgebratables.desktop
-share/kde/apps/kalgebra/plugins/widgets/Button.qml
-share/kde/apps/kalgebra/plugins/widgets/CalcButton.qml
-share/kde/apps/kalgebra/plugins/widgets/ExpressionInput.qml
-share/kde/apps/kalgebra/plugins/widgets/KAlgebraMobile.qml
-share/kde/apps/kalgebra/plugins/widgets/KAlgebraPage.qml
-share/kde/apps/kalgebra/plugins/widgets/Keyboard.qml
-share/kde/apps/kalgebra/plugins/widgets/Label.qml
-share/kde/apps/kalgebra/plugins/widgets/RealInput.qml
-share/kde/apps/kalgebra/plugins/widgets/SimpleListView.qml
-share/kde/apps/kalgebra/plugins/widgets/ToolTip.qml
+share/kde/apps/kalgebramobile/plugins/About.qml
+share/kde/apps/kalgebramobile/plugins/Console.qml
+share/kde/apps/kalgebramobile/plugins/Plot2D.qml
+share/kde/apps/kalgebramobile/plugins/Tables.qml
+share/kde/apps/kalgebramobile/plugins/VariablesView.qml
+share/kde/apps/kalgebramobile/plugins/kalgebraabout.desktop
+share/kde/apps/kalgebramobile/plugins/kalgebraconsole.desktop
+share/kde/apps/kalgebramobile/plugins/kalgebraplot2d.desktop
+share/kde/apps/kalgebramobile/plugins/kalgebratables.desktop
+share/kde/apps/kalgebramobile/plugins/kalgebravariables.desktop
+share/kde/apps/kalgebramobile/plugins/widgets/Button.qml
+share/kde/apps/kalgebramobile/plugins/widgets/CalcButton.qml
+share/kde/apps/kalgebramobile/plugins/widgets/ExpressionInput.qml
+share/kde/apps/kalgebramobile/plugins/widgets/KAlgebraMobile.qml
+share/kde/apps/kalgebramobile/plugins/widgets/KAlgebraPage.qml
+share/kde/apps/kalgebramobile/plugins/widgets/Keyboard.qml
+share/kde/apps/kalgebramobile/plugins/widgets/Label.qml
+share/kde/apps/kalgebramobile/plugins/widgets/RealInput.qml
+share/kde/apps/kalgebramobile/plugins/widgets/SimpleListView.qml
+share/kde/apps/kalgebramobile/plugins/widgets/ToolTip.qml
+share/kde/apps/kalgebramobile/plugins/widgets/qmldir
share/kde/apps/katepart/syntax/kalgebra.xml
+share/kde/apps/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui/config.ui
+share/kde/apps/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui/main.qml
+share/kde/apps/plasma/plasmoids/org.kde.graphsplasmoid/metadata.desktop
+share/kde4/services/graphsplasmoid.desktop
share/kde4/services/kalgebraplasmoid.desktop
-share/kde4/servicetypes/kalgebrascript.desktop
diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo
index 0b83dbb9417..3cdacabf996 100644
--- a/math/kalgebra/distinfo
+++ b/math/kalgebra/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/06/16 04:45:31 markd Exp $
+$NetBSD: distinfo,v 1.4 2013/04/03 10:51:58 markd Exp $
-SHA1 (kalgebra-4.8.4.tar.xz) = be0bcd290c61713a0365e9eab2ddc8d58f447f34
-RMD160 (kalgebra-4.8.4.tar.xz) = 189031f8f7306e30c2e53e5d13b165a1017131ef
-Size (kalgebra-4.8.4.tar.xz) = 424864 bytes
+SHA1 (kalgebra-4.10.2.tar.xz) = f029006b89aa75e6584836a90832f5130fff49b5
+RMD160 (kalgebra-4.10.2.tar.xz) = 91da1a350016e56a485a404715c4f0957b8a973f
+Size (kalgebra-4.10.2.tar.xz) = 446028 bytes