rpms/qt4-theme-quarticurve/devel qt4-theme-quarticurve.spec, NONE, 1.1 quarticurve-beta3-update-readme.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu Jul 19 22:38:48 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/qt4-theme-quarticurve/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17160/devel

Modified Files:
	.cvsignore sources 
Added Files:
	qt4-theme-quarticurve.spec 
	quarticurve-beta3-update-readme.diff 
Log Message:
New package qt4-theme-quarticurve - Unofficial port of the Bluecurve widget theme to Qt 4



--- NEW FILE qt4-theme-quarticurve.spec ---
Name: qt4-theme-quarticurve
Version: 0.0
Release: 0.2.beta3%{?dist}
URL: http://www.kde-look.org/content/show.php/Quarticurve?content=59884
# downloadable from URL above
Source: quarticurve-beta3.tar.bz2
Patch0: quarticurve-beta3-update-readme.diff
Group: User Interface/Desktops
License: GPL
BuildRequires: qt4-devel >= 4.2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%define qtplugindir %(qmake-qt4 -query QT_INSTALL_PLUGINS)

Summary: Unofficial port of the Bluecurve widget theme to Qt 4
%description
Quarticurve is an unofficial port of Red Hat's Bluecurve Qt 3 widget theme
(taken out of redhat-artwork 5.0.12) to Qt 4. This port is NOT endorsed or
supported by Red Hat.

%prep
%setup -q -n quarticurve-beta3
%patch0 -p1

%build
CXXFLAGS="$RPM_OPT_FLAGS" qmake-qt4
make

%install
if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
mkdir -p $RPM_BUILD_ROOT
make install INSTALL_ROOT=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
# Isn't qt4-x11 supposed to own this one?
%dir %{qtplugindir}/styles
%{qtplugindir}/styles/libquarticurve.so
%doc COPYING ChangeLog readme.txt

%changelog
* Fri Jul 20 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.0-0.2.beta3
- Update readme.txt.

* Sat Jun 16 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.0-0.1.beta3
- First Fedora RPM.

quarticurve-beta3-update-readme.diff:

--- NEW FILE quarticurve-beta3-update-readme.diff ---
diff -ur quarticurve-beta3/readme.txt quarticurve-beta3-newreadme/readme.txt
--- quarticurve-beta3/readme.txt	2007-06-08 12:57:15.000000000 +0200
+++ quarticurve-beta3-newreadme/readme.txt	2007-07-20 00:26:31.000000000 +0200
@@ -20,28 +20,29 @@
 Palette\inactive=#000000, #e6e6e6, #fafafa, #f5f5f5, #8f8f8f, #bfbfbf, #000000, #fafafa, #000000, #ffffff, #e6e6e6, #000000, #5e7ab7, #ffffff, #0000ff, #ff00ff, #f0f0f0
 
 * For KDE 4 apps:
-  Best enjoyed with the following palette settings in $KDE4HOME/share/apps/kdisplay/color-schemes
-  (where $KDE4HOME defaults to ~/.kde4 in my RPMs at kde-redhat unstable), section [General]:
-activeBackground=70,79,134
-activeBlend=115,127,203
-activeForeground=255,255,255
-activeTitleBtnBg=207,207,207
-alternateBackground=240,240,240
-background=230,230,230
-buttonBackground=230,230,230
-buttonForeground=0,0,0
+  Best enjoyed with the following palette settings in $KDE4HOME/share/config/kdeglobals
+  (where $KDE4HOME defaults to ~/.kde4 for Fedora<=7 and ~/.kde for Fedora>=8 in the RPMs at kde-redhat unstable):
+[Colors:Window]
+BackgroundNormal=230,230,230
+ForegroundInactive=127,127,127
+ForegroundActive=255,255,255
+ForegroundNormal=0,0,0
+[Colors:Button]
+BackgroundNormal=230,230,230
+ForegroundInactive=127,127,127
+ForegroundActive=255,255,255
+ForegroundNormal=0,0,0
+[Colors:Selection]
+BackgroundNormal=76,89,166
+ForegroundNormal=255,255,255
+[Colors:View]
+BackgroundAlternate=240,240,240
+BackgroundNormal=255,255,255
+ForegroundLink=0,0,192
+ForegroundVisited=128,0,128
+ForegroundNormal=0,0,0
+[KDE]
 contrast=1
-foreground=0,0,0
-inactiveBackground=197,197,197
-inactiveBlend=215,215,215
-inactiveForeground=127,127,127
-inactiveTitleBtnBg=238,238,238
-linkColor=0,0,192
-selectBackground=76,89,166
-selectForeground=255,255,255
-visitedLinkColor=128,0,128
-windowBackground=255,255,255
-windowForeground=0,0,0
 
 Q&A:
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qt4-theme-quarticurve/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jul 2007 20:17:34 -0000	1.1
+++ .cvsignore	19 Jul 2007 22:38:16 -0000	1.2
@@ -0,0 +1 @@
+quarticurve-beta3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qt4-theme-quarticurve/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jul 2007 20:17:34 -0000	1.1
+++ sources	19 Jul 2007 22:38:16 -0000	1.2
@@ -0,0 +1 @@
+817cd682d9e69d262952b4cc38dd4a64  quarticurve-beta3.tar.bz2




More information about the scm-commits mailing list