diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/cmus/PKGBUILD | 25 | ||||
-rw-r--r-- | community/darkstat/PKGBUILD | 6 | ||||
-rw-r--r-- | community/darkstat/darkstat.service | 2 | ||||
-rw-r--r-- | community/ettercap/PKGBUILD | 56 | ||||
-rw-r--r-- | community/ettercap/ettercap-gtk.install | 1 | ||||
-rw-r--r-- | community/frei0r-plugins/PKGBUILD | 14 | ||||
-rw-r--r-- | community/gnunet-gtk/PKGBUILD | 7 | ||||
-rw-r--r-- | community/gnunet/PKGBUILD | 19 | ||||
-rw-r--r-- | community/gtk-engine-unico/PKGBUILD | 1 | ||||
-rw-r--r-- | community/kdenlive/PKGBUILD | 16 | ||||
-rw-r--r-- | community/mlt/PKGBUILD | 6 | ||||
-rw-r--r-- | community/notion/PKGBUILD | 20 | ||||
-rw-r--r-- | community/xmlstarlet/PKGBUILD | 6 | ||||
-rw-r--r-- | community/znc/PKGBUILD | 25 |
14 files changed, 87 insertions, 117 deletions
diff --git a/community/cmus/PKGBUILD b/community/cmus/PKGBUILD index 970c7d3c5..dff70a68f 100644 --- a/community/cmus/PKGBUILD +++ b/community/cmus/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 74995 2012-08-11 10:00:29Z bpiotrowski $ +# $Id: PKGBUILD 79561 2012-11-07 13:48:29Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> pkgname=cmus -pkgver=2.4.3 -pkgrel=3 -pkgdesc="A very feature-rich ncurses-based music player" +pkgver=2.5.0 +pkgrel=1 +pkgdesc='Very feature-rich ncurses-based music player' arch=('i686' 'x86_64' 'mips64el') url="http://cmus.sourceforge.net/" license=('GPL') depends=('ncurses') -makedepends=('libao' 'libmpcdec' 'ffmpeg-compat' 'flac' 'libmad' 'faad2' 'libmodplug' +makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2') optdepends=('alsa-lib: for ALSA output plugin support' 'libao: for AO output plugin support' 'libpulse: for PulseAudio output plugin support' - 'ffmpeg-compat: for ffmpeg input plugin support' + 'ffmpeg: for ffmpeg input plugin support' 'libmodplug: for modplug input plugin support' 'faad2: for input AAC plugin support' 'libmad: for mp3 input plugin support' @@ -25,17 +25,18 @@ optdepends=('alsa-lib: for ALSA output plugin support' 'libvorbis: for vorbis input plugin support' 'flac: for flac input plugin support' 'libmp4v2: for mp4 input plugin support') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2") -sha1sums=('ba63a417b0df42fa9a4850dd8b922a95a426f7f5') +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2) +sha1sums=('244975a5ff642567acb047f6bd518e4a3271c25b') build() { - cd "$srcdir/$pkgname-v$pkgver" + cd $srcdir/$pkgname-v$pkgver ./configure prefix=/usr make } package() { - cd "$srcdir/$pkgname-v$pkgver" - make DESTDIR="$pkgdir" install - install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus" + cd $srcdir/$pkgname-v$pkgver + make DESTDIR=$pkgdir install + + install -Dm 644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus } diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD index 4e74b69b1..8e36ff442 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 78863 2012-10-26 09:24:08Z spupykin $ +# $Id: PKGBUILD 79547 2012-11-07 09:14:43Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=darkstat pkgver=3.0.715 -pkgrel=6 +pkgrel=7 pkgdesc="Network statistics gatherer (packet sniffer)" url="http://dmr.ath.cx/net/darkstat/" license=("GPL") @@ -17,7 +17,7 @@ source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2 install=darkstat.install md5sums=('5b7abc7538dcd8e30667dac150e81d77' '1021f95fabe16cfab4c95f6264d535e5' - '57af85cff73c49d9f87dc4f6fe206bf7' + 'e2d9efc856201146e2abae145b4c5a1f' 'aa9a9effd1e8f08860afcd6439fc94c5') build() { diff --git a/community/darkstat/darkstat.service b/community/darkstat/darkstat.service index 49630bfd3..5b7180e45 100644 --- a/community/darkstat/darkstat.service +++ b/community/darkstat/darkstat.service @@ -10,7 +10,7 @@ ExecStart=/usr/sbin/darkstat --user "darkstat" --chroot "/var/darkstat" \ --pidfile /var/darkstat/darkstat.pid \ -b 0.0.0.0 \ -i "$DARKSTAT_IFACE" $DARKSTAT_ARGS -ExecStopPost=rm -f /var/darkstat/darkstat.pid +ExecStopPost=/bin/rm -f /var/darkstat/darkstat.pid [Install] WantedBy=multi-user.target diff --git a/community/ettercap/PKGBUILD b/community/ettercap/PKGBUILD index d23dd0e97..79fa70f9d 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -1,44 +1,35 @@ -# $Id: PKGBUILD 68331 2012-03-21 20:33:50Z andrea $ +# $Id: PKGBUILD 79575 2012-11-07 21:26:51Z jelle $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase=ettercap pkgname=('ettercap' 'ettercap-gtk') -pkgver=NG_0.7.4.2 -_origver=${pkgver/_/-} -pkgrel=2 +pkgver=0.7.5 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://ettercap.sourceforge.net/" license=('GPL') -makedepends=('libpcap' 'libltdl' 'libnet' 'gtk2' 'hicolor-icon-theme') +makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2') options=('!libtool' '!makeflags' '!emptydirs') -source=("http://drizztbsd.github.com/${pkgbase}/dist/${pkgbase}-${_origver}.tar.gz") +source=("http://sourceforge.net/projects/ettercap/files/$pkgbase/$pkgver-Assimilation/$pkgbase-$pkgver.tar.gz") md5sums=('ab2354bf9c91195f06ad0b5d058565a4') build() { cd "${srcdir}" - sed -i 's/su-to-root -c/gksu/' ${pkgbase}-${_origver}/desktop/ettercap.desktop +#sed -i 's/su-to-root -c/gksu/' ${pkgbase}-${pkgver}/desktop/ettercap.desktop - cp -r ${pkgbase}-${_origver} ${pkgbase}-${_origver}-gtk + cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-gtk - cd ${pkgbase}-${_origver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --datarootdir=/usr/share \ - --enable-plugins \ - --enable-https \ - --disable-gtk + cd ${pkgbase}-${pkgver} + mkdir build + cd build + cmake -D ENABLE_GTK=OFF -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_PREFX=/usr -D CMAKE_BUILD_TYPE=RELEASE ../ make - cd ../${pkgbase}-${_origver}-gtk - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --datarootdir=/usr/share \ - --enable-plugins \ - --enable-https \ - --enable-gtk + cd "$srcdir"/${pkgbase}-${pkgver}-gtk + mkdir build + cd build + cmake -D INSTALL_PREFX=/usr -D CMAKE_BUILD_TYPE=RELEASE ../ make } @@ -47,24 +38,15 @@ package_ettercap() { depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet') backup=('etc/etter.conf') - cd "${srcdir}"/${pkgbase}-${_origver} + cd "${srcdir}"/${pkgbase}-${pkgver}/build make DESTDIR="${pkgdir}" install } package_ettercap-gtk() { pkgdesc="A network sniffer/interceptor/logger for ethernet LANs - GTK" - depends=('ettercap' 'gtk2' 'hicolor-icon-theme') - optdepends=('gksu: to run ettercap from the menu') - install=ettercap-gtk.install + depends=('ettercap' 'gtk2') - cd "${srcdir}"/${pkgbase}-${_origver}-gtk + cd "${srcdir}"/${pkgbase}-${pkgver}-gtk/build install -Dm755 src/ettercap "${pkgdir}"/usr/bin/ettercap-gtk - install -Dm644 desktop/ettercap.desktop \ - "${pkgdir}"/usr/share/applications/ettercap.desktop - install -Dm644 share/ettercap.png \ - "${pkgdir}"/usr/share/ettercap/ettercap.png - install -Dm644 desktop/ettercap.xpm \ - "${pkgdir}"/usr/share/icons/hicolor/32x32/apps/ettercap.xpm - install -Dm644 desktop/ettercap.svg \ - "${pkgdir}"/usr/share/icons/hicolor/scalable/apps/ettercap.svg } +md5sums=('037b28cd94efa086a795060fc0f76080') diff --git a/community/ettercap/ettercap-gtk.install b/community/ettercap/ettercap-gtk.install index 1a05f573e..0b09f5904 100644 --- a/community/ettercap/ettercap-gtk.install +++ b/community/ettercap/ettercap-gtk.install @@ -1,5 +1,4 @@ post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_upgrade() { diff --git a/community/frei0r-plugins/PKGBUILD b/community/frei0r-plugins/PKGBUILD index bfe639ec1..71094aa94 100644 --- a/community/frei0r-plugins/PKGBUILD +++ b/community/frei0r-plugins/PKGBUILD @@ -1,30 +1,26 @@ -# $Id: PKGBUILD 79445 2012-11-05 18:29:55Z schiv $ +# $Id: PKGBUILD 79555 2012-11-07 13:11:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=frei0r-plugins pkgver=1.3 -pkgrel=5 +pkgrel=6 pkgdesc="A minimalistic plugin API for video sources and filters" arch=(i686 x86_64 'mips64el') url="http://www.piksel.org/frei0r" license=('GPL') depends=('gcc-libs' 'gavl>=1.0.0' 'opencv>=2.4.3') -makedepends=('graphviz') +makedepends=('doxygen') options=('!emptydirs') source=(http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz) md5sums=('a2eb63feeeb0c5cf439ccca276cbf70c') build() { cd "$srcdir/frei0r-$pkgver" - ./configure --prefix=/usr --docdir=/usr/share/doc + ./configure --prefix=/usr make } package() { cd "$srcdir/frei0r-$pkgver" - make DESTDIR="$pkgdir" install \ - htmldocsdir=$pkgdir/usr/share/doc/frei0r-plugins-$pkgver \ - docsdir=$pkgdir/usr/share/doc/frei0r-plugins-$pkgver - mkdir -p $pkgdir/usr/share/doc/frei0r-plugins-$pkgver/ - mv $pkgdir/$pkgdir/usr/share/doc/frei0r-plugins-$pkgver/* $pkgdir/usr/share/doc/frei0r-plugins-$pkgver/ + make DESTDIR="$pkgdir" install } diff --git a/community/gnunet-gtk/PKGBUILD b/community/gnunet-gtk/PKGBUILD index e8e7f7a5e..c8cadf107 100644 --- a/community/gnunet-gtk/PKGBUILD +++ b/community/gnunet-gtk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71939 2012-06-03 21:25:05Z spupykin $ +# $Id: PKGBUILD 79553 2012-11-07 10:36:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: wahnby <wahnby@yahoo.fr> pkgname=gnunet-gtk -pkgver=0.9.3 +pkgver=0.9.4 pkgrel=1 pkgdesc="A frontend for GNUnet" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('GPL') depends=('gnunet' 'glade' 'adns') makedepends=('pkgconfig') source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz) -md5sums=('0ca9f143a928ee29ddc3c60e1d4b6dc8') +md5sums=('cf4c949c20033fe2b392f1b478ce2522') build() { cd $srcdir/$pkgname-$pkgver @@ -24,4 +24,5 @@ build() { package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install + mv $pkgdir/usr/share/doc/gnunet $pkgdir/usr/share/doc/gnunet-gtk } diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index 485f685ea..7b41b0fed 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 78354 2012-10-17 15:17:48Z spupykin $ +# $Id: PKGBUILD 79549 2012-11-07 09:34:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: wahnby <wahnby@yahoo.fr> pkgname=gnunet -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.4 +pkgrel=1 pkgdesc="A framework for secure peer-to-peer networking" arch=('i686' 'x86_64' 'mips64el') url="http://gnunet.org" license=('GPL') depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'curl' - 'libmicrohttpd' 'libunistring') + 'libmicrohttpd' 'libunistring' 'libidn') makedepends=('gettext' 'pkgconfig') backup=(etc/gnunetd.conf) options=('!libtool' '!makeflags') @@ -20,6 +20,11 @@ source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz{,.sig} gnunet.service gnunet.conf.d defaults.conf) +md5sums=('ad4fa34cea8a9e905f1353b68db179ea' + '5baf691913b007fb33e365239e3f7217' + '54cce3d2415d95b2e5bd1bd88db3a0ea' + 'f161b46915736e4017e77ad735521453' + '0fe23b2ca5b3fc47a0b5645e04406da0') build() { cd $srcdir/gnunet-$pkgver @@ -37,9 +42,3 @@ package() { rm -rf $pkgdir/usr/include/libltdl $pkgdir/usr/lib/libltdl.* $pkgdir/usr/include/ltdl.h install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service } -md5sums=('4234ad22e3204941773632a1d0c2e0e8' - '26135208534eb638f8585ccf19472c6f' - '5baf691913b007fb33e365239e3f7217' - '54cce3d2415d95b2e5bd1bd88db3a0ea' - 'f161b46915736e4017e77ad735521453' - '0fe23b2ca5b3fc47a0b5645e04406da0') diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD index 714fc29f4..91ae166cc 100644 --- a/community/gtk-engine-unico/PKGBUILD +++ b/community/gtk-engine-unico/PKGBUILD @@ -25,3 +25,4 @@ package() { cd "~unico-team/unico/trunk" make DESTDIR=${pkgdir} install } +md5sums=('14557d1e9188fb814bce1fc404444d4c') diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD index 40a4dff43..b0da7b833 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 77647 2012-10-13 11:43:46Z allan $ +# $Id: PKGBUILD 79569 2012-11-07 15:38:50Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zuf <kontakt.zuf@gmail.com> # Contributor: Darwin Bautista <djclue917@gmail.com> pkgname=kdenlive pkgver=0.9.2 -pkgrel=4 +pkgrel=5 pkgdesc="A non-linear video editor for Linux" arch=('i686' 'x86_64' 'mips64el') # http://download.kde.org/stable/kdenlive/ url="http://www.kdenlive.org/" license=('GPL') -depends=('kdebase-runtime' 'mlt' 'dvgrab' 'qjson' 'qimageblitz' - 'libqzeitgeist') +depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist') makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu') -optdepends=('recordmydesktop' - 'dvdauthor' - 'mkisolinux' - 'xine-ui') +optdepends=('recordmydesktop: screen capture' + 'dvdauthor: dvd creation' + 'dvgrab: firewire capture' + 'xine-ui: dvd preview' + 'cdrkit: dvd iso image creation') install=kdenlive.install options=('docs') source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2) diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index ddc311762..1a8045db8 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79513 2012-11-06 12:08:47Z spupykin $ +# $Id: PKGBUILD 79557 2012-11-07 13:12:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com> # Contributor: funkyou <spamopfer@nickname.berlin.de> @@ -8,7 +8,7 @@ pkgbase=mlt pkgname=('mlt' 'mlt-python-bindings') pkgver=0.8.2 -pkgrel=2 +pkgrel=3 pkgdesc="An open source multimedia framework" arch=('i686' 'x86_64' 'mips64el') url="http://www.mltframework.org" @@ -30,7 +30,7 @@ build() { # SSE2=--disable-sse2 msg "SSE2=$SSE2" - ./configure --prefix=/usr --enable-gpl \ + ./configure --prefix=/usr --enable-gpl --enable-gpl3 \ --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \ --avformat-vdpau \ --avformat-swscale $SSE2 diff --git a/community/notion/PKGBUILD b/community/notion/PKGBUILD index c29a0054a..e56fa63ec 100644 --- a/community/notion/PKGBUILD +++ b/community/notion/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70297 2012-05-03 22:44:04Z spupykin $ +# $Id: PKGBUILD 79563 2012-11-07 15:09:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com # Contributor: aunoor pkgname=notion -pkgver=20120504 +pkgver=20121107 pkgrel=1 pkgdesc="Tabbed tiling, window manager. Fork of Ion3" url="http://sourceforge.net/projects/notion/" @@ -23,8 +23,9 @@ _gitroots=("git://notion.git.sourceforge.net/gitroot/notion/notion" "git://notion.git.sourceforge.net/gitroot/notion/mod_xinerama" "git://notion.git.sourceforge.net/gitroot/notion/mod_xkbevents" "git://notion.git.sourceforge.net/gitroot/notion/mod_xrandr" + "git://notion.git.sourceforge.net/gitroot/notion/mod_notionflux" "git://notion.git.sourceforge.net/gitroot/notion/contrib") -#source=(https://downloads.sourceforge.net/project/notion/notion-3-2011102900-src.tar.bz2) +md5sums=() md5sums=() build() { @@ -47,7 +48,7 @@ build() { # copy to notion-build rm -rf ${srcdir}/notion-build cp -r ${srcdir}/notion ${srcdir}/notion-build - for i in libextl libtu mod_xinerama mod_xkbevents mod_xrandr notion-doc; do + for i in libextl libtu mod_xinerama mod_xkbevents mod_xrandr mod_notionflux notion-doc; do cp -r ${srcdir}/$i ${srcdir}/notion-build/ done @@ -58,23 +59,14 @@ build() { -e 's/^\(ETCDIR=\).*$/\1\/etc\/notion/' \ -e 's/^\(LUA_DIR=\).*$/\1\/usr/' \ -e 's/^\(X11_PREFIX=\).*/\1\/usr/' \ - -i system.mk + -i system-autodetect.mk make INCLUDES=-I${srcdir}/notion-build - # doc workaround - for i in ioncore mod_tiling mod_query de mod_menu mod_dock mod_sp mod_statusbar; do - (cd $i && make _exports_doc) - done - # build doc and modules for i in mod_xinerama mod_xkbevents mod_xrandr; do (cd $i && make -j1 TOPDIR=.. all) done - mkdir notion-doc/notionconf-onepage - mkdir notion-doc/notionnotes-onepage - (cd notion-doc && make -j1 TOPDIR=.. all) || true - sed -i 's|mod_query.exec_on_merr|mod\\_query.exec\\_on\\_merr|g' notion-doc/ioncore.exports (cd notion-doc && make -j1 TOPDIR=.. all) } diff --git a/community/xmlstarlet/PKGBUILD b/community/xmlstarlet/PKGBUILD index 74067d1a6..f10c67071 100644 --- a/community/xmlstarlet/PKGBUILD +++ b/community/xmlstarlet/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 69626 2012-04-20 16:57:50Z spupykin $ +# $Id: PKGBUILD 79551 2012-11-07 10:18:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: PyroPeter <abi1789@googlemail.com> # Contributor: BlackEagle <ike.devolder@scarlet.be> # Contributor: chochem <chochem@gmail.com> pkgname=xmlstarlet -pkgver=1.3.1 +pkgver=1.4.0 pkgrel=1 pkgdesc="A set of tools to transform, query, validate, and edit XML documents" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ url="http://xmlstar.sourceforge.net/" license=('MIT') depends=('libxslt>=1.1.9') source=("xmlstarlet-$pkgver.tar.gz::http://sourceforge.net/projects/xmlstar/files/xmlstarlet/$pkgver/xmlstarlet-$pkgver.tar.gz/download") -md5sums=('5173ad3f01ec0ba0d54bd1fbfc057abf') +md5sums=('9f1d8e23f6f3d4a688fe0c05610caff4') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index 94811a9bd..eb4d2bada 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -1,36 +1,35 @@ -# $Id: PKGBUILD 78271 2012-10-17 10:28:08Z allan $ +# $Id: PKGBUILD 79573 2012-11-07 18:35:01Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc -pkgver=0.206 -pkgrel=3 +pkgver=1.0 +pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' license=('GPL2') arch=('i686' 'x86_64' 'mips64el') depends=('c-ares' 'libsasl') -#makedepends=('swig' 'tcl' 'python' 'perl') -makedepends=('tcl' 'python' 'perl') +makedepends=('swig' 'tcl' 'python' 'perl') +#makedepends=('tcl' 'python' 'perl') optdepends=('tcl: modtcl module' 'python: modpython module' 'perl: modperl module' 'cyrus-sasl: saslauth module') -source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz" - "http://people.znc.in/~darthgandalf/znc/modperl/modperl-znc-0.204.tar.bz2" - "http://people.znc.in/~darthgandalf/znc/modpython/modpython-znc-0.204.tar.bz2") -md5sums=('b7d3f21da81abaeb553066b0e10beb53' - 'a9c72d556d9a4ef100520433f17d71ae' - '19bf033c5cb9243171c215043c594f07') +source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz") +# "http://people.znc.in/~darthgandalf/znc/modperl/modperl-znc-0.207-472-g7a4aa74.tar.bz2" +# "http://people.znc.in/~darthgandalf/znc/modpython/modpython-znc-0.207-472-g7a4aa74.tar.bz2") +md5sums=('23807ca830c27392cccb6774f542df6e') build() { + # disable with znc 1.0 # swig 2.0.6 is bugged, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672035 # use an alternate ways of building znc explain here: # - http://wiki.znc.in/Modperl # - http://wiki.znc.in/Modpython - mv -v modperl/* $pkgname-$pkgver/modules/modperl - mv -v modpython/* $pkgname-$pkgver/modules/modpython + #mv -v modperl/* $pkgname-$pkgver/modules/modperl + #mv -v modpython/* $pkgname-$pkgver/modules/modpython cd $pkgname-$pkgver ./configure --prefix=/usr \ --enable-sasl \ |