[arch-commits] Commit in gtk-vnc/trunk (PKGBUILD)

2011-08-08 Thread Eric Bélanger
Date: Monday, August 8, 2011 @ 01:59:44
  Author: eric
Revision: 134864

upgpkg: gtk-vnc 0.4.3-2
Rebuild against gnutls 3.0.0

Modified:
  gtk-vnc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 05:46:55 UTC (rev 134863)
+++ PKGBUILD2011-08-08 05:59:44 UTC (rev 134864)
@@ -6,7 +6,7 @@
 
 pkgname=gtk-vnc
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A VNC viewer widget for GTK
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/gtk-vnc;



[arch-commits] Commit in gtk-vnc/repos (staging-i686)

2011-08-08 Thread Eric Bélanger
Date: Monday, August 8, 2011 @ 01:59:53
  Author: eric
Revision: 134865

archrelease: copy trunk to staging-i686

Added:
  gtk-vnc/repos/staging-i686/



[arch-commits] Commit in gtk-vnc/repos (staging-x86_64)

2011-08-08 Thread Eric Bélanger
Date: Monday, August 8, 2011 @ 02:00:01
  Author: eric
Revision: 134866

archrelease: copy trunk to staging-x86_64

Added:
  gtk-vnc/repos/staging-x86_64/



[arch-commits] Commit in xorg-server/trunk (2 files)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 03:39:56
  Author: jgc
Revision: 134867

Remove patch, this pattern is only used with -retro (FS#24514, 
https://bbs.archlinux.org/viewtopic.php?id=123369

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/xorg-redhat-die-ugly-pattern-die-die-die.patch

+
 PKGBUILD   |6 --
 xorg-redhat-die-ugly-pattern-die-die-die.patch |   16 
 2 files changed, 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 06:00:01 UTC (rev 134866)
+++ PKGBUILD2011-08-08 07:39:56 UTC (rev 134867)
@@ -11,19 +11,15 @@
 makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto' 
'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 'xineramaproto' 
'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv' 'xf86dgaproto' 
'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util')
 options=('!libtool')
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
-#git-fixes.patch
 bg-none-revert.patch
 xserver-1.10-pointer-barriers.patch
