Accepting request 299857 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/299857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kblocks?expand=0&rev=38
This commit is contained in:
parent
878e76f545
commit
39a51b5d37
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b335b11104f38ccd4ce127efef5d92138918f21dec7abb5e3dea5187e29ae78
|
|
||||||
size 1208924
|
|
3
kblocks-15.04.0.tar.xz
Normal file
3
kblocks-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6061646c258fd479ed8588581d65646094e308ab2b7405ab1bfd6c2bd5ee6260
|
||||||
|
size 1210916
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 11 12:44:11 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.04.0
|
||||||
|
* KDE Applications 15.04.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-15.04.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 21 17:20:41 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.03.95
|
||||||
|
* KDE Applications 15.04 RC
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 12:36:08 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.03.80
|
||||||
|
* KDE Applications 15.04 Beta
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 10:33:34 UTC 2015 - tittiatcoke@gmail.com
|
Tue Mar 3 10:33:34 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
49
kblocks.spec
49
kblocks.spec
@ -18,16 +18,36 @@
|
|||||||
|
|
||||||
Name: kblocks
|
Name: kblocks
|
||||||
BuildRequires: libkdegames-devel
|
BuildRequires: libkdegames-devel
|
||||||
BuildRequires: xz
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kguiaddons-devel
|
||||||
|
BuildRequires: kconfigwidgets-devel
|
||||||
|
BuildRequires: kitemviews-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: kio-devel
|
||||||
|
BuildRequires: knotifyconfig-devel
|
||||||
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: knewstuff-devel
|
||||||
|
BuildRequires: phonon4qt5-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
Summary: KBlocks - classic falling blocks game
|
Summary: KBlocks - classic falling blocks game
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Amusements/Games/Strategy/Real Time
|
Group: Amusements/Games/Strategy/Real Time
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Version: 14.12.3
|
Version: 15.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: kblocks-%{version}.tar.xz
|
Source0: kblocks-%{version}.tar.xz
|
||||||
|
Obsoletes: %{name}5 < %{version}
|
||||||
|
Provides: %{name}5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KBlocks is the KDE version of the classic falling blocks game.
|
KBlocks is the KDE version of the classic falling blocks game.
|
||||||
@ -36,13 +56,11 @@ KBlocks is the KDE version of the classic falling blocks game.
|
|||||||
%setup -q -n kblocks-%{version}
|
%setup -q -n kblocks-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kf5_makeinstall -C build
|
||||||
%kde4_makeinstall
|
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -51,12 +69,15 @@ KBlocks is the KDE version of the classic falling blocks game.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
%{_kde4_bindir}/kblocks
|
%{_kf5_bindir}/kblocks
|
||||||
%{_kde4_applicationsdir}/kblocks.desktop
|
%{_kf5_applicationsdir}/org.kde.kblocks.desktop
|
||||||
%{_kde4_htmldir}/en/kblocks/
|
%{_kf5_htmldir}/en/kblocks/
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/kblocks.*
|
%{_kf5_iconsdir}/hicolor/*/*/kblocks.*
|
||||||
%{_kde4_appsdir}/kblocks/
|
%{_kf5_appsdir}/kblocks/
|
||||||
%{_kde4_configkcfgdir}/kblocks.kcfg
|
%dir %{_kf5_configkcfgdir}
|
||||||
%{_kde4_configdir}/kblocks.knsrc
|
%{_kf5_configkcfgdir}/kblocks.kcfg
|
||||||
|
%{_kf5_configdir}/kblocks.knsrc
|
||||||
|
%_datadir/appdata/kblocks.appdata.xml
|
||||||
|
%_datadir/kxmlgui5/kblocks/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user