Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4f11293bd025b206799adf8697170a6f5c9c9340

commit 4f11293bd025b206799adf8697170a6f5c9c9340
Author: crazy <[EMAIL PROTECTED]>
Date:   Fri Dec 28 22:49:50 2007 +0100

avahi-0.6.22-1-i686
* Version bump
* changed maintainer to me
* removed old patch , in upstream already
* makedepends() fix

diff --git a/source/network/avahi/FrugalBuild b/source/network/avahi/FrugalBuild
index 8cd848a..3aa7f42 100644
--- a/source/network/avahi/FrugalBuild
+++ b/source/network/avahi/FrugalBuild
@@ -1,15 +1,16 @@
# Compiling Time: 0.47 SBU
-# Maintainer: AlexExtreme <[EMAIL PROTECTED]>
+# Maintainer: crazy <[EMAIL PROTECTED]>
+# Contributor: AlexExtreme <[EMAIL PROTECTED]>

pkgname=avahi
-pkgver=0.6.21
-pkgrel=2
+pkgver=0.6.22
+pkgrel=1
pkgdesc="A multicast/unicast DNS-SD framework"
archs=('i686' 'x86_64')
url="http://www.avahi.org";
groups=('network')
depends=('dbus-python>=0.80.2' 'libcap' 'nss-mdns' 'gdbm' 'libdaemon>=0.12' 
'shadow>=4.0.18.1-4' 'libssp')
-makedepends=('mono' 'pygtk' 'qt' 'libqtcore' 'gtk2-sharp')
+makedepends=('mono' 'pygtk' 'qt' 'libqtcore' 'gtk2-sharp' 'intltool')
backup=(etc/avahi/avahi-daemon.conf)
conflicts=('mdnsresponder')
replaces=('mdnsresponder')
@@ -18,15 +19,14 @@ up2date="lynx -dump http://avahi.org/download/ | Flasttar"
options=('scriptlet')
source=(http://avahi.org/download/$pkgname-$pkgver.tar.gz \
rc.avahi-daemon{,-hu.po} rc.avahi-dnsconfd{,-hu.po} \
-       README.Frugalware dbus_compile_fix.patch)
+       README.Frugalware)
Finclude mono
-sha1sums=('3675f83b294b87a5cfa947d2f68518f0da8ed7b9' \
+sha1sums=('2863bae55a991facc93138ca4660d5b55c846bd1' \
'f66dd6671c303d5e5ba137b023786af3336957f0' \
'5f6b99e4917458b24736519bdd1e510763310589' \
'723e2e691d35063bd8aefeaf1063fdba812a9249' \
'b31a9b9bf972739d2976ef510690968851e8b588' \
-          '3cb0c4904bc323cba78234e4c5430478636fbf44' \
-          '0595bd875d8312a81c315597f01e656fce3b4b57')
+          '3cb0c4904bc323cba78234e4c5430478636fbf44')

subpkgs=('avahi-glib' 'avahi-sharp' 'avahi-qt3' 'avahi-python' 'avahi-compat' 
'avahi-gtk2' 'avahi-qt4' 'avahi-dnsconfd' 'libavahi-ui' 'libavahi-ui-sharp')
subdescs=('Glib bindings for Avahi' 'Mono C# bindings for Avahi' 'QT3 bindings 
for Avahi' \
@@ -45,8 +45,8 @@ unset MAKEFLAGS
build() {
Fmonoexport
Fcd
-       Fpatchall
-       Fautoreconf
+       #Fpatchall
+       #Fautoreconf
Fmake --enable-qt4 \
--disable-monodoc \
--disable-doxygen-doc \
diff --git a/source/network/avahi/dbus_compile_fix.patch 
b/source/network/avahi/dbus_compile_fix.patch
deleted file mode 100644
index 3487996..0000000
--- a/source/network/avahi/dbus_compile_fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naurp avahi-0.6.21/avahi-common/dbus-watch-glue.c 
avahi-0.6.21-dbus/avahi-common/dbus-watch-glue.c
---- avahi-0.6.21/avahi-common/dbus-watch-glue.c        2007-08-12 
17:39:21.000000000 +0200
-+++ avahi-0.6.21-dbus/avahi-common/dbus-watch-glue.c   2007-08-17 
19:02:24.000000000 +0200
-@@ -134,7 +134,11 @@ static dbus_bool_t update_watch(const Av
-
-         if (!(avahi_watch = poll_api->watch_new(
-                   poll_api,
-+#if (DBUS_VERSION_MAJOR == 1 && DBUS_VERSION_MINOR == 1 && DBUS_VERSION_MICRO 
>= 1) || (DBUS_VERSION_MAJOR == 1 && DBUS_VERSION_MAJOR > 1) || 
(DBUS_VERSION_MAJOR > 1)
-                   dbus_watch_get_unix_fd(dbus_watch),
-+#else
-+                  dbus_watch_get_fd(dbus_watch),
-+#endif
-                   translate_dbus_to_avahi(dbus_watch_get_flags(dbus_watch)),
-                   watch_callback,
-                   dbus_watch)))
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to