packages: lxappearance/lxappearance.spec (NEW) - new

witekfl witekfl at pld-linux.org
Thu Jul 29 18:36:31 CEST 2010


Author: witekfl                      Date: Thu Jul 29 16:36:31 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/lxappearance:
   lxappearance.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lxappearance/lxappearance.spec
diff -u /dev/null packages/lxappearance/lxappearance.spec:1.1
--- /dev/null	Thu Jul 29 18:36:32 2010
+++ packages/lxappearance/lxappearance.spec	Thu Jul 29 18:36:26 2010
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Desktop-independent theme switcher for GTK+
+Name:		lxappearance
+Version:	0.4.0
+Release:	1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
+# Source0-md5:	751426a9c4b6090b9fabb8dde593c50a
+URL:		http://www.lxde.org/
+BuildRequires:	gtk+2-devel >= 2:2.12.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LXAppearance is part of LXDE project. It's a desktop-independent theme
+switcher for GTK+.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/lxappearance
+%{_desktopdir}/lxappearance.desktop
+%{_datadir}/lxappearance
+%{_mandir}/man1/lxappearance*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/07/29 16:36:26  witekfl
+- new
+
+
+
================================================================


More information about the pld-cvs-commit mailing list