-xorg-redhat-die-ugly-pattern-die-die-die.patch
 autoconfig-nvidia.patch
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
 sha1sums=('1699be5c0edeca553cfa3ee6caa228483465136b'
- # '6dd2bcd9d8b17d1a50ed8c15eb1cba480558e695'
   '629c6d8d52126eab81ee1b72a9e4209535f8cb81'
   '1b95e91384a57d966428c7db98ed06f4cc562f91'
-  '0efcdf61bde3c0cd813072b94e2b30ab922775b9'
   'f9328fd7bc931bb02c8909ecfcef35403de33782'
   'c94f742d3f9cabf958ae58e4015d9dd185aabedc'
   '6838fc00ef4618c924a77e0fb03c05346080908a'
@@ -31,8 +27,6 @@
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
-  # Get rid of the ugly pattern
-  patch -Np3 -i ${srcdir}/xorg-redhat-die-ugly-pattern-die-die-die.patch
 
   # Add pointer barrier support, patch from Fedora
   patch -Np1 -i ${srcdir}/xserver-1.10-pointer-barriers.patch

Deleted: xorg-redhat-die-ugly-pattern-die-die-die.patch
===
--- xorg-redhat-die-ugly-pattern-die-die-die.patch  2011-08-08 06:00:01 UTC 
(rev 134866)
+++ xorg-redhat-die-ugly-pattern-die-die-die.patch  2011-08-08 07:39:56 UTC 
(rev 134867)
@@ -1,16 +0,0 @@
-Remove the default root window grey stipple pattern, replacing it with
-blackness.
-
 xc/programs/Xserver/dix/window.c.die-ugly-pattern-die-die-die  Tue Feb 
12 16:33:04 2002
-+++ xc/programs/Xserver/dix/window.c   Tue Feb 12 16:45:32 2002
-@@ -119,8 +119,8 @@
-  *
-  **/
- 
--static unsigned char _back_lsb[4] = {0x88, 0x22, 0x44, 0x11};
--static unsigned char _back_msb[4] = {0x11, 0x44, 0x22, 0x88};
-+static unsigned char _back_lsb[4] = {0x00, 0x00, 0x00, 0x00};
-+static unsigned char _back_msb[4] = {0x00, 0x00, 0x00, 0x00};
- 
- int screenIsSaved = SCREEN_SAVER_OFF;
- 



[arch-commits] Commit in xorg-server/trunk (git-fixes.patch)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 03:57:41
  Author: jgc
Revision: 134868

Remove unused patch

Deleted:
  xorg-server/trunk/git-fixes.patch

-+
 git-fixes.patch |  318 --
 1 file changed, 318 deletions(-)

Deleted: git-fixes.patch
===
--- git-fixes.patch 2011-08-08 07:39:56 UTC (rev 134867)
+++ git-fixes.patch 2011-08-08 07:57:41 UTC (rev 134868)
@@ -1,318 +0,0 @@
-From 613e0e9ef74c4542ed458200165adbcdfdf3cd17 Mon Sep 17 00:00:00 2001
-From: Jeremy Huddleston jerem...@apple.com
-Date: Wed, 13 Apr 2011 18:51:30 +
-Subject: Send events that were missing from RRSelectInput
-
-The RANDR spec (randrproto.txt) specifies that RRSelectInput will send out
-events corresponding to the event mask, if there have been changes to
-CRTCs or outputs.  Only screen events were being generated, however.
-
-Fixes http://bugs.freedesktop.org/21760
-
-Signed-off-by: Federico Mena Quintero feder...@novell.com
-Reviewd-by: Keith Packard kei...@keithp.com
-Signed-off-by: Keith Packard kei...@keithp.com
-(cherry picked from commit b2997431fd426ab318bc5dfd2cd43956d733ebec)

-diff --git a/randr/rrdispatch.c b/randr/rrdispatch.c
-index ac4d2ac..2135504 100644
 a/randr/rrdispatch.c
-+++ b/randr/rrdispatch.c
-@@ -146,7 +146,7 @@ ProcRRSelectInput (ClientPtr client)
-   /*
-* Now see if the client needs an event
-*/
--  if (pScrPriv  (pRREvent-mask  RRScreenChangeNotifyMask))
-+  if (pScrPriv)
-   {
-   pTimes = ((RRTimesPtr) (pRRClient + 1))[pScreen-myNum];
-   if (CompareTimeStamps (pTimes-setTime, 
-@@ -154,7 +154,35 @@ ProcRRSelectInput (ClientPtr client)
-   CompareTimeStamps (pTimes-configTime, 
-  pScrPriv-lastConfigTime) != 0)
-   {
--  RRDeliverScreenEvent (client, pWin, pScreen);
-+  if (pRREvent-mask  RRScreenChangeNotifyMask)
-+  {
-+  RRDeliverScreenEvent (client, pWin, pScreen);
-+  }
-+
-+  if (pRREvent-mask  RRCrtcChangeNotifyMask)
-+  {
-+  int i;
-+
-+  for (i = 0; i  pScrPriv-numCrtcs; i++)
-+  {
-+  RRDeliverCrtcEvent (client, pWin, pScrPriv-crtcs[i]);
-+  }
-+  }
-+
-+  if (pRREvent-mask  RROutputChangeNotifyMask)
-+  {
-+  int i;
-+
-+  for (i = 0; i  pScrPriv-numOutputs; i++)
-+  {
-+  RRDeliverOutputEvent (client, pWin, 
pScrPriv-outputs[i]);
-+  }
-+  }
-+
-+  /* We don't check for RROutputPropertyNotifyMask, as 
randrproto.txt doesn't
-+   * say if there ought to be notifications of changes to output 
properties
-+   * if those changes occurred before the time RRSelectInput is 
called.
-+   */
-   }
-   }
- }
---
-cgit v0.8.3-6-g21f6
-From 50b9d3142ff90af2f7fa35b7b1bf9e5a07723dbd Mon Sep 17 00:00:00 2001
-From: Aaron Plattner aplatt...@nvidia.com
-Date: Tue, 24 May 2011 23:02:42 +
-Subject: randr: check rotated virtual size limits correctly
-
-Commit d1107918d4626268803b54033a07405122278e7f introduced checks to
-the RandR path that cause RRSetScreenConfig requests to fail if the
-size is too large.  Unfortunately, when RandR 1.1 rotation is enabled
-it compares the rotated screen dimensions to the unrotated limits,
-which causes 90- and 270-degree rotation to fail unless your screen
-happens to be square:
-
-  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
-Major opcode of failed request:  153 (RANDR)
-Minor opcode of failed request:  2 (RRSetScreenConfig)
-Value in failed request:  0x780
-Serial number of failed request:  14
-Current serial number in output stream:  14
-
-Fix this by moving the check above the code that swaps the dimensions
-based on the rotation.
-
-Signed-off-by: Aaron Plattner aplatt...@nvidia.com
-Reviewed-by: Jeremy Huddleston jerem...@apple.com
-Tested-by: Robert Hooker robert.hoo...@canonical.com
-Tested-by: Kent Baxley kent.bax...@canonical.com
-Signed-off-by: Keith Packard kei...@keithp.com
-(cherry picked from commit b6c7b9b2f39e970cedb6bc1e073f901e28cb0fa3)

-diff --git a/randr/rrscreen.c b/randr/rrscreen.c
-index 1bc1a9e..da6d48d 100644
 a/randr/rrscreen.c
-+++ b/randr/rrscreen.c
-@@ -910,12 +910,6 @@ ProcRRSetScreenConfig (ClientPtr client)
-  */
- width = mode-mode.width;
- height = mode-mode.height;
--if (rotation  (RR_Rotate_90|RR_Rotate_270))
--{
--  width = mode-mode.height;
--  height = mode-mode.width;
--}
--
- if (width  pScrPriv-minWidth || pScrPriv-maxWidth  width) {
-   client-errorValue = width;
-   free(pData);
-@@ -927,6 +921,12 @@ 

[arch-commits] Commit in xorg-server/trunk (2 files)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 04:19:16
  Author: jgc
Revision: 134869

Prepare 1.10.3.901 release

Added:
  xorg-server/trunk/randr-compare-all-the-bytes-in-rrpostpendingproperties.patch
Modified:
  xorg-server/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++-
 randr-compare-all-the-bytes-in-rrpostpendingproperties.patch |   36 ++
 2 files changed, 44 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 07:57:41 UTC (rev 134868)
+++ PKGBUILD2011-08-08 08:19:16 UTC (rev 134869)
@@ -3,21 +3,23 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.10.3
-pkgrel=2
+pkgver=1.10.3.901
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
 makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto' 
'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 'xineramaproto' 
'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv' 'xf86dgaproto' 
'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util')
 options=('!libtool')
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
+randr-compare-all-the-bytes-in-rrpostpendingproperties.patch
 bg-none-revert.patch
 xserver-1.10-pointer-barriers.patch
 autoconfig-nvidia.patch
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
-sha1sums=('1699be5c0edeca553cfa3ee6caa228483465136b'
+sha1sums=('c7b0d4a29adf91baeae4783841303ccf8ba285e2'
+  '571f2925f2f3d1b5cdbb2e5a676205fcea256198'
   '629c6d8d52126eab81ee1b72a9e4209535f8cb81'
   '1b95e91384a57d966428c7db98ed06f4cc562f91'
   'f9328fd7bc931bb02c8909ecfcef35403de33782'
@@ -27,6 +29,8 @@
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
+  # Upstream post-release commit
+  patch -Np1 -i 
${srcdir}/randr-compare-all-the-bytes-in-rrpostpendingproperties.patch
 
   # Add pointer barrier support, patch from Fedora
   patch -Np1 -i ${srcdir}/xserver-1.10-pointer-barriers.patch
@@ -34,9 +38,6 @@
   # Patches from ~ajax/xserver xserver-next branch
   patch -Np1 -i ${srcdir}/bg-none-revert.patch
 
-  # Upstream fixes from 1.10 branch
-  #patch -Np1 -i ${srcdir}/git-fixes.patch
-
   # Use nouveau/nv/nvidia drivers for nvidia devices
   patch -Np1 -i ${srcdir}/autoconfig-nvidia.patch
 
@@ -67,6 +68,7 @@
   --with-fontrootdir=/usr/share/fonts
   make
 
+  # Disable subdirs for make install rule to make splitting easier
   sed -e 's/^DMX_SUBDIRS =.*/DMX_SUBDIRS =/' \
   -e 's/^XVFB_SUBDIRS =.*/XVFB_SUBDIRS =/' \
   -e 's/^XNEST_SUBDIRS =.*/XNEST_SUBDIRS = /' \

Added: randr-compare-all-the-bytes-in-rrpostpendingproperties.patch
===
--- randr-compare-all-the-bytes-in-rrpostpendingproperties.patch
(rev 0)
+++ randr-compare-all-the-bytes-in-rrpostpendingproperties.patch
2011-08-08 08:19:16 UTC (rev 134869)
@@ -0,0 +1,36 @@
+From fa425363e3927e86d57f42c4b6e4995d26d6bd0c Mon Sep 17 00:00:00 2001
+From: Aaron Plattner aplatt...@nvidia.com
+Date: Fri, 29 Jul 2011 23:12:06 +
+Subject: randr: Compare all the bytes in RRPostPendingProperties
+
+RRPostPendingProperties tries to compare the pending and current
+property values to decide whether they're actually changing.  However,
+it does this using a memcmp that passes in pending_value-size as the
+number of bytes.  This is actually the number of elements, where each
+element is (pending_value-format / 8) bytes long.  This causes the
+pending value to not be propagated if the first pending_value-size
+bytes are the same and only the end of it is changing.
+
+Fix this by computing the total number of bytes to compare in the
+memcmp.
+
+Signed-off-by: Aaron Plattner aplatt...@nvidia.com
+Reviewed-by: Keith Packard kei...@keithp.com
+Signed-off-by: Keith Packard kei...@keithp.com
+(cherry picked from commit 08dfff92e8d0c2b1726634392c147f6634d1706d)
+---
+diff --git a/randr/rrproperty.c b/randr/rrproperty.c
+index ba04c16..61e7bb4 100644
+--- a/randr/rrproperty.c
 b/randr/rrproperty.c
+@@ -283,7 +283,7 @@ RRPostPendingProperties (RROutputPtr output)
+   pending_value-format == current_value-format 
+   pending_value-size == current_value-size 
+   !memcmp (pending_value-data, current_value-data,
+-   pending_value-size))
++   pending_value-size * (pending_value-format / 8)))
+   continue;
+ 
+   if (RRChangeOutputProperty (output, property-propertyName,
+--
+cgit v0.8.3-6-g21f6



[arch-commits] Commit in hylafax/trunk (PKGBUILD configure-6.0.5.patch)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 04:29:49
  Author: tpowa
Revision: 134870

upgpkg: hylafax 6.0.5-1
bump to latest version

Added:
  hylafax/trunk/configure-6.0.5.patch
Modified:
  hylafax/trunk/PKGBUILD

---+
 PKGBUILD  |   44 +++-
 configure-6.0.5.patch |   11 +++
 2 files changed, 38 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 08:19:16 UTC (rev 134869)
+++ PKGBUILD2011-08-08 08:29:49 UTC (rev 134870)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Paul Mattal p...@archlinux.org
 pkgname=hylafax
-pkgver=6.0.4
+pkgver=6.0.5
 pkgrel=1
 pkgdesc=Fax Server
 arch=('i686' 'x86_64')
@@ -10,11 +10,14 @@
 depends=('libtiff' 'pam' 'ghostscript')
 makedepends=('smtp-server')
 url=http://www.hylafax.org/;
-backup=(var/spool/hylafax/bin/{faxrcvd,notify} \
-   usr/lib/fax/{faxcover.ps,hfaxd.conf,pagesizes,typerules} \
+backup=(var/spool/hylafax/bin/{faxrcvd,notify}
+   usr/lib/fax/{faxcover.ps,hfaxd.conf,pagesizes,typerules}
var/spool/hylafax/etc/hosts.hfaxd) 
-source=(ftp://ftp.hylafax.org/source/${pkgname}-${pkgver}.tar.gz hylafax \
-hylafax.cron.daily config.local)
+source=(ftp://ftp.hylafax.org/source/${pkgname}-${pkgver}.tar.gz 
+hylafax 
+hylafax.cron.daily 
+config.local
+configure-6.0.5.patch)
 
 # build as root for successful build!
 build() {
@@ -25,16 +28,22 @@
 useradd -u 10 -g uucp -d '/' -s /bin/false uucp /dev/null
 useradd -u 69 -g daemon -d '/' -s /bin/false fax /dev/null
   fi
-  mkdir -p $pkgdir/usr/{bin,lib/fax,sbin,share/ghostscript/fonts} || return 1
-  mkdir -p $pkgdir/var/{spool/hylafax,lock} || return 1
-  cd $srcdir/${pkgname}-${pkgver} || return 1
+  mkdir -p $pkgdir/usr/{bin,lib/fax,sbin,share/ghostscript/fonts}
+  mkdir -p $pkgdir/var/{spool/hylafax,lock}
+  cd $srcdir/${pkgname}-${pkgver}
 
-  cp ../config.local . || return 1
-  ./configure --nointeractive --with-OPTIMIZER=${CFLAGS} || return 1
-  make || return 1
-  make ROOT=$pkgdir install || return 1
-  install -D -m 755 $srcdir/hylafax $pkgdir/etc/rc.d/hylafax || return 1
-  install -D -m 744 $srcdir/hylafax.cron.daily $pkgdir/etc/cron.daily/hylafax 
|| return 1
+  cp ../config.local .
+  # fix compiling
+  patch -Np0 -i ../configure-6.0.5.patch
+  ./configure --nointeractive --with-OPTIMIZER=${CFLAGS}
+  make
+}
+
+package () {
+  cd $srcdir/${pkgname}-${pkgver}
+  make ROOT=$pkgdir install
+  install -D -m 755 $srcdir/hylafax $pkgdir/etc/rc.d/hylafax
+  install -D -m 744 $srcdir/hylafax.cron.daily $pkgdir/etc/cron.daily/hylafax
   # remove group if created
   if [ $uucp_created -eq 1 ]; then
 userdel uucp /dev/null
@@ -43,13 +52,14 @@
   fi
   # add missing awk file for notify-4.1 script
   install -D -m 755 $srcdir/${pkgname}-${pkgver}/util/notify.awk \
-   $spkgdir/var/spool/hylafax/bin/notify.awk || return 1
+   $spkgdir/var/spool/hylafax/bin/notify.awk
   # fix permission on /var/lock
   chmod 1777 $pkgdir/var/lock
 
   install -D -m644 COPYRIGHT 
$startdir/pkg/usr/share/licenses/$pkgname/COPYRIGHT
 }
-md5sums=('6ba4bc3a47c9d2634de1b14f4ab34c80'
+md5sums=('eb9ac942354ad708e20e4583cec6615f'
  '6602288a405324d8c8e3c5eac2bf19fd'
  '52beffe7dc296b4f9ce9fd0387f7804e'
- '0d2ce24d918226a852539aebf57d3f4a')
+ '0d2ce24d918226a852539aebf57d3f4a'
+ '51d9f639bb76e5e39cdc8e2ac07e208d')

Added: configure-6.0.5.patch
===
--- configure-6.0.5.patch   (rev 0)
+++ configure-6.0.5.patch   2011-08-08 08:29:49 UTC (rev 134870)
@@ -0,0 +1,11 @@
+--- configure.old  2011-08-08 10:19:37.619657223 +0200
 configure  2011-08-08 10:20:26.422189170 +0200
+@@ -2882,7 +2882,7 @@
+   echo '#define HAS_FCHMOD 1'
+   Note ... configure use of fchmod
+   CheckFuncDecl fchmod 'extern int fchmod(int, mode_t);' \
+-  unistd.h libc.h $OSFCNH sys/stat.h
++  unistd.h $OSFCNH sys/stat.h libc.h
+ }
+ CheckFuncDecl mknod 'extern int mknod(const char*, mode_t, dev_t);' \
+   unistd.h sys/stat.h



[arch-commits] Commit in hylafax/repos (extra-i686)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 04:29:57
  Author: tpowa
Revision: 134871

archrelease: remove extra-i686

Deleted:
  hylafax/repos/extra-i686/



[arch-commits] Commit in hylafax/repos (extra-i686)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 04:30:12
  Author: tpowa
Revision: 134872

archrelease: copy trunk to extra-i686

Added:
  hylafax/repos/extra-i686/



[arch-commits] Commit in hylafax/repos (extra-x86_64)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 04:30:16
  Author: tpowa
Revision: 134873

archrelease: remove extra-x86_64

Deleted:
  hylafax/repos/extra-x86_64/



[arch-commits] Commit in hylafax/repos (extra-x86_64)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 04:30:30
  Author: tpowa
Revision: 134874

archrelease: copy trunk to extra-x86_64

Added:
  hylafax/repos/extra-x86_64/



[arch-commits] Commit in xorg-server/trunk (PKGBUILD)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 04:40:10
  Author: jgc
Revision: 134875

upgpkg: xorg-server 1.10.3.901-1
Add missing makedepends

Modified:
  xorg-server/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 08:30:30 UTC (rev 134874)
+++ PKGBUILD2011-08-08 08:40:10 UTC (rev 134875)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
-makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto' 
'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 'xineramaproto' 
'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv' 'xf86dgaproto' 
'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util')
+makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto' 
'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 'xineramaproto' 
'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv' 'xf86dgaproto' 
'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto')
 options=('!libtool')
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
 randr-compare-all-the-bytes-in-rrpostpendingproperties.patch



