[arch-commits] Commit in libusb-compat/repos (8 files)

2012-07-04 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 02:50:21
  Author: tpowa
Revision: 162998

db-move: moved libusb-compat from [testing] to [core] ( i686,  x86_64)

Added:
  libusb-compat/repos/core-i686/PKGBUILD
(from rev 162997, libusb-compat/repos/testing-i686/PKGBUILD)
  libusb-compat/repos/core-i686/libusb-0.1-libusbx.patch
(from rev 162997, libusb-compat/repos/testing-i686/libusb-0.1-libusbx.patch)
  libusb-compat/repos/core-x86_64/PKGBUILD
(from rev 162997, libusb-compat/repos/testing-x86_64/PKGBUILD)
  libusb-compat/repos/core-x86_64/libusb-0.1-libusbx.patch
(from rev 162997, 
libusb-compat/repos/testing-x86_64/libusb-0.1-libusbx.patch)
Deleted:
  libusb-compat/repos/core-i686/PKGBUILD
  libusb-compat/repos/core-x86_64/PKGBUILD
  libusb-compat/repos/testing-i686/
  libusb-compat/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   59 +
 core-i686/libusb-0.1-libusbx.patch   |   17 +
 core-x86_64/PKGBUILD |   59 +
 core-x86_64/libusb-0.1-libusbx.patch |   17 +
 4 files changed, 98 insertions(+), 54 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-05 06:49:53 UTC (rev 162997)
