summaryrefslogtreecommitdiff
path: root/extra/avahi/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-12 17:27:25 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-12 17:27:25 +0200
commite6a52ebf66f2b60ad1afb478bfe358514043b676 (patch)
tree7b7bd6feb01ddf1f0340523bd02903b57b76885e /extra/avahi/PKGBUILD
parent678a7a4fb762d6669c9c2105b78d107aeebe163e (diff)
parent21c375ba65c4730e25cd0b135aff7811bf28c77a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/haskell-html/PKGBUILD community-staging/haskell-regex-base/PKGBUILD community-staging/haskell-stm/PKGBUILD community-staging/haskell-terminfo/PKGBUILD extra/avahi/PKGBUILD extra/elfutils/PKGBUILD testing/util-linux/PKGBUILD testing/util-linux/util-linux.install
Diffstat (limited to 'extra/avahi/PKGBUILD')
-rw-r--r--extra/avahi/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD
index 0b6b85c53..c050e4fc5 100644
--- a/extra/avahi/PKGBUILD
+++ b/extra/avahi/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 156451 2012-04-18 12:14:05Z bisson $
+# $Id: PKGBUILD 166539 2012-09-10 04:37:24Z bisson $
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=avahi
pkgver=0.6.31
-pkgrel=3
+pkgrel=4
pkgdesc='Multicast/unicast DNS-SD framework'
url='http://www.avahi.org/'
license=('LGPL')
@@ -21,17 +21,15 @@ optdepends+=('qt: qt bindings'
optdepends+=('dbus-python: avahi-discover'
'nss-mdns: NSS support for mDNS')
makedepends=('qt' 'pygtk' 'intltool' 'dbus-python'
- 'gobject-introspection' 'gtk3')
+ 'gobject-introspection' 'gtk3' 'xmltoman')
[ "$CARCH" != "mips64el" ] && makedepends+=('qt3' 'mono' 'gtk-sharp-2')
backup=('etc/avahi/hosts'
'etc/avahi/avahi-daemon.conf'
'etc/avahi/services/ssh.service'
'etc/avahi/services/sftp-ssh.service')
source=("http://www.avahi.org/download/avahi-${pkgver}.tar.gz"
- 'gnome-nettool.png'
'rc.d.patch')
sha1sums=('7e05bd78572c9088b03b1207a0ad5aba38490684'
- 'cf56387c88aed246b9f435efc182ef44de4d52f3'
'625ad7c131c0c1c383caeddef18fc7a32d8f3ab9')
conflicts=('howl' 'mdnsresponder')
@@ -72,7 +70,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -Dm644 ../gnome-nettool.png "${pkgdir}"/usr/share/pixmaps/gnome-nettool.png
cd "${pkgdir}"
sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover}