forked from pool/svgpart
Accepting request 137155 from KDE:Distro:Factory
Update to KDE 4.9.2. Changelog is corrected. OBS-URL: https://build.opensuse.org/request/show/137155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/svgpart?expand=0&rev=1
This commit is contained in:
commit
8312f41968
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
svgpart-4.9.2.tar.xz
Normal file
3
svgpart-4.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0537a7b4413d6b1e6d292bdf19f044c4b8800c57bf1e274032a9e43949a38f08
|
||||
size 9016
|
23
svgpart.changes
Normal file
23
svgpart.changes
Normal file
@ -0,0 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 10:35:31 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.2
|
||||
* see http://kde.org/announcements/4.9.2/ for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 11:02:15 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 4.9.1
|
||||
* see http://kde.org/announcements/4.9.1/ for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:02:37 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 4.9.0
|
||||
* see http://kde.org/announcements/4.9/ for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 18:35:28 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Initial version
|
||||
|
57
svgpart.spec
Normal file
57
svgpart.spec
Normal file
@ -0,0 +1,57 @@
|
||||
#
|
||||
# spec file for package svgpart
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: svgpart
|
||||
Version: 4.9.2
|
||||
Release: 1
|
||||
License: GPL-2.0+
|
||||
Summary: SVG viewer component
|
||||
Url: https://projects.kde.org/projects/kde/kdegraphics/svgpart
|
||||
Group: System/GUI/KDE
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
An SVG viewer component for KDE (KPart).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%make_install
|
||||
%kde_post_install
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%dir %{_libdir}/kde4
|
||||
%{_kde4_libdir}/kde4/svgpart.so
|
||||
%{_kde4_servicesdir}/svgpart.desktop
|
||||
%{_kde4_appsdir}/svgpart
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user