Hello community,

here is the log from the commit of package kde-oxygen-fonts for 
openSUSE:Factory checked in at 2014-07-16 16:19:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-oxygen-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.kde-oxygen-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-oxygen-fonts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-oxygen-fonts/kde-oxygen-fonts.changes        
2013-09-04 13:54:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kde-oxygen-fonts.new/kde-oxygen-fonts.changes   
2014-07-16 16:22:22.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Jul 15 22:25:56 UTC 2014 - [email protected]
+
+- Update to 0.4.0
+  * No upstream changelog provided
+  * Fonts are now generated with fontforge
+- Add Source URL
+- Added extra-cmake-modules and kf5-filesystem BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  oxygen-0.3.99.tar.bz2

New:
----
  oxygen-fonts-0.4.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kde-oxygen-fonts.spec ++++++
--- /var/tmp/diff_new_pack.B4YiX7/_old  2014-07-16 16:22:23.000000000 +0200
+++ /var/tmp/diff_new_pack.B4YiX7/_new  2014-07-16 16:22:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kde-oxygen-fonts
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,17 +16,19 @@
 #
 
 
-%define fontname oxygen
-%define git_hash 484328b
+%define fontname oxygen-fonts
 Name:           kde-oxygen-fonts
-Version:        0.3.99
+Version:        0.4.0
 Release:        0
 Summary:        A desktop/gui font family for integrated use with the KDE 
desktop
 License:        OFL-1.1 and SUSE-GPL-3.0+-with-font-exception
 Group:          System/X11/Fonts
 Url:            
https://projects.kde.org/projects/playground/artwork/oxygen-fonts
-Source:         %{fontname}-%{version}.tar.bz2
+Source:         
http://download.kde.org/stable/plasma/5.0.0/%{fontname}-%{version}.tar.xz
+BuildRequires:  extra-cmake-modules >= 0.0.11
+BuildRequires:  fontforge
 BuildRequires:  fontpackages-devel
+BuildRequires:  kf5-filesystem
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %reconfigure_fonts_prereq
@@ -52,18 +54,21 @@
 %setup -n %{fontname}-%{version}
 
 %build
+  %cmake_kf5 -d build
+  %make_jobs
 
 %install
-mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 644 version-0.4/*/*.ttf %{buildroot}%{_ttfontsdir}
-#install -m 644 *.ttf %{buildroot}%{_ttfontsdir}
+  %kf5_makeinstall -C build
 
-%reconfigure_fonts_scriptlets
+  # yes, cmake config files can be used, but that's maddness
+  rm -rfv %{buildroot}%{_libdir}/
+
+  %reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%doc README COPYING-GPL+FE.txt GPL.txt COPYING-OFL
+%doc README* *.txt COPYING*
 %dir %{_ttfontsdir}
-%{_ttfontsdir}/*.ttf
+%{_ttfontsdir}/oxygen/
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to