[arch-commits] Commit in xorg-server/repos (extra-i686)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 04:40:13
  Author: jgc
Revision: 134876

archrelease: remove extra-i686

Deleted:
  xorg-server/repos/extra-i686/



[arch-commits] Commit in xorg-server/repos (extra-i686)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 04:40:26
  Author: jgc
Revision: 134877

archrelease: copy trunk to extra-i686

Added:
  xorg-server/repos/extra-i686/



[arch-commits] Commit in xorg-server/repos (extra-x86_64)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 04:40:29
  Author: jgc
Revision: 134878

archrelease: remove extra-x86_64

Deleted:
  xorg-server/repos/extra-x86_64/



[arch-commits] Commit in xorg-server/repos (extra-x86_64)

2011-08-08 Thread Jan de Groot
Date: Monday, August 8, 2011 @ 04:40:41
  Author: jgc
Revision: 134879

archrelease: copy trunk to extra-x86_64

Added:
  xorg-server/repos/extra-x86_64/



[arch-commits] Commit in ekiga/trunk (PKGBUILD fix-generation-po.patch)

2011-08-08 Thread Ionut Biru
Date: Monday, August 8, 2011 @ 05:42:48
  Author: ibiru
Revision: 134880

fix generation of translations

Added:
  ekiga/trunk/fix-generation-po.patch
