Browse Source

update: kdeaccessibility, kdeadmin, kdeedu, kdegames, task-kde


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@569 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 14 years ago
parent
commit
1b014b826b

+ 8 - 2
k/kdeaccessibility/kdeaccessibility-vl.spec

@@ -1,5 +1,5 @@
 Name: kdeaccessibility
-Version: 4.3.3
+Version: 4.4.1
 Release: 1%{?_dist_release}
 Summary: tools for handicapped people to use the GUI
 Summary(ja): ハンディを持つ人の GUI 使用をサポートするツール集
@@ -13,6 +13,7 @@ BuildRequires: alsa-lib-devel
 BuildRequires: desktop-file-utils
 #BuildRequires: festival
 # workaround (hopefully) temporary borkage
+BuildRequires: speech-dispatcher-devel
 BuildRequires: flite-devel
 BuildRequires: kdelibs4-devel >= %{version}
 BuildRequires: plasma-devel >= %{version}
@@ -62,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 # hack around HTML doc multilib conflicts
-for doxy_hack in kmousetool kmouth kttsd ; do
+for doxy_hack in kmag kmousetool kmouth kttsd ; do
 pushd $RPM_BUILD_ROOT%{_docdir}/HTML/en/${doxy_hack}
 bunzip2 index.cache.bz2
 sed -i -e 's!<a name="id[0-9]*"></a>!!g' index.cache
@@ -129,6 +130,11 @@ gtk-update-icon-cache %{_datadir}/icons/mono &> /dev/null || :
 %{_libdir}/libkttsd.so.4*
 
 %changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- built with new toolchain
+- added BR: speech-dispatcher-devel
+
 * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
 - new upstream release
 

+ 5 - 1
k/kdeadmin/kdeadmin-vl.spec

@@ -1,5 +1,5 @@
 Name: kdeadmin
-Version: 4.3.3
+Version: 4.4.1
 Release: 1%{?_dist_release}
 Summary: K Desktop Environment - Administrative tools
 Summary(ja): K デスクトップ環境 - 管理ツール集
@@ -191,6 +191,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/kde4/apps/system-config-printer-kde/
 
 %changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- built with new toolchain
+
 * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
 - new upstream release
 

+ 101 - 16
k/kdeedu/kdeedu-vl.spec

@@ -1,5 +1,5 @@
 Name: kdeedu
-Version: 4.3.3
+Version: 4.4.1
 Release: 1%{?_dist_release}
 Summary: Educational/Edutainment applications for KDE
 Summary(ja): KDE 向け教育・教養アプリケーション集
@@ -9,32 +9,36 @@ Group: Applications/Edutainment
 URL: http://www.kde.org/
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 
-Patch1: kdeedu-4.2.0-indi_nodrivers.patch
+## upstreamable patches
+Patch51: kdeedu-4.3.90-cantor_part_desktop_fix.patch 
 ## upstream patches
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: attica-devel
 # Kig can optionally use Boost.Python for Python scripting
 BuildRequires: libboost-devel libboost-python
 # CFITSIO Library is needed by KStars for many INDI drivers & for KStars FITS Viewer.
 BuildRequires: cfitsio-devel
-BuildRequires: desktop-file-utils
+BuildRequires: xplanet
+BuildRequires: libindi-devel
+BuildRequires: libnova-devel
+BuildRequires: libqalculate-devel
+BuildRequires: openbabel-devel >= 2.2.0-0.4.b5
 BuildRequires: eigen2-devel >= 2.0.3
 BuildRequires: gpsd-devel
+BuildRequires: desktop-file-utils
 BuildRequires: gsl-devel
 BuildRequires: kdelibs4-devel >= %{version}
 BuildRequires: plasma-devel >= %{version}
-BuildRequires: libindi-devel
-BuildRequires: libnova-devel
-BuildRequires: libqalculate-devel
+BuildRequires: libspectre-devel
 BuildRequires: libusb-devel
 BuildRequires: libxml2-devel
 BuildRequires: libxslt-devel
 BuildRequires: ocaml
 BuildRequires: facile
-BuildRequires: openbabel-devel >= 2.2.0-0.4.b5
 BuildRequires: python-devel python
 BuildRequires: readline-devel
