summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-08 01:42:46 -0800
committerroot <root@rshg054.dnsready.net>2012-11-08 01:42:46 -0800
commit820b47e114141394686758f528713a7dae08c149 (patch)
tree4a11170763d1f324b933f92fa77994f7b71827fc
parenta8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff)
Thu Nov 8 01:42:46 PST 2012
-rw-r--r--community/cmus/PKGBUILD25
-rw-r--r--community/darkstat/PKGBUILD6
-rw-r--r--community/darkstat/darkstat.service2
-rw-r--r--community/ettercap/PKGBUILD56
-rw-r--r--community/ettercap/ettercap-gtk.install1
-rw-r--r--community/frei0r-plugins/PKGBUILD14
-rw-r--r--community/gnunet-gtk/PKGBUILD7
-rw-r--r--community/gnunet/PKGBUILD10
-rw-r--r--community/kdenlive/PKGBUILD16
-rw-r--r--community/mlt/PKGBUILD6
-rw-r--r--community/notion/PKGBUILD20
-rw-r--r--community/xmlstarlet/PKGBUILD6
-rw-r--r--community/znc/PKGBUILD25
-rw-r--r--extra/fltk/PKGBUILD8
-rw-r--r--extra/gnu-efi-libs/PKGBUILD6
-rw-r--r--extra/icedtea-web-java7/PKGBUILD5
-rw-r--r--extra/icedtea-web/PKGBUILD7
-rw-r--r--extra/libcanberra/PKGBUILD53
18 files changed, 125 insertions, 148 deletions
diff --git a/community/cmus/PKGBUILD b/community/cmus/PKGBUILD
index 43fb297de..140d046ee 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')
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 1cfb0b721..b3e7e4114 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 fb32aa935..417336aaf 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')
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 090bab212..cd72b12c2 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)
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 515910ea8..b7233f509 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')
@@ -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 1f63c7d37..a75b774cc 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')
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,7 +20,7 @@ source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz
gnunet.service
gnunet.conf.d
defaults.conf)
-md5sums=('4234ad22e3204941773632a1d0c2e0e8'
+md5sums=('ad4fa34cea8a9e905f1353b68db179ea'
'5baf691913b007fb33e365239e3f7217'
'54cce3d2415d95b2e5bd1bd88db3a0ea'
'f161b46915736e4017e77ad735521453'
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD
index 36ad53179..c81ab98e3 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')
# 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 a9517a972..45d8264cb 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')
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 b81f4a552..bde9f9bc4 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')
@@ -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 362fe2348..9099a8864 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')
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 \
diff --git a/extra/fltk/PKGBUILD b/extra/fltk/PKGBUILD
index d93e624fe..f704e76f4 100644
--- a/extra/fltk/PKGBUILD
+++ b/extra/fltk/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 148718 2012-02-05 11:48:05Z ibiru $
+# $Id: PKGBUILD 170534 2012-11-07 23:38:03Z eric $
# Maintainer:
pkgbase=fltk
pkgname=('fltk' 'fltk-docs' 'fltk-games')
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
arch=('i686' 'x86_64')
license=('custom:LGPL')
url="http://www.fltk.org/"
makedepends=('mesa' 'doxygen' 'libjpeg' 'libpng' 'libxft' 'libxinerama' \
'alsa-lib' 'desktop-file-utils')
source=(http://ftp.easysw.com/pub/$pkgbase/$pkgver/$pkgbase-$pkgver-source.tar.gz)
-md5sums=('44d5d7ba06afdd36ea17da6b4b703ca3')
+md5sums=('b5b84ed63751ab3f76aa8d36cccf59e7')
build() {
cd "$srcdir/$pkgbase-$pkgver"
diff --git a/extra/gnu-efi-libs/PKGBUILD b/extra/gnu-efi-libs/PKGBUILD
index 2799ac0d9..45a40216f 100644
--- a/extra/gnu-efi-libs/PKGBUILD
+++ b/extra/gnu-efi-libs/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 168460 2012-10-12 06:35:15Z tpowa $
+# $Id: PKGBUILD 170405 2012-11-07 10:31:11Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
_pkgver="3.0"
pkgname="gnu-efi-libs"
-pkgver="${_pkgver}r"
+pkgver="${_pkgver}s"
pkgrel="1"
pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU toolchain"
url="http://sourceforge.net/projects/gnu-efi/"
@@ -77,3 +77,5 @@ package() {
}
md5sums=('c5081850414bec34d3e254e8e970811b'
'4b5428c51af1981d3eb158d924d6bf85')
+md5sums=('11f63d52071f7382f56c9e81d0aece91'
+ '4b5428c51af1981d3eb158d924d6bf85')
diff --git a/extra/icedtea-web-java7/PKGBUILD b/extra/icedtea-web-java7/PKGBUILD
index 39bd6c1cb..756c16915 100644
--- a/extra/icedtea-web-java7/PKGBUILD
+++ b/extra/icedtea-web-java7/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=icedtea-web-java7
pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.3
+pkgver=1.3.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://icedtea.classpath.org/wiki/IcedTea-Web"
@@ -11,7 +11,7 @@ license=('GPL2')
makedepends=('jdk7-openjdk' 'zip' 'gtk2' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 'firefox' 'chromium' 'epiphany')
noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the tarball that fails with LANG=C in our chroot
source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-sha256sums=('d46ec10700732cea103da2aae64ff01e717cb1281b83e1797ce48cc53280b49f')
+sha256sums=('20c7fd1eef6c79cbc6478bb01236a3eb2f0af6184eaed24baca59a3c37eafb56')
_javaver=7
_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
@@ -45,6 +45,7 @@ package_icedtea-web-java7() {
pkgdesc="provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project"
depends=('jre7-openjdk' 'gtk2' 'desktop-file-utils')
+ provides=('java-web-start=7')
install=${pkgname}.install
cd "${srcdir}"/icedtea-web* #${pkgname}-${_date}"
diff --git a/extra/icedtea-web/PKGBUILD b/extra/icedtea-web/PKGBUILD
index 0d1537aba..1e1eaa593 100644
--- a/extra/icedtea-web/PKGBUILD
+++ b/extra/icedtea-web/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 166335 2012-09-06 15:46:37Z andyrtr $
+# $Id: PKGBUILD 170458 2012-11-07 20:07:26Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=icedtea-web
pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.3
+pkgver=1.3.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://icedtea.classpath.org/wiki/IcedTea-Web"
@@ -11,7 +11,7 @@ license=('GPL2')
makedepends=('openjdk6' 'zip' 'gtk2' 'npapi-sdk' 'rhino' 'junit' 'firefox' 'chromium' 'epiphany')
noextract=$pkgname-$pkgver.tar.gz # due to broken path names in the tarball that fails with LANG=C in our chroot
source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz)
-sha256sums=('d46ec10700732cea103da2aae64ff01e717cb1281b83e1797ce48cc53280b49f')
+sha256sums=('20c7fd1eef6c79cbc6478bb01236a3eb2f0af6184eaed24baca59a3c37eafb56')
_javaver=6
_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
@@ -44,6 +44,7 @@ package_icedtea-web() {
pkgdesc="provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project"
depends=('openjdk6' 'gtk2' 'desktop-file-utils')
+ provides=('java-web-start=6')
install=$pkgname.install
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/libcanberra/PKGBUILD b/extra/libcanberra/PKGBUILD
index c9897a6ab..d78abcbba 100644
--- a/extra/libcanberra/PKGBUILD
+++ b/extra/libcanberra/PKGBUILD
@@ -1,28 +1,34 @@
-# $Id: PKGBUILD 170059 2012-10-31 10:33:15Z jgc $
+# $Id: PKGBUILD 170401 2012-11-07 07:11:35Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=libcanberra
pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
pkgver=0.30
-pkgrel=1
+pkgrel=2
pkgdesc="A small and lightweight implementation of the XDG Sound Theme Specification"
arch=(i686 x86_64)
-license=('LGPL')
-depends=('libvorbis' 'libltdl' 'alsa-lib' 'tdb')
-makedepends=('gtk-doc' 'libpulse' 'gstreamer' 'gtk2' 'gtk3')
+license=(LGPL)
+depends=(libvorbis libltdl alsa-lib tdb)
+makedepends=(gtk-doc libpulse gstreamer gtk2 gtk3)
options=(!emptydirs)
url=http://0pointer.de/lennart/projects/libcanberra
-source=(http://0pointer.de/lennart/projects/${pkgbase}/${pkgbase}-${pkgver}.tar.xz
+source=("$url/$pkgbase-$pkgver.tar.xz"
libcanberra.xinit)
sha256sums=('c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72'
'68a68d66b7491f99d5aa09fe7c6ef4eb38352a2a8ff7997d184d1cbc5e80c0d3')
+_plugindir=usr/lib/$pkgbase-$pkgver
+
build() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
+ cd $pkgbase-$pkgver
./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
--disable-static --with-builtin=dso --enable-null --disable-oss \
--enable-alsa --enable-gstreamer --enable-pulse \
--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+ # Fight unused direct deps
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
make
}
@@ -31,37 +37,34 @@ package_libcanberra() {
optdepends=("$pkgbase-pulse: PulseAudio driver"
"$pkgbase-gstreamer: GStreamer driver")
- cd "${srcdir}/${pkgbase}-${pkgver}"
- make -j1 DESTDIR="${pkgdir}" install
- rm -f "${pkgdir}"/usr/lib/libcanberra-gtk*.la
- rm -f "${pkgdir}"/usr/lib/gtk-{2,3}.0/modules/*.la
+ cd $pkgbase-$pkgver
- install -D "${srcdir}/libcanberra.xinit" \
- "${pkgdir}/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module"
+ make -j1 DESTDIR="$pkgdir" install
+ rm "$pkgdir"/usr/lib/libcanberra-gtk*.la
+ rm "$pkgdir"/usr/lib/gtk-{2,3}.0/modules/*.la
+
+ install -D "$srcdir/libcanberra.xinit" \
+ "$pkgdir/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module"
# Split plugins
for _p in pulse gstreamer; do
- mkdir $_p-plugin
- mv "${pkgdir}"/usr/lib/${pkgbase}-${pkgver}/${pkgbase}-$_p.* $_p-plugin
+ mkdir ../$_p-plugin
+ mv "$pkgdir/$_plugindir"/libcanberra-$_p.* ../$_p-plugin
done
}
package_libcanberra-pulse() {
pkgdesc="PulseAudio plugin for libcanberra"
- depends=("$pkgbase=$pkgver-$pkgrel" 'libpulse')
-
- cd "${srcdir}/${pkgbase}-${pkgver}"
+ depends=("$pkgbase=$pkgver-$pkgrel" libpulse)
- mkdir -p "${pkgdir}/usr/lib/${pkgbase}-${pkgver}"
- mv pulse-plugin/* "${pkgdir}/usr/lib/${pkgbase}-${pkgver}"
+ install -d "$pkgdir/$_plugindir"
+ mv pulse-plugin/* "$pkgdir/$_plugindir"
}
package_libcanberra-gstreamer() {
pkgdesc="GStreamer plugin for libcanberra"
- depends=("$pkgbase=$pkgver-$pkgrel" 'gstreamer')
-
- cd "${srcdir}/${pkgbase}-${pkgver}"
+ depends=("$pkgbase=$pkgver-$pkgrel" gstreamer)
- mkdir -p "${pkgdir}/usr/lib/${pkgbase}-${pkgver}"
- mv gstreamer-plugin/* "${pkgdir}/usr/lib/${pkgbase}-${pkgver}"
+ install -d "$pkgdir/$_plugindir"
+ mv gstreamer-plugin/* "$pkgdir/$_plugindir"
}