]> git.pld-linux.org Git - packages/gtk2-theme-engine-qt.git/commitdiff
- blebleble
authorwolf <wolf@pld-linux.org>
Mon, 23 Feb 2004 21:58:59 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk2-theme-engine-qt.spec -> 1.1

gtk2-theme-engine-qt.spec [new file with mode: 0644]

diff --git a/gtk2-theme-engine-qt.spec b/gtk2-theme-engine-qt.spec
new file mode 100644 (file)
index 0000000..4b923c8
--- /dev/null
@@ -0,0 +1,55 @@
+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.3
+Release:       1
+License:       GPL
+Group:         Themes/GTK+
+Source0:       http://www.freedesktop.org/Software/gtk-qt/gtk-qt-engine-%{version}.tar.bz2
+# Source0-md5: 0685783bec472b682366f213134a6b3c
+Patch0:                %{name}-qtdir.patch
+URL:           http://www.freedesktop.org/Software/gtk-qt
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel
+BuildRequires: libtool
+BuildRequires: qt-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This GTK theme engine uses the currently selected QT style to do it's
+drawing. Basically, it makes your GTK apps look like QT ones.
+
+%description -l pl
+Ten silnik graficzny do rysowania kontrolek GTK u¿ywa aktualnie
+wybranego stylu QT. Inaczej mówi±c - sprawia, ¿e aplikacje GTK
+wygl±daj± jak aplikacje QT.
+
+%prep
+%setup  -q -n gtk-qt-engine-%{version}
+%patch0 -p1
+
+%build
+rm -f missing
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_libdir}/gtk-2.0/2.2.*/engines/*.so
+%{_libdir}/gtk-2.0/2.2.*/engines/*.la
+%{_datadir}/themes/Qt
This page took 0.049355 seconds and 4 git commands to generate.