[arch-commits] Commit in exo/trunk (PKGBUILD fix_usb_throughput.patch)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Dec 17 19:26:15 UTC 2009


    Date: Thursday, December 17, 2009 @ 14:26:15
  Author: andyrtr
Revision: 61511

upgpkg: exo 0.3.106-1
    new version 0.3.106, remove patch that went upstream

Modified:
  exo/trunk/PKGBUILD
Deleted:
  exo/trunk/fix_usb_throughput.patch

--------------------------+
 PKGBUILD                 |   12 ++++--------
 fix_usb_throughput.patch |   14 --------------
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-17 19:11:40 UTC (rev 61510)
+++ PKGBUILD	2009-12-17 19:26:15 UTC (rev 61511)
@@ -3,8 +3,8 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=exo
-pkgver=0.3.105
-pkgrel=3
+pkgver=0.3.106
+pkgrel=1
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL')
@@ -16,15 +16,11 @@
             'perl-uri: for mail-compose helper script')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2
-	fix_usb_throughput.patch)
-md5sums=('ba87f84894498bf23ae39d849c55f98c' '0be6fb1242d687ae587880b4a10218fe')
-sha1sums=('2f424cf473ff834b2208a436061af75c6c6b80a9' 'dbfcf62bf6fa76522fb5f3859e653d4a6b93cda8')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('927905f89252fa397e50d7a4fbf3c9a7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  # fix http://bugs.archlinux.org/task/16750
-  patch -Np1 -i $srcdir/fix_usb_throughput.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static --enable-notifications \
     --enable-python || return 1

Deleted: fix_usb_throughput.patch
===================================================================
--- fix_usb_throughput.patch	2009-12-17 19:11:40 UTC (rev 61510)
+++ fix_usb_throughput.patch	2009-12-17 19:26:15 UTC (rev 61511)
@@ -1,14 +0,0 @@
-diff --git a/exo-mount/exo-mount-hal.c b/exo-mount/exo-mount-hal.c
-index bbf9ca3..d09d0db 100644
---- a/exo-mount/exo-mount-hal.c
-+++ b/exo-mount/exo-mount-hal.c
-@@ -741,7 +741,8 @@ exo_mount_hal_device_mount (ExoMountHalDevice *device,
-         {
-           option = NULL;
- 
--          if (strcmp (device->fsoptions[m], "sync") == 0)
-+          if (strcmp (device->fsoptions[m], "sync") == 0
-+              && device->volume == NULL)
-             {
-               /* non-pollable drive... */
-               option = g_strdup ("sync");




More information about the arch-commits mailing list