summaryrefslogtreecommitdiffstats
path: root/lipstik.spec
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-13 05:20:24 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-13 05:20:24 +0000
commit67fe54c9369621384a3f2584d0170cb2b4f936e9 (patch)
treea8c0600867d48ed89beb03608577758f20448a8f /lipstik.spec
downloadtde-style-lipstik-67fe54c9369621384a3f2584d0170cb2b4f936e9.tar.gz
tde-style-lipstik-67fe54c9369621384a3f2584d0170cb2b4f936e9.zip
Added Lipstik theme engine
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1089389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lipstik.spec')
-rw-r--r--lipstik.spec59
1 files changed, 59 insertions, 0 deletions
diff --git a/lipstik.spec b/lipstik.spec
new file mode 100644
index 0000000..e053447
--- /dev/null
+++ b/lipstik.spec
@@ -0,0 +1,59 @@
+Summary: lipstik theme for KDE
+Name: lipstik
+Version: 2.2.3
+Release: 1
+Source: %{name}-%{version}.tar.bz2
+URL: http://www.kde-look.org/content/show.php?content=18223
+Vendor: poplixos (at) gmail.com
+License: GPL
+Group: System/GUI/KDE
+Packager: William Flynn <wdf@sifr.net>
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: kdelibs >= 3.0
+Requires: kdelibs >= 3.0
+
+%description
+Lipstik is a fast and clean style with many options to tune your desktop look.
+
+%prep
+%setup -q
+
+%build
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+make
+
+%install
+make install prefix=$RPM_BUILD_ROOT/usr
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(0644, root, root)
+/usr/lib/kde3/kstyle_lipstik_config.la
+/usr/lib/kde3/kstyle_lipstik_config.so
+/usr/lib/kde3/plugins/styles/lipstik.la
+/usr/lib/kde3/plugins/styles/lipstik.so
+/usr/share/apps/kstyle/themes/lipstik.themerc
+/usr/share/apps/kdisplay/color-schemes/lipstikstandard.kcsrc
+/usr/share/apps/kdisplay/color-schemes/lipstikwhite.kcsrc
+/usr/share/apps/kdisplay/color-schemes/lipstiknoble.kcsrc
+
+%changelog
+* Mon Oct 01 2007 Patrice Tremblay
+Version 2.2.3, for my PC-BSD friends... :
+- Add a configurable active tab highlight color.
+
+* Sat Feb 17 2007 Patrice Tremblay
+Version 2.2.2, based on the special release for Debian, 2.2.1, which
+was never announced:
+- A tweak in the build system.
+- An updated spec file thanks Pramod Venugopal
+- Toolbar gradients are now off by default.
+
+* Wed Jan 31 2007 Pramod Venugopal
+Updated Spec file for FC6 with the following:
+- Changed dependencies to reflect FC6 packages
+- Changed prefix in configure script to point to default locations
+- Changed prefix in install to lowercase and to point to usr
+- Changed files to reflect new locations