packages: uzbl/uzbl.spec - split example config and scripts into subpackage...

pawelz pawelz at pld-linux.org
Fri Jun 5 16:22:16 CEST 2009


Author: pawelz                       Date: Fri Jun  5 14:22:16 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- split example config and scripts into subpackage
- some TODOs

---- Files affected:
packages/uzbl:
   uzbl.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/uzbl/uzbl.spec
diff -u packages/uzbl/uzbl.spec:1.5 packages/uzbl/uzbl.spec:1.6
--- packages/uzbl/uzbl.spec:1.5	Sun May 31 18:46:07 2009
+++ packages/uzbl/uzbl.spec	Fri Jun  5 16:22:11 2009
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+# TODO:
+# - Where to place example config files and scripts?
+# - unbash example scripts
+# - example scripts should use $XDG_DATA_HOME, not tmp nor /usr/share
 
 %define		gitdate 20090526
 
@@ -15,13 +19,27 @@
 BuildRequires:	gtk+2-devel
 BuildRequires:	gtk-webkit-devel
 BuildRequires:	libsoup-devel
-Suggests:	dmenu
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The uzbl browser is a keyboard controlled (modal vim-like bindings, or
 with modifier keys) browser based on Webkit.
 
+%package examples
+Summary:	Example config and scripts for uzbl
+Summary(pl.UTF8):	Przykładowa konfiguracja i skrypty dla uzbl
+Group:		Documentation
+Requires:	bash
+Requires:	dmenu
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	zenity
+
+%description examples
+Example config files and scripts for uzbl. If you want just try uzbl install
+this package and run:
+
+uzbl -c %{_datadir}/uzbl/configs/sampleconfig
+
 %prep
 %setup -q -n %{name}-%{gitdate}
 
@@ -47,6 +65,8 @@
 %doc AUTHORS README docs/*
 %attr(755,root,root) %{_bindir}/uzbl
 %attr(755,root,root) %{_bindir}/uzblctrl
+
+%files examples
 %dir %{_datadir}/uzbl
 %dir %{_datadir}/uzbl/scripts
 %attr(755,root,root) %{_datadir}/uzbl/scripts/*
@@ -59,6 +79,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2009/06/05 14:22:11  pawelz
+- split example config and scripts into subpackage
+- some TODOs
+
 Revision 1.5  2009/05/31 16:46:07  uzsolt
 - suggests dmenu (example-config uses dmenu)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uzbl/uzbl.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list