]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
- added patches, --with functions to configure, but still is something
authordjrzulf <djrzulf@pld-linux.org>
Tue, 16 Apr 2002 21:31:19 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  wrong with linking with gdk_pixbuf,
- saved work,

Changed files:
    pidgin.spec -> 1.36

pidgin.spec

index 1590bb7911ff04487e69a81f04943afd1a39fca3..b24da2f44ad8b060fc808cb944624cb14be52274 100644 (file)
@@ -4,12 +4,13 @@ Summary(pl):  Klient kompatybilny z AOL Instant Messenger
 Summary(pt_BR):        Um cliente para o AOL Instant Messenger (AIM)
 Name:          gaim
 Version:       0.55
-Release:       1
-Epoch:         1
+Release:       0.1
+#Epoch:                1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://prdownloads.sourceforge.net/gaim/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-gg_logoff.patch
+Patch1:                %{name}-src-Makefile.patch
 URL:           http://gaim.sourceforge.net/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -85,6 +86,7 @@ Interfejs u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 
 %build
 rm  -f missing
@@ -99,8 +101,11 @@ automake -a -c -f
        --enable-esd \
        --disable-nas \
        --disable-artsc \
-       --with-gnome
-%{__make}
+       --with-gnome \
+       --with-gtk-prefix=/usr/X11R6 \
+       --with-gdk-pixbuf-config=/usr/X11R6/bin/gdk-pixbuf-config \
+       --with-gnome-includes=/usr/include/orbit-1.0
+%{__make} 
 mv plugins/iconaway{,_standalone}.so
 mv src/gaim{,_standalone}
 %{__make} clean
@@ -110,9 +115,12 @@ mv src/gaim{,_standalone}
        --enable-esd \
        --disable-nas \
        --disable-artsc \
-       --with-gnome
+       --with-gnome \
+       --with-gtk-prefix=/usr/X11R6 \
+       --with-gdk-pixbuf-config=/usr/X11R6/bin/gdk-pixbuf-config \
+       --with-gnome-includes=/usr/include/orbit-1.0
 %{__make}
-
+       
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.120749 seconds and 4 git commands to generate.