Accepting request 183390 from KDE:Distro:Factory
Update KDE to KDE 4.10.95 OBS-URL: https://build.opensuse.org/request/show/183390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kget?expand=0&rev=1
This commit is contained in:
commit
343b462a27
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
kget-4.10.95.tar.xz
Normal file
3
kget-4.10.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28afd360237a251a30c86c586948dd59ab9e10cf04611ded01f6fb1608f097e0
|
||||||
|
size 1077148
|
1064
kget.changes
Normal file
1064
kget.changes
Normal file
File diff suppressed because it is too large
Load Diff
90
kget.spec
Normal file
90
kget.spec
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kget
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013 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: kget
|
||||||
|
Version: 4.10.95
|
||||||
|
Release: 0
|
||||||
|
License: GPL-2.0+
|
||||||
|
Summary: Download Manager
|
||||||
|
Group: Productivity/Networking/Other
|
||||||
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
BuildRequires: gpgme-devel
|
||||||
|
BuildRequires: kdebase4-workspace-devel
|
||||||
|
BuildRequires: libkdepimlibs4-devel
|
||||||
|
BuildRequires: libkonq-devel
|
||||||
|
BuildRequires: libktorrent-devel
|
||||||
|
BuildRequires: libnepomukwidgets-devel
|
||||||
|
BuildRequires: libqca2-devel
|
||||||
|
BuildRequires: nepomuk-core-devel
|
||||||
|
BuildRequires: shared-desktop-ontologies-devel
|
||||||
|
BuildRequires: sqlite-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%kde4_runtime_requires
|
||||||
|
|
||||||
|
%description
|
||||||
|
An advanced download manager for KDE
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||||
|
%endif
|
||||||
|
%cmake_kde4 -d build
|
||||||
|
%make_jobs
|
||||||
|
|
||||||
|
%install
|
||||||
|
cd build
|
||||||
|
%kde4_makeinstall
|
||||||
|
cd ..
|
||||||
|
%suse_update_desktop_file -r kget System TrayIcon
|
||||||
|
%kde_post_install
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING COPYING.DOC README
|
||||||
|
%{_kde4_bindir}/kget
|
||||||
|
%{_kde4_appsdir}/dolphinpart/
|
||||||
|
%{_kde4_servicetypesdir}/*.desktop
|
||||||
|
%{_kde4_servicesdir}/*.desktop
|
||||||
|
%{_kde4_servicesdir}/ServiceMenus/*.desktop
|
||||||
|
%{_datadir}/ontology/kde/kget_history.*
|
||||||
|
%{_datadir}/dbus-1/services/org.kde.kget.service
|
||||||
|
%{_kde4_configkcfgdir}/*.kcfg
|
||||||
|
%{_kde4_appsdir}/kwebkitpart/
|
||||||
|
%{_kde4_appsdir}/khtml/
|
||||||
|
%{_kde4_appsdir}/kget/
|
||||||
|
%{_kde4_iconsdir}/hicolor/*/apps/kget.*
|
||||||
|
%{_kde4_htmldir}/en/kget/
|
||||||
|
%{_kde4_modulesdir}/kcm_kget*.so
|
||||||
|
%{_kde4_modulesdir}/kget_*.so
|
||||||
|
%{_kde4_modulesdir}/krunner_*.so
|
||||||
|
%{_kde4_modulesdir}/plasma_*.so
|
||||||
|
%{_kde4_libdir}/libkgetcore.so*
|
||||||
|
%{_kde4_applicationsdir}/kget.desktop
|
||||||
|
%{_kde4_appsdir}/kconf_update/
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user