Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
30e45d69f1 dist-git conversion 2010-07-29 12:37:09 +00:00
Bill Nottingham
1a12bde3b9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:38:49 +00:00
Thomas Moschny
93887755c1 Initial import for F-7. 2008-01-23 01:14:47 +00:00
6f9d49120c Initialize branch F-7 for serenity 2008-01-22 23:37:29 +00:00
5 changed files with 73 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
serenity-1.7.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: serenity
# $Id$
NAME := serenity
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

71
serenity.spec Normal file
View file

@ -0,0 +1,71 @@
Name: serenity
Version: 1.7.1
Release: 3%{?dist}
Summary: KDE Style and Window Decoration
Group: User Interface/Desktops
License: GPLv2
URL: http://maxilys.ifastnet.com/
Source: http://maxilys.ifastnet.com/archives/%{name}-%{version}.tar.bz2
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: kdebase-devel
%description
Serenity is a soft and quiet theme to ease your mind, with a lot of
options to make the Serenity yours.
%prep
%setup -q
%build
%configure --disable-rpath \
--with-qt-dir=%(pkg-config --variable=prefix qt-mt) \
--with-qt-libraries=%(pkg-config --variable=libdir qt-mt) \
--with-qt-includes=%(pkg-config --variable=includedir qt-mt)
# remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
# copy/rename docs, so we don't need subdirs in docdir
install -pm 0644 style/BUGS BUGS.style
install -pm 0644 style/TODO TODO.style
install -pm 0644 style/ChangeLog ChangeLog.style
install -pm 0644 decoration/BUGS BUGS.decoration
install -pm 0644 decoration/TODO TODO.decoration
install -pm 0644 decoration/ChangeLog ChangeLog.decoration
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING GLOBAL.TINT README WARNING
%doc BUGS.* TODO.* ChangeLog.*
%{_libdir}/kde3/kstyle_serenity_config.la
%{_libdir}/kde3/kstyle_serenity_config.so
%{_libdir}/kde3/kwin3_serenity.la
%{_libdir}/kde3/kwin3_serenity.so
%{_libdir}/kde3/kwin_serenity_config.la
%{_libdir}/kde3/kwin_serenity_config.so
%{_libdir}/kde3/plugins/styles/serenity.la
%{_libdir}/kde3/plugins/styles/serenity.so
%{_datadir}/apps/kstyle/themes/serenity.themerc
%{_datadir}/apps/kwin/serenity.desktop
%{_datadir}/apps/kdisplay/color-schemes/Serenity*.kcsrc
%changelog
* Fri Jan 18 2008 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.1-3
- Pass the qt location to configure, otherwise it doesn't build
anymore.
* Thu Sep 13 2007 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.1-2
- Remove version from kdebase-devel build requirement.
- Remove obsolete 'fixme' comment.
* Mon Sep 10 2007 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.1-1
- Initial version.

View file

@ -0,0 +1 @@
fc6ad200a3956d22afa6274cbe2d1f37 serenity-1.7.1.tar.bz2