Modified:
  ekiga/trunk/PKGBUILD

-+
 PKGBUILD|   12 
 fix-generation-po.patch |   24 
 2 files changed, 32 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 08:40:41 UTC (rev 134879)
+++ PKGBUILD2011-08-08 09:42:48 UTC (rev 134880)
@@ -4,22 +4,26 @@
 
 pkgname=ekiga
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
 depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-common')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4776834810f213a93cd6c307108c505970fe22e4803935134dd9f6b0bc834e06')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+fix-generation-po.patch)
+sha256sums=('4776834810f213a93cd6c307108c505970fe22e4803935134dd9f6b0bc834e06'
+'b87a3a044253f96631dd13453034e14ce4698a9106acf39e5816b8776d0de529')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-generation-po.patch
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus

Added: fix-generation-po.patch
===
--- fix-generation-po.patch (rev 0)
+++ fix-generation-po.patch 2011-08-08 09:42:48 UTC (rev 134880)
@@ -0,0 +1,24 @@
+From ebd9de96878c224145c0b1d7bf21c7151c0563bf Mon Sep 17 00:00:00 2001
+From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
+Date: Tue, 19 Jul 2011 08:15:52 +
+Subject: Fix generation of po translation files
+
+Bug introduced by commit 2bfaf29.
+---
+diff --git a/configure.ac b/configure.ac
+index 63d8685..eefae22 100644
+--- a/configure.ac
 b/configure.ac
