]> git.pld-linux.org Git - packages/uzbl.git/blobdiff - uzbl.spec
- hu update
[packages/uzbl.git] / uzbl.spec
index c307418cff05bf1a14d15619cf075d39578ce5b5..55ac8dac44ce44cb0281ad6f2685102c149710da 100644 (file)
--- a/uzbl.spec
+++ b/uzbl.spec
@@ -2,8 +2,9 @@
 # - Where to place example config files and scripts?
 # - unbash example scripts
 # - example scripts should use $XDG_DATA_HOME, not tmp nor /usr/share
+# - ... rewrite example config and scripts from scratch.
 
-%define                gitdate 20090607
+%define                gitdate 20090703
 
 Summary:       A keyboard controlled (modal vim-like bindings, or with modifier keys) browser based on Webkit
 Summary(hu.UTF-8):     Egy billentyűzettel irányítható (vim-szerű vagy módosító kódok) böngésző Webkit alapokon
@@ -13,7 +14,8 @@ Release:      0.%{gitdate}.1
 License:       GPL v3
 Group:         X11/Applications/Networking
 Source0:       %{name}-%{gitdate}.tar.xz
-# Source0-md5: 765305c15a96656b6f702673db821e8b
+# Source0-md5: e90ffe6b73747731a1d9d7c456e3e411
+Patch0:                uzbl-config.patch
 URL:           http://www.uzbl.org/
 BuildRequires: curl-devel
 BuildRequires: gtk+2-devel
@@ -29,10 +31,30 @@ with modifier keys) browser based on Webkit.
 Egy billentyűzettel irányítható (vim-szerű vagy módosító kódok)
 böngésző Webkit alapokon.
 
+%package tabbed
+Summary:       Tabs for uzbl
+Summary(hu.UTF-8):     Tabok uzbl-hez
+Group:         X11/Applications/Networking
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description tabbed
+Wrapper for uzbl that provides firefox-style tabs.
+
+%description tabbed -l hu.UTF-8
+Egy uzbl-wrapper, amely firefox-stílusú tabok használatát teszi lehetővé.
+
+%package scripts
+Summary:       Scripts for uzbl
+Group:         X11/Applications/Networking
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description scripts
+Scripts for uzbl that handles cookies, downloads, history, etc.
+
 %package examples
-Summary:       Example config and scripts for uzbl
-Summary(hu.UTF-8):     Példa konfigurációs fájlok és szkriptek uzbl-hez
-Summary(pl.UTF8):      Przykładowa konfiguracja i skrypty dla uzbl
+Summary:       Example configs
+Summary(hu.UTF-8):     Példa konfigurációs fájlok 
+Summary(pl.UTF8):      Przykładowa konfiguracja dla uzbl
 Group:         Documentation
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      bash
@@ -40,22 +62,22 @@ Requires:   dmenu
 Requires:      zenity
 
 %description examples
-Example config files and scripts for uzbl. If you want just try uzbl
-install this package and run:
+Example config files for uzbl. If you want just try uzbl install this package
+and run:
 
-uzbl -c %{_datadir}/uzbl/configs/sampleconfig
+uzbl -c %{_examplesdir}/%{name}-%{version}/config
 
 %description examples -l hu.UTF-8
-Példa konfigurációs fájlok és szkriptek uzbl-hez. Ha ki akarod
+Példa konfigurációs fájlok. Ha ki akarod
 próbálni az uzbl-lel, akkor telepítsd ezt a csomagot és a következő
-paranccsal indíthatod:
+paranccsal indítsd:
 
-uzbl -c %{_datadir}/uzbl/configs/sampleconfig
+uzbl -c %{_examplesdir}/%{name}-%{version}/config
 
 %prep
 %setup -q -n %{name}-%{gitdate}
 
-find examples -type f | xargs sed -i 's,/examples/,/,g'
+%patch0 -p0
 
 %build
 %{__make}
@@ -66,7 +88,17 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/* $RPM_BUILD_ROOT%{_datadir}/uzbl
+# tabbed
+mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/data/uzbl/scripts/uzbl_tabbed.py $RPM_BUILD_ROOT%{_bindir}/uzbl_tabbed
+
+# most important scripts
+install -d $RPM_BUILD_ROOT%{_datadir}/uzbl/scripts
+mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/data/uzbl/scripts $RPM_BUILD_ROOT%{_datadir}/uzbl
+
+# example config
+install -d $RPM_BUILD_ROOT%{_examplesdir}/uzbl-%{version}
+mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/config/uzbl/config $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/config
+mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/data/uzbl/forms $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/forms
 rm -r $RPM_BUILD_ROOT%{_datadir}/uzbl/{docs,examples}
 
 %clean
@@ -77,11 +109,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS README docs/*
 %attr(755,root,root) %{_bindir}/uzbl
 %attr(755,root,root) %{_bindir}/uzblctrl
+%dir %{_datadir}/uzbl
 
-%files examples
+%files tabbed
 %defattr(644,root,root,755)
-%dir %{_datadir}/uzbl
+%attr(755,root,root) %{_bindir}/uzbl_tabbed
+
+%files scripts
 %dir %{_datadir}/uzbl/scripts
 %attr(755,root,root) %{_datadir}/uzbl/scripts/*
-%{_datadir}/uzbl/data
-%{_datadir}/uzbl/configs
+
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/uzbl-%{version}
This page took 0.109143 seconds and 4 git commands to generate.