]> git.pld-linux.org Git - packages/dillo.git/commitdiff
- gtk dropped, since the new dillo is based on fltk2 DEVEL
authorduddits <duddits@pld-linux.org>
Tue, 24 Mar 2009 13:23:58 +0000 (13:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gzip patch needs a review, disabling for now
- BR: zlib-devel

Changed files:
    dillo.spec -> 1.56.2.3

dillo.spec

index 0315fbb6d0ec31f7e5bd23c15a01548ea7d9bda3..a10060e8de5028857a94abe1cc52827b7ecee939 100644 (file)
@@ -1,15 +1,16 @@
 # TODO gettext support
-Summary:       DILLO - The GTK+ Web Browser
+Summary:       DILLO - The FLTK2 Web Browser
 Summary(pl.UTF-8):     DILLO - przeglądarka WWW
 Name:          dillo
 Version:       2.0
-Release:       0.1     
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://www.dillo.org/download/%{name}-%{version}.tar.bz2
 # Source0-md5: bb9999cabeb4db3d915687de465dbeb0
 Source1:       %{name}.desktop
 Source2:       %{name}.png
+# needs a review, disabled for now
 Patch0:                %{name}-gzip_fallback.patch
 Patch1:                %{name}-ac.patch
 URL:           http://www.dillo.org/
@@ -18,27 +19,27 @@ BuildRequires:      automake
 # dillo 2.x needs fltk2 to work, be careful with it since its status is
 # experimental
 BuildRequires: fltk2-devel
-BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel >= 1.0.9
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/dillo
 
 %description
-Dillo is a small GTK+ based (GNOME is NOT required!) web browser.
+Dillo 2.x is a small FLTK2 based (GNOME is NOT required!) web browser.
 Dillo aims to be a multi-platform browser alternative that's small,
 stable, developer-friendly, usable, fast, and extensible.
 
 %description -l pl.UTF-8
-Dillo jest małą, opartą na bibliotece GTK+ (GNOME nie jest wymagany)
+Dillo 2.x jest małą, opartą na bibliotece FLTK2 (GNOME nie jest wymagany)
 przeglądarką WWW. Dillo ma być wieloplatformową alternatywną
 przeglądarką, która jest mała, stabilna, przyjazna dla developerów,
 użyteczna, szybka i rozszerzalna.
 
 %prep
 %setup -q
-%patch0 -p1
+#%%patch0 -p1
 %patch1 -p1
 
 %build
This page took 0.115565 seconds and 4 git commands to generate.