+@@ -770,7 +770,9 @@ AM_CONDITIONAL(DEBUG, test x$has_debug = xyes)
+ dnl #
+ dnl  Support for internationalization
+ dnl 
+-AC_DEFINE(GETTEXT_PACKAGE, [AC_PACKAGE_NAME],[fix])
++GETTEXT_PACKAGE=AC_PACKAGE_NAME
++AC_SUBST(GETTEXT_PACKAGE)  # needed by gettext in po directory
++AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE,[fix])
+ AM_GLIB_GNU_GETTEXT
+ 
+ 
+--
+cgit v0.9



[arch-commits] Commit in ekiga/repos (extra-i686)

2011-08-08 Thread Ionut Biru
Date: Monday, August 8, 2011 @ 05:52:20
  Author: ibiru
Revision: 134881

archrelease: remove extra-i686

Deleted:
  ekiga/repos/extra-i686/



[arch-commits] Commit in ekiga/repos (extra-i686)

2011-08-08 Thread Ionut Biru
Date: Monday, August 8, 2011 @ 05:52:35
  Author: ibiru
Revision: 134882

archrelease: copy trunk to extra-i686

Added:
  ekiga/repos/extra-i686/



[arch-commits] Commit in ekiga/repos (extra-x86_64)

2011-08-08 Thread Ionut Biru
Date: Monday, August 8, 2011 @ 05:52:40
  Author: ibiru
Revision: 134883

archrelease: remove extra-x86_64

Deleted:
  ekiga/repos/extra-x86_64/



[arch-commits] Commit in ekiga/repos (extra-x86_64)

2011-08-08 Thread Ionut Biru
Date: Monday, August 8, 2011 @ 05:52:56
  Author: ibiru
Revision: 134884

archrelease: copy trunk to extra-x86_64

Added:
  ekiga/repos/extra-x86_64/



