forked from pool/discover
osc copypac from project:KDE:Unstable:Applications package:discover revision:11
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=1
This commit is contained in:
commit
6beb8f564c
25
.gitattributes
vendored
Normal file
25
.gitattributes
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
## 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
|
||||
## Specific LFS patterns
|
||||
_service:tar_scm:discover-5.6git.tar filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://anongit.kde.org/discover.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">5.6git</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version"/>
|
||||
</services>
|
3
_service:recompress:tar_scm:discover-5.6git.tar.xz
Normal file
3
_service:recompress:tar_scm:discover-5.6git.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c53dbd16f0ee742c984b8af00099a088b771f76813384aad83e9c2321d95571f
|
||||
size 571912
|
119
_service:set_version:discover.spec
Normal file
119
_service:set_version:discover.spec
Normal file
@ -0,0 +1,119 @@
|
||||
#
|
||||
# spec file for package discover
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX 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: discover
|
||||
Version: 5.6git
|
||||
Release: 0
|
||||
Summary: KDE Software Installer
|
||||
License: GPL-2.0
|
||||
Group: System/GUI/KDE
|
||||
Url: https://quickgit.kde.org/?p=discover.git
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: PackageKit-Qt5-devel
|
||||
BuildRequires: libAppstreamQt-devel
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: knotifications-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwallet-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: libattica-devel
|
||||
BuildRequires: plasma-framework-devel
|
||||
BuildRequires: solid-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
Requires: libzypp-plugin-appdata
|
||||
Requires: AppStream
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Disover is the KDE software installer, implemented as an app store like application.
|
||||
|
||||
%package plasmoid
|
||||
Summary: Update notification plasmoid for KDE Software Manager
|
||||
Conflicts: plasma5-pk-updates
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description plasmoid
|
||||
This is the systray plasmoid to notify the user that updates are available
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file -r org.kde.discover Qt KDE System PackageManager
|
||||
%suse_update_desktop_file -r plasma-discover-updater Qt KDE System PackageManager
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.GFDL COPYING.LIB
|
||||
%{_bindir}/plasma-discover
|
||||
%{_bindir}/plasma-discover-updater
|
||||
%{_libdir}/libDiscoverCommon.so
|
||||
%{_libdir}/libDiscoverNotifiers.so
|
||||
%{_kf5_plugindir}/discover-notifier/
|
||||
%{_kf5_plugindir}/discover/
|
||||
%dir %{_kf5_qmldir}/org
|
||||
%dir %{_kf5_qmldir}/org/kde
|
||||
%{_kf5_qmldir}/org/kde/discover/
|
||||
%{_kf5_qmldir}/org/kde/discovernotifier/
|
||||
%{_kf5_applicationsdir}/org.kde.discover.desktop
|
||||
%{_kf5_applicationsdir}/plasma-discover-updater.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.*
|
||||
%{_kf5_notifydir}/discoverabstractnotifier.notifyrc
|
||||
%{_kf5_kxmlguidir}/plasmadiscover/
|
||||
%{_kf5_kxmlguidir}/plasmadiscoverupdater/
|
||||
%{_datadir}/libdiscover/
|
||||
%{_datadir}/plasmadiscover/
|
||||
|
||||
%files plasmoid
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.GFDL COPYING.LIB
|
||||
%dir %{_datadir}/plasma
|
||||
%dir %{_datadir}/plasma/plasmoids
|
||||
%{_datadir}/plasma/plasmoids/org.kde.discovernotifier/
|
||||
%{_kf5_servicesdir}/plasma-applet-org.kde.discovernotifier.desktop
|
||||
|
||||
|
||||
%changelog
|
3
_service:tar_scm:discover-5.6git.tar
Normal file
3
_service:tar_scm:discover-5.6git.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f396b48aaf37cb8b3bf2905008e44e9b25d0fd0b6eb918e1abaa8c9e87539b62
|
||||
size 2109440
|
16
discover.changes
Normal file
16
discover.changes
Normal file
@ -0,0 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 12:46:12 UTC 2016 - buschmann23@opensuse.org
|
||||
|
||||
- update to version 5.5.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 11:58:03 UTC 2015 - buschmann23@opensuse.org
|
||||
|
||||
- update to final version 5.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 20:24:58 UTC 2015 - buschmann23@opensuse.org
|
||||
|
||||
- initial package
|
||||
|
||||
|
119
discover.spec
Normal file
119
discover.spec
Normal file
@ -0,0 +1,119 @@
|
||||
#
|
||||
# spec file for package discover
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX 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: discover
|
||||
Version: 5.5.0
|
||||
Release: 0
|
||||
Summary: KDE Software Installer
|
||||
License: GPL-2.0
|
||||
Group: System/GUI/KDE
|
||||
Url: https://quickgit.kde.org/?p=discover.git
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: PackageKit-Qt5-devel
|
||||
BuildRequires: libAppstreamQt-devel
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: knotifications-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwallet-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: libattica-devel
|
||||
BuildRequires: plasma-framework-devel
|
||||
BuildRequires: solid-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
Requires: libzypp-plugin-appdata
|
||||
Requires: AppStream
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Disover is the KDE software installer, implemented as an app store like application.
|
||||
|
||||
%package plasmoid
|
||||
Summary: Update notification plasmoid for KDE Software Manager
|
||||
Conflicts: plasma5-pk-updates
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description plasmoid
|
||||
This is the systray plasmoid to notify the user that updates are available
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file -r org.kde.discover Qt KDE System PackageManager
|
||||
%suse_update_desktop_file -r plasma-discover-updater Qt KDE System PackageManager
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.GFDL COPYING.LIB
|
||||
%{_bindir}/plasma-discover
|
||||
%{_bindir}/plasma-discover-updater
|
||||
%{_libdir}/libDiscoverCommon.so
|
||||
%{_libdir}/libDiscoverNotifiers.so
|
||||
%{_kf5_plugindir}/discover-notifier/
|
||||
%{_kf5_plugindir}/discover/
|
||||
%dir %{_kf5_qmldir}/org
|
||||
%dir %{_kf5_qmldir}/org/kde
|
||||
%{_kf5_qmldir}/org/kde/discover/
|
||||
%{_kf5_qmldir}/org/kde/discovernotifier/
|
||||
%{_kf5_applicationsdir}/org.kde.discover.desktop
|
||||
%{_kf5_applicationsdir}/plasma-discover-updater.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.*
|
||||
%{_kf5_notifydir}/discoverabstractnotifier.notifyrc
|
||||
%{_kf5_kxmlguidir}/plasmadiscover/
|
||||
%{_kf5_kxmlguidir}/plasmadiscoverupdater/
|
||||
%{_datadir}/libdiscover/
|
||||
%{_datadir}/plasmadiscover/
|
||||
|
||||
%files plasmoid
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.GFDL COPYING.LIB
|
||||
%dir %{_datadir}/plasma
|
||||
%dir %{_datadir}/plasma/plasmoids
|
||||
%{_datadir}/plasma/plasmoids/org.kde.discovernotifier/
|
||||
%{_kf5_servicesdir}/plasma-applet-org.kde.discovernotifier.desktop
|
||||
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user