From e2fe79d62643f0e50b1c5e194a94cb510b371cc8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 May 2011 22:46:30 +0000 Subject: Thu May 19 22:46:30 UTC 2011 --- community/deadbeef/PKGBUILD | 8 +-- community/dmenu/PKGBUILD | 6 +-- community/mednafen/ChangeLog | 6 +++ community/mednafen/PKGBUILD | 21 ++++---- community/perl-datetime/PKGBUILD | 8 +-- community/virtualbox/PKGBUILD | 12 +++-- .../virtualbox/change_default_driver_dir.patch | 18 +++++++ extra/acpid/PKGBUILD | 61 +++++++++++----------- extra/acpid/acpid | 2 +- extra/acpid/acpid.conf.d | 1 - extra/acpid/handler.sh | 2 +- extra/htop/ChangeLog | 3 ++ extra/htop/PKGBUILD | 15 ++++-- extra/htop/htop.c.patch | 15 ++++++ extra/libxfce4ui/PKGBUILD | 5 +- extra/libxfce4util/PKGBUILD | 5 +- extra/libxfcegui4/PKGBUILD | 5 +- extra/rsync/ChangeLog | 4 ++ extra/rsync/PKGBUILD | 9 ++-- extra/rsync/rsyncd | 8 ++- extra/rxvt-unicode/ChangeLog | 2 + extra/rxvt-unicode/PKGBUILD | 17 +++--- extra/transmission/PKGBUILD | 8 +-- 23 files changed, 151 insertions(+), 90 deletions(-) create mode 100644 community/mednafen/ChangeLog create mode 100644 community/virtualbox/change_default_driver_dir.patch create mode 100644 extra/htop/htop.c.patch create mode 100644 extra/rxvt-unicode/ChangeLog diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD index 489dcbaa8..e0e61edd6 100644 --- a/community/deadbeef/PKGBUILD +++ b/community/deadbeef/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 47144 2011-05-17 17:39:51Z lfleischer $ +# $Id: PKGBUILD 47194 2011-05-18 15:41:47Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Alexey Yakovenko pkgname=deadbeef pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='An audio player for GNU/Linux based on GTK2.' arch=('i686' 'x86_64') url='http://deadbeef.sourceforge.net' @@ -29,12 +29,12 @@ optdepends=('libvorbis: for Ogg Vorbis playback' options=('!libtool') install='deadbeef.install' source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('cf45af00c34f855db87a1056d6e2f1af') +md5sums=('713c47c5e7bb9a29cd0de877aff04ae6') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-converter + ./configure --prefix=/usr make } diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD index 22286ce10..bf47efead 100644 --- a/community/dmenu/PKGBUILD +++ b/community/dmenu/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 32958 2010-11-20 11:22:07Z ttopper $ +# $Id: PKGBUILD 47199 2011-05-18 20:06:50Z jelle $ # Maintainer: Sergej Pupykin # Maintainer: Thorsten Töpper # Contributor: Thayer Williams # Contributor: Jeff 'codemac' Mickey pkgname=dmenu -pkgver=4.2.1 +pkgver=4.3.1 pkgrel=1 pkgdesc="A generic menu for X" url="http://tools.suckless.org/dmenu/" @@ -14,7 +14,7 @@ license=('MIT') depends=('sh' 'libxinerama') #source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::http://hg.suckless.org/dmenu/archive/tip.tar.gz") -md5sums=('48b1e63cbf0ae7993cc68d365412d5e5') +md5sums=('a0e253e2a38c96f7bfd80b23a9ba6a12') build(){ # cd $srcdir/$pkgname-$pkgver diff --git a/community/mednafen/ChangeLog b/community/mednafen/ChangeLog new file mode 100644 index 000000000..a3097076c --- /dev/null +++ b/community/mednafen/ChangeLog @@ -0,0 +1,6 @@ +2011-05-17 Angel Velasquez + * Updated to 0.8.D.3 + * Removed fix_build patch + * Cleaned PKGBUILD + * Adding ChangeLog + diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 7a8060e07..88e469afc 100755 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -1,8 +1,8 @@ -# Maintainer: Daenyth -# Contributor: Angel 'angvp' Velasquez +# Maintainer: Angel Velasquez +# Contributor: Daenyth # Contributor: kagan pkgname=mednafen -pkgver=0.8.D +pkgver=0.8.D.3 pkgrel=1 pkgdesc="A command-line multi-system gaming emulator" url="http://mednafen.sourceforge.net/" @@ -10,14 +10,17 @@ license=(GPL) arch=('i686' 'x86_64') depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') makedepends=('pkgconfig' 'mesa') -source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2 fix_build.diff) -md5sums=('4c3f337f80bf54d2df0f3a0f24203141' - '0f44ef41b0220b66579626548d044f15') +changelog=ChangeLog +source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2) +md5sums=('57d22805071becd81858b0c088a275e5') build() { cd $srcdir/$pkgname - patch -Np1 -i $srcdir/fix_build.diff || return 1 - ./configure --prefix=/usr || return 1 - make || return 1 + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname make DESTDIR=$pkgdir install } diff --git a/community/perl-datetime/PKGBUILD b/community/perl-datetime/PKGBUILD index ff0dc14aa..c9ba1f736 100644 --- a/community/perl-datetime/PKGBUILD +++ b/community/perl-datetime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46321 2011-05-05 10:16:29Z spupykin $ +# $Id: PKGBUILD 47204 2011-05-18 20:20:25Z jelle $ # Maintainer: Sergej Pupykin # Contributor: François Charette pkgname=perl-datetime -pkgver=0.69 -pkgrel=2 +pkgver=0.70 +pkgrel=1 pkgdesc="A complete, easy to use date and time object" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/DateTime" @@ -15,7 +15,7 @@ LC_NUMERIC=C provides=("perl-datetime=`printf %.4f $pkgver`") options=('!emptydirs') source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz) -md5sums=('d14c4439bd0b81446e54504db68fd64f') +md5sums=('228a3ca93b49e308fc7a3b7a47341ab3') build() { cd $srcdir/DateTime-$pkgver diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD index de3b09e1e..ce8c45a12 100644 --- a/community/virtualbox/PKGBUILD +++ b/community/virtualbox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 47152 2011-05-17 18:01:10Z ibiru $ +# $Id: PKGBUILD 47184 2011-05-18 12:02:51Z ibiru $ #Maintainer: Ionut Biru pkgbase=virtualbox pkgname=('virtualbox' 'virtualbox-guest-additions' 'virtualbox-guest-modules' 'virtualbox-sdk') pkgver=4.0.8 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL' 'custom') @@ -15,7 +15,8 @@ source=(http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver} http://download.virtualbox.org/virtualbox/${pkgver}/UserManual.pdf virtualbox-4-makeself-check.patch virtualbox-4-mkisofs-check.patch 10-vboxdrv.rules 60-vboxguest.rules vboxdrv-reference.patch LocalConfig.kmk vboxdrv.sh - 18-system-xorg.patch) + 18-system-xorg.patch + change_default_driver_dir.patch) _kernver=2.6.38-ARCH build() { @@ -25,6 +26,7 @@ build() { patch -Np1 -i "$srcdir/virtualbox-4-mkisofs-check.patch" patch -Np1 -i "$srcdir/vboxdrv-reference.patch" patch -Np1 -i "$srcdir/18-system-xorg.patch" + patch -Np1 -i "$srcdir/change_default_driver_dir.patch" cp "$srcdir/LocalConfig.kmk" . @@ -170,7 +172,6 @@ package_virtualbox-guest-additions(){ install -d "$pkgdir/usr/lib/xorg/modules/dri" install -m755 VBoxOGL*.so "$pkgdir/usr/lib" ln -s /usr/lib/VBoxOGL.so "$pkgdir/usr/lib/xorg/modules/dri/vboxvideo_dri.so" - ln -s /usr/lib/xorg/modules/dri "$pkgdir/usr/lib/dri" install -m755 -D pam_vbox.so "$pkgdir/lib/security/pam_vbox.so" } @@ -212,4 +213,5 @@ md5sums=('a3e81289f2357fcf4bbe3e77805f38b6' '9bde5b7dfba5abcd49768052c5409800' 'c1a07f044c476a190af8486fe78bee0f' '47da2e88de582bb2bab14580a3aa47b1' - '8a22b33c9dfaf8fb79bb2d26304e650b') + '8a22b33c9dfaf8fb79bb2d26304e650b' + 'ac43f7cf44b934d8dbdbc3bb6f7879ad') diff --git a/community/virtualbox/change_default_driver_dir.patch b/community/virtualbox/change_default_driver_dir.patch new file mode 100644 index 000000000..71930f062 --- /dev/null +++ b/community/virtualbox/change_default_driver_dir.patch @@ -0,0 +1,18 @@ +diff -Nur VirtualBox-4.0.8_OSE.orig//src/VBox/Additions/common/crOpenGL/fakedri_drv.c VirtualBox-4.0.8_OSE/src/VBox/Additions/common/crOpenGL/fakedri_drv.c +--- VirtualBox-4.0.8_OSE.orig//src/VBox/Additions/common/crOpenGL/fakedri_drv.c 2011-05-18 04:28:14.545495222 -0700 ++++ VirtualBox-4.0.8_OSE/src/VBox/Additions/common/crOpenGL/fakedri_drv.c 2011-05-18 04:29:57.945499707 -0700 +@@ -36,13 +36,8 @@ + //#define DEBUG_DRI_CALLS + + //@todo this could be different... +-#ifdef RT_ARCH_AMD64 +-# define DRI_DEFAULT_DRIVER_DIR "/usr/lib64/dri:/usr/lib/dri" ++# define DRI_DEFAULT_DRIVER_DIR "/usr/lib/xorg/modules/dri" + # define DRI_XORG_DRV_DIR "/usr/lib/xorg/modules/drivers/" +-#else +-# define DRI_DEFAULT_DRIVER_DIR "/usr/lib/dri" +-# define DRI_XORG_DRV_DIR "/usr/lib/xorg/modules/drivers/" +-#endif + + #ifdef DEBUG_DRI_CALLS + #define SWDRI_SHOWNAME(pext, func) \ diff --git a/extra/acpid/PKGBUILD b/extra/acpid/PKGBUILD index fd927c84c..f6cefe7b7 100644 --- a/extra/acpid/PKGBUILD +++ b/extra/acpid/PKGBUILD @@ -1,42 +1,43 @@ -# $Id: PKGBUILD 65410 2010-01-28 20:47:17Z ibiru $ -# Maintainer: Thayer Williams +# $Id: PKGBUILD 124267 2011-05-18 16:31:02Z andrea $ +# Maintainer: +# Contributor: xduugu # Contributor: Manolis Tzanidakis -# Contributor: Judd Vinet +# Contributor: Jonathan Schmidt /dev/null + [ ! -z "$PID" ] && kill $PID &> /dev/null if [ $? -gt 0 ]; then stat_fail else diff --git a/extra/acpid/acpid.conf.d b/extra/acpid/acpid.conf.d index 25c9cc1ef..b60103a2d 100644 --- a/extra/acpid/acpid.conf.d +++ b/extra/acpid/acpid.conf.d @@ -3,4 +3,3 @@ # ACPID_ARGS="" - diff --git a/extra/acpid/handler.sh b/extra/acpid/handler.sh index ad31d1aa9..518a62dea 100644 --- a/extra/acpid/handler.sh +++ b/extra/acpid/handler.sh @@ -26,7 +26,7 @@ case "$1" in ;; ac_adapter) case "$2" in - AC) + AC|ACAD|ADP0) case "$4" in 00000000) echo -n $minspeed >$setspeed diff --git a/extra/htop/ChangeLog b/extra/htop/ChangeLog index 686b0e181..ea5776244 100644 --- a/extra/htop/ChangeLog +++ b/extra/htop/ChangeLog @@ -1,3 +1,6 @@ +2011-05-17 Angel Velasquez + * Added patch to fix --sort-key (closes FS#23224) + 2009-09-21 Eric Belanger * htop 0.8.3-1 diff --git a/extra/htop/PKGBUILD b/extra/htop/PKGBUILD index dce19cc82..75e357adf 100644 --- a/extra/htop/PKGBUILD +++ b/extra/htop/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 105144 2011-01-06 20:57:13Z angvp $ +# $Id: PKGBUILD 124246 2011-05-18 04:38:36Z angvp $ +# Maintainer: Angel Velasquez # Contributor: Eric Belanger -# Maintainer: Daniel J Griffiths +# Contributor: Daniel J Griffiths pkgname=htop pkgver=0.9 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive process viewer" arch=('i686' 'x86_64') url="http://htop.sourceforge.net/" @@ -12,13 +13,17 @@ license=('GPL') depends=('ncurses') makedepends=('python2') options=('!emptydirs') -source=(http://downloads.sourceforge.net/htop/${pkgname}-${pkgver}.tar.gz) -md5sums=('7c5507f35f363f3f40183a2ba3c561f8') +changelog=ChangeLog +source=(http://downloads.sourceforge.net/htop/${pkgname}-${pkgver}.tar.gz + htop.c.patch) +md5sums=('7c5507f35f363f3f40183a2ba3c561f8' + '750e8ad8476c5d9738da2a2bc7a7c2b6') build() { cd ${srcdir}/${pkgname}-${pkgver} sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure sed -i 's|python|python2|' scripts/MakeHeader.py + patch -Np0 -i $srcdir/htop.c.patch ./configure --prefix=/usr --enable-unicode --enable-openvz \ --enable-vserver make diff --git a/extra/htop/htop.c.patch b/extra/htop/htop.c.patch new file mode 100644 index 000000000..41a2dd377 --- /dev/null +++ b/extra/htop/htop.c.patch @@ -0,0 +1,15 @@ +From: Roman Kosenko +Date: Thu, 10 Mar 2011 16:23:53 +0200 +Subject: [PATCH] Fix stupid bug with --sort-key + +--- htop.c.old 2010-11-24 20:45:38.000000000 +0200 ++++ htop.c 2011-03-10 16:32:18.473716667 +0200 +@@ -282,7 +282,7 @@ + printVersionFlag(); + break; + case 's': +- if (strcmp(optarg, "help")) { ++ if (!strcmp(optarg, "help")) { + for (int j = 1; j < LAST_PROCESSFIELD; j++) + printf ("%s\n", Process_fieldNames[j]); + exit(0); diff --git a/extra/libxfce4ui/PKGBUILD b/extra/libxfce4ui/PKGBUILD index 2260f1c93..493d76bad 100644 --- a/extra/libxfce4ui/PKGBUILD +++ b/extra/libxfce4ui/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 106352 2011-01-16 16:37:35Z andyrtr $ +# $Id: PKGBUILD 124274 2011-05-18 16:36:34Z andyrtr $ # Maintainer: AndyRTR # Contributor: Xavier Devlamynck pkgname=libxfce4ui pkgver=4.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="share commonly used Xfce widgets among the Xfce applications" arch=('i686' 'x86_64') license=('GPL2') url="http://www.xfce.org/" -groups=('xfce4') depends=('libxfce4util>=4.8.0' 'gtk2' "xfconf>=4.8.0" 'startup-notification') makedepends=('intltool' 'gtk-doc' 'glade') optdepends=('glade: for using the included glade module') diff --git a/extra/libxfce4util/PKGBUILD b/extra/libxfce4util/PKGBUILD index 1e6307e06..fb95fda85 100644 --- a/extra/libxfce4util/PKGBUILD +++ b/extra/libxfce4util/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 106357 2011-01-16 16:41:01Z andyrtr $ +# $Id: PKGBUILD 124279 2011-05-18 16:40:43Z andyrtr $ # Maintainer: AndyRTR # Contributor: tobias pkgname=libxfce4util pkgver=4.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Basic utility non-GUI functions for Xfce" arch=('i686' 'x86_64') license=('GPL2') url="http://www.xfce.org/" -groups=('xfce4') depends=("glib2") makedepends=('pkgconfig' 'intltool' 'gtk-doc') options=('!libtool') diff --git a/extra/libxfcegui4/PKGBUILD b/extra/libxfcegui4/PKGBUILD index 3b4441c28..b89360ae7 100644 --- a/extra/libxfcegui4/PKGBUILD +++ b/extra/libxfcegui4/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 119470 2011-04-11 17:35:10Z andyrtr $ +# $Id: PKGBUILD 124284 2011-05-18 17:58:51Z andyrtr $ # Maintainer: Andreas Radke # Contributor: Tobias Kieslich pkgname=libxfcegui4 pkgver=4.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="Various gtk widgets for Xfce" arch=(i686 x86_64) license=('GPL2') url="http://www.xfce.org/" -groups=('xfce4') depends=('startup-notification' "xfconf>=4.8.0" "libglade" 'libsm' 'hicolor-icon-theme') makedepends=('intltool') options=('!libtool') diff --git a/extra/rsync/ChangeLog b/extra/rsync/ChangeLog index a1d6b4f9d..d07e4ad5a 100644 --- a/extra/rsync/ChangeLog +++ b/extra/rsync/ChangeLog @@ -1,3 +1,7 @@ +2011-05-17 Angel Velasquez + * rsync 3.0.8-2 + * Added call_rsync func to rsyncd to support pass arguments to the daemon + 2010-01-01 Eric Belanger * rsync 3.0.7-1 diff --git a/extra/rsync/PKGBUILD b/extra/rsync/PKGBUILD index af1d9b185..f807c430a 100644 --- a/extra/rsync/PKGBUILD +++ b/extra/rsync/PKGBUILD @@ -1,26 +1,27 @@ -# $Id: PKGBUILD 118437 2011-04-06 20:17:24Z angvp $ +# $Id: PKGBUILD 124256 2011-05-18 05:08:59Z angvp $ # Maintainer: Angel Velasquez # Contributor: Eric Belanger # Contributor: Judd Vinet # Contributor: Daniel J Griffiths pkgname=rsync pkgver=3.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="A file transfer program to keep remote files in sync" arch=('i686' 'x86_64') url="http://samba.anu.edu.au/rsync/" license=('GPL3') depends=('acl') backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync') +changelog=ChangeLog source=(http://rsync.samba.org/ftp/rsync/${pkgname}-${pkgver}.tar.gz \ rsyncd.conf rsyncd rsync.xinetd) md5sums=('0ee8346ce16bdfe4c88a236e94c752b4' '4395c0591638349b1a7aeaaa4da1f03a' - '3d8f90ac8467ff6af28754584a61fd11' + '7a9ce3b5de97f3aae29b906f93e1d157' 'ea3e9277dc908bc51f9eddc0f6b935c1') sha1sums=('10e80173c7e9ed8b8a4dc9e8fdab08402da5f08d' '48be09294134dfed888818872fe552a59c29147a' - '357af5648eb4ecf84cc6b1de1cd79d21eca3a518' + 'eda623c31d9def454cf8e3e88dcf63de4ca5c08b' 'fdb99785bc87ee13d77aa90dc1804f3f75dd7fc1') build() { diff --git a/extra/rsync/rsyncd b/extra/rsync/rsyncd index 573130fb3..d7a772e8e 100644 --- a/extra/rsync/rsyncd +++ b/extra/rsync/rsyncd @@ -3,10 +3,16 @@ . /etc/rc.conf . /etc/rc.d/functions +[ -f /etc/conf.d/rsyncd ] && . /etc/conf.d/rsyncd + +function call_rsyncd() { + /usr/bin/rsync --daemon $RSYNCD_ARGS +} + case "$1" in start) stat_busy "Starting rsyncd" - [ ! -f /var/run/daemons/rsyncd ] && /usr/bin/rsync --daemon + [ ! -f /var/run/daemons/rsyncd ] && call_rsyncd if [ $? -gt 0 ]; then stat_fail else diff --git a/extra/rxvt-unicode/ChangeLog b/extra/rxvt-unicode/ChangeLog new file mode 100644 index 000000000..6b3a80c20 --- /dev/null +++ b/extra/rxvt-unicode/ChangeLog @@ -0,0 +1,2 @@ +2011-05-17 Angel Velasquez + * Removed not accepted upstream patch (closes FS#23324) diff --git a/extra/rxvt-unicode/PKGBUILD b/extra/rxvt-unicode/PKGBUILD index 6737c3b25..2f99e89dd 100644 --- a/extra/rxvt-unicode/PKGBUILD +++ b/extra/rxvt-unicode/PKGBUILD @@ -1,28 +1,27 @@ -# $Id: PKGBUILD 122865 2011-05-07 00:01:55Z eric $ -# Maintainer: tobias +# $Id: PKGBUILD 124251 2011-05-18 04:52:29Z angvp $ +# Maintainer: Angel Velasquez +# Contributor: tobias # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org pkgname=rxvt-unicode pkgver=9.11 -pkgrel=1 +pkgrel=2 pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)" arch=('i686' 'x86_64') url="http://software.schmorp.de/pkg/rxvt-unicode.html" license=('GPL') depends=('gcc-libs' 'libxft' 'gdk-pixbuf2') optdepends=('perl: lots of utilities' 'gtk2-perl: to use the urxvt-tabbed') +changelog=ChangeLog source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \ - ${pkgname}.desktop popup-menu-hang.diff) + ${pkgname}.desktop) md5sums=('1bed5bfeed026e0bfafa0e9e4f62aa37' - '3de6c13126a45bc3bc9f6bba077a1311' - 'aead33ba3b08eeb251fb0c1427a4a024') + '3de6c13126a45bc3bc9f6bba077a1311') sha1sums=('21d0fad9a6032dbcf2c43a85f288543c6bd5ab3d' - '962aebc88982dbeb62a7c4a051ff567e015f61a0' - 'ec4013f4af3a45da928b75f40fbf6389070e7fdd') + '962aebc88982dbeb62a7c4a051ff567e015f61a0') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p0 < ../popup-menu-hang.diff ./configure --prefix=/usr \ --with-terminfo=/usr/share/terminfo \ --enable-256-color \ diff --git a/extra/transmission/PKGBUILD b/extra/transmission/PKGBUILD index 60dcbc981..29391315a 100644 --- a/extra/transmission/PKGBUILD +++ b/extra/transmission/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 124188 2011-05-17 15:28:51Z ibiru $ +# $Id: PKGBUILD 124261 2011-05-18 07:05:56Z ibiru $ # Maintainer : Ionut Biru pkgbase=transmission pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt') -pkgver=2.30 +pkgver=2.31 pkgrel=1 arch=('i686' 'x86_64') url="http://www.transmissionbt.com/" license=('MIT') -makedepends=('gtk2' 'intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 'libevent' 'libcanberra' 'dbus-glib') +makedepends=('gtk2' 'intltool' 'curl' 'libnotify' 'qt' 'libevent' 'libcanberra' 'dbus-glib') source=(http://mirrors.m0k.org/transmission/files/${pkgbase}-${pkgver}.tar.bz2 transmissiond transmissiond.conf) -md5sums=('d812539eb6e8547614ab7d0d5c6496a8' +md5sums=('2785016d74bbecf842cef04883e56400' '08875299e3fbb68fc546c1f350ac1f06' 'be39806c35b7544856fa4070b00fc960') build() { -- cgit v1.2.3-54-g00ecf