]> git.pld-linux.org Git - packages/galeon.git/commitdiff
*** empty log message ***
authoraflinta <aflinta@pld-linux.org>
Sat, 14 Oct 2000 14:51:34 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-makefile.patch -> 1.1
    galeon.spec -> 1.8

galeon-makefile.patch [new file with mode: 0644]
galeon.spec

diff --git a/galeon-makefile.patch b/galeon-makefile.patch
new file mode 100644 (file)
index 0000000..97171ba
--- /dev/null
@@ -0,0 +1,28 @@
+--- /Makefile.am       Wed Sep 27 22:28:33 2000
++++ /Makefile.am       Sat Oct 14 16:37:45 2000
+@@ -15,7 +15,7 @@
+ gnorbadir = $(sysconfdir)/CORBA/servers
+ Network_DATA = galeon.desktop
+-Networkdir = $(datadir)/gnome/apps/Internet
++Networkdir = $(datadir)/applnk/Network/WWW
+ MyPortalCSS_DATA = myportal.css
+ MyPortalCSSdir = $(pkgdatadir)
+--- /galeon.desktop    Sun Oct  1 19:35:47 2000
++++ /galeon.desktop    Sat Oct 14 16:31:18 2000
+@@ -1,5 +1,6 @@
+ [Desktop Entry]
+ Name=Galeon
++Name[pl]=Galeon
+ Name[de]=Galeon
+ Name[es]=Galeon
+ Name[no]=Galeon
+@@ -8,6 +9,7 @@
+ Name[uk]=Galeon
+ Name[fr]=Galeon
+ Comment=Galeon Webbrowser
++Comment[pl]=Galeon - przegl±darka WWW
+ Comment[de]=Galeon Web-Browser
+ Comment[es]=Navegador Web Galeon
+ Comment[no]=Galeon nettleser
index e677b1b6e964cab012e43e13f7322ec02bfce649..c0dd75df15a86ca719d16f71cf98aabe1c1dccd5 100644 (file)
@@ -1,5 +1,6 @@
 
 Summary:       Galeon
+Summary(pl):    Galeon - przegl±darka WWW
 Name:          galeon
 Version:       0.7.6
 Release:       1
@@ -8,6 +9,7 @@ Group:          X11/Applications/Networking
 Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/galeon/%{name}-%{version}.tar.gz
 URL:           http://galeon.sourceforge.net/
+Patch0:         %{name}-makefile.patch
 Requires:      mozilla
 Requires:      gnome-libs >= 1.0.0
 Requires:      ORBit >= 0.4.0
@@ -22,15 +24,20 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Gnome browser based on Gecko (Mozilla rendering engine).
 
+%description -l pl
+Galeon jest przegl±dark± WWW bazuj±c± na Gecko (mechani¼mie interpretacji stron Mozilli)
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 gettextize -c -f
 LDFLAGS="-s"; export LDFLAGS
 %configure \
        --with-gnome \
-       --without-debug
+       --without-debug \
+       --enable-gcc-compatibility-hack
 %{__make}
 
 %install
This page took 0.0518 seconds and 4 git commands to generate.