From cd782e5846556e2dc755d39ed1d7f6159cb56dcb Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 4 Jan 2010 08:43:00 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create branch 'unlabeled-1.3.2'. Sprout from master 2010-01-04 08:43:00 UTC pawelz '- updated for uzbl-2009.12.22' Delete: uzbl-config.patch uzbl.spec --- uzbl-config.patch | 17 ----- uzbl.spec | 156 ---------------------------------------------- 2 files changed, 173 deletions(-) delete mode 100644 uzbl-config.patch delete mode 100644 uzbl.spec diff --git a/uzbl-config.patch b/uzbl-config.patch deleted file mode 100644 index 6d286b7..0000000 --- a/uzbl-config.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- Dieterbe-uzbl-4994115/examples/config/uzbl/config~ 2009-12-22 18:07:54.000000000 +0100 -+++ Dieterbe-uzbl-4994115/examples/config/uzbl/config 2010-01-04 08:39:42.000000000 +0100 -@@ -331,7 +331,7 @@ - - # Default context menu - menu_add Google = set uri = http://google.com --menu_add Go Home = set uri = http://uzbl.org -+menu_add Go Home = set uri = http://pld-linux.org - menu_separator separator_1 - menu_add Quit uzbl = exit - -@@ -370,4 +370,4 @@ - # === Post-load misc commands =============================================== - - # Set the "home" page. --set uri = uzbl.org/doesitwork/@COMMIT -+set uri = http://pld-linux.org diff --git a/uzbl.spec b/uzbl.spec deleted file mode 100644 index 877165c..0000000 --- a/uzbl.spec +++ /dev/null @@ -1,156 +0,0 @@ -# TODO: -# - unbash example scripts - -%define gitdate 20090912 - -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 -Summary(pl.UTF-8): Minimalistyczna przeglądarka w całości obsługiwana przy użyciu klawiatury -Name: uzbl -Version: 0 -Release: 0.%{gitdate}.1 -License: GPL v3 -Group: X11/Applications/Networking -# git://github.com/Dieterbe/uzbl.git -Source0: http://xatka.net/~z/PLD/%{name}-%{gitdate}.tar.bz2 -# Source0-md5: f0a619f6a61679756508dc1aa2db8926 -Patch0: %{name}-config.patch -Patch1: %{name}-dmenu.patch -URL: http://www.uzbl.org/ -BuildRequires: curl-devel -BuildRequires: gtk+2-devel -BuildRequires: gtk-webkit-devel -BuildRequires: libsoup-devel -BuildRequires: pkgconfig -BuildRequires: rpm-pythonprov -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. - -%description -l hu.UTF-8 -Egy billentyűzettel irányítható (vim-szerű vagy módosító kódok) -böngésző Webkit alapokon. - -%description -l pl.UTF-8 -uzbl jest przeglądarką, która może być w całości obsługiwana przy -użyciu klawiatury. Domyślne ustawienia klawiszy są wzorowane na -skrótach klawiszowych programu vim. Uzbl może działać w modalnym -trybie podobnie jak vim albo w trybie przypominającym działanie -emacsa. uzbl wykorzystuje silnik Webkit. - -uzbl sam nie obsługuje zakładek, tabów, historii, pobierania plików. -Funkcjonalności te są realizowane przez zewnętrzne skrypty. Dzięki -temu przeglądarka ta jest bardzo elastyczna, konfigurowalna i może być -w łatwy sposób rozszerzana. - -%package tabbed -Summary: Tabs for uzbl -Summary(hu.UTF-8): Tabok uzbl-hez -Summary(pl.UTF-8): Taby dla uzbl -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é. - -%description tabbed -l pl.UTF-8 -Skrypt, który dodaje do uzbl taby podobne do tych znanych użytkownikom -przeglądarki firefox. - -%package scripts -Summary: Scripts for uzbl -Summary(pl.UTF-8): Skrypty rozszerzające funkcjonalność uzbl -Group: X11/Applications/Networking -Requires: %{name} = %{epoch}:%{version}-%{release} - -%description scripts -Scripts for uzbl that handles cookies, downloads, history, etc. - -%description scripts -l pl.UTF-8 -Skrypty dodające do uzbl obsługę cookies, pobierania plików, historii -i tym podobnych. - -%package examples -Summary: Example configs -Summary(hu.UTF-8): Példa konfigurációs fájlok -Summary(pl.UTF-8): Przykładowa konfiguracja dla uzbl -Group: Documentation -Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: bash -Requires: dmenu -Requires: socat -Requires: zenity - -%description examples -Example config files for uzbl. If you want just try uzbl install this -package and run: - -uzbl -c %{_examplesdir}/%{name}-%{version}/config - -%description examples -l hu.UTF-8 -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ítsd: - -uzbl -c %{_examplesdir}/%{name}-%{version}/config - -%description examples -l pl.UTF-8 -Przykładowa konfiguracja przeglądarki uzbl. Jeżeli chcesz po prostu -wypróbować uzbl, zainstaluj ten pakiet i wykonaj komendę: - -uzbl -c %{_examplesdir}/%{name}-%{version}/config - -%prep -%setup -q -n %{name}-%{gitdate} - -%patch0 -p1 -%patch1 -p1 - -%build -%{__make} - -%install -rm -rf $RPM_BUILD_ROOT - -%{__make} install \ - PREFIX=$RPM_BUILD_ROOT%{_prefix} - -# 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 -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(644,root,root,755) -%doc AUTHORS README docs/* -%attr(755,root,root) %{_bindir}/uzbl -%dir %{_datadir}/uzbl - -%files tabbed -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/uzbl_tabbed - -%files scripts -%defattr(644,root,root,755) -%dir %{_datadir}/uzbl/scripts -%attr(755,root,root) %{_datadir}/uzbl/scripts/* - -%files examples -%defattr(644,root,root,755) -%{_examplesdir}/uzbl-%{version} -- 2.44.0