]> git.pld-linux.org Git - packages/xchat.git/commitdiff
- updated to 1.8.10, xchat-1_8_10-1
authorkloczek <kloczek@pld-linux.org>
Sun, 18 Aug 2002 17:28:00 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed outdated xc189fixnoti.diff patch,
- enagle gnome support.

Changed files:
    xchat.spec -> 1.108

xchat.spec

index 95cda0e6ab46a2e8858a18bb476f604c1fcc9419..333cbbc145d6ff9a872729b38a393bd8a517893e 100644 (file)
@@ -20,19 +20,18 @@ Summary(sv):        En GTK+-IRC- (chatt-)klient
 Summary(uk):   Gtk+ IRC Ë̦¤ÎÔ
 Summary(zh_CN):        GTK+ IRC (ÁÄÌì) ¿Í»§¡£
 Name:          xchat
-Version:       1.8.9
-Release:       3
+Version:       1.8.10
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://xchat.org/files/source/1.8/%{name}-%{version}.tar.bz2
 Source1:       %{name}-pl.po
-Patch0:                http://xchat.org/files/source/1.8/patches/xc189fixnoti.diff
-Patch10:       %{name}-ac.patch
-Patch11:       %{name}-fix-USE_GNOME.patch
-Patch12:       %{name}-fix-default-replace.patch
-Patch13:       %{name}-UTF8_desktop.patch
-Patch14:       %{name}-zh.patch
+Patch0:                %{name}-ac.patch
+Patch1:                %{name}-fix-USE_GNOME.patch
+Patch2:                %{name}-fix-default-replace.patch
+Patch3:                %{name}-UTF8_desktop.patch
+Patch4:                %{name}-zh.patch
 Icon:          xchat.xpm
 URL:           http://xchat.org/
 BuildRequires: autoconf
@@ -40,6 +39,7 @@ BuildRequires:        automake
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.5
 BuildRequires: gdk-pixbuf-devel
+BuildRequires: gnome-core-devel
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRequires: perl-devel
 BuildRequires: python-devel >= 2.2
@@ -131,11 +131,10 @@ X-Chat - 
 %prep
 %setup -q
 %patch0 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 cp %{SOURCE1} po/pl.po
 rm -f po/zh_TW.Big5.gmo
@@ -148,6 +147,8 @@ aclocal
 %{__autoconf}
 automake -a -c --foreign
 %configure \
+       --enable-gnome \
+       --enable-panel \
        --enable-perl \
        --enable-openssl \
        --enable-japanese-conv \
This page took 0.103856 seconds and 4 git commands to generate.