rpms/lxappearance/devel lxappearance.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Wed Apr 30 23:59:08 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/lxappearance/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20082/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lxappearance.spec 
Log Message:
Initial import of lxappearance. Review is at
https://bugzilla.redhat.com/show_bug.cgi?id=442269



--- NEW FILE lxappearance.spec ---
Name:           lxappearance
Version:        0.2
Release:        1%{?dist}
Summary:        Feature-rich GTK+ theme switcher for LXDE

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://lxde.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel > 2.6, gettext, desktop-file-utils

%description
LXAppearance is a new GTK+ theme switcher developed for LXDE, the Lightweight 
X11 Desktop Environment. It is able to change GTK+ themes, icon themes, and 
fonts used by applications. All changes done by the users can be seen 
immediately in the preview area. After clicking the "Apply" button, the 
settings will be written to gtkrc, and all running programs will be asked to 
reload their themes.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="fedora"                     \
  --delete-original                                        \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%attr(755,root,root) %{_datadir}/%{name}/install-icon-theme.sh
%{_datadir}/applications/fedora-%{name}.desktop
%{_mandir}/man1/%{name}*.1.gz


%changelog
* Sun Apr 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
- Update to 0.2
- Remove install-patch, applied upstream

* Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
- Initial Fedora RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxappearance/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Apr 2008 17:26:17 -0000	1.1
+++ .cvsignore	30 Apr 2008 23:58:33 -0000	1.2
@@ -0,0 +1 @@
+lxappearance-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxappearance/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Apr 2008 17:26:17 -0000	1.1
+++ sources	30 Apr 2008 23:58:33 -0000	1.2
@@ -0,0 +1 @@
+28e436c13ab09af54ffc6b415407ca37  lxappearance-0.2.tar.gz




More information about the fedora-extras-commits mailing list