Mageia Bugzilla – Attachment 281 Details for
Bug 957
oxygen-gtk engine should be split in a separate package
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
split liboxygen-gtk.so in a separate lib package
oxygen-gtk.patch (text/plain), 1.51 KB, created by
Luc Menut
on 2011-04-23 23:36:35 CEST
(
hide
)
Description:
split liboxygen-gtk.so in a separate lib package
Filename:
MIME Type:
Creator:
Luc Menut
Created:
2011-04-23 23:36:35 CEST
Size:
1.51 KB
patch
obsolete
>Index: SPECS/oxygen-gtk.spec >=================================================================== >--- SPECS/oxygen-gtk.spec (révision 88913) >+++ SPECS/oxygen-gtk.spec (copie de travail) >@@ -1,13 +1,14 @@ > Name: oxygen-gtk > Summary: A port of the default KDE widget theme (Oxygen) to gtk > Version: 1.0.4 >-Release: %mkrel 1 >+Release: %mkrel 2 > Source0: ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/%{name}-%{version}.tar.bz2 > URL: https://projects.kde.org/projects/playground/artwork/oxygen-gtk > Group: Graphical desktop/KDE > License: LGPLv2+ > BuildRequires: gtk+2-devel > BuildRequires: cmake >+Requires: %{name}-gtk2-engine > Suggests: gtk-qt-kcm > > %description >@@ -23,6 +24,29 @@ > the widget appearance via hard coded pixmaps, which otherwise breaks everytime > some setting is changed in kde. > >+%files >+%defattr(-,root,root) >+%doc AUTHORS COPYING INSTALL README >+%{_datadir}/themes/oxygen-gtk >+ >+#------------------------------------------------ >+ >+%define libname %mklibname oxygen-gtk >+ >+%package -n %{libname} >+Summary: Dynamic libraries for %{name} >+Group: System/Libraries >+Provides: %{name}-gtk2-engine >+ >+%description -n %{libname} >+Dynamic libraries for %{name}. >+ >+%files -n %libname >+%defattr(-,root,root) >+%{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so >+ >+#------------------------------------------------ >+ > %prep > %setup -q -n %{name}-%{version} > >@@ -37,8 +61,3 @@ > %clean > rm -rf %{buildroot} > >-%files >-%defattr(-,root,root) >-%{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so >-%{_datadir}/themes/oxygen-gtk >-
Index: SPECS/oxygen-gtk.spec =================================================================== --- SPECS/oxygen-gtk.spec (révision 88913) +++ SPECS/oxygen-gtk.spec (copie de travail) @@ -1,13 +1,14 @@ Name: oxygen-gtk Summary: A port of the default KDE widget theme (Oxygen) to gtk Version: 1.0.4 -Release: %mkrel 1 +Release: %mkrel 2 Source0: ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/%{name}-%{version}.tar.bz2 URL: https://projects.kde.org/projects/playground/artwork/oxygen-gtk Group: Graphical desktop/KDE License: LGPLv2+ BuildRequires: gtk+2-devel BuildRequires: cmake +Requires: %{name}-gtk2-engine Suggests: gtk-qt-kcm %description @@ -23,6 +24,29 @@ the widget appearance via hard coded pixmaps, which otherwise breaks everytime some setting is changed in kde. +%files +%defattr(-,root,root) +%doc AUTHORS COPYING INSTALL README +%{_datadir}/themes/oxygen-gtk + +#------------------------------------------------ + +%define libname %mklibname oxygen-gtk + +%package -n %{libname} +Summary: Dynamic libraries for %{name} +Group: System/Libraries +Provides: %{name}-gtk2-engine + +%description -n %{libname} +Dynamic libraries for %{name}. + +%files -n %libname +%defattr(-,root,root) +%{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so + +#------------------------------------------------ + %prep %setup -q -n %{name}-%{version} @@ -37,8 +61,3 @@ %clean rm -rf %{buildroot} -%files -%defattr(-,root,root) -%{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so -%{_datadir}/themes/oxygen-gtk -
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 957
: 281