+++ core-i686/PKGBUILD  2012-07-05 06:50:21 UTC (rev 162998)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski 
-# Contributor: arjan 
-
-pkgname=libusb-compat
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="Library to enable user space application programs to communicate with 
USB devices"
-arch=('i686' 'x86_64')
-url="http://libusb.sourceforge.net/";
-license=('LGPL')
-depends=('libusb' 'sh')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libusb-compat/repos/core-i686/PKGBUILD (from rev 162997, 
libusb-compat/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-05 06:50:21 UTC (rev 162998)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski 
+# Contributor: arjan 
+
+pkgname=libusb-compat
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="Library to enable user space application programs to communicate with 
USB devices"
+arch=('i686' 'x86_64')
+url="http://libusb.sourceforge.net/";
+license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2";
+"libusb-0.1-libusbx.patch")   
+md5sums=('2ca521fffadd0c28fdf174e6ec73865b'
+ '1612c3982f307da1332d6db57b16742b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # http://libusb.org/ticket/138 can be removed with libusbx 1.0.13
+  patch -Np0 -i ../libusb-0.1-libusbx.patch
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: libusb-compat/repos/core-i686/libusb-0.1-libusbx.patch (from rev 
162997, libusb-compat/repos/testing-i686/libusb-0.1-libusbx.patch)
===
--- core-i686/libusb-0.1-libusbx.patch  (rev 0)
+++ core-i686/libusb-0.1-libusbx.patch  2012-07-05 06:50:21 UTC (rev 162998)
@@ -0,0 +1,17 @@
+http://bugs.gentoo.org/423135
+
+--- libusb/core.c
 libusb/core.c
+@@ -32,12 +32,6 @@
+ static libusb_context *ctx = NULL;
+ static int usb_debug = 0;
+ 
+-enum usbi_log_level {
+-  LOG_LEVEL_DEBUG,
+-  LOG_LEVEL_INFO,
+-  LOG_LEVEL_WARNING,
+-  LOG_LEVEL_ERROR,
+-};
+ 
+ #ifdef ENABLE_LOGGING
+ #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-05 06:49:53 UTC (rev 162997)
+++ core-x86_64/PKGBUILD2012-07-05 06:50:21 UTC (rev 162998)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski 
-# Contributor: arjan 
-
-pkgname=libusb-compat
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="Library to enable user space application programs to communicate with 
USB devices"
-arch=('i686' 'x86_64')
-url="http://libusb.sourceforge.net/";
-license=('LGPL')
-depends=('libusb' 'sh')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr 

[arch-commits] Commit in isdn4k-utils/repos (14 files)

2012-07-04 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 02:49:53
  Author: tpowa
Revision: 162997

db-move: moved isdn4k-utils from [testing] to [core] ( i686,  x86_64)

Added:
  isdn4k-utils/repos/core-i686/PKGBUILD
(from rev 162996, isdn4k-utils/repos/testing-i686/PKGBUILD)
  isdn4k-utils/repos/core-i686/config
(from rev 162996, isdn4k-utils/repos/testing-i686/config)
  isdn4k-utils/repos/core-i686/isdn4k-utils-3.2p1-build.patch
(from rev 162996, 
isdn4k-utils/repos/testing-i686/isdn4k-utils-3.2p1-build.patch)
  isdn4k-utils/repos/core-x86_64/PKGBUILD
(from rev 162996, isdn4k-utils/repos/testing-x86_64/PKGBUILD)
  isdn4k-utils/repos/core-x86_64/config
(from rev 162996, isdn4k-utils/repos/testing-x86_64/config)
  isdn4k-utils/repos/core-x86_64/isdn4k-utils-3.2p1-build.patch
(from rev 162996, 
isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.2p1-build.patch)
Deleted:
  isdn4k-utils/repos/core-i686/PKGBUILD
  isdn4k-utils/repos/core-i686/config
  isdn4k-utils/repos/core-i686/isdn4k-utils-3.2p1-build.patch
  isdn4k-utils/repos/core-x86_64/PKGBUILD
  isdn4k-utils/repos/core-x86_64/config
  isdn4k-utils/repos/core-x86_64/isdn4k-utils-3.2p1-build.patch
  isdn4k-utils/repos/testing-i686/
  isdn4k-utils/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   78 
 core-i686/config   |  204 -
 core-i686/isdn4k-utils-3.2p1-build.patch   | 4056 +--
 core-x86_64/PKGBUILD   |   78 
 core-x86_64/config |  204 -
 core-x86_64/isdn4k-utils-3.2p1-build.patch | 4056 +--
 6 files changed, 4338 insertions(+), 4338 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 162996:162997 to see the changes.


[arch-commits] Commit in grep/repos (8 files)

2012-07-04 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 01:02:37
  Author: allan
Revision: 162996

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 162995, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch
(from rev 162995, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-i686/grep.install
(from rev 162995, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 162995, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch
(from rev 162995, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-x86_64/grep.install
(from rev 162995, grep/trunk/grep.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/grep-2.11-exclude-dir-crash.patch   |   44 +
 testing-i686/grep.install|   21 ++
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/grep-2.11-exclude-dir-crash.patch |   44 +
 testing-x86_64/grep.install  |   21 ++
 6 files changed, 204 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 162995, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-05 05:02:37 UTC (rev 162996)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.13
+pkgrel=1
+pkgdesc="A string search utility"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/grep/grep.html";
+groups=('base')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('5894d484e6c02249f9702d0d8a472115'
+ '99acaa4d45ab931be2ecba49a1766df7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/bin
+  ln -s /usr/bin/grep ${pkgdir}/bin/grep
+}

Copied: grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch (from rev 
162995, grep/trunk/grep-2.11-exclude-dir-crash.patch)
===
--- testing-i686/grep-2.11-exclude-dir-crash.patch  
(rev 0)
+++ testing-i686/grep-2.11-exclude-dir-crash.patch  2012-07-05 05:02:37 UTC 
(rev 162996)
@@ -0,0 +1,44 @@
+From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
+From: Allan McRae 
+Date: Mon, 12 Mar 2012 09:28:01 +0100
+Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
+
+* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
+* NEWS (Bug fixes): Mention it.
+---
+ NEWS   |5 +
+ src/main.c |2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/NEWS b/NEWS
+index d0a63d5..d4d70f5 100644
+--- a/NEWS
 b/NEWS
+@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
+ 
+ * Noteworthy changes in release ?.? (-??-??) [?]
+ 
++** Bug fixes
++
++   grep no longer segfaults with -r --exclude-dir and no file operand.
++   I.e., ":|grep -r --exclude-dir=D PAT" would segfault.
++
+ 
+ * Noteworthy changes in release 2.11 (2012-03-02) [stable]
+ 
+diff --git a/src/main.c b/src/main.c
+index 2f6c761..f4f1235 100644
+--- a/src/main.c
 b/src/main.c
+@@ -1361,7 +1361,7 @@ grepdir (char const *dir, struct stats const *stats)
+   struct stats const *ancestor;
+   char *name_space;
+   int status = 1;
+-  if (excluded_directory_patterns
++  if (dir && excluded_directory_patterns
+   && excluded_file_name (excluded_directory_patterns, dir))
+ return 1;
+ 
+-- 
+1.7.9.3
+

Copied: grep/repos/testing-i686/grep.install (from rev 162995, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2012-07-05 05:02:37 UTC (rev 162996)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(grep.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 162995, 
grep/trunk/PKGBUILD)

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

2012-07-04 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 01:01:46
  Author: allan
Revision: 162995

upgpkg: grep 2.13-1

upstream update

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 21:45:33 UTC (rev 162994)
+++ PKGBUILD2012-07-05 05:01:46 UTC (rev 162995)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=grep
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc="A string search utility"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('texinfo')
 install=${pkgname}.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('8d2f0346d08b13c18afb81f0e8aa1e2f'
- '7a25f2ece647b8637f4ae1de474712e7')
+md5sums=('5894d484e6c02249f9702d0d8a472115'
+ '99acaa4d45ab931be2ecba49a1766df7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in pambase/repos (15 files)

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 17:45:33
  Author: dreisner
Revision: 162994

db-move: moved pambase from [testing] to [core] ( any)

Added:
  pambase/repos/core-any/PKGBUILD
(from rev 162991, pambase/repos/testing-any/PKGBUILD)
  pambase/repos/core-any/other
(from rev 162991, pambase/repos/testing-any/other)
  pambase/repos/core-any/system-auth
(from rev 162991, pambase/repos/testing-any/system-auth)
  pambase/repos/core-any/system-local-login
(from rev 162991, pambase/repos/testing-any/system-local-login)
  pambase/repos/core-any/system-login
(from rev 162991, pambase/repos/testing-any/system-login)
  pambase/repos/core-any/system-remote-login
(from rev 162991, pambase/repos/testing-any/system-remote-login)
  pambase/repos/core-any/system-services
(from rev 162991, pambase/repos/testing-any/system-services)
Deleted:
  pambase/repos/core-any/PKGBUILD
  pambase/repos/core-any/other
  pambase/repos/core-any/system-auth
  pambase/repos/core-any/system-local-login
  pambase/repos/core-any/system-login
  pambase/repos/core-any/system-remote-login
  pambase/repos/core-any/system-services
  pambase/repos/testing-any/

-+
 PKGBUILD|   82 +-
 other   |   10 +++---
 system-auth |   34 ++--
 system-local-login  |   12 +++
 system-login|   39 ---
 system-remote-login |   12 +++
 system-services |   22 ++---
 7 files changed, 106 insertions(+), 105 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-04 21:45:24 UTC (rev 162993)
+++ core-any/PKGBUILD   2012-07-04 21:45:33 UTC (rev 162994)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pambase
-pkgver=20120602
-pkgrel=1
-pkgdesc="Base PAM configuration for services"
-arch=('any')
-url="http://www.archlinux.org";
-license=('GPL')
-source=('system-auth'
-'system-local-login'
-'system-login'
-'system-remote-login'
-'system-services'
-'other')
-backup=('etc/pam.d/system-auth'
-'etc/pam.d/system-local-login'
-'etc/pam.d/system-login'
-'etc/pam.d/system-remote-login'
-'etc/pam.d/system-services'
-'etc/pam.d/other')
-md5sums=('5f169a4ffe7ed69f58e106cdd2d760df'
- '477237985820117a0e6e1b13a86eb599'
- '887c4fa3f878fc8651cc5e6f027fe5a5'
- '477237985820117a0e6e1b13a86eb599'
- '30fe7d41e054ee43fab7855bf88a07e5'
- '6e6c8719e5989d976a14610f340bd33a')
-
-package() {
-  install -dm755 "$pkgdir/etc/pam.d"
-  install -t "$pkgdir/etc/pam.d" -m644 \
-  system-auth \
-  system-local-login \
-  system-login \
-  system-remote-login \
-  system-services \
-  other
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pambase/repos/core-any/PKGBUILD (from rev 162991, 
pambase/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-07-04 21:45:33 UTC (rev 162994)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=pambase
+pkgver=20120701
+pkgrel=1
+pkgdesc="Base PAM configuration for services"
+arch=('any')
+url="http://www.archlinux.org";
+license=('GPL')
+source=('system-auth'
+'system-local-login'
+'system-login'
+'system-remote-login'
+'system-services'
+'other')
+backup=('etc/pam.d/system-auth'
+'etc/pam.d/system-local-login'
+'etc/pam.d/system-login'
+'etc/pam.d/system-remote-login'
+'etc/pam.d/system-services'
+'etc/pam.d/other')
+md5sums=('5f169a4ffe7ed69f58e106cdd2d760df'
+ '477237985820117a0e6e1b13a86eb599'
+ '17c691f2da319df8fe851bc47cc1d662'
+ '477237985820117a0e6e1b13a86eb599'
+ '30fe7d41e054ee43fab7855bf88a07e5'
+ '6e6c8719e5989d976a14610f340bd33a')
+
+package() {
+  install -dm755 "$pkgdir/etc/pam.d"
+  install -m644 -t "$pkgdir/etc/pam.d" \
+  system-auth \
+  system-local-login \
+  system-login \
+  system-remote-login \
+  system-services \
+  other
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-any/other
===
--- core-any/other  2012-07-04 21:45:24 UTC (rev 162993)
+++ core-any/other  2012-07-04 21:45:33 UTC (rev 162994)
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-accountrequiredpam_unix.so
-password   requiredpam_unix.so
-sessionrequiredpam_unix.so

Copied: pambase/repos/core-any/other (from rev 162991, 
pambase/repos/testing-any/other)
===
--- core-any/other  (rev 0)
+++ core-any/other  2012-07-04 21:45:33 UTC (rev 162994)
@

[arch-commits] Commit in shadow/repos (68 files)

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 17:45:24
  Author: dreisner
Revision: 162993

db-move: moved shadow from [testing] to [core] ( i686,  x86_64)

Added:
  shadow/repos/core-i686/LICENSE
(from rev 162991, shadow/repos/testing-i686/LICENSE)
  shadow/repos/core-i686/PKGBUILD
(from rev 162991, shadow/repos/testing-i686/PKGBUILD)
  shadow/repos/core-i686/adduser
(from rev 162991, shadow/repos/testing-i686/adduser)
  shadow/repos/core-i686/chgpasswd
(from rev 162991, shadow/repos/testing-i686/chgpasswd)
  shadow/repos/core-i686/chpasswd
(from rev 162991, shadow/repos/testing-i686/chpasswd)
  shadow/repos/core-i686/defaults.pam
(from rev 162991, shadow/repos/testing-i686/defaults.pam)
  shadow/repos/core-i686/login.defs
(from rev 162991, shadow/repos/testing-i686/login.defs)
  shadow/repos/core-i686/newusers
(from rev 162991, shadow/repos/testing-i686/newusers)
  shadow/repos/core-i686/passwd
(from rev 162991, shadow/repos/testing-i686/passwd)
  shadow/repos/core-i686/shadow-strncpy-usage.patch
(from rev 162991, shadow/repos/testing-i686/shadow-strncpy-usage.patch)
  shadow/repos/core-i686/shadow.cron.daily
(from rev 162991, shadow/repos/testing-i686/shadow.cron.daily)
  shadow/repos/core-i686/shadow.install
(from rev 162991, shadow/repos/testing-i686/shadow.install)
  shadow/repos/core-i686/useradd.defaults
(from rev 162991, shadow/repos/testing-i686/useradd.defaults)
  shadow/repos/core-i686/xstrdup.patch
(from rev 162991, shadow/repos/testing-i686/xstrdup.patch)
  shadow/repos/core-x86_64/LICENSE
(from rev 162991, shadow/repos/testing-x86_64/LICENSE)
  shadow/repos/core-x86_64/PKGBUILD
(from rev 162991, shadow/repos/testing-x86_64/PKGBUILD)
  shadow/repos/core-x86_64/adduser
(from rev 162991, shadow/repos/testing-x86_64/adduser)
  shadow/repos/core-x86_64/chgpasswd
(from rev 162991, shadow/repos/testing-x86_64/chgpasswd)
  shadow/repos/core-x86_64/chpasswd
(from rev 162991, shadow/repos/testing-x86_64/chpasswd)
  shadow/repos/core-x86_64/defaults.pam
(from rev 162991, shadow/repos/testing-x86_64/defaults.pam)
  shadow/repos/core-x86_64/login.defs
(from rev 162991, shadow/repos/testing-x86_64/login.defs)
  shadow/repos/core-x86_64/newusers
(from rev 162991, shadow/repos/testing-x86_64/newusers)
  shadow/repos/core-x86_64/passwd
(from rev 162991, shadow/repos/testing-x86_64/passwd)
  shadow/repos/core-x86_64/shadow-strncpy-usage.patch
(from rev 162991, shadow/repos/testing-x86_64/shadow-strncpy-usage.patch)
  shadow/repos/core-x86_64/shadow.cron.daily
(from rev 162991, shadow/repos/testing-x86_64/shadow.cron.daily)
  shadow/repos/core-x86_64/shadow.install
(from rev 162991, shadow/repos/testing-x86_64/shadow.install)
  shadow/repos/core-x86_64/useradd.defaults
(from rev 162991, shadow/repos/testing-x86_64/useradd.defaults)
  shadow/repos/core-x86_64/xstrdup.patch
(from rev 162991, shadow/repos/testing-x86_64/xstrdup.patch)
Deleted:
  shadow/repos/core-i686/LICENSE
  shadow/repos/core-i686/PKGBUILD
  shadow/repos/core-i686/adduser
  shadow/repos/core-i686/chgpasswd
  shadow/repos/core-i686/chpasswd
  shadow/repos/core-i686/defaults.pam
  shadow/repos/core-i686/login
  shadow/repos/core-i686/login.defs
  shadow/repos/core-i686/newusers
  shadow/repos/core-i686/nscd-error-reporting.patch
  shadow/repos/core-i686/passwd
  shadow/repos/core-i686/shadow-add-missing-include.patch
  shadow/repos/core-i686/shadow-strncpy-usage.patch
  shadow/repos/core-i686/shadow.cron.daily
  shadow/repos/core-i686/shadow.install
  shadow/repos/core-i686/useradd.defaults
  shadow/repos/core-i686/userdel-avoid-bad-mem-access.patch
  shadow/repos/core-i686/write-utmp-wtmp-entries.patch
  shadow/repos/core-i686/xstrdup.patch
  shadow/repos/core-x86_64/LICENSE
  shadow/repos/core-x86_64/PKGBUILD
  shadow/repos/core-x86_64/adduser
  shadow/repos/core-x86_64/chgpasswd
  shadow/repos/core-x86_64/chpasswd
  shadow/repos/core-x86_64/defaults.pam
  shadow/repos/core-x86_64/login
  shadow/repos/core-x86_64/login.defs
  shadow/repos/core-x86_64/newusers
  shadow/repos/core-x86_64/nscd-error-reporting.patch
  shadow/repos/core-x86_64/passwd
  shadow/repos/core-x86_64/shadow-add-missing-include.patch
  shadow/repos/core-x86_64/shadow-strncpy-usage.patch
  shadow/repos/core-x86_64/shadow.cron.daily
  shadow/repos/core-x86_64/shadow.install
  shadow/repos/core-x86_64/useradd.defaults
  shadow/repos/core-x86_64/userdel-avoid-bad-mem-access.patch
  shadow/repos/core-x86_64/write-utmp-wtmp-entries.patch
  shadow/repos/core-x86_64/xstrdup.patch
  shadow/repos/testing-i686/
  shadow/repos/testing-x86_64/

+
 core-i686/LICENSE  |   62 -
 core-i686/PKGBUILD |  263 +++
 core-i686/adduser  |  798 +++
 core-i686/chgpasswd|8 
 core-i686/chpasswd   

[arch-commits] Commit in util-linux/repos (10 files)

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 17:44:53
  Author: dreisner
Revision: 162992

db-move: moved util-linux from [testing] to [core] ( i686,  x86_64)

Added:
  util-linux/repos/core-i686/PKGBUILD
(from rev 162991, util-linux/repos/testing-i686/PKGBUILD)
  util-linux/repos/core-i686/pam-common
(from rev 162991, util-linux/repos/testing-i686/pam-common)
  util-linux/repos/core-i686/pam-login
(from rev 162991, util-linux/repos/testing-i686/pam-login)
  util-linux/repos/core-x86_64/PKGBUILD
(from rev 162991, util-linux/repos/testing-x86_64/PKGBUILD)
  util-linux/repos/core-x86_64/pam-common
(from rev 162991, util-linux/repos/testing-x86_64/pam-common)
  util-linux/repos/core-x86_64/pam-login
(from rev 162991, util-linux/repos/testing-x86_64/pam-login)
Deleted:
  util-linux/repos/core-i686/PKGBUILD
  util-linux/repos/core-x86_64/PKGBUILD
  util-linux/repos/testing-i686/
  util-linux/repos/testing-x86_64/

+
 core-i686/PKGBUILD |  124 ++-
 core-i686/pam-common   |6 ++
 core-i686/pam-login|7 ++
 core-x86_64/PKGBUILD   |  124 ++-
 core-x86_64/pam-common |6 ++
 core-x86_64/pam-login  |7 ++
 6 files changed, 164 insertions(+), 110 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-04 19:29:47 UTC (rev 162991)
+++ core-i686/PKGBUILD  2012-07-04 21:44:53 UTC (rev 162992)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: judd 
-
-pkgname=util-linux
-pkgver=2.21.2
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux"
-url="http://www.kernel.org/pub/linux/utils/util-linux/";
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('udev' 'pam')
-conflicts=('util-linux-ng')
-provides=("util-linux-ng=${pkgver}")
-license=('GPL2')
-options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.21/${pkgname}-${pkgver}.tar.xz)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # hardware clock
-  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
-  --enable-write \
-  --enable-raw \
-  --disable-wall \
-  --enable-new-mount
-
-  make
-}
-
-check() {
-   make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  cd "${pkgdir}"
-
-  install -dm755 var/lib/hwclock
-
-  # broken tool, going away in next major release, so just remove it now
-  rm "${pkgdir}"/usr/{bin/chkdupexe,share/man/man1/chkdupexe.1}
-
-  # delete stray empty dir, fixed upstream
-  rm -r usr/share/man/ru
-}
-md5sums=('54ba880f1d66782c2287ee2c898520e9')

Copied: util-linux/repos/core-i686/PKGBUILD (from rev 162991, 
util-linux/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-04 21:44:53 UTC (rev 162992)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: judd 
+
+pkgname=util-linux
+pkgver=2.21.2
+pkgrel=3
+pkgdesc="Miscellaneous system utilities for Linux"
+url="http://www.kernel.org/pub/linux/utils/util-linux/";
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('pam')
+conflicts=('util-linux-ng')
+provides=("util-linux-ng=${pkgver}")
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.21/${pkgname}-${pkgver}.tar.xz
+pam-login
+pam-common)
+backup=(etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # hardware clock
+  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
+  --enable-write \
+  --enable-raw \
+  --disable-wall \
+  --enable-new-mount \
+  --enable-login-utils
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  cd "${pkgdir}"
+
+  install -dm755 var/lib/hwclock
+
+  # broken tool, going away in next major release, so just remove it now
+  rm "${pkgdir}"/usr/{bin/chkdupexe,share/man/man1/chkdupexe.1}
+
+  # delete stray empty dir, fixed upstream
+  rm -r usr/share/man/ru
+
+  # setuid chfn and chsh
+  chmod 4755 "$pkgdir"/usr/bin/ch{sh,fn}
+
+  # install PAM files for login-utils
+  install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn"
+  install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh"
+  install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login"
+}
+md5sums=('54ba880f1d66782c2287ee2c8985

[arch-commits] Commit in xfce4-cpugraph-plugin/repos (8 files)

2012-07-04 Thread Eric Bélanger
Date: Wednesday, July 4, 2012 @ 15:29:47
  Author: eric
Revision: 162991

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
(from rev 162990, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
(from rev 162990, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162990, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install
(from rev 162990, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
Deleted:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install

+
 extra-i686/PKGBUILD|   78 +--
 extra-i686/xfce4-cpugraph-plugin.install   |   26 -
 extra-x86_64/PKGBUILD  |   78 +--
 extra-x86_64/xfce4-cpugraph-plugin.install |   26 -
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 19:29:26 UTC (rev 162990)
+++ extra-i686/PKGBUILD 2012-07-04 19:29:47 UTC (rev 162991)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="CPU graph plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7793824e42cc65937750b50b4afb43e51250e51aca05bd146b784a34fa02552e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD (from rev 162990, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 19:29:47 UTC (rev 162991)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-cpugraph-plugin.install
===
--- extra-i686/xfce4-cpugraph-plugin.install2012-07-04 19:29:26 UTC (rev 
162990)
+++ extra-i686/xfce4-cpugraph-plugin.install2012-07-04 19:29:47 UTC (rev 
162991)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install 
(from rev 162990, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
===
--- extra-i686/xfce4-cpugraph-plugin.install(rev 0)
+++ extra-i686/xfce4-cpugraph-plugin.install2012-07-04 19:29:47 UTC (rev 
162991)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===

[arch-commits] Commit in xfce4-cpugraph-plugin/trunk (PKGBUILD)

2012-07-04 Thread Eric Bélanger
Date: Wednesday, July 4, 2012 @ 15:29:26
  Author: eric
Revision: 162990

upgpkg: xfce4-cpugraph-plugin 1.0.5-1

Upstream update

Modified:
  xfce4-cpugraph-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 17:08:04 UTC (rev 162989)
+++ PKGBUILD2012-07-04 19:29:26 UTC (rev 162990)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="CPU graph plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7793824e42cc65937750b50b4afb43e51250e51aca05bd146b784a34fa02552e')
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 13:08:04
  Author: ibiru
Revision: 162989

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 162988, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 162988, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 162988, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 162988, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 162988, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 162988, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 extra-i686/61-gnome-bluetooth-rfkill.rules   |   22 +++
 extra-i686/PKGBUILD  |   76 -
 extra-i686/gnome-bluetooth.install   |   24 +++
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |   22 +++
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/gnome-bluetooth.install |   24 +++
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2012-07-04 17:07:05 UTC (rev 
162988)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-07-04 17:08:04 UTC (rev 
162989)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev >= 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
-ACTION!="add|change", GOTO="gnome_bluetooth_end"
-KERNEL=="rfkill", TAG+="udev-acl"
-LABEL="gnome_bluetooth_end"

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 162988, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-07-04 17:08:04 UTC (rev 
162989)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev >= 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
+ACTION!="add|change", GOTO="gnome_bluetooth_end"
+KERNEL=="rfkill", TAG+="udev-acl"
+LABEL="gnome_bluetooth_end"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 17:07:05 UTC (rev 162988)
+++ extra-i686/PKGBUILD 2012-07-04 17:08:04 UTC (rev 162989)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Roman Kyrylych 
-
-pkgname=gnome-bluetooth
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="The GNOME Bluetooth Subsystem"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/GnomeBluetooth";
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('179f55fc5933eaca657cdda0d95c6e782b80cf210b1552720aa6d83d31a8c21a'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -m644 -D "$srcdir/61-gnome-bluetooth-rfkill.rules" \
- 
"$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 162988, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 17:08:04 UTC (rev 162989)
@@ -0,0 +1,3

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

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 13:07:05
  Author: ibiru
Revision: 162988

update to 3.4.2

Modified:
  gnome-bluetooth/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 17:04:09 UTC (rev 162987)
+++ PKGBUILD2012-07-04 17:07:05 UTC (rev 162988)
@@ -3,7 +3,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=gnome-bluetooth
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
 arch=('i686' 'x86_64')
@@ -15,11 +15,11 @@
 install=gnome-bluetooth.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 61-gnome-bluetooth-rfkill.rules)
-sha256sums=('179f55fc5933eaca657cdda0d95c6e782b80cf210b1552720aa6d83d31a8c21a'
+sha256sums=('c58480f1687aca048444d5e4dbd306594d0785c8e6e74f99fa0b13e57fdad4de'
 'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
@@ -30,9 +30,9 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  install -m644 -D "$srcdir/61-gnome-bluetooth-rfkill.rules" \
- 
"$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+  "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
 }



[arch-commits] Commit in totem/repos (12 files)

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 13:04:09
  Author: ibiru
Revision: 162987

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 162986, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/browser-plugins.ini
(from rev 162986, totem/trunk/browser-plugins.ini)
  totem/repos/extra-i686/totem.install
(from rev 162986, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 162986, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/browser-plugins.ini
(from rev 162986, totem/trunk/browser-plugins.ini)
  totem/repos/extra-x86_64/totem.install
(from rev 162986, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/browser-plugins.ini
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/browser-plugins.ini
  totem/repos/extra-x86_64/totem.install

--+
 extra-i686/PKGBUILD  |  152 ++---
 extra-i686/browser-plugins.ini   |4 
 extra-i686/totem.install |   26 +++---
 extra-x86_64/PKGBUILD|  152 ++---
 extra-x86_64/browser-plugins.ini |4 
 extra-x86_64/totem.install   |   26 +++---
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 17:02:12 UTC (rev 162986)
+++ extra-i686/PKGBUILD 2012-07-04 17:04:09 UTC (rev 162987)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.4.2
-pkgrel=2
-pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
-url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx' 'python2-gobject')
-makedepends=('intltool' 'gtk-doc' 'nautilus' 'libgdata' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo' 'pylint')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini)
-sha256sums=('e1532b471a14612b5f44d29b8392716c1123f4d874cd9d01e06a11f32637341e'
-'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
-
-build() {
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
-  'pyxdg: opensubtitles plugin')
-
-  cd "$pkgbase-$pkgver"
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir/usr/lib/mozilla"
-  rm "$pkgdir/usr/lib/totem/totem-plugin-viewer"
-
-  sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
-}
-
-package_totem-plugin() {
-  pkgdesc="Totem plugin for web browsers"
-  depends=("totem=$pkgver")
-  backup=(etc/totem/browser-plugins.ini)
-
-  cd "$pkgbase-$pkgver"
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR="$pkgdir" install
-  
-  install -Dm644 ../browser-plugins.ini "$pkgdir/etc/totem/browser-plugins.ini"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem-plugin/COPYING"
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 162986, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 17:04:09 UTC (rev 162987)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86

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

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 13:02:12
  Author: ibiru
Revision: 162986

update to 3.4.3

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 16:56:52 UTC (rev 162985)
+++ PKGBUILD2012-07-04 17:02:12 UTC (rev 162986)
@@ -4,8 +4,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
 url="http://www.gnome.org";
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('e1532b471a14612b5f44d29b8392716c1123f4d874cd9d01e06a11f32637341e'
+sha256sums=('fce76e3c924d0ffd3d4eef2e69af4c44b3537b26c2df86745e900b4c829b38db'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in empathy/repos (8 files)

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 12:56:52
  Author: ibiru
Revision: 162985

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  empathy/repos/extra-i686/PKGBUILD
(from rev 162984, empathy/trunk/PKGBUILD)
  empathy/repos/extra-i686/empathy.install
(from rev 162984, empathy/trunk/empathy.install)
  empathy/repos/extra-x86_64/PKGBUILD
(from rev 162984, empathy/trunk/PKGBUILD)
  empathy/repos/extra-x86_64/empathy.install
(from rev 162984, empathy/trunk/empathy.install)
Deleted:
  empathy/repos/extra-i686/PKGBUILD
  empathy/repos/extra-i686/empathy.install
  empathy/repos/extra-x86_64/PKGBUILD
  empathy/repos/extra-x86_64/empathy.install

--+
 extra-i686/PKGBUILD  |   76 -
 extra-i686/empathy.install   |   32 -
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/empathy.install |   32 -
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 16:55:13 UTC (rev 162984)
+++ extra-i686/PKGBUILD 2012-07-04 16:56:52 UTC (rev 162985)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.4.2.1
-pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Empathy";
-license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool')
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-options=('!libtool')
-groups=('gnome-extra')
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e73a30259492860d5c93213b33f8850b8a45053222062fd6e2784ba447d9cce0')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 162984, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 16:56:52 UTC (rev 162985)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.4.2.3
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Empathy";
+license=('GPL2')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca511c2a6bb2f39fb29127782b4b0ba813839f7ffc06ae8680445ecb5d58c203')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2012-07-04 16:55:13 UTC (rev 162984)
+++ extra-i686/empathy.install  2012-07-04 16:56:52 UTC (rev 162985)
@@ -1,16 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-echo "To use Empathy you need to install at least one Telepathy connection 
manager."
-}
-
-post_upgrade() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
-post_upgrade
-}

Copied: empathy/repos/extra-i686/empathy.in

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

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 12:55:13
  Author: ibiru
Revision: 162984

update to 3.4.2.3

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 16:51:30 UTC (rev 162983)
+++ PKGBUILD2012-07-04 16:55:13 UTC (rev 162984)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.4.2.1
+pkgver=3.4.2.3
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
@@ -19,10 +19,10 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e73a30259492860d5c93213b33f8850b8a45053222062fd6e2784ba447d9cce0')
+sha256sums=('ca511c2a6bb2f39fb29127782b4b0ba813839f7ffc06ae8680445ecb5d58c203')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
@@ -33,6 +33,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



[arch-commits] Commit in gnome-screensaver/repos (12 files)

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 12:51:30
  Author: ibiru
Revision: 162983

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-screensaver/repos/extra-i686/PKGBUILD
(from rev 162982, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/extra-i686/gnome-screensaver.install
(from rev 162982, gnome-screensaver/trunk/gnome-screensaver.install)
  gnome-screensaver/repos/extra-i686/gnome-screensaver.pam
(from rev 162982, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/extra-x86_64/PKGBUILD
(from rev 162982, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.install
(from rev 162982, gnome-screensaver/trunk/gnome-screensaver.install)
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.pam
(from rev 162982, gnome-screensaver/trunk/gnome-screensaver.pam)
Deleted:
  gnome-screensaver/repos/extra-i686/PKGBUILD
  gnome-screensaver/repos/extra-i686/gnome-screensaver.install
  gnome-screensaver/repos/extra-i686/gnome-screensaver.pam
  gnome-screensaver/repos/extra-x86_64/PKGBUILD
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.install
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.pam

+
 extra-i686/PKGBUILD|   74 +++
 extra-i686/gnome-screensaver.install   |   14 ++---
 extra-i686/gnome-screensaver.pam   |6 +-
 extra-x86_64/PKGBUILD  |   74 +++
 extra-x86_64/gnome-screensaver.install |   14 ++---
 extra-x86_64/gnome-screensaver.pam |6 +-
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 16:49:32 UTC (rev 162982)
+++ extra-i686/PKGBUILD 2012-07-04 16:51:30 UTC (rev 162983)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-screensaver
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the GNOME desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://live.gnome.org/GnomeScreensaver";
-backup=(etc/pam.d/gnome-screensaver)
-depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop' 'gsettings-desktop-schemas' 
'libsystemd')
-makedepends=('pkgconfig' 'intltool' 'libxss')
-groups=('gnome')
-options=(!emptydirs)
-install=gnome-screensaver.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-   gnome-screensaver.pam)
-sha256sums=('d54a253f826ff6cd48eba53724339896a6dea39029848b6a8d5972c8e162069b'
-'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-screensaver \
-  --localstatedir=/var \
-  --with-mit-ext --with-systemd
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/gnome-screensaver.pam" 
"$pkgdir/etc/pam.d/gnome-screensaver"
-}

Copied: gnome-screensaver/repos/extra-i686/PKGBUILD (from rev 162982, 
gnome-screensaver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 16:51:30 UTC (rev 162983)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-screensaver
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the GNOME desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://live.gnome.org/GnomeScreensaver";
+backup=(etc/pam.d/gnome-screensaver)
+depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop' 'gsettings-desktop-schemas' 
'libsystemd')
+makedepends=('pkgconfig' 'intltool' 'libxss')
+groups=('gnome')
+options=(!emptydirs)
+install=gnome-screensaver.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   gnome-screensaver.pam)
+sha256sums=('17e6585e27019200dd059f9f9495427b64aded8efa51c71018fe66f9ba45df6d'
+'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-screensaver \
+  --localstatedir=/var \
+  --with-mit-ext --with-systemd
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../gnome-screensaver.pam "$pkgdir/etc/pam.d/gnome-screensaver"
+}

Deleted: extra-i686/gnome-screensaver.install
===
--- extra-i686/gnome-screensaver.install2012-07-04 16:49:32 UTC (rev 
162982)
+++ extra-i686/gnome-screensaver.install2012-07-04 16:51:30 UTC (rev 
162983)
@@ -1,7 +0,0 @@
-pkgname=gnome-screensaver
-
-pr

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

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 12:49:32
  Author: ibiru
Revision: 162982

update to 3.4.2

Modified:
  gnome-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 16:13:26 UTC (rev 162981)
+++ PKGBUILD2012-07-04 16:49:32 UTC (rev 162982)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-screensaver
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the GNOME desktop."
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=gnome-screensaver.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
gnome-screensaver.pam)
-sha256sums=('d54a253f826ff6cd48eba53724339896a6dea39029848b6a8d5972c8e162069b'
+sha256sums=('17e6585e27019200dd059f9f9495427b64aded8efa51c71018fe66f9ba45df6d'
 'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb')
 
 build() {
@@ -33,5 +33,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/gnome-screensaver.pam" 
"$pkgdir/etc/pam.d/gnome-screensaver"
+  install -Dm644 ../gnome-screensaver.pam "$pkgdir/etc/pam.d/gnome-screensaver"
 }



[arch-commits] Commit in kdebase-workspace/repos (40 files)

2012-07-04 Thread Andrea Scarpino
Date: Wednesday, July 4, 2012 @ 12:13:26
  Author: andrea
Revision: 162981

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 162980, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
(from rev 162980, kdebase-workspace/kde-unstable/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
(from rev 162980, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
(from rev 162980, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
(from rev 162980, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-i686/kdm
(from rev 162980, kdebase-workspace/kde-unstable/kdm)
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
(from rev 162980, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
(from rev 162980, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
(from rev 162980, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
(from rev 162980, kdebase-workspace/kde-unstable/terminate-server.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162980, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
(from rev 162980, kdebase-workspace/kde-unstable/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
(from rev 162980, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 162980, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
(from rev 162980, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
(from rev 162980, kdebase-workspace/kde-unstable/kdm)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
(from rev 162980, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
(from rev 162980, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
(from rev 162980, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch
(from rev 162980, kdebase-workspace/kde-unstable/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-i686/kdm
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch

---+
 kde-unstable-i686/PKGBUILD|  160 
 kde-unstable-i686/fixpath.patch   |   68 +-
 kde-unstable-i686/kde-np.pam  |   18 +-
 kde-unstable-i686/kde.pam |   18 +-
 kde-unstable-i686/kdebase-workspace.install   |   50 +++
 kde-unstable-i686/kdm |   72 +-
 kde-unstable-i686/kdm-xinitrd.patch   |   36 ++---
 kde-unstable-i686/kdm.service |   18 +-
 kde-unstable-i686/kscreensaver.pam|2 
 kde-unstable-i686/terminate-server.patch  |   22 +--
 kde-unstable-x86_64/PKGBUILD  |  160 
 kde-unstable-x86_64/fixpath.patch |   68 +-
 kde-unstable-x86_64/kde-np.pam|   18 +-
 kde-unstable-x86_64/kde.pam   |   18 +-
 kde-unstable-x86_64/kdebase-workspace.install |   50 +++
 kde-unstable-x86_64/kdm   |   72 +-
 kde-unstable-x86_64/kdm-xinitrd.patch 

[arch-commits] Commit in kdebase-workspace/repos (40 files)

2012-07-04 Thread Andrea Scarpino
Date: Wednesday, July 4, 2012 @ 11:02:57
  Author: andrea
Revision: 162980

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebase-workspace/repos/testing-i686/PKGBUILD
(from rev 162979, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/testing-i686/fixpath.patch
(from rev 162979, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/testing-i686/kde-np.pam
(from rev 162979, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/testing-i686/kde.pam
(from rev 162979, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/testing-i686/kdebase-workspace.install
(from rev 162979, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/testing-i686/kdm
(from rev 162979, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/testing-i686/kdm-xinitrd.patch
(from rev 162979, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/testing-i686/kdm.service
(from rev 162979, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/testing-i686/kscreensaver.pam
(from rev 162979, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/testing-i686/terminate-server.patch
(from rev 162979, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/testing-x86_64/PKGBUILD
(from rev 162979, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/testing-x86_64/fixpath.patch
(from rev 162979, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/testing-x86_64/kde-np.pam
(from rev 162979, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/testing-x86_64/kde.pam
(from rev 162979, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/testing-x86_64/kdebase-workspace.install
(from rev 162979, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/testing-x86_64/kdm
(from rev 162979, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/testing-x86_64/kdm-xinitrd.patch
(from rev 162979, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/testing-x86_64/kdm.service
(from rev 162979, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/testing-x86_64/kscreensaver.pam
(from rev 162979, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/testing-x86_64/terminate-server.patch
(from rev 162979, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/testing-i686/PKGBUILD
  kdebase-workspace/repos/testing-i686/fixpath.patch
  kdebase-workspace/repos/testing-i686/kde-np.pam
  kdebase-workspace/repos/testing-i686/kde.pam
  kdebase-workspace/repos/testing-i686/kdebase-workspace.install
  kdebase-workspace/repos/testing-i686/kdm
  kdebase-workspace/repos/testing-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/testing-i686/kdm.service
  kdebase-workspace/repos/testing-i686/kscreensaver.pam
  kdebase-workspace/repos/testing-i686/terminate-server.patch
  kdebase-workspace/repos/testing-x86_64/PKGBUILD
  kdebase-workspace/repos/testing-x86_64/fixpath.patch
  kdebase-workspace/repos/testing-x86_64/kde-np.pam
  kdebase-workspace/repos/testing-x86_64/kde.pam
  kdebase-workspace/repos/testing-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/testing-x86_64/kdm
  kdebase-workspace/repos/testing-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/testing-x86_64/kdm.service
  kdebase-workspace/repos/testing-x86_64/kscreensaver.pam
  kdebase-workspace/repos/testing-x86_64/terminate-server.patch

--+
 testing-i686/PKGBUILD|  164 ++---
 testing-i686/fixpath.patch   |   68 ++--
 testing-i686/kde-np.pam  |   18 +--
 testing-i686/kde.pam |   18 +--
 testing-i686/kdebase-workspace.install   |   50 
 testing-i686/kdm |   72 ++--
 testing-i686/kdm-xinitrd.patch   |   36 +++---
 testing-i686/kdm.service |   18 +--
 testing-i686/kscreensaver.pam|2 
 testing-i686/terminate-server.patch  |   22 +--
 testing-x86_64/PKGBUILD  |  164 ++---
 testing-x86_64/fixpath.patch |   68 ++--
 testing-x86_64/kde-np.pam|   18 +--
 testing-x86_64/kde.pam   |   18 +--
 testing-x86_64/kdebase-workspace.install |   50 
 testing-x86_64/kdm   |   72 ++--
 testing-x86_64/kdm-xinitrd.patch |   36 +++---
 testing-x86_64/kdm.service   |   18 +--
 testing-x86_64/kscreensaver.pam  |2 
 testing-x86_64/terminate-server.patch|   22 +--
 20 files changed, 468 insertions(+), 468 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 162979:162980 to see the changes.


[arch-commits] Commit in kdebase-workspace (4 files)

2012-07-04 Thread Andrea Scarpino
Date: Wednesday, July 4, 2012 @ 10:08:43
  Author: andrea
Revision: 162979

fix install aliasing for kdm.service

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD
  kdebase-workspace/kde-unstable/kdm.service
  kdebase-workspace/trunk/PKGBUILD
  kdebase-workspace/trunk/kdm.service

--+
 kde-unstable/PKGBUILD|4 ++--
 kde-unstable/kdm.service |2 +-
 trunk/PKGBUILD   |4 ++--
 trunk/kdm.service|2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-07-04 13:56:20 UTC (rev 162978)
+++ kde-unstable/PKGBUILD   2012-07-04 14:08:43 UTC (rev 162979)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.8.95
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides the interface and basic tools for the KDE workspace"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -35,7 +35,7 @@
   '712a90999bd429883dcef5dcaf288aace332ced8'
   'b321b5e613b60231330e606fdf1e124646148388'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
-  '758203a76b58d62786a1013f6f8682e48844138a'
+  'b6f8e8692737b11eec1f8022ce74b5b23e247b1b'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
   'd509dac592bd8b310df27991b208c95b6d907514')

Modified: kde-unstable/kdm.service
===
--- kde-unstable/kdm.service2012-07-04 13:56:20 UTC (rev 162978)
+++ kde-unstable/kdm.service2012-07-04 14:08:43 UTC (rev 162979)
@@ -6,4 +6,4 @@
 ExecStart=/usr/bin/kdm -nodaemon
 
 [Install]
-WantedBy=graphical.target
+Alias=display-manager.service

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2012-07-04 13:56:20 UTC (rev 162978)
+++ trunk/PKGBUILD  2012-07-04 14:08:43 UTC (rev 162979)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Base Workspace"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -35,7 +35,7 @@
   '712a90999bd429883dcef5dcaf288aace332ced8'
   'b321b5e613b60231330e606fdf1e124646148388'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
-  '758203a76b58d62786a1013f6f8682e48844138a'
+  'b6f8e8692737b11eec1f8022ce74b5b23e247b1b'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
   'd509dac592bd8b310df27991b208c95b6d907514')

Modified: trunk/kdm.service
===
--- trunk/kdm.service   2012-07-04 13:56:20 UTC (rev 162978)
+++ trunk/kdm.service   2012-07-04 14:08:43 UTC (rev 162979)
@@ -6,4 +6,4 @@
 ExecStart=/usr/bin/kdm -nodaemon
 
 [Install]
-WantedBy=graphical.target
+Alias=display-manager.service



[arch-commits] Commit in lftp/repos (4 files)

2012-07-04 Thread andyrtr
Date: Wednesday, July 4, 2012 @ 09:56:20
  Author: andyrtr
Revision: 162978

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lftp/repos/extra-i686/PKGBUILD
(from rev 162977, lftp/trunk/PKGBUILD)
  lftp/repos/extra-x86_64/PKGBUILD
(from rev 162977, lftp/trunk/PKGBUILD)
Deleted:
  lftp/repos/extra-i686/PKGBUILD
  lftp/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   59 +++-
 extra-x86_64/PKGBUILD |   59 +++-
 2 files changed, 58 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 13:55:39 UTC (rev 162977)
+++ extra-i686/PKGBUILD 2012-07-04 13:56:20 UTC (rev 162978)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.3.7
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-#makedepends=('autoconf')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7216925813c7b09d22b54340b98daf7f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gnutls \
-   --without-openssl --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 162977, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 13:56:20 UTC (rev 162978)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.3.8
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('adced9c3e0f6b96821811dc87c0a1eeb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gnutls \
+   --without-openssl --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 13:55:39 UTC (rev 162977)
+++ extra-x86_64/PKGBUILD   2012-07-04 13:56:20 UTC (rev 162978)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.3.7
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-#makedepends=('autoconf')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7216925813c7b09d22b54340b98daf7f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gnutls \
-   --without-openssl --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 162977, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-04 13:56:20 UTC (rev 162978)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.3.8
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('adced9c3e0f6b96821811dc87c0a1eeb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gnutls \
+   --without-openssl --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}



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

2012-07-04 Thread andyrtr
Date: Wednesday, July 4, 2012 @ 09:55:39
  Author: andyrtr
Revision: 162977

upgpkg: lftp 4.3.8-1

upstream update 4.3.8

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 13:28:12 UTC (rev 162976)
+++ PKGBUILD2012-07-04 13:55:39 UTC (rev 162977)
@@ -3,18 +3,17 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.3.7
+pkgver=4.3.8
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
 optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-#makedepends=('autoconf')
 url="http://lftp.yar.ru/";
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7216925813c7b09d22b54340b98daf7f')
+md5sums=('adced9c3e0f6b96821811dc87c0a1eeb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in slim/trunk (slim.service)

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 09:28:12
  Author: dreisner
Revision: 162976

fix install aliasing for slim.service

Modified:
  slim/trunk/slim.service

--+
 slim.service |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: slim.service
===
--- slim.service2012-07-04 13:21:54 UTC (rev 162975)
+++ slim.service2012-07-04 13:28:12 UTC (rev 162976)
@@ -6,4 +6,4 @@
 ExecStart=/usr/bin/slim -nodaemon
 
 [Install]
-WantedBy=graphical.target
+Alias=display-manager.service



[arch-commits] Commit in mysql/repos/extra-x86_64 (8 files)

2012-07-04 Thread Andrea Scarpino
Date: Wednesday, July 4, 2012 @ 09:21:54
  Author: andrea
Revision: 162975

archrelease: copy trunk to extra-x86_64

Added:
  mysql/repos/extra-x86_64/PKGBUILD
(from rev 162974, mysql/trunk/PKGBUILD)
  mysql/repos/extra-x86_64/my.cnf
(from rev 162974, mysql/trunk/my.cnf)
  mysql/repos/extra-x86_64/mysql.install
(from rev 162974, mysql/trunk/mysql.install)
  mysql/repos/extra-x86_64/mysqld
(from rev 162974, mysql/trunk/mysqld)
Deleted:
  mysql/repos/extra-x86_64/PKGBUILD
  mysql/repos/extra-x86_64/my.cnf
  mysql/repos/extra-x86_64/mysql.install
  mysql/repos/extra-x86_64/mysqld

---+
 PKGBUILD  |  260 +-
 my.cnf|  290 
 mysql.install |   52 +-
 mysqld|  154 ++---
 4 files changed, 378 insertions(+), 378 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-04 13:21:33 UTC (rev 162974)
+++ PKGBUILD2012-07-04 13:21:54 UTC (rev 162975)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=mysql
-pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.25
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://www.mysql.com/products/community/";
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz";
-'mysqld'
-'my.cnf')
-md5sums=('9e2a3d5b41eac7fae41b93e5b71ea49c'
- '2234207625baa29b2ff7d7b4f088abce'
- '1c949c0dbea5206af0db14942d9927b6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-
-  # CFLAGS/CXXFLAGS as suggested upstream
-  CFLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer" \
-  CXXFLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti" \
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_MYSQLD_LDFLAGS="${LDFLAGS}" \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
--DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1
-
-  make
-}
-
-package_libmysqlclient(){
-  pkgdesc="MySQL client libraries"
-  depends=('openssl')
-  
-  cd "${srcdir}"/build
-  for dir in include libmysql libmysqld libservices; do
-make -C ${dir} DESTDIR="${pkgdir}" install
-  done
-
-  install -d "${pkgdir}"/usr/bin
-  install -m755 scripts/mysql_config "${pkgdir}"/usr/bin/
-  install -d "${pkgdir}"/usr/share/man/man1
-  for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
-install -m644 "${srcdir}"/${pkgbase}-${pkgver}/man/$man.1 
"${pkgdir}"/usr/share/man/man1/$man.1
-  done
-}
-
-package_mysql-clients(){
-  pkgdesc="MySQL client tools"
-  depends=('libmysqlclient')
-  
-  cd "${srcdir}"/build
-  make -C client DESTDIR="${pkgdir}" install
-
-  # install man pages
-  install -d "${pkgdir}"/usr/share/man/man1
-  for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysqlslap; do
-install -m644 "${srcdir}"/${pkgbase}-${pkgver}/man/$man.1 
"${pkgdir}"/usr/share/man/man1/$man.1
-  done
-
-  # provided by mysql
-  rm "${pkgdir}"/usr/bin/{mysql_{plugin,upgrade},mysqlbinlog,mysqltest}
-}
-
-package_mysql(){
-  pkgdesc="A fast SQL database server"
-  backup=('etc/mysql/my.cnf')
-  install=mysql.install
-  depends=('mysql-clients')
-  optdepends=('perl-dbi' 'perl-dbd-mysql')
-  options=('emptydirs')
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/my.cnf "${pkgdir}"/etc/mysql/my.cnf
-  install -Dm755 "${srcdir}"/mysqld "${pkgdir}"/etc/rc.d/mysqld
-
-  # provided by libmysqlclient
-  rm 
"${pkgdir}"/usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}
-  rm "${pkgdir}"/usr/lib/libmysql*
-  rm -r "${pkgdir}"/usr/include/
-  rm 
"${pkgdir}"/usr/share/man/man1/{mysql_config,mysql

[arch-commits] Commit in xorg-xdm/repos (14 files)

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 09:21:33
  Author: dreisner
Revision: 162974

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-xdm/repos/testing-i686/
  xorg-xdm/repos/testing-i686/PKGBUILD
(from rev 162972, xorg-xdm/trunk/PKGBUILD)
  xorg-xdm/repos/testing-i686/Xsession-loginshell.patch
(from rev 162972, xorg-xdm/trunk/Xsession-loginshell.patch)
  xorg-xdm/repos/testing-i686/Xsession-xsm.patch
(from rev 162972, xorg-xdm/trunk/Xsession-xsm.patch)
  xorg-xdm/repos/testing-i686/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
(from rev 162972, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch)
  xorg-xdm/repos/testing-i686/xdm-consolekit.patch
(from rev 162972, xorg-xdm/trunk/xdm-consolekit.patch)
  xorg-xdm/repos/testing-i686/xdm.pam
(from rev 162972, xorg-xdm/trunk/xdm.pam)
  xorg-xdm/repos/testing-x86_64/
  xorg-xdm/repos/testing-x86_64/PKGBUILD
(from rev 162972, xorg-xdm/trunk/PKGBUILD)
  xorg-xdm/repos/testing-x86_64/Xsession-loginshell.patch
(from rev 162972, xorg-xdm/trunk/Xsession-loginshell.patch)
  xorg-xdm/repos/testing-x86_64/Xsession-xsm.patch
(from rev 162972, xorg-xdm/trunk/Xsession-xsm.patch)
  xorg-xdm/repos/testing-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
(from rev 162972, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch)
  xorg-xdm/repos/testing-x86_64/xdm-consolekit.patch
(from rev 162972, xorg-xdm/trunk/xdm-consolekit.patch)
  xorg-xdm/repos/testing-x86_64/xdm.pam
(from rev 162972, xorg-xdm/trunk/xdm.pam)

---+
 testing-i686/PKGBUILD |   64 +++
 testing-i686/Xsession-loginshell.patch|   15 
 testing-i686/Xsession-xsm.patch   |   22 +
 testing-i686/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch   |8 
 testing-i686/xdm-consolekit.patch |  225 
 testing-i686/xdm.pam  |   10 
 testing-x86_64/PKGBUILD   |   64 +++
 testing-x86_64/Xsession-loginshell.patch  |   15 
 testing-x86_64/Xsession-xsm.patch |   22 +
 testing-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch |8 
 testing-x86_64/xdm-consolekit.patch   |  225 
 testing-x86_64/xdm.pam|   10 
 12 files changed, 688 insertions(+)

Copied: xorg-xdm/repos/testing-i686/PKGBUILD (from rev 162972, 
xorg-xdm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 13:21:33 UTC (rev 162974)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Alexander Baldeck 
+# Contributor: Jan de Groot 
+pkgname=xorg-xdm
+pkgver=1.1.11
+pkgrel=3
+pkgdesc="X Display Manager"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'consolekit')
+makedepends=('pkgconfig' 'xorg-util-macros' 'systemd' 'xtrans')
+backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers 
etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession)
+options=('!libtool')
+source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2
+Xsession-loginshell.patch
+Xsession-xsm.patch
+xdm-consolekit.patch
+xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
+xdm.pam)
+md5sums=('64a1af1f7eb69feae12e75d4cc3aaf19'
+ '234ae568e7b22cbc09433bb396ff3d80'
+ '2c30078c50bc653d72eb5114506eb313'
+ '25c6d8adeed0796d432b2bbf1d83a7e9'
+ '13032add23a0a8d48a638418094bfc00'
+ '6de9362b1bf0835026270b20d8029909')
+sha256sums=('d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47'
+'fd3e7c20837b42a8ab111369fd6dc9612f9edb91c1f6904cca1d6a1fa3cfa0ff'
+'77a1ce9bdf363591b72798db08b4df3589bd4e64737fd32cf9028f9245450edb'
+'10ce850e6a93c6ba68b5d71104b1fd6680ad9760274068512f43a694b1edda76'
+'5f380a2d6f77feb910d77f7f6843fce9b00ff7610c159fc029ee44cc6c23a48a'
+'7d6818a1c1a44e9bd38774c035e03b0b831f6646681bc2bf556761aec7baf418')
+
+build() {
+  cd "${srcdir}/xdm-${pkgver}"
+  patch -Np0 -i "${srcdir}/Xsession-loginshell.patch"
+  patch -Np1 -i "${srcdir}/Xsession-xsm.patch"
+  patch -Np1 -i "${srcdir}/xdm-consolekit.patch"
+  patch -Np0 -i "${srcdir}/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch"
+
+  autoreconf -fi
+  ./configure --prefix=/usr \
+  --disable-xdm-auth \
+  --disable-static \
+  --with-xdmconfigdir=/etc/X11/xdm \
+  --with-xdmscriptdir=/etc/X11/xdm \
+  --with-pixmapdir=/usr/share/xdm/pixmaps
+  make
+}
+
+package() {
+  cd "${srcdir}/xdm-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/var/lib/xdm"
+  install -m755 -d "${pkgdir}/etc/pam.d"

[arch-commits] Commit in mysql/repos/extra-i686 (8 files)

2012-07-04 Thread Andrea Scarpino
Date: Wednesday, July 4, 2012 @ 09:21:31
  Author: andrea
Revision: 162973

archrelease: copy trunk to extra-i686

Added:
  mysql/repos/extra-i686/PKGBUILD
(from rev 162972, mysql/trunk/PKGBUILD)
  mysql/repos/extra-i686/my.cnf
(from rev 162972, mysql/trunk/my.cnf)
  mysql/repos/extra-i686/mysql.install
(from rev 162972, mysql/trunk/mysql.install)
  mysql/repos/extra-i686/mysqld
(from rev 162972, mysql/trunk/mysqld)
Deleted:
  mysql/repos/extra-i686/PKGBUILD
  mysql/repos/extra-i686/my.cnf
  mysql/repos/extra-i686/mysql.install
  mysql/repos/extra-i686/mysqld

---+
 PKGBUILD  |  260 +-
 my.cnf|  290 
 mysql.install |   52 +-
 mysqld|  154 ++---
 4 files changed, 378 insertions(+), 378 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-04 13:21:15 UTC (rev 162972)
+++ PKGBUILD2012-07-04 13:21:31 UTC (rev 162973)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=mysql
-pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.25
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://www.mysql.com/products/community/";
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz";
-'mysqld'
-'my.cnf')
-md5sums=('9e2a3d5b41eac7fae41b93e5b71ea49c'
- '2234207625baa29b2ff7d7b4f088abce'
- '1c949c0dbea5206af0db14942d9927b6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-
-  # CFLAGS/CXXFLAGS as suggested upstream
-  CFLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer" \
-  CXXFLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti" \
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_MYSQLD_LDFLAGS="${LDFLAGS}" \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
--DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1
-
-  make
-}
-
-package_libmysqlclient(){
-  pkgdesc="MySQL client libraries"
-  depends=('openssl')
-  
-  cd "${srcdir}"/build
-  for dir in include libmysql libmysqld libservices; do
-make -C ${dir} DESTDIR="${pkgdir}" install
-  done
-
-  install -d "${pkgdir}"/usr/bin
-  install -m755 scripts/mysql_config "${pkgdir}"/usr/bin/
-  install -d "${pkgdir}"/usr/share/man/man1
-  for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
-install -m644 "${srcdir}"/${pkgbase}-${pkgver}/man/$man.1 
"${pkgdir}"/usr/share/man/man1/$man.1
-  done
-}
-
-package_mysql-clients(){
-  pkgdesc="MySQL client tools"
-  depends=('libmysqlclient')
-  
-  cd "${srcdir}"/build
-  make -C client DESTDIR="${pkgdir}" install
-
-  # install man pages
-  install -d "${pkgdir}"/usr/share/man/man1
-  for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysqlslap; do
-install -m644 "${srcdir}"/${pkgbase}-${pkgver}/man/$man.1 
"${pkgdir}"/usr/share/man/man1/$man.1
-  done
-
-  # provided by mysql
-  rm "${pkgdir}"/usr/bin/{mysql_{plugin,upgrade},mysqlbinlog,mysqltest}
-}
-
-package_mysql(){
-  pkgdesc="A fast SQL database server"
-  backup=('etc/mysql/my.cnf')
-  install=mysql.install
-  depends=('mysql-clients')
-  optdepends=('perl-dbi' 'perl-dbd-mysql')
-  options=('emptydirs')
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/my.cnf "${pkgdir}"/etc/mysql/my.cnf
-  install -Dm755 "${srcdir}"/mysqld "${pkgdir}"/etc/rc.d/mysqld
-
-  # provided by libmysqlclient
-  rm 
"${pkgdir}"/usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}
-  rm "${pkgdir}"/usr/lib/libmysql*
-  rm -r "${pkgdir}"/usr/include/
-  rm 
"${pkgdir}"/usr/share/man/man1/{mysql_config,mysql_client_test_embed

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

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 09:21:15
  Author: dreisner
Revision: 162972

upgpkg: xorg-xdm 1.1.11-3

- add explicit package() function
- fix Alias name of xdm.service for systemd-186

Modified:
  xorg-xdm/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 13:19:25 UTC (rev 162971)
+++ PKGBUILD2012-07-04 13:21:15 UTC (rev 162972)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 pkgname=xorg-xdm
 pkgver=1.1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="X Display Manager"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -46,6 +46,10 @@
   --with-xdmscriptdir=/etc/X11/xdm \
   --with-pixmapdir=/usr/share/xdm/pixmaps
   make
+}
+
+package() {
+  cd "${srcdir}/xdm-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/var/lib/xdm"
   install -m755 -d "${pkgdir}/etc/pam.d"
@@ -54,4 +58,7 @@
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 
   sed -i -e 's/\/X11R6//g' "${pkgdir}"/etc/X11/xdm/*
+
+  sed -i 's|^Alias=.*|Alias=display-manager.service|' \
+"$pkgdir/usr/lib/systemd/system/xdm.service"
 }



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

2012-07-04 Thread Andrea Scarpino
Date: Wednesday, July 4, 2012 @ 09:19:25
  Author: andrea
Revision: 162971

copy'n'paste error

Modified:
  mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 13:16:24 UTC (rev 162970)
+++ PKGBUILD2012-07-04 13:19:25 UTC (rev 162971)
@@ -58,7 +58,7 @@
 -DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
 -DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti" \
+-DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer" \
 -DCMAKE_CXX_FLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti"
 
   make



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

2012-07-04 Thread Andrea Scarpino
Date: Wednesday, July 4, 2012 @ 09:16:24
  Author: andrea
Revision: 162970

Honor CFLAGS/CXXFLAGS (FS#30535)

Modified:
  mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 13:03:55 UTC (rev 162969)
+++ PKGBUILD2012-07-04 13:16:24 UTC (rev 162970)
@@ -25,8 +25,6 @@
   cd build
 
   # CFLAGS/CXXFLAGS as suggested upstream
-  CFLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer" \
-  CXXFLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti" \
 
   cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
@@ -59,7 +57,9 @@
 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
 -DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
 -DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1
+-DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
+-DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti" \
+-DCMAKE_CXX_FLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti"
 
   make
 }



[arch-commits] Commit in systemd/repos (32 files)

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 09:03:55
  Author: dreisner
Revision: 162969

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 162968, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 162968, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 162968, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 162968, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 162968, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/locale.sh
(from rev 162968, systemd/trunk/locale.sh)
  systemd/repos/testing-i686/systemd-tools.install
(from rev 162968, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-i686/systemd.install
(from rev 162968, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 162968, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 162968, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 162968, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 162968, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 162968, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/locale.sh
(from rev 162968, systemd/trunk/locale.sh)
  systemd/repos/testing-x86_64/systemd-tools.install
(from rev 162968, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-x86_64/systemd.install
(from rev 162968, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-timestamp
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/locale.sh
  systemd/repos/testing-i686/systemd-tools.install
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-timestamp
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/locale.sh
  systemd/repos/testing-x86_64/systemd-tools.install
  systemd/repos/testing-x86_64/systemd.install

--+
 testing-i686/0001-Reinstate-TIMEOUT-handling.patch   |  248 +-
 testing-i686/PKGBUILD|  407 -
 testing-i686/initcpio-hook-udev  |   40 -
 testing-i686/initcpio-install-timestamp  |   28 -
 testing-i686/initcpio-install-udev   |   56 +-
 testing-i686/locale.sh   |  120 ++---
 testing-i686/systemd-tools.install   |   70 +-
 testing-i686/systemd.install |   74 +--
 testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  248 +-
 testing-x86_64/PKGBUILD  |  407 -
 testing-x86_64/initcpio-hook-udev|   40 -
 testing-x86_64/initcpio-install-timestamp|   28 -
 testing-x86_64/initcpio-install-udev |   56 +-
 testing-x86_64/locale.sh |  120 ++---
 testing-x86_64/systemd-tools.install |   70 +-
 testing-x86_64/systemd.install   |   74 +--
 16 files changed, 1046 insertions(+), 1040 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 162968:162969 to see the changes.


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

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 09:03:32
  Author: dreisner
Revision: 162968

upgpkg: systemd 186-2

- add back legacy.conf tmpfiles fragment (FS#30536)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 12:54:00 UTC (rev 162967)
+++ PKGBUILD2012-07-04 13:03:32 UTC (rev 162968)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-tools' 'systemd-sysvcompat')
 pkgver=186
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -184,6 +184,9 @@
   # udevd is no longer udevd because systemd. why isn't udevadm now udevctl?
   ln -s ../lib/systemd/systemd-udevd "$pkgdir/usr/bin/udevd"
 
+  # add back tmpfiles.d/legacy.conf
+  install -m644 "systemd-$pkgver/tmpfiles.d/legacy.conf" 
"$pkgdir/usr/lib/tmpfiles.d"
+
   # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group
   sed -i 's#GROUP="dialout"#GROUP="uucp"#g;
   s#GROUP="tape"#GROUP="storage"#g;



[arch-commits] Commit in syslog-ng/repos (12 files)

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 08:54:00
  Author: dreisner
Revision: 162967

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  syslog-ng/repos/testing-i686/
  syslog-ng/repos/testing-i686/PKGBUILD
(from rev 162966, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-i686/syslog-ng.conf
(from rev 162966, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-i686/syslog-ng.conf.d
(from rev 162966, syslog-ng/trunk/syslog-ng.conf.d)
  syslog-ng/repos/testing-i686/syslog-ng.logrotate
(from rev 162966, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/testing-i686/syslog-ng.rc
(from rev 162966, syslog-ng/trunk/syslog-ng.rc)
  syslog-ng/repos/testing-x86_64/
  syslog-ng/repos/testing-x86_64/PKGBUILD
(from rev 162966, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
(from rev 162966, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf.d
(from rev 162966, syslog-ng/trunk/syslog-ng.conf.d)
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate
(from rev 162966, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/testing-x86_64/syslog-ng.rc
(from rev 162966, syslog-ng/trunk/syslog-ng.rc)

+
 testing-i686/PKGBUILD  |   66 +
 testing-i686/syslog-ng.conf|   92 +++
 testing-i686/syslog-ng.conf.d  |   10 +++
 testing-i686/syslog-ng.logrotate   |7 ++
 testing-i686/syslog-ng.rc  |   67 +
 testing-x86_64/PKGBUILD|   66 +
 testing-x86_64/syslog-ng.conf  |   92 +++
 testing-x86_64/syslog-ng.conf.d|   10 +++
 testing-x86_64/syslog-ng.logrotate |7 ++
 testing-x86_64/syslog-ng.rc|   67 +
 10 files changed, 484 insertions(+)

Copied: syslog-ng/repos/testing-i686/PKGBUILD (from rev 162966, 
syslog-ng/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 12:54:00 UTC (rev 162967)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Eric Bélanger 
+# Contributor: Aaron Griffin 
+
+pkgname=syslog-ng
+pkgver=3.3.5
+pkgrel=2
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url="http://www.balabit.com/network-security/syslog-ng/";
+depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
+makedepends=('flex' 'pkg-config')
+optdepends=('logrotate: for rotating log files')
+provides=('logger')
+options=('!libtool')
+backup=('etc/syslog-ng/modules.conf'
+'etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/conf.d/syslog-ng'
+'etc/logrotate.d/syslog-ng')
+source=("http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz";
+syslog-ng.conf
+syslog-ng.conf.d
+syslog-ng.logrotate
+syslog-ng.rc)
+sha1sums=('0c8b85079b60c68c4279bcd4124b1e3c6358407b'
+  '98074e0facfc6ef036202662cc86d04b38a2c142'
+  '9b2eb6ea9e27c9f1b6c1c855be211ec3da51d3c8'
+  '949128fe3d7f77a7aab99048061f885bc758000c'
+  '94af81a84e3add6653755122cdd5080694de059d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/syslog-ng \
+--libexecdir=/usr/lib \
+--localstatedir=/var/lib/syslog-ng \
+--datadir=/usr/share/syslog-ng \
+--with-pidfile-dir=/run \
+--disable-spoof-source \
+--enable-systemd \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
+  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
+  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
+  install -Dm755 "$srcdir/syslog-ng.rc" "$pkgdir/etc/rc.d/syslog-ng"
+  install -Dm644 "$srcdir/syslog-ng.conf.d" "$pkgdir/etc/conf.d/syslog-ng"
+
+  # fix location of systemctl, add Alias=, remove start precondition
+  sed -e 's@/bin/systemctl@/usr&@' \
+  -e '$aAlias=syslog.service' \
+  -e '/^ExecStartPre/d' \
+  -i "$pkgdir/usr/lib/systemd/system/syslog-ng.service"
+}

Copied: syslog-ng/repos/testing-i686/syslog-ng.conf (from rev 162966, 
syslog-ng/trunk/syslog-ng.conf)
===
--- testing-i686/syslog-ng.conf (rev 0)
+++ testing-i686/syslog-ng.conf 2012-07-04 12:54:00 UTC (rev 162967)
@@ -0,0 +1,92 @@
+@version: 3.3
+#
+# /etc/syslog-ng/syslog-ng.conf
+#
+
+options {
+  stats_freq (0);
+  flush_lines (0);
+  time_reopen (10);
+  log_fifo_size (1);
+  chain_host

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

2012-07-04 Thread Dave Reisner
Date: Wednesday, July 4, 2012 @ 08:53:43
  Author: dreisner
Revision: 162966

upgpkg: syslog-ng 3.3.5-2

- remove ExecStartPre condition to play nicely with systemd-186

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 11:56:21 UTC (rev 162965)
+++ PKGBUILD2012-07-04 12:53:43 UTC (rev 162966)
@@ -5,7 +5,7 @@
 
 pkgname=syslog-ng
 pkgver=3.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -58,8 +58,9 @@
   install -Dm755 "$srcdir/syslog-ng.rc" "$pkgdir/etc/rc.d/syslog-ng"
   install -Dm644 "$srcdir/syslog-ng.conf.d" "$pkgdir/etc/conf.d/syslog-ng"
 
-  # fix location of systemctl and add Alias=
+  # fix location of systemctl, add Alias=, remove start precondition
   sed -e 's@/bin/systemctl@/usr&@' \
   -e '$aAlias=syslog.service' \
+  -e '/^ExecStartPre/d' \
   -i "$pkgdir/usr/lib/systemd/system/syslog-ng.service"
 }



[arch-commits] Commit in w3m/trunk (5 files)

2012-07-04 Thread Gaetan Bisson
Date: Wednesday, July 4, 2012 @ 07:56:21
  Author: bisson
Revision: 162965

fix FS#30533

Added:
  w3m/trunk/file_handle.patch
  w3m/trunk/gc72.patch
  w3m/trunk/https.patch
(from rev 162964, w3m/trunk/https-segfault.patch)
Modified:
  w3m/trunk/PKGBUILD
Deleted:
  w3m/trunk/https-segfault.patch

--+
 PKGBUILD |   13 +++---
 file_handle.patch|   60 +
 gc72.patch   |   13 ++
 https-segfault.patch |   19 ---
 https.patch  |   19 +++
 5 files changed, 101 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 04:22:17 UTC (rev 162964)
+++ PKGBUILD2012-07-04 11:56:21 UTC (rev 162965)
@@ -13,15 +13,20 @@
 optdepends=('imlib2: for graphics support') 
 depends=('openssl' 'gc' 'ncurses')
 
source=("http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz";
-'https-segfault.patch')
+'file_handle.patch'
+'https.patch'
+'gc72.patch')
 sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
-  '66affb2f695fe0bdde25cf774642bfd6a9404e88')
+  '457de43be7eabc652614461a7ab25e3ba76b2aff'
+  '66affb2f695fe0bdde25cf774642bfd6a9404e88'
+  '7baa06ca684fd140503a2adc65e2d606970c4662')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 
-   sed 's/file_handle/file_handle_rofl/g' -i istream.*
-   patch -p1 -i ../https-segfault.patch
+   patch -p1 -i ../file_handle.patch
+   patch -p1 -i ../https.patch
+   patch -p1 -i ../gc72.patch
 
./configure \
--prefix=/usr \

Added: file_handle.patch
===
--- file_handle.patch   (rev 0)
+++ file_handle.patch   2012-07-04 11:56:21 UTC (rev 162965)
@@ -0,0 +1,60 @@
+diff -Naur old/istream.c new/istream.c
+--- old/istream.c  2011-01-04 20:22:22.0 +1100
 new/istream.c  2012-07-04 21:50:51.529661517 +1000
+@@ -22,8 +22,8 @@
+ static void basic_close(int *handle);
+ static int basic_read(int *handle, char *buf, int len);
+ 
+-static void file_close(struct file_handle *handle);
+-static int file_read(struct file_handle *handle, char *buf, int len);
++static void file_close(struct file_handle_rofl *handle);
++static int file_read(struct file_handle_rofl *handle, char *buf, int len);
+ 
+ static int str_read(Str handle, char *buf, int len);
+ 
+@@ -114,7 +114,7 @@
+ stream = New(union input_stream);
+ init_base_stream(&stream->base, STREAM_BUF_SIZE);
+ stream->file.type = IST_FILE;
+-stream->file.handle = New(struct file_handle);
++stream->file.handle = New(struct file_handle_rofl);
+ stream->file.handle->f = f;
+ if (closep)
+   stream->file.handle->close = closep;
+@@ -658,13 +658,13 @@
+ }
+ 
+ static void
+-file_close(struct file_handle *handle)
++file_close(struct file_handle_rofl *handle)
+ {
+ handle->close(handle->f);
+ }
+ 
+ static int
+-file_read(struct file_handle *handle, char *buf, int len)
++file_read(struct file_handle_rofl *handle, char *buf, int len)
+ {
+ return fread(buf, 1, len, handle->f);
+ }
+diff -Naur old/istream.h new/istream.h
+--- old/istream.h  2003-10-21 02:41:56.0 +1000
 new/istream.h  2012-07-04 21:50:51.529661517 +1000
+@@ -20,7 +20,7 @@
+ 
+ typedef struct stream_buffer *StreamBuffer;
+ 
+-struct file_handle {
++struct file_handle_rofl {
+ FILE *f;
+ void (*close) ();
+ };
+@@ -53,7 +53,7 @@
+ 
+ struct file_stream {
+ struct stream_buffer stream;
+-struct file_handle *handle;
++struct file_handle_rofl *handle;
+ char type;
+ char iseos;
+ int (*read) ();

Added: gc72.patch
===
--- gc72.patch  (rev 0)
+++ gc72.patch  2012-07-04 11:56:21 UTC (rev 162965)
@@ -0,0 +1,13 @@
+diff -Naur old/main.c new/main.c
+--- old/main.c 2011-01-04 20:42:19.0 +1100
 new/main.c 2012-07-04 21:49:10.136212236 +1000
+@@ -833,7 +833,8 @@
+ mySignal(SIGPIPE, SigPipe);
+ #endif
+ 
+-orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
++orig_GC_warn_proc = GC_get_warn_proc();
++GC_set_warn_proc(wrap_GC_warn_proc);
+ err_msg = Strnew();
+ if (load_argc == 0) {
+   /* no URL specified */

Deleted: https-segfault.patch
===
--- https-segfault.patch2012-07-04 04:22:17 UTC (rev 162964)
+++ https-segfault.patch2012-07-04 11:56:21 UTC (rev 162965)
@@ -1,19 +0,0 @@
-Fedora patch; see https://bugzilla.redhat.com/show_bug.cgi?id=707994
-
 old/url.c  2011-01-04 14:52:24.0 +0530
-+++ new/url.c  2011-09-02 18:25:43.305652690 +0530
-@@ -82,11 +82,11 @@
- {"ftp", SCM_FTP},
- {"local", SCM_LOCAL},
- {"file", SCM_LOCAL},