From 42512f0cff006451fa78981bf2f41e819fe96131 Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Mon, 12 Dec 2011 17:22:48 -0300 Subject: Ports + rebuilds --- community/bird/PKGBUILD | 2 +- community/mplayer2/PKGBUILD | 3 --- extra/apache/PKGBUILD | 2 +- extra/exo/PKGBUILD | 2 +- extra/libgusb/PKGBUILD | 2 +- extra/libxfce4menu/PKGBUILD | 2 +- extra/libxfce4ui/PKGBUILD | 2 +- extra/libxfce4util/PKGBUILD | 2 +- extra/libxfcegui4/PKGBUILD | 2 +- extra/live-media/PKGBUILD | 4 ++-- extra/mesa/PKGBUILD | 6 +----- extra/python/PKGBUILD | 2 ++ extra/tftp-hpa/PKGBUILD | 6 +++++- extra/xcb-util-image/PKGBUILD | 2 +- extra/xcb-util-keysyms/PKGBUILD | 2 +- extra/xcb-util-renderutil/PKGBUILD | 2 +- extra/xcb-util-wm/PKGBUILD | 2 +- extra/xfce4-appfinder/PKGBUILD | 2 +- extra/xfce4-battery-plugin/PKGBUILD | 2 +- extra/xfce4-clipman-plugin/PKGBUILD | 2 +- extra/xfce4-cpufreq-plugin/PKGBUILD | 2 +- extra/xfce4-cpugraph-plugin/PKGBUILD | 2 +- extra/xfce4-datetime-plugin/PKGBUILD | 2 +- extra/xfce4-dev-tools/PKGBUILD | 4 ++-- extra/xfce4-dict/PKGBUILD | 2 +- extra/xfce4-diskperf-plugin/PKGBUILD | 2 +- extra/xfce4-eyes-plugin/PKGBUILD | 2 +- extra/xfce4-fsguard-plugin/PKGBUILD | 2 +- extra/xfce4-genmon-plugin/PKGBUILD | 2 +- extra/xfce4-mailwatch-plugin/PKGBUILD | 2 +- extra/xfce4-mixer/PKGBUILD | 2 +- extra/xfce4-mount-plugin/PKGBUILD | 2 +- extra/xfce4-mpc-plugin/PKGBUILD | 2 +- extra/xfce4-netload-plugin/PKGBUILD | 2 +- extra/xfce4-notes-plugin/PKGBUILD | 2 +- extra/xfce4-notifyd/PKGBUILD | 2 +- extra/xfce4-panel/PKGBUILD | 2 +- extra/xfce4-quicklauncher-plugin/PKGBUILD | 2 +- extra/xfce4-screenshooter/PKGBUILD | 2 +- extra/xfce4-sensors-plugin/PKGBUILD | 2 +- extra/xfce4-session/PKGBUILD | 2 +- extra/xfce4-settings/PKGBUILD | 2 +- extra/xfce4-smartbookmark-plugin/PKGBUILD | 2 +- extra/xfce4-systemload-plugin/PKGBUILD | 2 +- extra/xfce4-taskmanager/PKGBUILD | 2 +- extra/xfce4-time-out-plugin/PKGBUILD | 2 +- extra/xfce4-timer-plugin/PKGBUILD | 2 +- extra/xfce4-verve-plugin/PKGBUILD | 2 +- extra/xfce4-wavelan-plugin/PKGBUILD | 2 +- extra/xfce4-weather-plugin/PKGBUILD | 2 +- extra/xfce4-xkb-plugin/PKGBUILD | 2 +- 51 files changed, 57 insertions(+), 58 deletions(-) diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index 4fdea4990..ca55214c5 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.4 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://bird.network.cz/' license=('GPL2') depends=('readline' 'ncurses') diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD index f8caed272..5e43fd6ea 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -57,9 +57,6 @@ build() { --disable-musepack \ --disable-esd \ --disable-mga \ - --disable-xvmc \ - --disable-vdpau \ - --disable-gl \ --language=all \ --enable-translation \ --confdir=/etc/mplayer diff --git a/extra/apache/PKGBUILD b/extra/apache/PKGBUILD index 37d1a4a27..7c1d62c92 100644 --- a/extra/apache/PKGBUILD +++ b/extra/apache/PKGBUILD @@ -5,7 +5,7 @@ pkgname=apache pkgver=2.2.21 -pkgrel=1 +pkgrel=1.1 pkgdesc='A high performance Unix-based HTTP server' arch=('i686' 'x86_64' 'mips64el') options=('!libtool') diff --git a/extra/exo/PKGBUILD b/extra/exo/PKGBUILD index e6a5d5ab2..f60729239 100644 --- a/extra/exo/PKGBUILD +++ b/extra/exo/PKGBUILD @@ -5,7 +5,7 @@ pkgname=exo pkgver=0.6.2 -pkgrel=3 +pkgrel=3.1 pkgdesc="Extensions to Xfce by os-cillation" arch=('i686' 'x86_64' 'mips64el') license=('GPL2' 'LGPL') diff --git a/extra/libgusb/PKGBUILD b/extra/libgusb/PKGBUILD index ec1f2617e..73a72f9f5 100644 --- a/extra/libgusb/PKGBUILD +++ b/extra/libgusb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgusb pkgver=0.1.3 pkgrel=1 pkgdesc="GLib wrapper around libusb1" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://gitorious.org/gusb/" license=('LGPL2.1') depends=('udev') diff --git a/extra/libxfce4menu/PKGBUILD b/extra/libxfce4menu/PKGBUILD index 07f3076f4..bfcd297e2 100644 --- a/extra/libxfce4menu/PKGBUILD +++ b/extra/libxfce4menu/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libxfce4menu pkgver=4.6.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="a freedesktop.org compliant menu implementation for Xfce" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/libxfce4ui/PKGBUILD b/extra/libxfce4ui/PKGBUILD index 2e7e8d593..e6051915a 100644 --- a/extra/libxfce4ui/PKGBUILD +++ b/extra/libxfce4ui/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libxfce4ui pkgver=4.8.0 -pkgrel=3 +pkgrel=3.1 pkgdesc="share commonly used Xfce widgets among the Xfce applications" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/libxfce4util/PKGBUILD b/extra/libxfce4util/PKGBUILD index 22d9892b3..f6cbca3aa 100644 --- a/extra/libxfce4util/PKGBUILD +++ b/extra/libxfce4util/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libxfce4util pkgver=4.8.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="Basic utility non-GUI functions for Xfce" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/libxfcegui4/PKGBUILD b/extra/libxfcegui4/PKGBUILD index 5c7e594d0..cd5e7168a 100644 --- a/extra/libxfcegui4/PKGBUILD +++ b/extra/libxfcegui4/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libxfcegui4 pkgver=4.8.1 -pkgrel=3 +pkgrel=3.1 pkgdesc="Various gtk widgets for Xfce" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD index 5f5642c9e..707b85d1e 100644 --- a/extra/live-media/PKGBUILD +++ b/extra/live-media/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Gilles CHAUVIN pkgname=live-media -pkgver=2011.11.29 +pkgver=2011.12.02 pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,6 @@ license=('LGPL') url="http://live555.com/liveMedia" depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz") -md5sums=('ab422e32f2e0820ac5161cc3d842343d') build() { cd ${srcdir}/live @@ -38,3 +37,4 @@ package() { install ${testprog} ${pkgdir}/usr/bin done } +md5sums=('4f10d93d33f6714a980fd1655ead69cd') diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index 5c6e1e652..6264b49c4 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -333,10 +333,6 @@ package_nouveau-dri() { #fi #} md5sums=('5c65a0fe315dd347e09b1f2826a1df5a' - '774eb6f30b31fa08c04e16e00ca070e1' - 'c7788f2495060bf133771aef6ad25929' - '598c24dccfcdcc99c07d883f7c09f36a') -md5sums=('5c65a0fe315dd347e09b1f2826a1df5a' - 'a77307102cee844ff6544ffa8fafeac1' + '0837c52698fe3252369c3fdb5195afcc' 'c7788f2495060bf133771aef6ad25929' '598c24dccfcdcc99c07d883f7c09f36a') diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 1224a7799..0588647ac 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -6,6 +6,7 @@ pkgname=python pkgver=3.2.2 pkgrel=2 +pkgrel=1 #holdver _pybasever=3.2 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64' 'mips64el') @@ -50,6 +51,7 @@ build() { --without-valgrind \ --with-wide-unicode \ --with-system-expat \ + --with-dbmliborder=gdbm:ndbm \ --with-system-ffi else ./configure --prefix=/usr \ diff --git a/extra/tftp-hpa/PKGBUILD b/extra/tftp-hpa/PKGBUILD index 4b4c7f596..993a70e3e 100644 --- a/extra/tftp-hpa/PKGBUILD +++ b/extra/tftp-hpa/PKGBUILD @@ -11,7 +11,7 @@ license=('BSD') depends=('readline>=6.0.00') conflicts=('netkit-tftp') backup=('etc/conf.d/tftpd') -source=(http://www.kernel.org/pub/software/network/tftp/$pkgname-$pkgver.tar.gz tftpd.rc tftpd.conf LICENSE) +source=(http://www.kernel.org/pub/software/network/tftp/$pkgname-$pkgver.tar.xz tftpd.rc tftpd.conf LICENSE) build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -33,3 +33,7 @@ md5sums=('d086b1bd6e5ed6375ad407e273afccdf' '83fbb6f52205d95951a3c059e5351ca2' '414a79dc891bced056d99a9bb790fc9e' '6ce21e27b6fdc1a1adf85c81e42aeecf') +md5sums=('281eab4f4f628c910369ec231e4cae24' + '83fbb6f52205d95951a3c059e5351ca2' + '414a79dc891bced056d99a9bb790fc9e' + '6ce21e27b6fdc1a1adf85c81e42aeecf') diff --git a/extra/xcb-util-image/PKGBUILD b/extra/xcb-util-image/PKGBUILD index 18fd700ba..516ded1a7 100644 --- a/extra/xcb-util-image/PKGBUILD +++ b/extra/xcb-util-image/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xcb-util-image pkgver=0.3.8 pkgrel=1 pkgdesc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xcb.freedesktop.org" license=('custom') depends=('libxcb>=1.7' 'xcb-util>=0.3.8') diff --git a/extra/xcb-util-keysyms/PKGBUILD b/extra/xcb-util-keysyms/PKGBUILD index 618d0687c..efc92fb6b 100644 --- a/extra/xcb-util-keysyms/PKGBUILD +++ b/extra/xcb-util-keysyms/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xcb-util-keysyms pkgver=0.3.8 pkgrel=1 pkgdesc="Utility libraries for XC Binding" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xcb.freedesktop.org" license=('custom') depends=('libxcb>=1.7') diff --git a/extra/xcb-util-renderutil/PKGBUILD b/extra/xcb-util-renderutil/PKGBUILD index be4789175..4acc983b3 100644 --- a/extra/xcb-util-renderutil/PKGBUILD +++ b/extra/xcb-util-renderutil/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xcb-util-renderutil pkgver=0.3.8 pkgrel=1 pkgdesc="Utility libraries for XC Binding - Convenience functions for the Render extension" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xcb.freedesktop.org" license=('custom') depends=('libxcb>=1.7') diff --git a/extra/xcb-util-wm/PKGBUILD b/extra/xcb-util-wm/PKGBUILD index 5b17b5bd8..43b712a49 100644 --- a/extra/xcb-util-wm/PKGBUILD +++ b/extra/xcb-util-wm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xcb-util-wm pkgver=0.3.8 pkgrel=1 pkgdesc="Utility libraries for XC Binding - " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xcb.freedesktop.org" license=('custom') depends=('libxcb>=1.7') diff --git a/extra/xfce4-appfinder/PKGBUILD b/extra/xfce4-appfinder/PKGBUILD index 7f90bbdfa..7d61e5cb6 100644 --- a/extra/xfce4-appfinder/PKGBUILD +++ b/extra/xfce4-appfinder/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-appfinder pkgver=4.8.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="Xfce application finder" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-battery-plugin/PKGBUILD b/extra/xfce4-battery-plugin/PKGBUILD index 70b47aa06..3c989fdf2 100644 --- a/extra/xfce4-battery-plugin/PKGBUILD +++ b/extra/xfce4-battery-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-battery-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="A battery monitor plugin for the Xfce panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-clipman-plugin/PKGBUILD b/extra/xfce4-clipman-plugin/PKGBUILD index 864caf53c..0c85faa38 100644 --- a/extra/xfce4-clipman-plugin/PKGBUILD +++ b/extra/xfce4-clipman-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-clipman-plugin pkgver=1.2.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="A clipboard plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL') diff --git a/extra/xfce4-cpufreq-plugin/PKGBUILD b/extra/xfce4-cpufreq-plugin/PKGBUILD index f1d95fe32..980cd727d 100644 --- a/extra/xfce4-cpufreq-plugin/PKGBUILD +++ b/extra/xfce4-cpufreq-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-cpufreq-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="CPU frequency plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-cpugraph-plugin/PKGBUILD b/extra/xfce4-cpugraph-plugin/PKGBUILD index 615fcc123..c546f0bd7 100644 --- a/extra/xfce4-cpugraph-plugin/PKGBUILD +++ b/extra/xfce4-cpugraph-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-cpugraph-plugin pkgver=1.0.1 -pkgrel=2 +pkgrel=2.1 pkgdesc="CPU graph plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'custom') diff --git a/extra/xfce4-datetime-plugin/PKGBUILD b/extra/xfce4-datetime-plugin/PKGBUILD index 8a6e7d9aa..e8d559062 100644 --- a/extra/xfce4-datetime-plugin/PKGBUILD +++ b/extra/xfce4-datetime-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-datetime-plugin pkgver=0.6.1 -pkgrel=1 +pkgrel=1.1 pkgdesc="A date and time display plugin for the Xfce panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-dev-tools/PKGBUILD b/extra/xfce4-dev-tools/PKGBUILD index 0b56b17ac..7b47fcb20 100644 --- a/extra/xfce4-dev-tools/PKGBUILD +++ b/extra/xfce4-dev-tools/PKGBUILD @@ -4,9 +4,9 @@ pkgname=xfce4-dev-tools pkgver=4.9.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="Xfce developer tools" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.xfce.org/" depends=('gtk-doc' 'automake' 'automake' 'make' 'intltool' 'pkg-config') diff --git a/extra/xfce4-dict/PKGBUILD b/extra/xfce4-dict/PKGBUILD index 508d5b92b..933c812f3 100644 --- a/extra/xfce4-dict/PKGBUILD +++ b/extra/xfce4-dict/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-dict pkgver=0.6.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="A dictionary plugin for the Xfce panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-diskperf-plugin/PKGBUILD b/extra/xfce4-diskperf-plugin/PKGBUILD index 4d06b2822..2cff43272 100644 --- a/extra/xfce4-diskperf-plugin/PKGBUILD +++ b/extra/xfce4-diskperf-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-diskperf-plugin pkgver=2.3.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition performance" arch=('i686' 'x86_64' 'mips64el') license=('custom') diff --git a/extra/xfce4-eyes-plugin/PKGBUILD b/extra/xfce4-eyes-plugin/PKGBUILD index 50dd5e8b6..4ef421a92 100644 --- a/extra/xfce4-eyes-plugin/PKGBUILD +++ b/extra/xfce4-eyes-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-eyes-plugin pkgver=4.4.1 -pkgrel=1 +pkgrel=1.1 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-fsguard-plugin/PKGBUILD b/extra/xfce4-fsguard-plugin/PKGBUILD index 751b3c26b..841aabb83 100644 --- a/extra/xfce4-fsguard-plugin/PKGBUILD +++ b/extra/xfce4-fsguard-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-fsguard-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="File system usage monitor plugin for the Xfce4 panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-genmon-plugin/PKGBUILD b/extra/xfce4-genmon-plugin/PKGBUILD index d7a4bf2c0..702154b4f 100644 --- a/extra/xfce4-genmon-plugin/PKGBUILD +++ b/extra/xfce4-genmon-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-genmon-plugin pkgver=3.3.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel" arch=(i686 x86_64 'mips64el') license=('LGPL2.1') diff --git a/extra/xfce4-mailwatch-plugin/PKGBUILD b/extra/xfce4-mailwatch-plugin/PKGBUILD index 59daa2395..71b7041c9 100644 --- a/extra/xfce4-mailwatch-plugin/PKGBUILD +++ b/extra/xfce4-mailwatch-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-mailwatch-plugin pkgver=1.1.0 -pkgrel=4 +pkgrel=4.1 pkgdesc="A mailbox watch/check plugin for the Xfce4 panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-mixer/PKGBUILD b/extra/xfce4-mixer/PKGBUILD index 2a611c91f..22ec53e7c 100644 --- a/extra/xfce4-mixer/PKGBUILD +++ b/extra/xfce4-mixer/PKGBUILD @@ -3,7 +3,7 @@ pkgname=xfce4-mixer pkgver=4.8.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="The volume control plugin for the Xfce panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-mount-plugin/PKGBUILD b/extra/xfce4-mount-plugin/PKGBUILD index 3e735e931..6fcb594ba 100644 --- a/extra/xfce4-mount-plugin/PKGBUILD +++ b/extra/xfce4-mount-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-mount-plugin pkgver=0.5.5 -pkgrel=1 +pkgrel=1.1 pkgdesc="plugin for the Xfce4 panel to mount and unmount volumes" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-mpc-plugin/PKGBUILD b/extra/xfce4-mpc-plugin/PKGBUILD index 159a79844..fccd2750d 100644 --- a/extra/xfce4-mpc-plugin/PKGBUILD +++ b/extra/xfce4-mpc-plugin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xfce4-mpc-plugin pkgver=0.3.6 -pkgrel=1 +pkgrel=1.1 pkgdesc="plugin to control the music player daemon from the xfce4-panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-netload-plugin/PKGBUILD b/extra/xfce4-netload-plugin/PKGBUILD index 642deaf20..51d76e094 100644 --- a/extra/xfce4-netload-plugin/PKGBUILD +++ b/extra/xfce4-netload-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-netload-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="A netload plugin for the Xfce panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-notes-plugin/PKGBUILD b/extra/xfce4-notes-plugin/PKGBUILD index 4bb356307..e4d2f3fff 100644 --- a/extra/xfce4-notes-plugin/PKGBUILD +++ b/extra/xfce4-notes-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-notes-plugin pkgver=1.7.7 -pkgrel=2 +pkgrel=2.1 pkgdesc="A notes plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-notifyd/PKGBUILD b/extra/xfce4-notifyd/PKGBUILD index 41d99d932..b8e89437a 100644 --- a/extra/xfce4-notifyd/PKGBUILD +++ b/extra/xfce4-notifyd/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-notifyd pkgver=0.2.2 -pkgrel=2 +pkgrel=2.1 pkgdesc="Notification daemon for the Xfce desktop" arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/applications/xfce4-notifyd" diff --git a/extra/xfce4-panel/PKGBUILD b/extra/xfce4-panel/PKGBUILD index 1d69fb47c..06aa739e4 100644 --- a/extra/xfce4-panel/PKGBUILD +++ b/extra/xfce4-panel/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-panel pkgver=4.8.6 -pkgrel=1 +pkgrel=1.1 pkgdesc="Panel for the Xfce desktop environment" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-quicklauncher-plugin/PKGBUILD b/extra/xfce4-quicklauncher-plugin/PKGBUILD index 272feb35e..753317362 100644 --- a/extra/xfce4-quicklauncher-plugin/PKGBUILD +++ b/extra/xfce4-quicklauncher-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-quicklauncher-plugin pkgver=1.9.4 -pkgrel=5 +pkgrel=5.1 pkgdesc="plugin that creates 4 little application launcher in the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-screenshooter/PKGBUILD b/extra/xfce4-screenshooter/PKGBUILD index ebfd8fb82..b20629bf4 100644 --- a/extra/xfce4-screenshooter/PKGBUILD +++ b/extra/xfce4-screenshooter/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-screenshooter pkgver=1.8.0 -pkgrel=2 +pkgrel=2.1 pkgdesc="Plugin that makes screenshots for the Xfce panel" arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter" diff --git a/extra/xfce4-sensors-plugin/PKGBUILD b/extra/xfce4-sensors-plugin/PKGBUILD index 686999934..1a08005de 100644 --- a/extra/xfce4-sensors-plugin/PKGBUILD +++ b/extra/xfce4-sensors-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-sensors-plugin pkgver=1.2.3 -pkgrel=2 +pkgrel=2.1 pkgdesc="A lm_sensors plugin for the Xfce panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD index af21e0cef..a385ea3a8 100644 --- a/extra/xfce4-session/PKGBUILD +++ b/extra/xfce4-session/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-session pkgver=4.8.2 -pkgrel=2 +pkgrel=3.1 pkgdesc="A session manager for Xfce" arch=('i686' 'x86_64' 'mips64el') url="http://www.xfce.org/" diff --git a/extra/xfce4-settings/PKGBUILD b/extra/xfce4-settings/PKGBUILD index 4e0ac21a4..42ac1fe14 100644 --- a/extra/xfce4-settings/PKGBUILD +++ b/extra/xfce4-settings/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xfce4-settings pkgver=4.8.3 -pkgrel=2 +pkgrel=2.1 pkgdesc="Settings manager for xfce" arch=('i686' 'x86_64' 'mips64el') url="http://www.xfce.org/" diff --git a/extra/xfce4-smartbookmark-plugin/PKGBUILD b/extra/xfce4-smartbookmark-plugin/PKGBUILD index 1025303ce..c1d000134 100644 --- a/extra/xfce4-smartbookmark-plugin/PKGBUILD +++ b/extra/xfce4-smartbookmark-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-smartbookmark-plugin pkgver=0.4.4 -pkgrel=1 +pkgrel=1.1 pkgdesc="Plugin for the Xfce4 panel that let you quicksearch from selected websites" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-systemload-plugin/PKGBUILD b/extra/xfce4-systemload-plugin/PKGBUILD index 31656ceed..11cba5978 100644 --- a/extra/xfce4-systemload-plugin/PKGBUILD +++ b/extra/xfce4-systemload-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-systemload-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="A system load plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('custom') diff --git a/extra/xfce4-taskmanager/PKGBUILD b/extra/xfce4-taskmanager/PKGBUILD index b9a7f1ebf..975a78879 100644 --- a/extra/xfce4-taskmanager/PKGBUILD +++ b/extra/xfce4-taskmanager/PKGBUILD @@ -3,7 +3,7 @@ pkgname=xfce4-taskmanager pkgver=1.0.0 -pkgrel=2 +pkgrel=2.1 pkgdesc="Easy to use task manager" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-time-out-plugin/PKGBUILD b/extra/xfce4-time-out-plugin/PKGBUILD index 5165c329a..5a8145735 100755 --- a/extra/xfce4-time-out-plugin/PKGBUILD +++ b/extra/xfce4-time-out-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-time-out-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="Take a break from your computer with this plugin for XFCE4." arch=(i686 x86_64 'mips64el') url="http://xfce-goodies.berlios.de/" diff --git a/extra/xfce4-timer-plugin/PKGBUILD b/extra/xfce4-timer-plugin/PKGBUILD index df606bd8e..7e1932349 100644 --- a/extra/xfce4-timer-plugin/PKGBUILD +++ b/extra/xfce4-timer-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-timer-plugin pkgver=0.6.1 -pkgrel=1 +pkgrel=1.1 pkgdesc="plugin to track time for the Xfce4 panel" arch=(i686 x86_64 'mips64el') license=('GPL2') diff --git a/extra/xfce4-verve-plugin/PKGBUILD b/extra/xfce4-verve-plugin/PKGBUILD index e416ca41c..afdfbe32c 100644 --- a/extra/xfce4-verve-plugin/PKGBUILD +++ b/extra/xfce4-verve-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-verve-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="command line plugin Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') diff --git a/extra/xfce4-wavelan-plugin/PKGBUILD b/extra/xfce4-wavelan-plugin/PKGBUILD index 2a531db88..b4cd88179 100644 --- a/extra/xfce4-wavelan-plugin/PKGBUILD +++ b/extra/xfce4-wavelan-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-wavelan-plugin pkgver=0.5.6 -pkgrel=1 +pkgrel=1.1 pkgdesc="plugin to monitor wifi connectivity for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('custom') diff --git a/extra/xfce4-weather-plugin/PKGBUILD b/extra/xfce4-weather-plugin/PKGBUILD index 5df951858..4953361d5 100644 --- a/extra/xfce4-weather-plugin/PKGBUILD +++ b/extra/xfce4-weather-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-weather-plugin pkgver=0.7.4 -pkgrel=2 +pkgrel=2.1 pkgdesc="A weather plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" diff --git a/extra/xfce4-xkb-plugin/PKGBUILD b/extra/xfce4-xkb-plugin/PKGBUILD index 2a516c7fc..0c5af90db 100644 --- a/extra/xfce4-xkb-plugin/PKGBUILD +++ b/extra/xfce4-xkb-plugin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfce4-xkb-plugin pkgver=0.5.4.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') license=('custom') -- cgit v1.2.3-54-g00ecf