SPECS: gtk2-theme-engine-qt.spec - -kcm-fixinstallationdir.patch f...
psz
psz at pld-linux.org
Thu Apr 6 22:35:58 CEST 2006
Author: psz Date: Thu Apr 6 20:35:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- -kcm-fixinstallationdir.patch from Gentoo
- -dt.patch from Fedora
- -notebook.patch from Freedesktop
- build process fixed
- rel 1
---- Files affected:
SPECS:
gtk2-theme-engine-qt.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/gtk2-theme-engine-qt.spec
diff -u SPECS/gtk2-theme-engine-qt.spec:1.12 SPECS/gtk2-theme-engine-qt.spec:1.13
--- SPECS/gtk2-theme-engine-qt.spec:1.12 Wed Nov 2 23:13:28 2005
+++ SPECS/gtk2-theme-engine-qt.spec Thu Apr 6 22:35:53 2006
@@ -1,20 +1,27 @@
# $Revision$, $Date$
# TODO
# - kde control panel applet doesn't get found
-# - where to place the .theme?
Summary: A GTK+ theme engine that uses Qt for drawing
Summary(pl): Silnik graficzny wykorzystujący Qt do rysowania kontrolek GTK+
Name: gtk2-theme-engine-qt
Version: 0.6
-Release: 0.6
+Release: 1
License: GPL
Group: Themes/GTK+
Source0: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-%{version}.tar.bz2
# Source0-md5: 9c02c95a6e8d304b1f2801429759e1c0
Patch0: %{name}-black-menus.patch
+Patch1: %{name}-kcm-fixinstallationdir.patch
+# don't dup GTK-QT in kde menu(s)
+Patch2: %{name}-dt.patch
+# segfault in libqtengine.so drawing notebook
+# https://bugs.freedesktop.org/show_bug.cgi?id=3919
+Patch3: %{name}-notebook.patch
URL: http://www.freedesktop.org/Software/gtk-qt
+BuildRequires: automake
BuildRequires: gtk+2-devel >= 1:2.0.0
BuildRequires: kdelibs-devel
+BuildRequires: libbonoboui-devel
BuildRequires: pkgconfig
BuildRequires: qt-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,8 +38,14 @@
%prep
%setup -q -n gtk-qt-engine-%{version}
%patch0 -p1
+%patch1 -p0
+%patch2 -p1
+%patch3 -p1
+
+%{__make} -f admin/Makefile.common cvs
%build
+export QTLIB=%{_libdir}
%configure
%{__make}
@@ -49,12 +62,14 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS README
+%doc AUTHORS
%attr(755,root,root) %{_libdir}/gtk-2.0/2.4.*/engines/*.so
%{_datadir}/themes/Qt
+%{_datadir}/gtk-qt-engine/
+%{_desktopdir}/*.desktop
+%{_datadir}/applnk/Settings/LookNFeel/*.desktop
%{_libdir}/kde3/kcm_kcmgtk.la
%attr(755,root,root) %{_libdir}/kde3/kcm_kcmgtk.so
-%{_desktopdir}/kcmgtk-xdg.desktop
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -62,6 +77,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/04/06 20:35:53 psz
+- -kcm-fixinstallationdir.patch from Gentoo
+- -dt.patch from Fedora
+- -notebook.patch from Freedesktop
+- build process fixed
+- rel 1
+
Revision 1.12 2005/11/02 22:13:28 prism
- fix for black menus, thx to Kiesiu <kiesyoo(at)o2(.)pl>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gtk2-theme-engine-qt.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list