-BuildRequires: xplanet
+#BuildRequires: R-devel
 
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -120,18 +124,37 @@ Group: Applications/Edutainment
 Obsoletes: kalgebra < 0.7-7
 Provides:  kalgebra = 0.7-7
 Provides:  kdeedu4-math = %{version}-%{release}
+Requires: %{name}-math-libs = %{version}-%{release}
 
 %description math
 Educational/Edutainment Math applications:
+* cantor: Frontend for math applications
 * kalgebra: MathML-based graph calculator
 * kbruch: Exercise Fractions and Percentages
 * kig: Interactive Geometry
 * kmplot: Mathematical Function Plotter
+* rocs: Graph Theory IDE
+
+%package math-cantor-R
+Summary: R backend for Cantor
+Group: Applications/Edutainment
+Requires: %{name}-math%{?_isa} = %{version}-%{release}
+
+%description math-cantor-R
+%{summary}, which is part of kdeedu-math.
+
+%package math-libs
+Summary: Runtime libraries for %{name}-math
+Group:   System Environment/Libraries
+
+%description math-libs
+%{summary}.
+
+
 
 %prep
 %setup -q
-#patch0 -p1
-%patch1 -p1 -b .indi_nodrivers
+%patch51 -p1 -b .cantor_part_desktop_fix.patch
 
 %build
 mkdir -p %{_target_platform}
@@ -155,7 +178,7 @@ make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 # #unpackaged files
 # omit stuff for which there isn't a clear public API
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib{SatLib,analitza,avogadro-kalzium,compoundviewer,htmesh,sbigudrv}.{a,so}
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib{SatLib,analitza,analitzagui,avogadro-kalzium,cantorlibs,compoundviewer,htmesh,sbigudrv}.{a,so}
 # oxygen-icon-theme conflict
 rm -fv $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/22x22/actions/pointer.png
 
@@ -165,6 +188,8 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/kde4/apps/khangman/fonts/Dustismo_Roman.ttf
 rm -f $RPM_BUILD_ROOT%{_datadir}/kde4/apps/khangman/fonts/Domestic_Manners.ttf
 # omit steve font
 rm -f $RPM_BUILD_ROOT%{_datadir}/kde4/apps/blinken/fonts/steve.ttf
+# omit copies of python-(mwclient,simplejson)
+rm -rf $RPM_BUILD_ROOT%{_datadir}/kde4/apps/parley/plugins/mwclient
 
 
 %clean
@@ -224,6 +249,10 @@ if [ $1 -eq 0 ] ; then
   gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
 fi
 
+%post marble-libs -p /sbin/ldconfig
+
+%postun marble-libs -p /sbin/ldconfig
+
 %post math
 touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
 
@@ -238,6 +267,10 @@ if [ $1 -eq 0 ] ; then
   gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
 fi
 
+%post math-libs -p /sbin/ldconfig
+
+%postun math-libs -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %{_bindir}/blinken
@@ -255,6 +288,7 @@ fi
 %{_bindir}/parley
 %{_bindir}/step
 %{_bindir}/tilecreator