[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2011-08-08 Thread Pierre Schmitz
Date: Monday, August 8, 2011 @ 09:19:32
  Author: pierre
Revision: 134885

upstream update

Modified:
  grml-zsh-config/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 09:52:56 UTC (rev 134884)
+++ PKGBUILD2011-08-08 13:19:32 UTC (rev 134885)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.4.00
+pkgver=0.4.01
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-md5sums=('6ca670e8a8df8d22ac9a18266e4fd2f6')
+md5sums=('21a103eedcda6555e3377f0cf46689e7')
 
 build() {
cd ${srcdir}/grml-etc-core/doc



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2011-08-08 Thread Pierre Schmitz
Date: Monday, August 8, 2011 @ 09:19:43
  Author: pierre
Revision: 134886

archrelease: remove extra-any

Deleted:
  grml-zsh-config/repos/extra-any/



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2011-08-08 Thread Pierre Schmitz
Date: Monday, August 8, 2011 @ 09:19:57
  Author: pierre
Revision: 134887

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/



[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD vamp-plugin-sdk.changelog)

2011-08-08 Thread Ray Rashif
Date: Monday, August 8, 2011 @ 09:42:21
  Author: schiv
Revision: 134888

upgpkg: vamp-plugin-sdk 2.2-1
upstream release; removed changelog not worth it; removed gcc patch no longer 
needed

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD
Deleted:
  vamp-plugin-sdk/trunk/vamp-plugin-sdk.changelog

---+
 PKGBUILD  |   19 ---
 vamp-plugin-sdk.changelog |   11 ---
 2 files changed, 8 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 13:19:57 UTC (rev 134887)
+++ PKGBUILD2011-08-08 13:42:21 UTC (rev 134888)
@@ -1,27 +1,24 @@
 # $Id$
-# Maintainer: Ray Rashif schivmeis...@gmail.com
+# Maintainer: Ray Rashif sc...@archlinux.org
 # Contributor: Orivej Desh sm...@bk.ru
 
 pkgname=vamp-plugin-sdk
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
-pkgdesc=The Vamp audio analysis plugin system
+pkgdesc=The Vamp audio analysis plug-in system
 arch=('i686' 'x86_64')
 url=http://www.vamp-plugins.org/;
 license=('BSD')
 depends=('gcc-libs' 'libsndfile')
-#options=('!libtool')
-source=(http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz
-gcc44.patch)
-md5sums=('13252077a73987dae72a9174e529b6b9'
+options=('!libtool')
+source=(http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz;
+'gcc44.patch')
+md5sums=('037cdb83f20a331ff1fa07d54550c773'
  'a07e3ef9c657a56cf2e8c4afc0ba1cec')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # gcc 4.4 compatibility
-  patch -Np1 -i ../gcc44.patch
-
   ./configure --prefix=/usr
   make
 }
@@ -29,7 +26,7 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir install
 
   install -Dm644 COPYING \
 $pkgdir/usr/share/licenses/$pkgname/COPYING

Deleted: vamp-plugin-sdk.changelog
===
--- vamp-plugin-sdk.changelog   2011-08-08 13:19:57 UTC (rev 134887)
+++ vamp-plugin-sdk.changelog   2011-08-08 13:42:21 UTC (rev 134888)
@@ -1,11 +0,0 @@
-9 Aug 2010 (GMT+8) Ray Rashif schivmeis...@gmail.com
-
-   * 2.1-1 :
-   Brought into extra from community for rubberband/ardour
-   - dep of rubberband
-
-   * PKGBUILD :
-   Minor cosmetic ammendments.
-
-   * vamp-plugin-sdk.changelog :
-   Added this changelog.



[arch-commits] Commit in vamp-plugin-sdk/repos (extra-i686)

2011-08-08 Thread Ray Rashif
Date: Monday, August 8, 2011 @ 09:44:20
  Author: schiv
Revision: 134889

archrelease: remove extra-i686

Deleted:
  vamp-plugin-sdk/repos/extra-i686/



[arch-commits] Commit in vamp-plugin-sdk/repos (extra-i686)

2011-08-08 Thread Ray Rashif
Date: Monday, August 8, 2011 @ 09:44:36
  Author: schiv
Revision: 134890

archrelease: copy trunk to extra-i686

Added:
  vamp-plugin-sdk/repos/extra-i686/



[arch-commits] Commit in vamp-plugin-sdk/repos (extra-x86_64)

2011-08-08 Thread Ray Rashif
Date: Monday, August 8, 2011 @ 09:44:39
  Author: schiv
Revision: 134891

archrelease: remove extra-x86_64

Deleted:
  vamp-plugin-sdk/repos/extra-x86_64/



[arch-commits] Commit in vamp-plugin-sdk/repos (extra-x86_64)

2011-08-08 Thread Ray Rashif
Date: Monday, August 8, 2011 @ 09:44:56
  Author: schiv
Revision: 134892

archrelease: copy trunk to extra-x86_64

Added:
  vamp-plugin-sdk/repos/extra-x86_64/



[arch-commits] Commit in hwdetect/trunk (PKGBUILD hwdetect)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 10:59:55
  Author: tpowa
Revision: 134893

upgpkg: hwdetect 2011.08-2
check if asound/modules exist

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |5 ++---
 hwdetect |   10 ++
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 13:44:56 UTC (rev 134892)
+++ PKGBUILD2011-08-08 14:59:55 UTC (rev 134893)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
 pkgver=2011.08
-pkgrel=1
+pkgrel=2
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
 license=('GPL')
@@ -16,5 +16,4 @@
 build() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
-
-md5sums=('afd06601a67896f49339456ec05a0d3c')
+md5sums=('813a91047ec871bc105e9f07776676d2')

Modified: hwdetect
===
--- hwdetect2011-08-08 13:44:56 UTC (rev 134892)
+++ hwdetect2011-08-08 14:59:55 UTC (rev 134893)
@@ -492,10 +492,12 @@
;;
--sound) : /tmp/sound_persistent.conf
 SOUND_EXPORTED=
-for i in $(cat /proc/asound/modules | cut -d ' ' -f 
3); do
-   SOUND_EXPORTED=$SOUND_EXPORTED $i
-done
-! [[ $SOUND_EXPORTED =  ]]  echo options snd 
slots=$(echo $SOUND_EXPORTED | sed -e 's# #,#g' -e 's#^,##g')  
/tmp/sound_persistent.conf
+if [ -e /proc/asound/modules ]; then
+   for i in $(cat /proc/asound/modules | cut -d ' 
' -f 3); do
+   SOUND_EXPORTED=$SOUND_EXPORTED $i
+   done
+   ! [[ $SOUND_EXPORTED =  ]]  echo options 
snd slots=$(echo $SOUND_EXPORTED | sed -e 's# #,#g' -e 's#^,##g')  
/tmp/sound_persistent.conf
+fi
 ;;
--modules) showlist2 MODULES \($(listmods modules/)\) | sed 
-e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
 ;;



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 11:00:04
  Author: tpowa
Revision: 134894

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 11:00:20
  Author: tpowa
Revision: 134895

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in grub/trunk (PKGBUILD install-grub)

2011-08-08 Thread Ronald van Haren
Date: Monday, August 8, 2011 @ 13:30:51
  Author: ronald
Revision: 134896

upgpkg: grub 0.97-20
FS#25442 grub-install doesn't work on i686; add xfsprogs to optdepends and add 
check for it in install-grub script

Modified:
  grub/trunk/PKGBUILD
  grub/trunk/install-grub

--+
 PKGBUILD |   10 +-
 install-grub |8 
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 15:00:20 UTC (rev 134895)
+++ PKGBUILD2011-08-08 17:30:51 UTC (rev 134896)
@@ -3,13 +3,14 @@
 
 pkgname=grub
 pkgver=0.97
-pkgrel=19
+pkgrel=20
 pkgdesc=A GNU multiboot boot loader
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnu.org/software/grub/;
 groups=('base')
 depends=('ncurses' 'diffutils' 'sed')
+optdepends=('xfsprogs: freezing of xfs /boot in install-grub script')
 source=(ftp://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz
 menu.lst
 install-grub
@@ -26,7 +27,7 @@
 install=grub.install
 sha1sums=('2580626c4579bd99336d3af4482c346c95dac4fb'
   '33d43d48000b2027f9baec8fc99d33e0c4500c96'
-  'e88a68204c9c9d4bd0b50fa11cab789df4ac55f8'
+  '60e8f7e4c113b85165fd5d9cd724e8413a337a12'
   '157b81dbad3576536b08642242accfa1aeb093a9'
   'adbb4685c98797ffb4dc83561ec75698991dddbd'
   'f2e0dff29a7c8a45e90aa07298a1b2a9a9d29afc'
@@ -37,7 +38,6 @@
   'a36f34e51efed540f1ddafd78e9c9f6d83e4c8d4'
   '61c4b58d2eaa3c1561d8e9d8fc41341ce8882869')
 
-
 #set destination architecture here
 DESTARCH=i686
 #DESTARCH=x86_64
@@ -80,10 +80,10 @@
   patch -Np1 -i ../040_all_grub-0.96-nxstack.patch
   # patch from frugalware to make it boot when more than 2GB ram installed
   patch -Np1 -i ../05-grub-0.97-initrdaddr.diff
-  CFLAGS=-static ./configure --prefix=/usr --bindir=/bin --sbindir=/sbin 
\
+  CFLAGS=-static -fno-strict-aliasing ./configure --prefix=/usr 
--bindir=/bin --sbindir=/sbin \
--mandir=/usr/share/man --infodir=/usr/share/info
 else
-  CFLAGS= ./configure --prefix=/usr --bindir=/bin --sbindir=/sbin \
+  CFLAGS=-fno-strict-aliasing ./configure --prefix=/usr --bindir=/bin 
--sbindir=/sbin \
   --mandir=/usr/share/man --infodir=/usr/share/info
 fi
   fi

Modified: install-grub
===
--- install-grub2011-08-08 15:00:20 UTC (rev 134895)
+++ install-grub2011-08-08 17:30:51 UTC (rev 134896)
@@ -160,8 +160,8 @@
 
   # freeze xfs filesystems to enable grub installation on xfs filesystems
   if [ -x /usr/sbin/xfs_freeze ]; then
-/usr/sbin/xfs_freeze -f /boot  /dev/null 21
-/usr/sbin/xfs_freeze -f /  /dev/null 21
+[ $(stat -fLc %T /boot) == xfs ]  /usr/sbin/xfs_freeze -f /boot  
/dev/null 21
+[ $(stat -fLc %T /) == xfs ]  /usr/sbin/xfs_freeze -f /  /dev/null 
21
   fi
 
   # look for a separately-mounted /boot partition
@@ -187,8 +187,8 @@
 
   # unfreeze xfs filesystems
   if [ -x /usr/sbin/xfs_freeze ]; then
-/usr/sbin/xfs_freeze -u /boot  /dev/null 21
-/usr/sbin/xfs_freeze -u /  /dev/null 21
+[ $(stat -fLc %T /boot) == xfs ]  /usr/sbin/xfs_freeze -u /boot  
/dev/null 21
+[ $(stat -fLc %T /) == xfs ]  /usr/sbin/xfs_freeze -u /  /dev/null 
21
   fi
   if grep Error [0-9]*:  /tmp/grub.log /dev/null; then
 echo Error installing GRUB. (see /tmp/grub.log for output)



[arch-commits] Commit in grub/repos (testing-i686)

2011-08-08 Thread Ronald van Haren
Date: Monday, August 8, 2011 @ 13:31:07
  Author: ronald
Revision: 134897

archrelease: copy trunk to testing-i686

Added:
  grub/repos/testing-i686/



[arch-commits] Commit in grub/repos (testing-x86_64)

2011-08-08 Thread Ronald van Haren
Date: Monday, August 8, 2011 @ 13:31:23
  Author: ronald
Revision: 134898

archrelease: copy trunk to testing-x86_64

Added:
  grub/repos/testing-x86_64/



[arch-commits] Commit in telepathy-kde-presence-dataengine/trunk (PKGBUILD)

2011-08-08 Thread Andrea Scarpino
Date: Monday, August 8, 2011 @ 13:41:44
  Author: andrea
Revision: 134899

Fix wrong dependence

Modified:
  telepathy-kde-presence-dataengine/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 17:31:23 UTC (rev 134898)
+++ PKGBUILD2011-08-08 17:41:44 UTC (rev 134899)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.kde.org;
 license=('GPL')
-depends=('kdebase-plasma' 'telepathy-qt4')
+depends=('kdebase-workspace' 'telepathy-qt4')
 makedepends=('cmake' 'automoc4')
 groups=('telepathy-kde')
 
source=(http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2;)


Property changes on: telepathy-kde-presence-dataengine/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in msmtp/trunk (PKGBUILD)

2011-08-08 Thread Eric Bélanger
Date: Monday, August 8, 2011 @ 15:38:44
  Author: eric
Revision: 134900

upgpkg: msmtp 1.4.24-3
Rebuild against gnutls 3.0.0

Modified:
  msmtp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 17:41:44 UTC (rev 134899)
+++ PKGBUILD2011-08-08 19:38:44 UTC (rev 134900)
@@ -4,7 +4,7 @@
 
 pkgname=msmtp
 pkgver=1.4.24
-pkgrel=2
+pkgrel=3
 pkgdesc=A mini smtp client
 arch=('i686' 'x86_64')
 license=('GPL3')



[arch-commits] Commit in msmtp/repos (staging-i686)

2011-08-08 Thread Eric Bélanger
Date: Monday, August 8, 2011 @ 15:39:18
  Author: eric
Revision: 134901

archrelease: copy trunk to staging-i686

Added:
  msmtp/repos/staging-i686/



[arch-commits] Commit in msmtp/repos (staging-x86_64)

2011-08-08 Thread Eric Bélanger
Date: Monday, August 8, 2011 @ 15:39:31
  Author: eric
Revision: 134902

archrelease: copy trunk to staging-x86_64

Added:
  msmtp/repos/staging-x86_64/



[arch-commits] Commit in hwdetect/trunk (PKGBUILD hwdetect)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 16:05:24
  Author: tpowa
Revision: 134903

upgpkg: hwdetect 2011.08-3
fix udev rule creation

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |4 ++--
 hwdetect |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 19:39:31 UTC (rev 134902)
+++ PKGBUILD2011-08-08 20:05:24 UTC (rev 134903)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
 pkgver=2011.08
-pkgrel=2
+pkgrel=3
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
 license=('GPL')
@@ -16,4 +16,4 @@
 build() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
-md5sums=('813a91047ec871bc105e9f07776676d2')
+md5sums=('771a88faf3e67fee2d38f125a8b27a2d')

Modified: hwdetect
===
--- hwdetect2011-08-08 19:39:31 UTC (rev 134902)
+++ hwdetect2011-08-08 20:05:24 UTC (rev 134903)
@@ -486,7 +486,7 @@
;;
--net)  : /tmp/network_persistent.rules
for i in $(ls /sys/class/net/ | grep -v ^lo); do
- echo SUBSYSTEM==\net\, ATTR{address}=\$(cat 
/sys/class/net/${i}/address)\, NAME=\${i}\ /tmp/network_persistent.rules
+ echo SUBSYSTEM==\net\, ATTR{address}==\$(cat 
/sys/class/net/${i}/address)\, NAME=\${i}\ /tmp/network_persistent.rules
done
 
;;



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 16:05:39
  Author: tpowa
Revision: 134904

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 16:05:54
  Author: tpowa
Revision: 134905

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in netcfg/trunk (PKGBUILD)

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:29:02
  Author: remy
Revision: 134906

upgpkg: netcfg 2.6.7-1
Big fix release

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 20:05:54 UTC (rev 134905)
+++ PKGBUILD2011-08-08 22:29:02 UTC (rev 134906)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.6
+pkgver=2.6.7
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -11,6 +11,7 @@
 backup=(etc/iftab etc/conf.d/netcfg)
 depends=(coreutils dhcpcd=4.0 iproute2)
 optdepends=('dialog: Required for menu based profile selector'
+'bridge-utils: To set up bridge connections'
 'wpa_supplicant: required for wireless network support'
 'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
 'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
@@ -19,7 +20,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('b81e0ced63ea3be94190cd290bb94425')
+md5sums=('ee44d3b1122d49d17369994a3ab94573')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[arch-commits] Commit in netcfg/repos (core-any)

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:34:11
  Author: remy
Revision: 134907

archrelease: remove core-any

Deleted:
  netcfg/repos/core-any/



[arch-commits] Commit in netcfg/repos (core-any)

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:34:25
  Author: remy
Revision: 134908

archrelease: copy trunk to core-any

Added:
  netcfg/repos/core-any/



[arch-commits] Commit in netcfg/repos/core-any (PKGBUILD)

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:39:36
  Author: remy
Revision: 134909

Revert corepkg action.

Modified:
  netcfg/repos/core-any/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 22:34:25 UTC (rev 134908)
+++ PKGBUILD2011-08-08 22:39:36 UTC (rev 134909)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.7
+pkgver=2.6.6
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -11,7 +11,6 @@
 backup=(etc/iftab etc/conf.d/netcfg)
 depends=(coreutils dhcpcd=4.0 iproute2)
 optdepends=('dialog: Required for menu based profile selector'
-'bridge-utils: To set up bridge connections'
 'wpa_supplicant: required for wireless network support'
 'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
 'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
@@ -20,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('ee44d3b1122d49d17369994a3ab94573')
+md5sums=('b81e0ced63ea3be94190cd290bb94425')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[arch-commits] Commit in netcfg/repos (testing-any)

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:40:00
  Author: remy
Revision: 134910

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/