Accepting request 144136 from KDE:Distro:Factory
Update KDE to KDE 4.10 Beta2 OBS-URL: https://build.opensuse.org/request/show/144136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocs?expand=0&rev=23
This commit is contained in:
parent
a634f530b7
commit
6d3377fd1f
@ -1,10 +1,11 @@
|
||||
--- rocs/src/rocs.desktop.sav 2009-12-06 09:55:13.000000000 +0100
|
||||
+++ rocs/src/rocs.desktop 2009-12-06 09:55:24.000000000 +0100
|
||||
@@ -62,7 +62,6 @@
|
||||
GenericName[zh_CN]=Rocs 图论
|
||||
GenericName[zh_TW]=Rocs 圖形理論
|
||||
Exec=rocs %i -caption "%c"
|
||||
-Icon=Rocs
|
||||
--- App/rocs.desktop.sav 2009-12-06 09:55:13.000000000 +0100
|
||||
+++ App/rocs.desktop 2009-12-06 09:55:24.000000000 +0100
|
||||
@@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Comment=Graph Theory Tool for Professors and Students.
|
||||
Comment[bs]=Alate teorije grafova za profesore i studente
|
||||
Exec=rocs %i -caption "%c"
|
||||
-Icon=rocs
|
||||
+Icon=
|
||||
X-DocPath=rocs/index.html
|
||||
MimeType=application/x-rocs;application/x-rocsz;
|
||||
Terminal=false
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a1c6a2f0eb140cee065d2c9d8b19a051b5119439916723dbb1daaa271d4a66d
|
||||
size 1200244
|
3
rocs-4.9.90.tar.xz
Normal file
3
rocs-4.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cfc6075c23bd511a47835ab6fbe863101f1f8d4c7243020f7eb2fbd4908b63e
|
||||
size 1237404
|
20
rocs.changes
20
rocs.changes
@ -1,14 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 20:10:13 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.90
|
||||
* This is the second Beta release for 4.10. Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 12:57:34 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.80
|
||||
* see http://www.kde.org/announcements/announce-4.10-beta1.php
|
||||
* Improved Project Handling
|
||||
* Support TGF document for import/exports
|
||||
* Add TikZ/PGF graphic Export
|
||||
* Main Window UI Reorganization and Configuration Dialog optimizations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 16:55:39 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.3
|
||||
* see http://kde.org/announcements/4.9.3/ for details
|
||||
* see http://kde.org/announcements/announce-4.9.3.php for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:06:29 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.2
|
||||
* see http://kde.org/announcements/4.9.2/ for details
|
||||
* see http://kde.org/announcements/announce-4.9.2.php for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 12:16:25 UTC 2012 - dmueller@suse.com
|
||||
|
20
rocs.spec
20
rocs.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rocs
|
||||
Version: 4.9.3
|
||||
Version: 4.9.90
|
||||
Release: 0
|
||||
Summary: Graph Theory IDE
|
||||
License: GPL-3.0+
|
||||
@ -57,7 +57,7 @@ to build software using rocs
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%ifarch ppc ppc64
|
||||
@ -78,25 +78,27 @@ cd build
|
||||
|
||||
%files -n librocslib4
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING.LIB.LGPL-2
|
||||
%{_kde4_libdir}/librocslib.so.*
|
||||
%doc CHANGELOG COPYING*
|
||||
%{_kde4_libdir}/librocscore.so.*
|
||||
%{_kde4_libdir}/librocsvisualeditor.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGELOG COPYING HACKING.txt TODO
|
||||
%doc TODO TESTING
|
||||
%{_includedir}/rocs/
|
||||
%{_kde4_libdir}/librocslib.so
|
||||
%{_kde4_libdir}/librocscore.so
|
||||
%{_kde4_libdir}/librocsvisualeditor.so
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS README
|
||||
%config %{_kde4_configdir}/rocs.knsrc
|
||||
%config %{_kde4_configkcfgdir}/rocs.kcfg
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/rocs/
|
||||
%{_kde4_applicationsdir}/rocs.desktop
|
||||
%{_kde4_appsdir}/rocs/
|
||||
%{_kde4_appsdir}/rocs_rootedtree/
|
||||
%{_kde4_bindir}/rocs
|
||||
%config %{_kde4_configdir}/rocs.knsrc
|
||||
%config %{_kde4_configkcfgdir}/rocs.kcfg
|
||||
%doc %{_kde4_htmldir}/en/rocs/
|
||||
%{_kde4_modulesdir}/rocs_*
|
||||
%{_kde4_servicesdir}/rocs_*
|
||||
%{_kde4_servicetypesdir}/*.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user