+%{_libdir}/kde4/*Calculator.so
 %{_libdir}/kde4/plasma_applet_parley.so
 %{_libdir}/kde4/plasma_engine_parley.so
 %{_libdir}/kde4/plasma_applet_didyouknow.so
@@ -276,6 +310,7 @@ fi
 %{_datadir}/kde4/apps/kwordquiz
 %{_datadir}/kde4/apps/parley
 %{_datadir}/kde4/apps/step
+%{_datadir}/kde4/services/*Calculator.desktop
 %{_datadir}/kde4/services/plasma-dataengine-parley.desktop
 %{_datadir}/kde4/services/plasma_parley.desktop
 %{_datadir}/kde4/services/plasma-dataengine-kalzium.desktop
@@ -402,43 +437,93 @@ fi
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/calgebra
+%{_bindir}/cantor
 %{_bindir}/kalgebra
 %{_bindir}/kbruch
 %{_bindir}/kig
 %{_bindir}/kmplot
 %{_bindir}/pykig.*
+%{_bindir}/rocs
+%{_libdir}/kde4/cantor_*.so
+%{_libdir}/kde4/libcantorpart.so
 %{_libdir}/kde4/kigpart.*
 %{_libdir}/kde4/libkmplotpart.*
 %{_libdir}/kde4/plasma_applet_kalgebra.so
-%{_libdir}/libanalitza.so.*
-%{_datadir}/kde4/apps/katepart/syntax/python-kig.xml
-%{_datadir}/kde4/apps/kbruch
-%{_datadir}/kde4/apps/kig
-%{_datadir}/kde4/apps/kmplot
+#{_libdir}/libanalitza.so.*
+%{_datadir}/applications/kde4/cantor.desktop
 %{_datadir}/applications/kde4/kalgebra.desktop
 %{_datadir}/applications/kde4/kbruch.desktop
 %{_datadir}/applications/kde4/kig.desktop
 %{_datadir}/applications/kde4/kmplot.desktop
+%{_datadir}/applications/kde4/rocs.desktop
+%{_datadir}/config.kcfg/cantor.kcfg
+%{_datadir}/config.kcfg/cantor_libs.kcfg
 %{_datadir}/config.kcfg/kbruch.kcfg
 %{_datadir}/config.kcfg/kmplot.kcfg
+%{_datadir}/config.kcfg/maximabackend.kcfg
+%{_datadir}/config.kcfg/rocs.kcfg
+%{_datadir}/config.kcfg/sagebackend.kcfg
+%{_datadir}/config/cantor.knsrc
+#{_datadir}/config/cantor_r.knsrc
+%{_datadir}/config/cantor_kalgebra.knsrc
+%{_datadir}/config/cantor_maxima.knsrc
+%{_datadir}/config/cantor_sage.knsrc
 %{_datadir}/dbus-1/interfaces/org.kde.kmplot.*
+%doc %{_docdir}/HTML/en/cantor/
 %doc %{_docdir}/HTML/en/kalgebra/
 %doc %{_docdir}/HTML/en/kbruch/
 %doc %{_docdir}/HTML/en/kig/
 %doc %{_docdir}/HTML/en/kmplot/
+%doc %{_docdir}/HTML/en/rocs/
+%{_datadir}/icons/hicolor/*/*/cantor.*
 %{_datadir}/icons/hicolor/*/*/kalgebra.*
 %{_datadir}/icons/hicolor/*/*/kbruch.*
 %{_datadir}/icons/hicolor/*/*/kig.*
 %{_datadir}/icons/hicolor/*/*/kmplot.*
+%{_datadir}/icons/hicolor/*/*/maximabackend.*
+%{_datadir}/icons/hicolor/*/*/rocs*.*
+%{_datadir}/icons/hicolor/*/*/sagebackend.*
 %{_datadir}/icons/hicolor/*/*/application-x-kig.*
+%{_datadir}/kde4/apps/cantor
+%{_datadir}/kde4/apps/cantorpart
+%{_datadir}/kde4/apps/katepart/syntax/python-kig.xml
+%{_datadir}/kde4/apps/kbruch
+%{_datadir}/kde4/apps/kig
+%{_datadir}/kde4/apps/kmplot
+%{_datadir}/kde4/apps/rocs
+%{_datadir}/kde4/services/cantor
+%{_datadir}/kde4/services/cantor_part.desktop
 %{_datadir}/kde4/services/kalgebraplasmoid.desktop
 %{_datadir}/kde4/services/kig_part.desktop
 %{_datadir}/kde4/services/kmplot_part.desktop
+%{_datadir}/kde4/servicetypes/cantor_*.desktop
 %{_mandir}/man1/kbruch.*
 %{_mandir}/man1/kig.*
 %{_mandir}/man1/kmplot.*
 
+#%files math-cantor-R
+#%defattr(-,root,root,-)
+#%{_bindir}/cantor_rserver
+#%{_libdir}/kde4/cantor_rbackend.so
+#%{_datadir}/config.kcfg/rserver.kcfg
+%{_datadir}/config/cantor_r.knsrc
+%{_datadir}/icons/hicolor/*/*/rbackend.*
+#%{_datadir}/kde4/services/cantor/rbackend.desktop
+
+%files math-libs
+%defattr(-,root,root,-)
+%doc COPYING README
+%{_libdir}/libanalitza.so.*
+%{_libdir}/libanalitzagui.so.*
+%{_libdir}/libcantorlibs.so.*
+%{_libdir}/libcantor_config.so
+
+
 %changelog
