forked from pool/kgamma5
osc copypac from project:KDE:Unstable:Frameworks package:kgamma5 revision:15
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kgamma5?expand=0&rev=1
This commit is contained in:
parent
2b3461f1d1
commit
87b060377d
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://anongit.kde.org/kgamma5.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">5.7.90git~%ci~%h</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version"/>
|
||||
</services>
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdb5c7aa4eb3581114aa53e5bbb427e45fac18a4afc82a5202d2ab447d968ce7
|
||||
size 23120
|
77
_service:set_version:kgamma5.spec
Normal file
77
_service:set_version:kgamma5.spec
Normal file
@ -0,0 +1,77 @@
|
||||
#
|
||||
# spec file for package kgamma5
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
Name: kgamma5
|
||||
Version: 5.7.90git~20160915T101016~12e3e1e
|
||||
Release: 0
|
||||
Summary: Display gamma configuration
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KDELibs4Support)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||
Provides: kgamma = %{version}
|
||||
Obsoletes: kgamma
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains a KDE system settings module to configure display
|
||||
gamma.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_sharedir}/kgamma/
|
||||
%dir %{_kf5_htmldir}
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%doc %{_kf5_htmldir}/en/*/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang
|
||||
%{_kf5_localedir}
|
||||
%endif
|
||||
|
||||
%changelog
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22cd9f093f61fe08af108f3cc96ad0d1dd7c68214e2f5523ba47bbfc2036c897
|
||||
size 60016
|
@ -1,81 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.7.4
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.4.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 11:35:54 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.7.3
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.3.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 08:54:20 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.7.2
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.2.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 06:13:26 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.7.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 11:21:49 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Use the new %kf5_find_lang macro to create the file list for the
|
||||
lang package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 12:02:21 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.7.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 15 16:50:13 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.6.4
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.6.4.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 20:45:34 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.6.3
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.6.3.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 15:53:45 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.6.2
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.6.2.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 16:20:43 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.6.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.6.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 09:19:49 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
10
kgamma5.spec
10
kgamma5.spec
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kgamma5
|
||||
Version: 5.7.4
|
||||
Version: 5.6.0
|
||||
Release: 0
|
||||
Summary: Display gamma configuration
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
@ -58,9 +58,6 @@ gamma.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with_lang}
|
||||
%kf5_find_lang
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -73,7 +70,8 @@ gamma.
|
||||
%doc %{_kf5_htmldir}/en/*/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%files lang
|
||||
%{_kf5_localedir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user