+* Sat Mar 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- built with new toolchain
+
 * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
 - new upstream release
 

+ 15 - 1
k/kdegames/kdegames-vl.spec

@@ -1,5 +1,5 @@
 Name: kdegames
-Version: 4.3.3
+Version: 4.4.1
 Release: 1%{?_dist_release}
 Summary: K Desktop Environment - Games
 Summary(ja): K デスクトップ環境 - ゲーム集
@@ -139,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
 touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 touch --no-create %{_datadir}/icons/locolor &> /dev/null || :
 touch --no-create %{_datadir}/icons/oxygen &> /dev/null || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
@@ -147,6 +148,7 @@ gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
 update-desktop-database -q &> /dev/null ||:
 
 %postun
+update-mime-database %{_datadir}/mime &> /dev/null || :
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
     touch --no-create %{_datadir}/icons/locolor &> /dev/null || :
@@ -176,14 +178,20 @@ fi
 %exclude %{_datadir}/kde4/apps/cmake
 %{_datadir}/config/*
 %{_datadir}/sounds/*.ogg
+%{_datadir}/sounds/kshisen/*.ogg
 %{_datadir}/sounds/kapman/
 %{_datadir}/applications/kde4/*
 %{_datadir}/config.kcfg/*
 %{_datadir}/kde4/services/kbattleship.protocol
+%{_datadir}/kde4/services/ServiceMenus/palapeli_servicemenu.desktop
+%{_datadir}/kde4/services/pala*.desktop
+%{_datadir}/kde4/servicetypes/libpala-slicerplugin.desktop
 %doc %{_docdir}/HTML/en/*
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/icons/locolor/*/*/*
 %{_datadir}/icons/oxygen/*/*/*
+%{_libdir}/kde4/pala*.so
+%{_datadir}/mime/packages/palapeli-mimetypes.xml
 %{_datadir}/ggz/kbattleship.dsc
 %{_datadir}/ggz/kreversi.dsc
 %{_datadir}/ggz/ksquares.dsc
@@ -199,8 +207,14 @@ fi
 %{_includedir}/kde4/*
 %{_libdir}/lib*.so
 %{_datadir}/kde4/apps/cmake/modules/*
+%dir %{_libdir}/libpala/
+%{_libdir}/libpala/*.cmake
 
 %changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- built with new toolchain
+
 * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
 - new upstream release
 

+ 17 - 11
k/kdeplasma-addons/kdeplasma-addons-vl.spec

@@ -1,6 +1,6 @@
 Name:           kdeplasma-addons
-Version:        4.3.3
-Release:        2%{?_dist_release}
+Version:        4.4.1
+Release:        1%{?_dist_release}
 Summary:        Additional plasmoids for KDE
 
 Group:          User Interface/Desktops
@@ -10,12 +10,10 @@ Source0:        ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeplasma-addons
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 ## upstreamable patches
-# disable contacts krunner that induces mostly needless kres-migrator and
-# akonadi launch on first login
-Patch51: kdeplasma-addons-4.2.2-krunner_contacts_not_enabledbydefault.patch
 
 ## upstream patches
 
+BuildRequires:  attica-devel
 BuildRequires:  libboost-devel
 BuildRequires:  eigen2-devel
 BuildRequires:  gettext
@@ -34,6 +32,8 @@ BuildRequires:  kdegraphics-devel >= %{version}
 BuildRequires:  libXcomposite-devel libXrender-devel libXdamage-devel
 BuildRequires:  qimageblitz-devel
 BuildRequires:  soprano-devel
+# kimpanel
+BuildRequires:  scim-devel
 
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -59,8 +59,6 @@ Requires: kdelibs4 >= %{version}
 %prep
 %setup -q -n kdeplasma-addons-%{version}
 
-%patch51 -p1 -b .krunner_contacts_not_enabledbydefault 
-
 
 %build
 mkdir -p %{_target_platform}
@@ -88,7 +86,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 # unpackaged files
 # omit shlib symlinks 
 rm -f %{buildroot}%{_libdir}/libplasma*.so
-rm -f %{buildroot}%{_libdir}/lib{ocsclient,rtm}.so
+rm -f %{buildroot}%{_libdir}/lib{kimpanelruntime,ocsclient,rtm}.so
 # lancelot-devel
 rm -f %{buildroot}%{_libdir}/liblancelot*.so
 rm -rf %{buildroot}%{_includedir}/kde4/lancelot
@@ -123,29 +121,33 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc COPYING COPYING.LIB
 %{_bindir}/lancelot
+%{_bindir}/kimpanel
 %{_libdir}/kde4/*.so
+%{_libdir}/scim-1.0/scim-panel-dbus
 %{_datadir}/kde4/apps/bball/
 %{_datadir}/kde4/apps/desktoptheme/*
 %{_datadir}/kde4/apps/lancelot/
 %{_datadir}/kde4/apps/plasma/services/*
 %{_datadir}/kde4/apps/plasma-applet-frame/
 %{_datadir}/kde4/apps/plasma-applet-opendesktop/
+%{_datadir}/kde4/apps/plasma-applet-opendesktop-activities/
 %{_datadir}/kde4/apps/plasma_pastebin/
 %{_datadir}/kde4/apps/plasma_wallpaper_pattern/
 %{_datadir}/kde4/apps/rssnow/
 %{_datadir}/config/*.knsrc
+%{_datadir}/config.kcfg/kimpanelconfig.kcfg
 %{_datadir}/kde4/services/*.desktop
 %{_datadir}/kde4/services/ServiceMenus/*.desktop
 %{_datadir}/kde4/servicetypes/*.desktop
 %{_datadir}/mime/packages/lancelotpart-mime.xml
 %{_datadir}/dbus-1/services/org.kde.lancelot.service
+%{_datadir}/dbus-1/interfaces/org.kde.impanel.xml
 %{_datadir}/icons/hicolor/*/*/*
-#{_datadir}/icons/oxygen/*/*/*
+%{_datadir}/icons/oxygen/*/*/*
 
 %files libs
 %defattr(-,root,root,-)
-%{_libdir}/libconversion.so.*
-%{_libdir}/libocsclient.so.*
+%{_libdir}/libkimpanelruntime.so.*
 %{_libdir}/liblancelot.so.*
 %{_libdir}/libplasmapotdprovidercore.so.*
 %{_libdir}/libplasmacomicprovidercore.so.*
@@ -154,6 +156,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.1-1
+- new upstream release
+- built with new toolchain
+
 * Mon Dec 14 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.3.3-2
 - Lancelot build-deps kdebase-workspace, which contains
   /usr/share/dbus-1/interfaces/org.freedesktop.ScreenSaver.xml

+ 8 - 3
t/task-kde/task-kde-vl.spec

@@ -1,13 +1,14 @@
 Summary: Virtual package for KDE
 Summary(ja): KDE バーチャルパッケージ
 Name: task-kde
-Version: 4.3.2
+Version: 4.4.1
 Release: 1%{?_dist_release}
 License: public domain
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 
+Requires: kde-settings
 Requires: kdeadmin
 Requires: kdeartwork kdeartwork-wallpapers kdeartwork-screensavers
 Requires: kdebase
@@ -17,7 +18,6 @@ Requires: kdeedu kdeedu-math
 Requires: kdegames
 Requires: kdegraphics
 Requires: kdelibs
-Requires: kdelibs-experimental
 Requires: kdemultimedia
 Requires: kdenetwork
 Requires: kdepim
@@ -28,6 +28,8 @@ Requires: kdetoys
 Requires: kdeutils
 Requires: oxygen-icon-theme
 Requires: kde-l10n
+Requires: phonon phonon-backend-gstreamer
+Requires: polkit-kde
 Requires: qt4
 
 Vendor: Project Vine
@@ -42,9 +44,12 @@ all packages related to KDE automatically.
 %description -l ja
 KDE を簡単にインストールするための仮想パッケージです。
 apt-get を使ってこのパッケージをインストールすることで、
-関連するKDEパッケージをすべてインストールすることができます。
+関連する KDE パッケージをすべてインストールすることができます。
 
 %changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- updated package version for KDE 4.4.1
+
 * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1
 - updated package version for KDE 4.3