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

2012-10-14 Thread Florian Pritz
Date: Monday, October 15, 2012 @ 02:58:24
  Author: bluewind
Revision: 168741

upgpkg: qrencode 3.4.0-1

upstream update

Modified:
  qrencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-15 06:35:45 UTC (rev 168740)
+++ PKGBUILD2012-10-15 06:58:24 UTC (rev 168741)
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau 
 
 pkgname=qrencode
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="C library for encoding data in a QR Code symbol."
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 license=('GPL')
 options=(!libtool)
 
source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('14920ba9d0515bddcaebfbd728229c5d')
+md5sums=('5af7879ab5b300663f2076c287c09030')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"



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

2012-10-14 Thread Andrea Scarpino
Date: Monday, October 15, 2012 @ 02:35:45
  Author: andrea
Revision: 168740

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

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

--+
 extra-i686/PKGBUILD  |   63 -
 extra-i686/akonadi.install   |   22 +++---
 extra-x86_64/PKGBUILD|   63 -
 extra-x86_64/akonadi.install |   22 +++---
 4 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-15 06:35:18 UTC (rev 168739)
+++ extra-i686/PKGBUILD 2012-10-15 06:35:45 UTC (rev 168740)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('81156d883b40241cfc0ddb885f55bcfe')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 168739, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-15 06:35:45 UTC (rev 168740)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('39411abc7bec8a485362ea7460e7e3d7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2012-10-15 06:35:18 UTC (rev 168739)
+++ extra-i686/akonadi.install  2012-10-15 06:35:45 UTC (rev 168740)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 168739, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2012-10-15 06:35:45 UTC (rev 168740)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-15 06:35:18 UTC (rev 168739)
+++ extra-x86_64/PKGBUILD   2012-10-15 06:35:45 UTC (rev 168740)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('81156d883b40241cfc0ddb885f55bcfe')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-

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

2012-10-14 Thread Andrea Scarpino
Date: Monday, October 15, 2012 @ 02:35:18
  Author: andrea
Revision: 168739

upgpkg: akonadi 1.8.1-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-15 05:14:50 UTC (rev 168738)
+++ PKGBUILD2012-10-15 06:35:18 UTC (rev 168739)
@@ -3,20 +3,19 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=akonadi
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
+url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
 depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('81156d883b40241cfc0ddb885f55bcfe')
+md5sums=('39411abc7bec8a485362ea7460e7e3d7')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in lirc/repos (70 files)

2012-10-14 Thread Tobias Powalowski
Date: Monday, October 15, 2012 @ 01:14:50
  Author: tpowa
Revision: 168738

db-move: moved lirc from [testing] to [extra] (i686, x86_64)

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 168736, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.conf
(from rev 168736, lirc/repos/testing-i686/irexec.conf)
  lirc/repos/extra-i686/irexec.service
(from rev 168736, lirc/repos/testing-i686/irexec.service)
  lirc/repos/extra-i686/irexecd
(from rev 168736, lirc/repos/testing-i686/irexecd)
  lirc/repos/extra-i686/kernel-2.6.39.patch
(from rev 168736, lirc/repos/testing-i686/kernel-2.6.39.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 168736, lirc/repos/testing-i686/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 168736, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 168736, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc.service
(from rev 168736, lirc/repos/testing-i686/lirc.service)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 168736, lirc/repos/testing-i686/lirc.tmpfiles)
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
(from rev 168736, lirc/repos/testing-i686/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-i686/lirc_wpc8769l.patch
(from rev 168736, lirc/repos/testing-i686/lirc_wpc8769l.patch)
  lirc/repos/extra-i686/lircd
(from rev 168736, lirc/repos/testing-i686/lircd)
  lirc/repos/extra-i686/lircd-handle-large-config.patch
(from rev 168736, lirc/repos/testing-i686/lircd-handle-large-config.patch)
  lirc/repos/extra-i686/lircd.conf
(from rev 168736, lirc/repos/testing-i686/lircd.conf)
  lirc/repos/extra-i686/lircm.service
(from rev 168736, lirc/repos/testing-i686/lircm.service)
  lirc/repos/extra-i686/lircmd
(from rev 168736, lirc/repos/testing-i686/lircmd)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 168736, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.conf
(from rev 168736, lirc/repos/testing-x86_64/irexec.conf)
  lirc/repos/extra-x86_64/irexec.service
(from rev 168736, lirc/repos/testing-x86_64/irexec.service)
  lirc/repos/extra-x86_64/irexecd
(from rev 168736, lirc/repos/testing-x86_64/irexecd)
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 168736, lirc/repos/testing-x86_64/kernel-2.6.39.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 168736, lirc/repos/testing-x86_64/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 168736, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 168736, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.service
(from rev 168736, lirc/repos/testing-x86_64/lirc.service)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 168736, lirc/repos/testing-x86_64/lirc.tmpfiles)
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
(from rev 168736, lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
(from rev 168736, lirc/repos/testing-x86_64/lirc_wpc8769l.patch)
  lirc/repos/extra-x86_64/lircd
(from rev 168736, lirc/repos/testing-x86_64/lircd)
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
(from rev 168736, lirc/repos/testing-x86_64/lircd-handle-large-config.patch)
  lirc/repos/extra-x86_64/lircd.conf
(from rev 168736, lirc/repos/testing-x86_64/lircd.conf)
  lirc/repos/extra-x86_64/lircm.service
(from rev 168736, lirc/repos/testing-x86_64/lircm.service)
  lirc/repos/extra-x86_64/lircmd
(from rev 168736, lirc/repos/testing-x86_64/lircmd)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.conf
  lirc/repos/extra-i686/irexec.service
  lirc/repos/extra-i686/irexecd
  lirc/repos/extra-i686/kernel-2.6.39.patch
  lirc/repos/extra-i686/lirc-utils.install
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.service
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
  lirc/repos/extra-i686/lirc_wpc8769l.patch
  lirc/repos/extra-i686/lircd
  lirc/repos/extra-i686/lircd-handle-large-config.patch
  lirc/repos/extra-i686/lircd.conf
  lirc/repos/extra-i686/lircm.service
  lirc/repos/extra-i686/lircmd
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.conf
  lirc/repos/extra-x86_64/irexec.service
  lirc/repos/extra-x86_64/irexecd
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
  lirc/repos/extra-x86_64/lirc-utils.install
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.service
  lirc/repos/extra-x86_64/lirc.tmpfiles
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
  lirc/repos/extra-x86_64/lircd
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
  lirc/repos/extra-x86_64/lircd.conf
  lirc/repos/extra-x86_64/lircm.service
  lirc/repos/extra-x86_64/lirc

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

2012-10-14 Thread Tobias Powalowski
Date: Monday, October 15, 2012 @ 01:14:45
  Author: tpowa
Revision: 168737

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 168736, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 168736, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 168736, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 168736, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   90 +-
 extra-i686/nvidia.install   |   30 +++---
 extra-x86_64/PKGBUILD   |   90 +-
 extra-x86_64/nvidia.install |   30 +++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-15 05:13:56 UTC (rev 168736)
+++ extra-i686/PKGBUILD 2012-10-15 05:14:45 UTC (rev 168737)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler 
-
-pkgname=nvidia
-pkgver=304.51
-_extramodules=extramodules-3.5-ARCH
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux."
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.5' 'linux<3.6' "nvidia-utils=${pkgver}")
-makedepends=('linux-headers>=3.5' 'linux-headers<3.6')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('4fde294e139a31528ea7f6efd8885a09')
-elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('2ca10e05cd3b5d2a87cd9fd93c06')
-fi
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 168736, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-15 05:14:45 UTC (rev 168737)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=304.51
+_extramodules=extramodules-3.6-ARCH
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux."
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.6' 'linux<3.7' "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.6' 'linux-headers<3.7')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('4fde294e139a31528ea7f6efd8885a09')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('2ca10e05cd3b5d2a87cd9fd93c06')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+}

Deleted: extra-i686/nvidia.install
===
--- extra-i686/nvidia.install   2012-10-15 05:13:56 UTC (rev 168736

[arch-commits] Commit in pam/repos (18 files)

2012-10-14 Thread Tobias Powalowski
Date: Monday, October 15, 2012 @ 01:13:56
  Author: tpowa
Revision: 168736

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

Added:
  pam/repos/core-i686/PKGBUILD
(from rev 168733, pam/repos/testing-i686/PKGBUILD)
  pam/repos/core-i686/other
(from rev 168733, pam/repos/testing-i686/other)
  pam/repos/core-i686/pam.install
(from rev 168733, pam/repos/testing-i686/pam.install)
  pam/repos/core-i686/pam_namespace-build-1.1.6.patch
(from rev 168733, pam/repos/testing-i686/pam_namespace-build-1.1.6.patch)
  pam/repos/core-i686/pam_unix2-glibc216.patch
(from rev 168733, pam/repos/testing-i686/pam_unix2-glibc216.patch)
  pam/repos/core-x86_64/PKGBUILD
(from rev 168733, pam/repos/testing-x86_64/PKGBUILD)
  pam/repos/core-x86_64/other
(from rev 168733, pam/repos/testing-x86_64/other)
  pam/repos/core-x86_64/pam.install
(from rev 168733, pam/repos/testing-x86_64/pam.install)
  pam/repos/core-x86_64/pam_namespace-build-1.1.6.patch
(from rev 168733, pam/repos/testing-x86_64/pam_namespace-build-1.1.6.patch)
  pam/repos/core-x86_64/pam_unix2-glibc216.patch
(from rev 168733, pam/repos/testing-x86_64/pam_unix2-glibc216.patch)
Deleted:
  pam/repos/core-i686/PKGBUILD
  pam/repos/core-i686/other
  pam/repos/core-i686/pam.install
  pam/repos/core-x86_64/PKGBUILD
  pam/repos/core-x86_64/other
  pam/repos/core-x86_64/pam.install
  pam/repos/testing-i686/
  pam/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  126 +-
 core-i686/other |   10 +-
 core-i686/pam.install   |   24 ++--
 core-i686/pam_namespace-build-1.1.6.patch   |   11 ++
 core-i686/pam_unix2-glibc216.patch  |   20 
 core-x86_64/PKGBUILD|  126 +-
 core-x86_64/other   |   10 +-
 core-x86_64/pam.install |   24 ++--
 core-x86_64/pam_namespace-build-1.1.6.patch |   11 ++
 core-x86_64/pam_unix2-glibc216.patch|   20 
 10 files changed, 228 insertions(+), 154 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-10-15 05:13:51 UTC (rev 168735)
+++ core-i686/PKGBUILD  2012-10-15 05:13:56 UTC (rev 168736)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=pam
-pkgver=1.1.5
-pkgrel=4
-pkgdesc="PAM (Pluggable Authentication Modules) library"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.kernel.org/pub/linux/libs/pam/";
-depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
-makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
-source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
-
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
-
ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2)
-options=('!libtool' '!emptydirs')
-md5sums=('927ee5585bdec5256c75117e9348aa47'
- 'e2788389a6c59224110a45fcff30e02b')
-
-build() {
-  cd $srcdir/Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib
-  make
-
-  cd $srcdir/pam_unix2-2.6
-  ./configure --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/Linux-PAM-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # build pam_unix2 module
-  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
-  cd $srcdir/pam_unix2-2.6
-  make DESTDIR=$pkgdir install
-
-  # add the realtime permissions for audio users
-  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
-  cat >>$pkgdir/etc/security/limits.conf <<_EOT
-*   -   rtprio  0
-*   -   nice0
-@audio  -   rtprio  65
-@audio  -   nice   -10
-@audio  -   memlock 4
-_EOT
-
-  # fix some missing symlinks from old pam for compatibility
-  cd $pkgdir/usr/lib/security
-  ln -s pam_unix.so pam_unix_acct.so
-  ln -s pam_unix.so pam_unix_auth.so
-  ln -s pam_unix.so pam_unix_passwd.so
-  ln -s pam_unix.so pam_unix_session.so
-
-  # set unix_chkpwd uid
-  chmod +s $pkgdir/sbin/unix_chkpwd
-}

Copied: pam/repos/core-i686/PKGBUILD (from rev 168733, 
pam/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-10-15 05:13:56 UTC (rev 168736)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.kernel.org/pub/linux/libs/pam/";
+depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('fl

[arch-commits] Commit in linux-lts/repos (34 files)

2012-10-14 Thread Tobias Powalowski
Date: Monday, October 15, 2012 @ 01:13:51
  Author: tpowa
Revision: 168735

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

Added:
  linux-lts/repos/core-i686/PKGBUILD
(from rev 168733, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 168733, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 168733, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 168733, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/ext4-options.patch
(from rev 168733, linux-lts/repos/testing-i686/ext4-options.patch)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 168733, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 168733, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 168733, linux-lts/repos/testing-i686/linux-lts.preset)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 168733, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 168733, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 168733, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 168733, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/ext4-options.patch
(from rev 168733, linux-lts/repos/testing-x86_64/ext4-options.patch)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 168733, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 168733, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 168733, linux-lts/repos/testing-x86_64/linux-lts.preset)
Deleted:
  linux-lts/repos/core-i686/PKGBUILD
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
  linux-lts/repos/core-i686/config
  linux-lts/repos/core-i686/config.x86_64
  linux-lts/repos/core-i686/ext4-options.patch
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-i686/linux-lts.install
  linux-lts/repos/core-i686/linux-lts.preset
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/config.x86_64
  linux-lts/repos/core-x86_64/ext4-options.patch
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-x86_64/linux-lts.install
  linux-lts/repos/core-x86_64/linux-lts.preset
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  616 -
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |11314 ++--
 core-i686/config.x86_64   |10790 +--
 core-i686/ext4-options.patch  |   98 
 core-i686/i915-fix-ghost-tv-output.patch  |   52 
 core-i686/linux-lts.install   |  130 
 core-i686/linux-lts.preset|   28 
 core-x86_64/PKGBUILD  |  616 -
 core-x86_64/change-default-console-loglevel.patch |   24 
 core-x86_64/config|11314 ++--
 core-x86_64/config.x86_64 |10790 +--
 core-x86_64/ext4-options.patch|   98 
 core-x86_64/i915-fix-ghost-tv-output.patch|   52 
 core-x86_64/linux-lts.install |  130 
 core-x86_64/linux-lts.preset  |   28 
 16 files changed, 23052 insertions(+), 23052 deletions(-)

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


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

2012-10-14 Thread Tobias Powalowski
Date: Monday, October 15, 2012 @ 01:13:47
  Author: tpowa
Revision: 168734

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 168733, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 168733, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 168733, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 168733, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 168733, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 168733, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 168733, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 168733, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 168733, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 168733, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 168733, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 168733, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/alsa-powersave-3.5.x.patch
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/i915-i2c-crash-3.5.x.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-i686/watchdog-3.5.x.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/alsa-powersave-3.5.x.patch
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/i915-i2c-crash-3.5.x.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/core-x86_64/watchdog-3.5.x.patch
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  632 -
 core-i686/alsa-powersave-3.5.x.patch  |   29 
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |12001 ++--
 core-i686/config.x86_64   |11542 +--
 core-i686/i915-i2c-crash-3.5.x.patch  |   47 
 core-i686/linux.install   |  130 
 core-i686/linux.preset|   28 
 core-i686/watchdog-3.5.x.patch|   60 
 core-x86_64/PKGBUILD  |  632 -
 core-x86_64/alsa-powersave-3.5.x.patch|   29 
 core-x86_64/change-default-console-loglevel.patch |   24 
 core-x86_64/config|12001 ++--
 core-x86_64/config.x86_64 |11542 +--
 core-x86_64/i915-i2c-crash-3.5.x.patch|   47 
 core-x86_64/linux.install |  130 
 core-x86_64/linux.preset  |   28 
 core-x86_64/watchdog-3.5.x.patch  |   60 
 18 files changed, 24454 insertions(+), 24532 deletions(-)

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


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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 22:01:46
  Author: eric
Revision: 168733

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

Added:
  gtk-vnc/repos/extra-i686/PKGBUILD
(from rev 168732, gtk-vnc/trunk/PKGBUILD)
  gtk-vnc/repos/extra-x86_64/PKGBUILD
(from rev 168732, gtk-vnc/trunk/PKGBUILD)
Deleted:
  gtk-vnc/repos/extra-i686/PKGBUILD
  gtk-vnc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-15 02:01:30 UTC (rev 168732)
+++ extra-i686/PKGBUILD 2012-10-15 02:01:46 UTC (rev 168733)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=gtk-vnc
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A VNC viewer widget for GTK"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/gtk-vnc";
-license=('LGPL')
-depends=('libgcrypt' 'gtk3')
-optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1de65d8ffa8c25a61a8e8c4b7e5963d4a826f4fcf7120d66ed027f5f70cc8f81')
-
-build() {
-  rm -rf gtk2-build gtk3-build
-  cp -a $pkgname-$pkgver gtk2-build
-  mv $pkgname-$pkgver gtk3-build
-
-  ( cd gtk2-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --disable-static --with-gtk=2.0
-make )
-
-  ( cd gtk3-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --with-examples --disable-static --with-gtk=3.0
-make )
-}
-
-package() {
-  make -C gtk2-build -j1 DESTDIR="${pkgdir}" install
-  make -C gtk3-build -j1 DESTDIR="${pkgdir}" install
-}

Copied: gtk-vnc/repos/extra-i686/PKGBUILD (from rev 168732, 
gtk-vnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-15 02:01:46 UTC (rev 168733)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=gtk-vnc
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A VNC viewer widget for GTK"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/gtk-vnc";
+license=('LGPL')
+depends=('libgcrypt' 'gtk3')
+optdepends=('gtk2: GTK2 widget')
+makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1ad1847a23f8ea8fbf2396de46c51ec0900ee3698cde4e205760518cd1e01a40')
+
+build() {
+  rm -rf gtk2-build gtk3-build
+  cp -a $pkgname-$pkgver gtk2-build
+  mv $pkgname-$pkgver gtk3-build
+
+  ( cd gtk2-build
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --with-python --disable-static --with-gtk=2.0
+make )
+
+  ( cd gtk3-build
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --with-python --with-examples --disable-static --with-gtk=3.0
+make )
+}
+
+package() {
+  make -C gtk2-build DESTDIR="${pkgdir}" install
+  make -C gtk3-build DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-15 02:01:30 UTC (rev 168732)
+++ extra-x86_64/PKGBUILD   2012-10-15 02:01:46 UTC (rev 168733)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=gtk-vnc
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A VNC viewer widget for GTK"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/gtk-vnc";
-license=('LGPL')
-depends=('libgcrypt' 'gtk3')
-optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1de65d8ffa8c25a61a8e8c4b7e5963d4a826f4fcf7120d66ed027f5f70cc8f81')
-
-build() {
-  rm -rf gtk2-build gtk3-build
-  cp -a $pkgname-$pkgver gtk2-build
-  mv $pkgname-$pkgver gtk3-build
-
-  ( cd gtk2-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --disable-static --with-gtk=2.0
-make )
-
-  ( cd gtk3-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --with-examples --disable-static --with-gtk=3.0
-make )
-}
-
-package() {
-  make -C gtk2-build -j1 DESTDIR="${pkgdir}" install
-  make -C g

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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 22:01:30
  Author: eric
Revision: 168732

upgpkg: gtk-vnc 0.5.1-1

Upstream update, Enable SMP installation (supposed to work now)

Modified:
  gtk-vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-15 02:00:18 UTC (rev 168731)
+++ PKGBUILD2012-10-15 02:01:30 UTC (rev 168732)
@@ -5,7 +5,7 @@
 # Contributor: lp76 
 
 pkgname=gtk-vnc
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="A VNC viewer widget for GTK"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1de65d8ffa8c25a61a8e8c4b7e5963d4a826f4fcf7120d66ed027f5f70cc8f81')
+sha256sums=('1ad1847a23f8ea8fbf2396de46c51ec0900ee3698cde4e205760518cd1e01a40')
 
 build() {
   rm -rf gtk2-build gtk3-build
@@ -35,6 +35,6 @@
 }
 
 package() {
-  make -C gtk2-build -j1 DESTDIR="${pkgdir}" install
-  make -C gtk3-build -j1 DESTDIR="${pkgdir}" install
+  make -C gtk2-build DESTDIR="${pkgdir}" install
+  make -C gtk3-build DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in x11vnc/repos (16 files)

2012-10-14 Thread Gaetan Bisson
Date: Sunday, October 14, 2012 @ 22:00:18
  Author: bisson
Revision: 168731

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

Added:
  x11vnc/repos/extra-i686/PKGBUILD
(from rev 168730, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/extra-i686/conf.d
(from rev 168730, x11vnc/trunk/conf.d)
  x11vnc/repos/extra-i686/rc.d
(from rev 168730, x11vnc/trunk/rc.d)
  x11vnc/repos/extra-i686/service
(from rev 168730, x11vnc/trunk/service)
  x11vnc/repos/extra-x86_64/PKGBUILD
(from rev 168730, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/extra-x86_64/conf.d
(from rev 168730, x11vnc/trunk/conf.d)
  x11vnc/repos/extra-x86_64/rc.d
(from rev 168730, x11vnc/trunk/rc.d)
  x11vnc/repos/extra-x86_64/service
(from rev 168730, x11vnc/trunk/service)
Deleted:
  x11vnc/repos/extra-i686/PKGBUILD
  x11vnc/repos/extra-i686/conf.d
  x11vnc/repos/extra-i686/rc.d
  x11vnc/repos/extra-i686/service
  x11vnc/repos/extra-x86_64/PKGBUILD
  x11vnc/repos/extra-x86_64/conf.d
  x11vnc/repos/extra-x86_64/rc.d
  x11vnc/repos/extra-x86_64/service

---+
 extra-i686/PKGBUILD   |   73 ---
 extra-i686/conf.d |   10 +++---
 extra-i686/rc.d   |   74 
 extra-i686/service|   14 -
 extra-x86_64/PKGBUILD |   73 ---
 extra-x86_64/conf.d   |   10 +++---
 extra-x86_64/rc.d |   74 
 extra-x86_64/service  |   14 -
 8 files changed, 172 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-15 01:59:26 UTC (rev 168730)
+++ extra-i686/PKGBUILD 2012-10-15 02:00:18 UTC (rev 168731)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=x11vnc
-pkgver=0.9.13
-pkgrel=2
-pkgdesc='VNC server for real X displays'
-url='http://www.karlrunge.com/x11vnc/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
-optdepends=('tk: for GUI support')
-backup=('etc/conf.d/x11vnc')
-source=("http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-'service'
-'conf.d'
-'rc.d')
-sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
-  '53e1ed7f84518a699a29607a03bee2321f9f9624'
-  '11011cce06511e9ba61672a1c80bb63a3a187539'
-  '477892cf0f0020043444b7493c80684762ded506')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/x11vnc"
-   install -Dm644 ../conf.d "${pkgdir}/etc/conf.d/x11vnc"
-   rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
-}

Copied: x11vnc/repos/extra-i686/PKGBUILD (from rev 168730, 
x11vnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-15 02:00:18 UTC (rev 168731)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=3
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+optdepends=('tk: for GUI support')
+backup=('etc/conf.d/x11vnc')
+source=("http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+'service'
+'conf.d'
+'rc.d')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624'
+  '11011cce06511e9ba61672a1c80bb63a3a187539'
+  '477892cf0f0020043444b7493c80684762ded506')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/x11vnc"
+   install -Dm644 ../conf.d "${pkgdir}/etc/conf.d/x11vnc"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+   rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
+}

Deleted: extra-i686/conf.d
===
--- extra-i686/conf.d   2012-10-15 01:59:26 UTC (rev 168730)
+++ extra-i686/conf.d   2012-10-15 02:00:18 UTC (rev 168731)
@@ -1,5 +0,0 @@
-#
-# Parameters to be passed to x11vnc
-#
-
-X11VNC_ARGS=""

Copied: x11vnc/repos/extra-i686/conf.d (from rev 168730, x11vnc/trunk/conf.d)
===

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

2012-10-14 Thread Gaetan Bisson
Date: Sunday, October 14, 2012 @ 21:59:26
  Author: bisson
Revision: 168730

actually install service file

Modified:
  x11vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 23:01:20 UTC (rev 168729)
+++ PKGBUILD2012-10-15 01:59:26 UTC (rev 168730)
@@ -4,7 +4,7 @@
 
 pkgname=x11vnc
 pkgver=0.9.13
-pkgrel=2
+pkgrel=3
 pkgdesc='VNC server for real X displays'
 url='http://www.karlrunge.com/x11vnc/'
 arch=('i686' 'x86_64')
@@ -32,5 +32,6 @@
make DESTDIR="${pkgdir}" install
install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/x11vnc"
install -Dm644 ../conf.d "${pkgdir}/etc/conf.d/x11vnc"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
 }



[arch-commits] Commit in xfce4-session/repos (10 files)

2012-10-14 Thread Evangelos Foutras
Date: Sunday, October 14, 2012 @ 19:01:20
  Author: foutrelis
Revision: 168729

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

Added:
  xfce4-session/repos/staging-i686/PKGBUILD
(from rev 168728, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/staging-i686/xfce4-session-4.10.0-add-systemd-support.patch
(from rev 168728, 
xfce4-session/trunk/xfce4-session-4.10.0-add-systemd-support.patch)
  xfce4-session/repos/staging-i686/xfce4-session.install
(from rev 168728, xfce4-session/trunk/xfce4-session.install)
  xfce4-session/repos/staging-x86_64/PKGBUILD
(from rev 168728, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/staging-x86_64/xfce4-session-4.10.0-add-systemd-support.patch
(from rev 168728, 
xfce4-session/trunk/xfce4-session-4.10.0-add-systemd-support.patch)
  xfce4-session/repos/staging-x86_64/xfce4-session.install
(from rev 168728, xfce4-session/trunk/xfce4-session.install)
Deleted:
  xfce4-session/repos/staging-i686/PKGBUILD
  xfce4-session/repos/staging-i686/xfce4-session.install
  xfce4-session/repos/staging-x86_64/PKGBUILD
  xfce4-session/repos/staging-x86_64/xfce4-session.install

---+
 staging-i686/PKGBUILD |   96 +-
 staging-i686/xfce4-session-4.10.0-add-systemd-support.patch   |  388 ++
 staging-i686/xfce4-session.install|   26 
 staging-x86_64/PKGBUILD   |   96 +-
 staging-x86_64/xfce4-session-4.10.0-add-systemd-support.patch |  388 ++
 staging-x86_64/xfce4-session.install  |   26 
 6 files changed, 906 insertions(+), 114 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-10-14 23:00:55 UTC (rev 168728)
+++ staging-i686/PKGBUILD   2012-10-14 23:01:20 UTC (rev 168729)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-session
-pkgver=4.10.0
-pkgrel=4
-pkgdesc="A session manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/";
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit'
-  'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
-'xscreensaver: for locking screen with xflock4'
-'gnome-screensaver: for locking screen with xflock4'
-'xlockmore: for locking screen with xflock4')
-replaces=('xfce-utils')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---enable-libgnome-keyring \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-session/repos/staging-i686/PKGBUILD (from rev 168728, 
xfce4-session/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 23:01:20 UTC (rev 168729)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-session
+pkgver=4.10.0
+pkgrel=5
+pkgdesc="A session manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit'
+  'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
+'xscreensaver: for locking screen with xflock4'
+'gnome-screensaver: for locking screen with xflock4'
+'xlockmore: for locking screen with xflock4')
+replaces=('xfce-utils')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+xfce4-session-4.10.0-add-systemd-support.patch)
+sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce'
+'ffae61c48a4bd0cb51d422cb93f2de9567abaf29085370c455ef349b6a10234b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8729
+  patch -Np1 -i "$srcdir/xfce4-session-4.10.0-add-systemd-support.patch"
+
+  xdt-autogen
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-legacy-sm \
+--disable-debug
+  make
+}
+

[arch-commits] Commit in xfce4-session/trunk (2 files)

2012-10-14 Thread Evangelos Foutras
Date: Sunday, October 14, 2012 @ 19:00:55
  Author: foutrelis
Revision: 168728

upgpkg: xfce4-session 4.10.0-5

Add systemd support for poweroff and reboot.

Added:
  xfce4-session/trunk/xfce4-session-4.10.0-add-systemd-support.patch
Modified:
  xfce4-session/trunk/PKGBUILD

+
 PKGBUILD   |   20 -
 xfce4-session-4.10.0-add-systemd-support.patch |  388 +++
 2 files changed, 402 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 22:47:56 UTC (rev 168727)
+++ PKGBUILD2012-10-14 23:00:55 UTC (rev 168728)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-session
 pkgver=4.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A session manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/";
@@ -12,7 +12,7 @@
 groups=('xfce4')
 depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit'
   'hicolor-icon-theme')
-makedepends=('intltool')
+makedepends=('intltool' 'xfce4-dev-tools')
 optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
 'xscreensaver: for locking screen with xflock4'
 'gnome-screensaver: for locking screen with xflock4'
@@ -20,18 +20,26 @@
 replaces=('xfce-utils')
 options=('!libtool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+xfce4-session-4.10.0-add-systemd-support.patch)
+sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce'
+'ffae61c48a4bd0cb51d422cb93f2de9567abaf29085370c455ef349b6a10234b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr \
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8729
+  patch -Np1 -i "$srcdir/xfce4-session-4.10.0-add-systemd-support.patch"
+
+  xdt-autogen
+
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var \
 --disable-static \
---enable-libgnome-keyring \
+--disable-legacy-sm \
 --disable-debug
   make
 }

Added: xfce4-session-4.10.0-add-systemd-support.patch
===
--- xfce4-session-4.10.0-add-systemd-support.patch  
(rev 0)
+++ xfce4-session-4.10.0-add-systemd-support.patch  2012-10-14 23:00:55 UTC 
(rev 168728)
@@ -0,0 +1,388 @@
+diff --git a/xfce4-session/xfsm-systemd.c b/xfce4-session/xfsm-systemd.c
+index 4076586..90e7873 100644
+--- /dev/null
 b/xfce4-session/xfsm-systemd.c
+@@ -0,0 +1,123 @@
++/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
++ *
++ * Copyright (C) 2012 Christian Hesse
++ *
++ * Licensed under the GNU General Public License Version 2
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this program; if not, write to the Free Software
++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA.
++ */
++
++#include 
++
++#include 
++#include 
++
++#include "xfsm-systemd.h"
++
++#define SYSTEMD_DBUS_NAME   "org.freedesktop.login1"
++#define SYSTEMD_DBUS_PATH   "/org/freedesktop/login1"
++#define SYSTEMD_DBUS_INTERFACE  "org.freedesktop.login1.Manager"
++#define SYSTEMD_REBOOT_ACTION   "org.freedesktop.login1.reboot"
++#define SYSTEMD_SHUTDOWN_ACTION "org.freedesktop.login1.power-off"
++
++struct _SystemdProxy {
++PolkitAuthority *authority;
++PolkitSubject *subject;
++};
++
++SystemdProxy *
++systemd_proxy_new (void)
++{
++SystemdProxy *proxy;
++
++proxy = g_new0 (SystemdProxy, 1);
++
++proxy->authority = polkit_authority_get_sync (NULL, NULL);
++proxy->subject = polkit_unix_process_new (getpid());
++
++return proxy;
++}
++
++void
++systemd_proxy_free (SystemdProxy *proxy)
++{
++g_object_unref (proxy->authority);
++g_object_unref (proxy->subject);
++
++g_free (proxy);
++}
++
++gboolean systemd_proxy_can_method (SystemdProxy *proxy, gboolean *can_method, 
const gchar *method, GError **error)
++{
++PolkitAuthorizationResult *res;
++GError *local_error = NULL;
++
++*can_method = FALSE;
++res 

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

2012-10-14 Thread Gaetan Bisson
Date: Sunday, October 14, 2012 @ 18:47:56
  Author: bisson
Revision: 168727

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-14 22:47:28 UTC (rev 168726)
+++ extra-i686/PKGBUILD 2012-10-14 22:47:56 UTC (rev 168727)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Maintainer: Gaetan Bisson 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Anton Leontiev 
-
-pkgname=graphicsmagick
-pkgver=1.3.16
-pkgrel=1
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
-sha1sums=('3949030b101d66811242a0d30abc9965481ed035')
-
-build() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --with-perl \
-   --enable-shared \
-   --disable-static \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   # Install MIT license
-   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
-   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
-   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 168726, 
graphicsmagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-14 22:47:56 UTC (rev 168727)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.17
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha1sums=('6428eb4bd19635c833750ac9d56c9b89bef4c975')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
+}

Deleted: extra-x86_64/PKGBUILD

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

2012-10-14 Thread Gaetan Bisson
Date: Sunday, October 14, 2012 @ 18:47:28
  Author: bisson
Revision: 168726

upstream update

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 21:32:40 UTC (rev 168725)
+++ PKGBUILD2012-10-14 22:47:28 UTC (rev 168726)
@@ -5,7 +5,7 @@
 # Contributor: Anton Leontiev 
 
 pkgname=graphicsmagick
-pkgver=1.3.16
+pkgver=1.3.17
 pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
@@ -16,7 +16,7 @@
  'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
-sha1sums=('3949030b101d66811242a0d30abc9965481ed035')
+sha1sums=('6428eb4bd19635c833750ac9d56c9b89bef4c975')
 
 build() {
cd "${srcdir}/GraphicsMagick-${pkgver}"



[arch-commits] Commit in python-soappy/repos (staging-any staging-any/PKGBUILD)

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 17:32:40
  Author: eric
Revision: 168725

archrelease: copy trunk to staging-any

Added:
  python-soappy/repos/staging-any/
  python-soappy/repos/staging-any/PKGBUILD
(from rev 168724, python-soappy/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: python-soappy/repos/staging-any/PKGBUILD (from rev 168724, 
python-soappy/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-10-14 21:32:40 UTC (rev 168725)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Anton Bazhenov 
+# Contributor: Ryan Coyner 
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.0
+pkgrel=11
+pkgdesc="A module which implements a high-level interface to SOAP functions"
+arch=('any')
+url="http://pywebsvcs.sourceforge.net/";
+license=('custom')
+depends=('python2-fpconst' 'pyxml')
+conflicts=('python-soappy<=0.12.0-10')
+replaces=('python-soappy<=0.12.0-10')
+optdepends=('python2-m2crypto: for support for server-side SSL')
+source=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz";)
+md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
+
+build() {
+  cd "${srcdir}/SOAPpy-${pkgver}"
+  sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py
+  python2 setup.py build
+}
+
+package_python2-soappy() {
+  cd "${srcdir}/SOAPpy-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  for f in c14n.py Namespaces.py logging.py __init__.py; do
+sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+-i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
+  done
+}



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 17:32:30
  Author: eric
Revision: 168724

upgpkg: python-soappy 0.12.0-11

Rename package, Update depends and optdepends

Modified:
  python-soappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 21:14:34 UTC (rev 168723)
+++ PKGBUILD2012-10-14 21:32:30 UTC (rev 168724)
@@ -3,15 +3,18 @@
 # Contributor: Anton Bazhenov 
 # Contributor: Ryan Coyner 
 
-pkgname=python-soappy
+pkgbase=python-soappy
+pkgname=python2-soappy
 pkgver=0.12.0
-pkgrel=10
+pkgrel=11
 pkgdesc="A module which implements a high-level interface to SOAP functions"
 arch=('any')
 url="http://pywebsvcs.sourceforge.net/";
 license=('custom')
-depends=('python-fpconst' 'pyxml')
-optdepends=('python-m2crypto: for support for server-side SSL')
+depends=('python2-fpconst' 'pyxml')
+conflicts=('python-soappy<=0.12.0-10')
+replaces=('python-soappy<=0.12.0-10')
+optdepends=('python2-m2crypto: for support for server-side SSL')
 source=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz";)
 md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
 
@@ -21,7 +24,7 @@
   python2 setup.py build
 }
 
-package() {
+package_python2-soappy() {
   cd "${srcdir}/SOAPpy-${pkgver}"
   python2 setup.py install --root="${pkgdir}" --optimize=1
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"



[arch-commits] Commit in python-pysqlite/repos (6 files)

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 17:14:34
  Author: eric
Revision: 168723

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

Added:
  python-pysqlite/repos/staging-i686/
  python-pysqlite/repos/staging-i686/PKGBUILD
(from rev 168722, python-pysqlite/trunk/PKGBUILD)
  python-pysqlite/repos/staging-i686/setup.cfg
(from rev 168722, python-pysqlite/trunk/setup.cfg)
  python-pysqlite/repos/staging-x86_64/
  python-pysqlite/repos/staging-x86_64/PKGBUILD
(from rev 168722, python-pysqlite/trunk/PKGBUILD)
  python-pysqlite/repos/staging-x86_64/setup.cfg
(from rev 168722, python-pysqlite/trunk/setup.cfg)

--+
 staging-i686/PKGBUILD|   38 ++
 staging-i686/setup.cfg   |5 +
 staging-x86_64/PKGBUILD  |   38 ++
 staging-x86_64/setup.cfg |5 +
 4 files changed, 86 insertions(+)

Copied: python-pysqlite/repos/staging-i686/PKGBUILD (from rev 168722, 
python-pysqlite/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 21:14:34 UTC (rev 168723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Aaron Griffin 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=python-pysqlite
+pkgname=python2-pysqlite
+pkgver=2.6.3
+pkgrel=3
+pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational 
database engine"
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pysqlite/";
+depends=('python2' 'sqlite')
+conflicts=('python-pysqlite<=2.6.3-2')
+replaces=('python-pysqlite<=2.6.3-2')
+source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
+setup.cfg)
+md5sums=('711afa1062a1d2c4a67acdf02a33d86e'
+ '86dd356c65afd14a22f2f8f64a26441e')
+
+check() {
+cd "${srcdir}"/pysqlite-${pkgver}/build/lib.*/
+python2 -c "from pysqlite2 import test; test.test()"
+}
+
+build() {
+   cd "${srcdir}/pysqlite-${pkgver}"
+   cp "${srcdir}/setup.cfg" .
+   python2 setup.py build
+}
+
+package_python2-pysqlite() {
+   cd "${srcdir}/pysqlite-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -r "${pkgdir}/usr/pysqlite2-doc"
+}

Copied: python-pysqlite/repos/staging-i686/setup.cfg (from rev 168722, 
python-pysqlite/trunk/setup.cfg)
===
--- staging-i686/setup.cfg  (rev 0)
+++ staging-i686/setup.cfg  2012-10-14 21:14:34 UTC (rev 168723)
@@ -0,0 +1,5 @@
+[build_ext]
+define=
+include_dirs=/usr/include
+library_dirs=/usr/lib
+libraries=sqlite3

Copied: python-pysqlite/repos/staging-x86_64/PKGBUILD (from rev 168722, 
python-pysqlite/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-14 21:14:34 UTC (rev 168723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Aaron Griffin 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=python-pysqlite
+pkgname=python2-pysqlite
+pkgver=2.6.3
+pkgrel=3
+pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational 
database engine"
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pysqlite/";
+depends=('python2' 'sqlite')
+conflicts=('python-pysqlite<=2.6.3-2')
+replaces=('python-pysqlite<=2.6.3-2')
+source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
+setup.cfg)
+md5sums=('711afa1062a1d2c4a67acdf02a33d86e'
+ '86dd356c65afd14a22f2f8f64a26441e')
+
+check() {
+cd "${srcdir}"/pysqlite-${pkgver}/build/lib.*/
+python2 -c "from pysqlite2 import test; test.test()"
+}
+
+build() {
+   cd "${srcdir}/pysqlite-${pkgver}"
+   cp "${srcdir}/setup.cfg" .
+   python2 setup.py build
+}
+
+package_python2-pysqlite() {
+   cd "${srcdir}/pysqlite-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -r "${pkgdir}/usr/pysqlite2-doc"
+}

Copied: python-pysqlite/repos/staging-x86_64/setup.cfg (from rev 168722, 
python-pysqlite/trunk/setup.cfg)
===
--- staging-x86_64/setup.cfg(rev 0)
+++ staging-x86_64/setup.cfg2012-10-14 21:14:34 UTC (rev 168723)
@@ -0,0 +1,5 @@
+[build_ext]
+define=
+include_dirs=/usr/include
+library_dirs=/usr/lib
+libraries=sqlite3



[arch-commits] Commit in python-pysqlite/trunk (ChangeLog PKGBUILD)

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 17:14:20
  Author: eric
Revision: 168722

upgpkg: python-pysqlite 2.6.3-3

Rename package, Fix package and check functions, Remove ChangeLog

Modified:
  python-pysqlite/trunk/PKGBUILD
Deleted:
  python-pysqlite/trunk/ChangeLog

---+
 ChangeLog |   16 
 PKGBUILD  |   26 +++---
 2 files changed, 15 insertions(+), 27 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2012-10-14 20:45:08 UTC (rev 168721)
+++ ChangeLog   2012-10-14 21:14:20 UTC (rev 168722)
@@ -1,16 +0,0 @@
-2011-10-07  Angel Velasquez 
-   * Updated to: 2.6.3
-   * Added check function
-
-2009-08-06  Douglas Soares de Andrade  
-
-   * Updated to: 2.5.5
-
-2009-07-19  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5.5
-
-2008-07-15  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.4.1
-

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 20:45:08 UTC (rev 168721)
+++ PKGBUILD2012-10-14 21:14:20 UTC (rev 168722)
@@ -2,33 +2,37 @@
 # Maintainer: Angel Velasquez  
 # Contributor: Aaron Griffin 
 # Contributor: Daniel J Griffiths 
-pkgname=python-pysqlite
+
+pkgbase=python-pysqlite
+pkgname=python2-pysqlite
 pkgver=2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational 
database engine"
 license=('custom')
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/pysqlite/";
 depends=('python2' 'sqlite')
-replaces=('pysqlite2')
+conflicts=('python-pysqlite<=2.6.3-2')
+replaces=('python-pysqlite<=2.6.3-2')
 source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
 setup.cfg)
 md5sums=('711afa1062a1d2c4a67acdf02a33d86e'
  '86dd356c65afd14a22f2f8f64a26441e')
 
 check() {
-cd ${pkgdir}/usr/lib/python2.7/site-packages
+cd "${srcdir}"/pysqlite-${pkgver}/build/lib.*/
 python2 -c "from pysqlite2 import test; test.test()"
 }
 
 build() {
-   cd ${srcdir}/pysqlite-${pkgver}
-   cp ${srcdir}/setup.cfg .
-   python2 setup.py install --root=${pkgdir}
+   cd "${srcdir}/pysqlite-${pkgver}"
+   cp "${srcdir}/setup.cfg" .
+   python2 setup.py build
 }
 
-package() {
-   cd ${srcdir}/pysqlite-${pkgver}
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   rm -r ${pkgdir}/usr/pysqlite2-doc
+package_python2-pysqlite() {
+   cd "${srcdir}/pysqlite-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -r "${pkgdir}/usr/pysqlite2-doc"
 }



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:45:08
  Author: eric
Revision: 168721

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

Added:
  python-notify/repos/staging-i686/
  python-notify/repos/staging-i686/PKGBUILD
(from rev 168720, python-notify/trunk/PKGBUILD)
  python-notify/repos/staging-i686/libnotify07.patch
(from rev 168720, python-notify/trunk/libnotify07.patch)
  python-notify/repos/staging-i686/notify-python-0.1.1-fix-GTK-symbols.patch
(from rev 168720, 
python-notify/trunk/notify-python-0.1.1-fix-GTK-symbols.patch)
  python-notify/repos/staging-x86_64/
  python-notify/repos/staging-x86_64/PKGBUILD
(from rev 168720, python-notify/trunk/PKGBUILD)
  python-notify/repos/staging-x86_64/libnotify07.patch
(from rev 168720, python-notify/trunk/libnotify07.patch)
  python-notify/repos/staging-x86_64/notify-python-0.1.1-fix-GTK-symbols.patch
(from rev 168720, 
python-notify/trunk/notify-python-0.1.1-fix-GTK-symbols.patch)

--+
 staging-i686/PKGBUILD|   43 +
 staging-i686/libnotify07.patch   |   36 ++
 staging-i686/notify-python-0.1.1-fix-GTK-symbols.patch   |   25 +++
 staging-x86_64/PKGBUILD  |   43 +
 staging-x86_64/libnotify07.patch |   36 ++
 staging-x86_64/notify-python-0.1.1-fix-GTK-symbols.patch |   25 +++
 6 files changed, 208 insertions(+)

Copied: python-notify/repos/staging-i686/PKGBUILD (from rev 168720, 
python-notify/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 20:45:08 UTC (rev 168721)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+
+pkgbase=python-notify
+pkgname=python2-notify
+pkgver=0.1.1
+pkgrel=12
+pkgdesc="Python bindings for libnotify"
+arch=('i686' 'x86_64')
+url="http://www.galago-project.org/";
+license=('GPL')
+depends=('pygtk>=2.22.0' 'libnotify>=0.7.1')
+makedepends=('python2')
+conflicts=('python-notify<=0.1.1-11')
+replaces=('python-notify<=0.1.1-11')
+options=(!libtool)
+source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz
+libnotify07.patch
+notify-python-0.1.1-fix-GTK-symbols.patch)
+md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4'
+ 'b40c4542575d5aef559908fe60a21634'
+ 'c6922028da5951e69a6a0167bdb4461c')
+
+build() {
+cd "${srcdir}/notify-python-${pkgver}"
+
+patch -Np1 -i "${srcdir}/libnotify07.patch"
+patch -Np1 -i "${srcdir}/notify-python-0.1.1-fix-GTK-symbols.patch"
+
+./configure --prefix=/usr
+
+# WARNING - we touch src/pynotify.override in build because upstream did 
not rebuild pynotify.c
+# from the input definitions, this forces pynotify.c to be regenerated, at 
some point this can be removed
+touch src/pynotify.override
+
+make clean
+make
+}
+
+package_python2-notify() {
+cd "${srcdir}/notify-python-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: python-notify/repos/staging-i686/libnotify07.patch (from rev 168720, 
python-notify/trunk/libnotify07.patch)
===
--- staging-i686/libnotify07.patch  (rev 0)
+++ staging-i686/libnotify07.patch  2012-10-14 20:45:08 UTC (rev 168721)
@@ -0,0 +1,36 @@
+diff -up notify-python-0.1.1/src/pynotify.defs.notify070 
notify-python-0.1.1/src/pynotify.defs
+--- notify-python-0.1.1/src/pynotify.defs.notify0702010-11-02 
17:11:14.928179237 -0400
 notify-python-0.1.1/src/pynotify.defs  2010-11-02 17:11:51.153180231 
-0400
+@@ -38,7 +38,6 @@
+ '("const-gchar*" "summary")
+ '("const-gchar*" "message" (null-ok) (default "NULL"))
+ '("const-gchar*" "icon" (null-ok) (default "NULL"))
+-'("GtkWidget*" "attach" (null-ok) (default "NULL"))
+   )
+ )
+ 
+@@ -53,24 +52,6 @@
+   )
+ )
+ 
+-(define-method attach_to_widget
+-  (of-object "NotifyNotification")
+-  (c-name "notify_notification_attach_to_widget")
+-  (return-type "none")
+-  (parameters
+-'("GtkWidget*" "attach")
+-  )
+-)
+-
+-(define-method attach_to_status_icon
+-  (of-object "NotifyNotification")
+-  (c-name "notify_notification_attach_to_status_icon")
+-  (return-type "none")
+-  (parameters
+-'("GtkStatusIcon*" "attach")
+-  )
+-)
+-
+ (define-method show
+   (of-object "NotifyNotification")
+   (c-name "notify_notification_show")

Copied: 
python-notify/repos/staging-i686/notify-python-0.1.1-fix-GTK-symbols.patch 
(from rev 168720, python-notify/trunk/notify-python-0.1.1-fix-GTK-symbols.patch)
===
--- staging-i686/notify-python-0.1.1-fix-GTK-symbols.patch  
(rev 0)
+++ staging-i686/notify-python-0.1.1-fix-GTK-symbols.patch

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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:44:53
  Author: eric
Revision: 168720

upgpkg: python-notify 0.1.1-12

Rename package

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 20:34:45 UTC (rev 168719)
+++ PKGBUILD2012-10-14 20:44:53 UTC (rev 168720)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Mario Danic 
-# Contributor: Daniel J Griffiths 
-pkgname=python-notify
+
+pkgbase=python-notify
+pkgname=python2-notify
 pkgver=0.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Python bindings for libnotify"
 arch=('i686' 'x86_64')
 url="http://www.galago-project.org/";
 license=('GPL')
 depends=('pygtk>=2.22.0' 'libnotify>=0.7.1')
-makedepends=('pkgconfig' 'python2')
+makedepends=('python2')
+conflicts=('python-notify<=0.1.1-11')
+replaces=('python-notify<=0.1.1-11')
 options=(!libtool)
 
source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz
 libnotify07.patch
@@ -22,10 +22,10 @@
  'c6922028da5951e69a6a0167bdb4461c')
 
 build() {
-cd ${srcdir}/notify-python-${pkgver}
+cd "${srcdir}/notify-python-${pkgver}"
 
-patch -Np1 -i ${srcdir}/libnotify07.patch
-patch -Np1 -i ${srcdir}/notify-python-0.1.1-fix-GTK-symbols.patch
+patch -Np1 -i "${srcdir}/libnotify07.patch"
+patch -Np1 -i "${srcdir}/notify-python-0.1.1-fix-GTK-symbols.patch"
 
 ./configure --prefix=/usr
 
@@ -37,7 +37,7 @@
 make
 }
 
-package() {
-cd ${srcdir}/notify-python-${pkgver}
-make DESTDIR=${pkgdir} install
+package_python2-notify() {
+cd "${srcdir}/notify-python-${pkgver}"
+make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in python-fpconst/repos (staging-any staging-any/PKGBUILD)

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:34:45
  Author: eric
Revision: 168719

archrelease: copy trunk to staging-any

Added:
  python-fpconst/repos/staging-any/
  python-fpconst/repos/staging-any/PKGBUILD
(from rev 168718, python-fpconst/trunk/PKGBUILD)

--+
 PKGBUILD |   24 
 1 file changed, 24 insertions(+)

Copied: python-fpconst/repos/staging-any/PKGBUILD (from rev 168718, 
python-fpconst/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-10-14 20:34:45 UTC (rev 168719)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Anton Bazhenov 
+# Contributor: Ryan Coyner 
+
+pkgbase=python-fpconst
+pkgname=python2-fpconst
+_pkgbasename=fpconst
+pkgver=0.7.3
+pkgrel=4
+pkgdesc="Utilities for handling IEEE 754 floating point special values"
+arch=('any')
+url="http://pypi.python.org/pypi/fpconst/";
+license=('APACHE')
+depends=('python2')
+conflicts=('python-fpconst<=0.7.3-3')
+replaces=('python-fpconst<=0.7.3-3')
+source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz";)
+md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
+
+package_python2-fpconst() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:34:35
  Author: eric
Revision: 168718

upgpkg: python-fpconst 0.7.3-4

Rename package

Modified:
  python-fpconst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 20:27:32 UTC (rev 168717)
+++ PKGBUILD2012-10-14 20:34:35 UTC (rev 168718)
@@ -3,19 +3,22 @@
 # Contributor: Anton Bazhenov 
 # Contributor: Ryan Coyner 
 
-pkgname=python-fpconst
+pkgbase=python-fpconst
+pkgname=python2-fpconst
 _pkgbasename=fpconst
 pkgver=0.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Utilities for handling IEEE 754 floating point special values"
 arch=('any')
 url="http://pypi.python.org/pypi/fpconst/";
 license=('APACHE')
 depends=('python2')
+conflicts=('python-fpconst<=0.7.3-3')
+replaces=('python-fpconst<=0.7.3-3')
 
source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz";)
 md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
 
-package() {
+package_python2-fpconst() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
   python2 setup.py install --root="${pkgdir}"
 }



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:27:32
  Author: eric
Revision: 168717

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

Added:
  python-wpactrl/repos/staging-i686/
  python-wpactrl/repos/staging-i686/PKGBUILD
(from rev 168716, python-wpactrl/trunk/PKGBUILD)
  python-wpactrl/repos/staging-x86_64/
  python-wpactrl/repos/staging-x86_64/PKGBUILD
(from rev 168716, python-wpactrl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: python-wpactrl/repos/staging-i686/PKGBUILD (from rev 168716, 
python-wpactrl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 20:27:32 UTC (rev 168717)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-wpactrl
+pkgname=python2-wpactrl
+pkgver=20090609
+pkgrel=4
+pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/wiki/PythonWpaCtrl";
+license=('GPL2')
+depends=('python2')
+conflicts=('python-wpactrl<=20090609-3')
+replaces=('python-wpactrl<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/python-wpactrl-20090609.tar.gz)
+md5sums=('8d45739aa9bfa1110a4570bb5ceda768')
+
+build() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py build
+}
+
+package_python2-wpactrl() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}

Copied: python-wpactrl/repos/staging-x86_64/PKGBUILD (from rev 168716, 
python-wpactrl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-14 20:27:32 UTC (rev 168717)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-wpactrl
+pkgname=python2-wpactrl
+pkgver=20090609
+pkgrel=4
+pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/wiki/PythonWpaCtrl";
+license=('GPL2')
+depends=('python2')
+conflicts=('python-wpactrl<=20090609-3')
+replaces=('python-wpactrl<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/python-wpactrl-20090609.tar.gz)
+md5sums=('8d45739aa9bfa1110a4570bb5ceda768')
+
+build() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py build
+}
+
+package_python2-wpactrl() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:27:17
  Author: eric
Revision: 168716

upgpkg: python-wpactrl 20090609-4

Rename package, Add package function

Modified:
  python-wpactrl/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 20:19:42 UTC (rev 168715)
+++ PKGBUILD2012-10-14 20:27:17 UTC (rev 168716)
@@ -1,18 +1,26 @@
+# $Id$
 # Maintainer: Daniel Isenmann 
 
-pkgname=python-wpactrl
+pkgbase=python-wpactrl
+pkgname=python2-wpactrl
 pkgver=20090609
-pkgrel=3
+pkgrel=4
 pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
 arch=('i686' 'x86_64')
 url="http://projects.otaku42.de/wiki/PythonWpaCtrl";
 license=('GPL2')
 depends=('python2')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/python-wpactrl-20090609.tar.gz)
+conflicts=('python-wpactrl<=20090609-3')
+replaces=('python-wpactrl<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/python-wpactrl-20090609.tar.gz)
 md5sums=('8d45739aa9bfa1110a4570bb5ceda768')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd "${srcdir}/${pkgbase}-${pkgver}"
python2 setup.py build
-   python2 setup.py install --root=${pkgdir}   
 }
+
+package_python2-wpactrl() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}


Property changes on: python-wpactrl/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:19:42
  Author: eric
Revision: 168715

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

Added:
  python-iwscan/repos/staging-i686/
  python-iwscan/repos/staging-i686/PKGBUILD
(from rev 168714, python-iwscan/trunk/PKGBUILD)
  python-iwscan/repos/staging-x86_64/
  python-iwscan/repos/staging-x86_64/PKGBUILD
(from rev 168714, python-iwscan/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: python-iwscan/repos/staging-i686/PKGBUILD (from rev 168714, 
python-iwscan/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 20:19:42 UTC (rev 168715)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=4
+pkgdesc="A Python interface to iwlist, using the iwlib library"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/browser/python-iwscan";
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan<=20090609-3')
+replaces=('python-iwscan<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+build() {
+   cd "${srcdir}/${pkgbase}"
+   python2 setup.py build
+}
+
+package_python2-iwscan() {
+   cd "${srcdir}/${pkgbase}"
+   python2 setup.py install --root="${pkgdir}"
+}

Copied: python-iwscan/repos/staging-x86_64/PKGBUILD (from rev 168714, 
python-iwscan/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-14 20:19:42 UTC (rev 168715)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=4
+pkgdesc="A Python interface to iwlist, using the iwlib library"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/browser/python-iwscan";
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan<=20090609-3')
+replaces=('python-iwscan<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+build() {
+   cd "${srcdir}/${pkgbase}"
+   python2 setup.py build
+}
+
+package_python2-iwscan() {
+   cd "${srcdir}/${pkgbase}"
+   python2 setup.py install --root="${pkgdir}"
+}



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:19:27
  Author: eric
Revision: 168714

upgpkg: python-iwscan 20090609-4

Rename package, Add package function

Modified:
  python-iwscan/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 19:47:10 UTC (rev 168713)
+++ PKGBUILD2012-10-14 20:19:27 UTC (rev 168714)
@@ -1,18 +1,26 @@
+# $Id$
 # Maintainer: Daniel Isenmann 
 
-pkgname=python-iwscan
+pkgbase=python-iwscan
+pkgname=python2-iwscan
 pkgver=20090609
-pkgrel=3
+pkgrel=4
 pkgdesc="A Python interface to iwlist, using the iwlib library"
 arch=('i686' 'x86_64')
 url="http://projects.otaku42.de/browser/python-iwscan";
 license=('LGPL')
 depends=('python2' 'wireless_tools')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-20090609.tar.gz)
+conflicts=('python-iwscan<=20090609-3')
+replaces=('python-iwscan<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
 md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
 
 build() {
-   cd ${srcdir}/${pkgname}
+   cd "${srcdir}/${pkgbase}"
python2 setup.py build
-   python2 setup.py install --root=${pkgdir}   
 }
+
+package_python2-iwscan() {
+   cd "${srcdir}/${pkgbase}"
+   python2 setup.py install --root="${pkgdir}"
+}


Property changes on: python-iwscan/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in sonata/repos (6 files)

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 15:47:10
  Author: eric
Revision: 168713

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

Added:
  sonata/repos/staging-i686/
  sonata/repos/staging-i686/PKGBUILD
(from rev 168712, sonata/trunk/PKGBUILD)
  sonata/repos/staging-i686/info.py.patch
(from rev 168712, sonata/trunk/info.py.patch)
  sonata/repos/staging-x86_64/
  sonata/repos/staging-x86_64/PKGBUILD
(from rev 168712, sonata/trunk/PKGBUILD)
  sonata/repos/staging-x86_64/info.py.patch
(from rev 168712, sonata/trunk/info.py.patch)

--+
 staging-i686/PKGBUILD|   30 ++
 staging-i686/info.py.patch   |   15 +++
 staging-x86_64/PKGBUILD  |   30 ++
 staging-x86_64/info.py.patch |   15 +++
 4 files changed, 90 insertions(+)

Copied: sonata/repos/staging-i686/PKGBUILD (from rev 168712, 
sonata/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 19:47:10 UTC (rev 168713)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: William Rea 
+
+pkgname=sonata
+pkgver=1.6.2.1
+pkgrel=8
+pkgdesc="Elegant GTK+ music client for MPD"
+arch=('i686' 'x86_64')
+url="http://sonata.berlios.de/";
+license=('GPL3')
+depends=('pygtk' 'python2-mpd')
+optdepends=('gnome-python-extras: Enhanced system tray support'
+'tagpy: Metadata editing support'
+'python2-dbus: Various extra functionality (e.g. multimedia keys 
support)')
+source=(http://download.berlios.de/${pkgname}/${pkgname}-$pkgver.tar.gz
+info.py.patch)
+md5sums=('0b912325e7175abad3bf6c0edc071e05'
+ '595fcf7615035829b264afecb5a1beeb')
+
+build() {
+  cd "$srcdir/${pkgname}-$pkgver"
+  patch -Np0 -i "$srcdir/info.py.patch"
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' sonata/breadcrumbs.py
+}
+
+package() {
+  cd "$srcdir/${pkgname}-$pkgver"
+  python2 setup.py install --prefix=/usr --optimize 1 --root="$pkgdir"
+}

Copied: sonata/repos/staging-i686/info.py.patch (from rev 168712, 
sonata/trunk/info.py.patch)
===
--- staging-i686/info.py.patch  (rev 0)
+++ staging-i686/info.py.patch  2012-10-14 19:47:10 UTC (rev 168713)
@@ -0,0 +1,15 @@
+--- sonata/info.py 2011-07-05 22:32:08.452556016 -0500
 sonata/info.py 2011-07-05 22:45:50.849311466 -0500
+@@ -393,9 +393,9 @@
+   if content.startswith("#REDIRECT [["):
+   addr = 
"http://lyricwiki.org/index.php?title=%s&action=edit"; % 
urllib.quote(content.split("[[")[1].split("]]")[0])
+   content = urllib.urlopen(addr).read()
+-  lyrics = 
content.split("")[1].split("")[0]
+-  if lyrics.strip() != "":
+-  lyrics = misc.unescape_html(lyrics)
++  content = misc.unescape_html(content)
++  lyrics = 
content.split("")[1].split("")[0].strip()
++  if lyrics.strip() != "":
+   lyrics = misc.wiki_to_html(lyrics)
+   lyrics = lyrics.decode("utf-8")
+ # Save lyrics to file:

Copied: sonata/repos/staging-x86_64/PKGBUILD (from rev 168712, 
sonata/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-14 19:47:10 UTC (rev 168713)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: William Rea 
+
+pkgname=sonata
+pkgver=1.6.2.1
+pkgrel=8
+pkgdesc="Elegant GTK+ music client for MPD"
+arch=('i686' 'x86_64')
+url="http://sonata.berlios.de/";
+license=('GPL3')
+depends=('pygtk' 'python2-mpd')
+optdepends=('gnome-python-extras: Enhanced system tray support'
+'tagpy: Metadata editing support'
+'python2-dbus: Various extra functionality (e.g. multimedia keys 
support)')
+source=(http://download.berlios.de/${pkgname}/${pkgname}-$pkgver.tar.gz
+info.py.patch)
+md5sums=('0b912325e7175abad3bf6c0edc071e05'
+ '595fcf7615035829b264afecb5a1beeb')
+
+build() {
+  cd "$srcdir/${pkgname}-$pkgver"
+  patch -Np0 -i "$srcdir/info.py.patch"
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' sonata/breadcrumbs.py
+}
+
+package() {
+  cd "$srcdir/${pkgname}-$pkgver"
+  python2 setup.py install --prefix=/usr --optimize 1 --root="$pkgdir"
+}

Copied: sonata/repos/staging-x86_64/info.py.patch (from rev 168712, 
sonata/trunk/info.py.patch)
===
--- staging-x86_64/info.py

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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 15:46:56
  Author: eric
Revision: 168712

upgpkg: sonata 1.6.2.1-8

Update depends, Add python2 fix, Remove ChangeLog

Modified:
  sonata/trunk/PKGBUILD
Deleted:
  sonata/trunk/ChangeLog

---+
 ChangeLog |   16 
 PKGBUILD  |   10 +-
 2 files changed, 5 insertions(+), 21 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2012-10-14 19:37:01 UTC (rev 168711)
+++ ChangeLog   2012-10-14 19:46:56 UTC (rev 168712)
@@ -1,16 +0,0 @@
-2011-07-26  Angel Velasquez 
-  * sonata 1.6.2.1-7:
-  Applied patch to pull lyrics FS#25036
-
-2009-03-30  Alexander Fehr  
-
-  * sonata-1.6-1:
-  New upstream release.
-
-2008-09-15  Alexander Fehr  
-
-  * sonata-1.5.3-1:
-  New upstream release.
-  New maintainer.
-  Replaced install file with optdepends.
-  Added ChangeLog.

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 19:37:01 UTC (rev 168711)
+++ PKGBUILD2012-10-14 19:46:56 UTC (rev 168712)
@@ -4,24 +4,24 @@
 
 pkgname=sonata
 pkgver=1.6.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Elegant GTK+ music client for MPD"
 arch=('i686' 'x86_64')
 url="http://sonata.berlios.de/";
 license=('GPL3')
-depends=('pygtk' 'python-mpd')
+depends=('pygtk' 'python2-mpd')
 optdepends=('gnome-python-extras: Enhanced system tray support'
 'tagpy: Metadata editing support'
-'dbus-python: Various extra functionality (e.g. multimedia keys 
support)')
+'python2-dbus: Various extra functionality (e.g. multimedia keys 
support)')
 source=(http://download.berlios.de/${pkgname}/${pkgname}-$pkgver.tar.gz
 info.py.patch)
-changelog=ChangeLog
 md5sums=('0b912325e7175abad3bf6c0edc071e05'
  '595fcf7615035829b264afecb5a1beeb')
 
 build() {
   cd "$srcdir/${pkgname}-$pkgver"
-  patch -Np0 -i $srcdir/info.py.patch
+  patch -Np0 -i "$srcdir/info.py.patch"
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' sonata/breadcrumbs.py
 }
 
 package() {



[arch-commits] Commit in python-mpd/repos (staging-any staging-any/PKGBUILD)

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 15:37:01
  Author: eric
Revision: 168711

archrelease: copy trunk to staging-any

Added:
  python-mpd/repos/staging-any/
  python-mpd/repos/staging-any/PKGBUILD
(from rev 168710, python-mpd/trunk/PKGBUILD)

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Copied: python-mpd/repos/staging-any/PKGBUILD (from rev 168710, 
python-mpd/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-10-14 19:37:01 UTC (rev 168711)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Scott Horowitz 
+
+pkgbase=python-mpd
+pkgname=python2-mpd
+pkgver=0.3.0
+pkgrel=3
+pkgdesc="Python MPD client library"
+arch=('any')
+url="http://jatreuman.indefero.net/p/python-mpd/";
+license=('GPL3')
+depends=('python2')
+source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-$pkgver.tar.bz2";)
+md5sums=('cfd4b907ba8ef33ff79bd7cbc16b25c0')
+
+package_python2-mpd() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 15:36:45
  Author: eric
Revision: 168710

upgpkg: python-mpd 0.3.0-3

Rename package

Modified:
  python-mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 18:12:00 UTC (rev 168709)
+++ PKGBUILD2012-10-14 19:36:45 UTC (rev 168710)
@@ -4,19 +4,20 @@
 # Contributor: Alexander Fehr 
 # Contributor: Scott Horowitz 
 
-pkgname=python-mpd
+pkgbase=python-mpd
+pkgname=python2-mpd
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python MPD client library"
 arch=('any')
 url="http://jatreuman.indefero.net/p/python-mpd/";
 license=('GPL3')
 depends=('python2')
-source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-$pkgver.tar.bz2";)
+source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-$pkgver.tar.bz2";)
 md5sums=('cfd4b907ba8ef33ff79bd7cbc16b25c0')
 
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+package_python2-mpd() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
 
   python2 setup.py install --root="${pkgdir}" --optimize=1
 }



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

2012-10-14 Thread Tom Gundersen
Date: Sunday, October 14, 2012 @ 14:12:00
  Author: tomegun
Revision: 168709

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 168708, hwids/trunk/PKGBUILD)

--+
 PKGBUILD |   17 +
 1 file changed, 17 insertions(+)

Copied: hwids/repos/testing-any/PKGBUILD (from rev 168708, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-10-14 18:12:00 UTC (rev 168709)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20121012
+pkgrel=1
+pkgdesc="hardware identification databases"
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}";)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p "${pkgdir}/usr/share/hwdata"
+  cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
+}
+md5sums=('c2eb487c4d61d874255d12b2e1aa95b3')



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

2012-10-14 Thread Tom Gundersen
Date: Sunday, October 14, 2012 @ 14:11:40
  Author: tomegun
Revision: 168708

upgpkg: hwids 20121012-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 17:07:07 UTC (rev 168707)
+++ PKGBUILD2012-10-14 18:11:40 UTC (rev 168708)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20120922
+pkgver=20121012
 pkgrel=1
 pkgdesc="hardware identification databases"
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p "${pkgdir}/usr/share/hwdata"
   cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
 }
-md5sums=('b37eba5bf9192e08fdda164a512d529e')
+md5sums=('c2eb487c4d61d874255d12b2e1aa95b3')



[arch-commits] Commit in (ruby-docs)

2012-10-14 Thread Thomas Dziedzic
Date: Sunday, October 14, 2012 @ 13:07:07
  Author: tdziedzic
Revision: 168707

remove ruby-docs as a separate package

Deleted:
  ruby-docs/



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

2012-10-14 Thread Jan Steffens
Date: Sunday, October 14, 2012 @ 12:54:10
  Author: heftig
Revision: 168706

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  networkmanager/repos/gnome-unstable-i686/NetworkManager.conf
(from rev 168705, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/gnome-unstable-i686/PKGBUILD
(from rev 168705, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/gnome-unstable-i686/disable_set_hostname.patch
(from rev 168705, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/gnome-unstable-i686/dnsmasq-path.patch
(from rev 168705, networkmanager/trunk/dnsmasq-path.patch)
  networkmanager/repos/gnome-unstable-i686/networkmanager.install
(from rev 168705, networkmanager/trunk/networkmanager.install)
  networkmanager/repos/gnome-unstable-i686/nm-polkit-permissive.patch
(from rev 168705, networkmanager/trunk/nm-polkit-permissive.patch)
  networkmanager/repos/gnome-unstable-i686/repair-signals.patch
(from rev 168705, networkmanager/trunk/repair-signals.patch)
  networkmanager/repos/gnome-unstable-i686/systemd-sleep.patch
(from rev 168705, networkmanager/trunk/systemd-sleep.patch)
  networkmanager/repos/gnome-unstable-x86_64/NetworkManager.conf
(from rev 168705, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 168705, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/gnome-unstable-x86_64/disable_set_hostname.patch
(from rev 168705, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/gnome-unstable-x86_64/dnsmasq-path.patch
(from rev 168705, networkmanager/trunk/dnsmasq-path.patch)
  networkmanager/repos/gnome-unstable-x86_64/networkmanager.install
(from rev 168705, networkmanager/trunk/networkmanager.install)
  networkmanager/repos/gnome-unstable-x86_64/nm-polkit-permissive.patch
(from rev 168705, networkmanager/trunk/nm-polkit-permissive.patch)
  networkmanager/repos/gnome-unstable-x86_64/repair-signals.patch
(from rev 168705, networkmanager/trunk/repair-signals.patch)
  networkmanager/repos/gnome-unstable-x86_64/systemd-sleep.patch
(from rev 168705, networkmanager/trunk/systemd-sleep.patch)
Deleted:
  networkmanager/repos/gnome-unstable-i686/NetworkManager.conf
  networkmanager/repos/gnome-unstable-i686/PKGBUILD
  networkmanager/repos/gnome-unstable-i686/disable_set_hostname.patch
  networkmanager/repos/gnome-unstable-i686/dnsmasq-path.patch
  networkmanager/repos/gnome-unstable-i686/networkmanager.install
  networkmanager/repos/gnome-unstable-i686/nm-polkit-permissive.patch
  networkmanager/repos/gnome-unstable-i686/repair-signals.patch
  networkmanager/repos/gnome-unstable-i686/systemd-sleep.patch
  networkmanager/repos/gnome-unstable-x86_64/NetworkManager.conf
  networkmanager/repos/gnome-unstable-x86_64/PKGBUILD
  networkmanager/repos/gnome-unstable-x86_64/disable_set_hostname.patch
  networkmanager/repos/gnome-unstable-x86_64/dnsmasq-path.patch
  networkmanager/repos/gnome-unstable-x86_64/networkmanager.install
  networkmanager/repos/gnome-unstable-x86_64/nm-polkit-permissive.patch
  networkmanager/repos/gnome-unstable-x86_64/repair-signals.patch
  networkmanager/repos/gnome-unstable-x86_64/systemd-sleep.patch

--+
 gnome-unstable-i686/NetworkManager.conf  |4 
 gnome-unstable-i686/PKGBUILD |  156 +-
 gnome-unstable-i686/disable_set_hostname.patch   |   38 
 gnome-unstable-i686/dnsmasq-path.patch   |   60 -
 gnome-unstable-i686/networkmanager.install   |   18 
 gnome-unstable-i686/nm-polkit-permissive.patch   |   24 
 gnome-unstable-i686/repair-signals.patch |   74 -
 gnome-unstable-i686/systemd-sleep.patch  | 1253 ++---
 gnome-unstable-x86_64/NetworkManager.conf|4 
 gnome-unstable-x86_64/PKGBUILD   |  156 +-
 gnome-unstable-x86_64/disable_set_hostname.patch |   38 
 gnome-unstable-x86_64/dnsmasq-path.patch |   60 -
 gnome-unstable-x86_64/networkmanager.install |   18 
 gnome-unstable-x86_64/nm-polkit-permissive.patch |   24 
 gnome-unstable-x86_64/repair-signals.patch   |   74 -
 gnome-unstable-x86_64/systemd-sleep.patch| 1253 ++---
 16 files changed, 1606 insertions(+), 1648 deletions(-)

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


[arch-commits] Commit in networkmanager/trunk (PKGBUILD systemd-sleep.patch)

2012-10-14 Thread Jan Steffens
Date: Sunday, October 14, 2012 @ 12:51:30
  Author: heftig
Revision: 168705

Update sleep patch

Modified:
  networkmanager/trunk/PKGBUILD
  networkmanager/trunk/systemd-sleep.patch

-+
 PKGBUILD|4 
 systemd-sleep.patch |  589 --
 2 files changed, 286 insertions(+), 307 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 16:38:05 UTC (rev 168704)
+++ PKGBUILD2012-10-14 16:51:30 UTC (rev 168705)
@@ -9,7 +9,7 @@
 pkgname=networkmanager
 _pkgname=NetworkManager
 pkgver=0.9.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Network Management daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -35,7 +35,7 @@
 '65124505048cc8396daf0242c9f5d532fa669b4bbca305998c248ab2329490cb'
 'e23b651a90ef62d515921953b4c6779538d35a737fb74c266b7fce94d62fdb06'
 'a1c65a09e5e8ecb1004ab7922517aa7fbc9700dc61e3b2fd348d3d7c23808ce6'
-'8fe72946aa3b01d2205f3910bf07a3669c6c0218fb8d2bad45b6a27b48e3e496')
+'24c181ab69e769e703e45f64a552add5df5de22fbcd8899d588add053674420a')
 
 build() {
   cd $_pkgname-$pkgver

Modified: systemd-sleep.patch
===
--- systemd-sleep.patch 2012-10-14 16:38:05 UTC (rev 168704)
+++ systemd-sleep.patch 2012-10-14 16:51:30 UTC (rev 168705)
@@ -1,35 +1,94 @@
-From 64fd8eea7706038e5d38c8463a1c765ed9331db2 Mon Sep 17 00:00:00 2001
+From b444d31cba5b8ac0c9771cc5a246dfd3af9dfd00 Mon Sep 17 00:00:00 2001
 From: Matthias Clasen 
 Date: Tue, 9 Oct 2012 00:36:35 -0400
-Subject: [PATCH 1/2] core: factor out the upower suspend/resume code (bgo
+Subject: [PATCH] core: factor out the upower suspend/resume code (bgo
  #677694)
 
 Factor the code that listens for upower sleeping and resuming
 signals out into a class code NMSleepMonitor.
+
+core: add a systemd suspend/resume monitor (bgo #677694)
+
+This implementation uses a delay inhibitor to get systemd to
+emit PrepareForSleep, and then emits ::Sleeping and ::Resuming
+when receiving the before/after PrepareForSleep emissions.
+
+core: DBusGConnections are not GObjects
+
+Introduced in 64fd8eea7706038e5d38c8463a1c765ed9331db2.
+
+core: fix suspend/resume signal names which the manager listens for
+
+Introduced in 64fd8eea7706038e5d38c8463a1c765ed9331db2; but honestly
+I also thought GObject lower-cased signal names since it munges them
+for - and _ too.  Apparently not.
 ---
- src/Makefile.am|   2 +
- src/nm-manager.c   |  40 +
- src/nm-sleep-monitor.c | 152 +
- src/nm-sleep-monitor.h |  46 +++
- 4 files changed, 214 insertions(+), 26 deletions(-)
- create mode 100644 src/nm-sleep-monitor.c
+ configure.ac   |   2 +-
+ src/Makefile.am|   9 +-
+ src/nm-manager.c   |  40 +++-
+ src/nm-sleep-monitor-systemd.c | 217 +
+ src/nm-sleep-monitor-upower.c  | 151 
+ src/nm-sleep-monitor.h |  46 +
+ 6 files changed, 437 insertions(+), 28 deletions(-)
+ create mode 100644 src/nm-sleep-monitor-systemd.c
+ create mode 100644 src/nm-sleep-monitor-upower.c
  create mode 100644 src/nm-sleep-monitor.h
 
+diff --git a/configure.ac b/configure.ac
+index e76e193..9152c23 100644
+--- a/configure.ac
 b/configure.ac
+@@ -327,7 +327,7 @@ PKG_CHECK_MODULES(GUDEV, gudev-1.0 >= 147)
+ AC_SUBST(GUDEV_CFLAGS)
+ AC_SUBST(GUDEV_LIBS)
+ 
+-PKG_CHECK_MODULES(GIO, gio-2.0)
++PKG_CHECK_MODULES(GIO, gio-unix-2.0)
+ AC_SUBST(GIO_CFLAGS)
+ AC_SUBST(GIO_LIBS)
+ 
 diff --git a/src/Makefile.am b/src/Makefile.am
-index b155209..9484a1f 100644
+index b155209..ba7d2d6 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -191,6 +191,8 @@ NetworkManager_SOURCES = \
+@@ -191,6 +191,7 @@ NetworkManager_SOURCES = \
nm-session-monitor.h \
nm-session-utils.c \
nm-session-utils.h \
 +  nm-sleep-monitor.h \
-+  nm-sleep-monitor.c \
nm-connection-provider.h \
nm-connection-provider.c \
nm-dispatcher.c \
+@@ -201,13 +202,18 @@ NetworkManager_SOURCES += nm-connectivity.c 
nm-connectivity.h
+ endif
+ 
+ if SESSION_TRACKING_SYSTEMD
+-NetworkManager_SOURCES += nm-session-monitor-systemd.c
++NetworkManager_SOURCES += \
++  nm-session-monitor-systemd.c \
++  nm-sleep-monitor-systemd.c
+ else
+ if SESSION_TRACKING_CK
+ NetworkManager_SOURCES += nm-session-monitor-ck.c
+ else
+ NetworkManager_SOURCES += nm-session-monitor-null.c
+ endif
++
++# UPower suspend/resume used whenever systemd is not enabled
++NetworkManager_SOURCES += nm-sleep-monitor-upower.c
+ endif
+ 
+ nm-access-point-glue.h: $(top_srcdir)/introspection/nm-access-point.xml
+@@ -283,6 +289,7 @@ BUILT_SOURCES = \
+ NetworkManager_CPPFLAGS = \
+

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

2012-10-14 Thread Thomas Bächler
Date: Sunday, October 14, 2012 @ 12:38:05
  Author: thomas
Revision: 168704

db-move: moved kdebase-workspace from [testing] to [extra] (i686, x86_64)

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

+
 extra-i686/PKGBUILD|  180 ---
 extra-i686/fixpath.patch   |   68 +--
 extra-i686/kde-np.pam  |   21 ++-
 extra-i686/kde.pam |   17 +-
 extra-i686/kdebase-workspace.install   |   50 
 extra-i686/kdm |   72 ++--
 extra-i686/kdm-xinitrd.patch   |   36 +++---
 extra-i686/kdm.logrotate   | 

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

2012-10-14 Thread Thomas Dziedzic
Date: Sunday, October 14, 2012 @ 11:54:18
  Author: tdziedzic
Revision: 168703

db-move: moved ruby from [testing] to [extra] (i686, x86_64)

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 168702, ruby/repos/testing-i686/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 168702, ruby/repos/testing-i686/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 168702, ruby/repos/testing-i686/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 168702, ruby/repos/testing-x86_64/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 168702, ruby/repos/testing-x86_64/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 168702, ruby/repos/testing-x86_64/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install
  ruby/repos/testing-i686/
  ruby/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  125 
 extra-i686/gemrc  |   10 +--
 extra-i686/ruby.install   |   44 +++
 extra-x86_64/PKGBUILD |  125 
 extra-x86_64/gemrc|   10 +--
 extra-x86_64/ruby.install |   44 +++
 6 files changed, 192 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-14 15:17:29 UTC (rev 168702)
+++ extra-i686/PKGBUILD 2012-10-14 15:54:18 UTC (rev 168703)
@@ -1,56 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=ruby
-pkgver=1.9.3_p194
-pkgrel=2
-pkgdesc='An object-oriented language for quick and easy programming'
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-backup=('etc/gemrc')
-provides=('rubygems' 'rake')
-conflicts=('rake')
-depends=('openssl' 'libffi' 'libyaml')
-makedepends=('tk')
-optdepends=('tk: for Ruby/TK'
-'ruby-docs: Ruby documentation')
-options=('!emptydirs' '!makeflags')
-install='ruby.install'
-source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
-'gemrc')
-md5sums=('2278eff4cfed3cbc0653bc73085caa34'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---enable-pthread \
---disable-rpath \
---disable-install-doc
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package() {
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 168702, 
ruby/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-14 15:54:18 UTC (rev 168703)
@@ -0,0 +1,69 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p286
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('2278eff4cfed3cbc0653bc73085caa34'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pk

[arch-commits] Commit in slim/repos (20 files)

2012-10-14 Thread Tom Gundersen
Date: Sunday, October 14, 2012 @ 11:17:29
  Author: tomegun
Revision: 168702

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

Added:
  slim/repos/staging-i686/
  slim/repos/staging-i686/PKGBUILD
(from rev 168701, slim/trunk/PKGBUILD)
  slim/repos/staging-i686/fix-glibc-segfault-1.3.4.patch
(from rev 168701, slim/trunk/fix-glibc-segfault-1.3.4.patch)
  slim/repos/staging-i686/libpng-1.4+-support.patch
(from rev 168701, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/staging-i686/logrotate
(from rev 168701, slim/trunk/logrotate)
  slim/repos/staging-i686/pam.d
(from rev 168701, slim/trunk/pam.d)
  slim/repos/staging-i686/rc.d
(from rev 168701, slim/trunk/rc.d)
  slim/repos/staging-i686/session-name.patch
(from rev 168701, slim/trunk/session-name.patch)
  slim/repos/staging-i686/slim.service
(from rev 168701, slim/trunk/slim.service)
  slim/repos/staging-i686/tty-slowness.patch
(from rev 168701, slim/trunk/tty-slowness.patch)
  slim/repos/staging-x86_64/
  slim/repos/staging-x86_64/PKGBUILD
(from rev 168701, slim/trunk/PKGBUILD)
  slim/repos/staging-x86_64/fix-glibc-segfault-1.3.4.patch
(from rev 168701, slim/trunk/fix-glibc-segfault-1.3.4.patch)
  slim/repos/staging-x86_64/libpng-1.4+-support.patch
(from rev 168701, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/staging-x86_64/logrotate
(from rev 168701, slim/trunk/logrotate)
  slim/repos/staging-x86_64/pam.d
(from rev 168701, slim/trunk/pam.d)
  slim/repos/staging-x86_64/rc.d
(from rev 168701, slim/trunk/rc.d)
  slim/repos/staging-x86_64/session-name.patch
(from rev 168701, slim/trunk/session-name.patch)
  slim/repos/staging-x86_64/slim.service
(from rev 168701, slim/trunk/slim.service)
  slim/repos/staging-x86_64/tty-slowness.patch
(from rev 168701, slim/trunk/tty-slowness.patch)

---+
 staging-i686/PKGBUILD |   63 
 staging-i686/fix-glibc-segfault-1.3.4.patch   |   13 
 staging-i686/libpng-1.4+-support.patch|   14 +
 staging-i686/logrotate|9 +++
 staging-i686/pam.d|   10 +++
 staging-i686/rc.d |   36 +
 staging-i686/session-name.patch   |   21 
 staging-i686/slim.service |9 +++
 staging-i686/tty-slowness.patch   |   30 +++
 staging-x86_64/PKGBUILD   |   63 
 staging-x86_64/fix-glibc-segfault-1.3.4.patch |   13 
 staging-x86_64/libpng-1.4+-support.patch  |   14 +
 staging-x86_64/logrotate  |9 +++
 staging-x86_64/pam.d  |   10 +++
 staging-x86_64/rc.d   |   36 +
 staging-x86_64/session-name.patch |   21 
 staging-x86_64/slim.service   |9 +++
 staging-x86_64/tty-slowness.patch |   30 +++
 18 files changed, 410 insertions(+)

Copied: slim/repos/staging-i686/PKGBUILD (from rev 168701, slim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-14 15:17:29 UTC (rev 168702)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Thayer Williams 
+# Contributor: Alexander Fehr 
+# Contributor: Hugo Ideler 
+
+pkgname=slim
+pkgver=1.3.4
+pkgrel=4
+pkgdesc='Desktop-independent graphical login manager for X11'
+arch=('i686' 'x86_64')
+url='http://slim.berlios.de/'
+license=('GPL2')
+depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
+makedepends=('cmake' 'freeglut')
+backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
+source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'rc.d'
+'pam.d'
+'logrotate'
+'slim.service'
+'session-name.patch'
+'libpng-1.4+-support.patch'
+'fix-glibc-segfault-1.3.4.patch')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../session-name.patch # FS#26693: fix default session name
+patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
+patch -Np0 -i ../fix-glibc-segfault-1.3.4.patch # FS#30864
+cd ${srcdir}
+mkdir build
+cd build
+cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_PAM=yes -DUSE_CONSOLEKIT=no
+   make
+}
+
+package() {
+cd  ${srcdir}/build/
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m755 ../rc.d "${pkgdir}"/etc/rc.d/slim
+   install -D -m644 ../pam.d "${pkgdir}"/etc/pam.d/slim
+   install -D -m644 ../logrotate "${pkgdir}"/etc/logrotate.d/slim
+
+   # Provide sane d

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

2012-10-14 Thread Tom Gundersen
Date: Sunday, October 14, 2012 @ 11:16:23
  Author: tomegun
Revision: 168701

upgpkg: slim 1.3.4-4

remove CK dependency

Part of TODO 188. Also remove instructions about inittab/rc.conf as
they are now deprecated.

Modified:
  slim/trunk/PKGBUILD
Deleted:
  slim/trunk/install

--+
 PKGBUILD |8 +++-
 install  |7 ---
 2 files changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 15:12:55 UTC (rev 168700)
+++ PKGBUILD2012-10-14 15:16:23 UTC (rev 168701)
@@ -6,12 +6,12 @@
 
 pkgname=slim
 pkgver=1.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Desktop-independent graphical login manager for X11'
 arch=('i686' 'x86_64')
 url='http://slim.berlios.de/'
 license=('GPL2')
-depends=('consolekit' 'pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
+depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
 makedepends=('cmake' 'freeglut')
 backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
 source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz";
@@ -23,8 +23,6 @@
 'libpng-1.4+-support.patch'
 'fix-glibc-segfault-1.3.4.patch')
 
-install=install
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../session-name.patch # FS#26693: fix default session name
@@ -37,7 +35,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_PAM=yes -DUSE_CONSOLEKIT=yes
+-DUSE_PAM=yes -DUSE_CONSOLEKIT=no
make
 }
 

Deleted: install
===
--- install 2012-10-14 15:12:55 UTC (rev 168700)
+++ install 2012-10-14 15:16:23 UTC (rev 168701)
@@ -1,7 +0,0 @@
-post_install() {
-  cat < Add slim to the DAEMONS array in /etc/rc.conf or update /etc/inittab.
-
-EOF
-}



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

2012-10-14 Thread Dave Reisner
Date: Sunday, October 14, 2012 @ 11:12:55
  Author: dreisner
Revision: 168700

package is LGPL2, not GPL

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 15:01:42 UTC (rev 168699)
+++ PKGBUILD2012-10-14 15:12:55 UTC (rev 168700)
@@ -7,7 +7,7 @@
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
-license=('GPL2')
+license=('LGPL2.1')
 depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
 makedepends=('gtk-doc' 'gobject-introspection')
 options=('!libtool')



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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 11:01:42
  Author: eric
Revision: 168699

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

Added:
  xfce4-mixer/repos/extra-i686/PKGBUILD
(from rev 168698, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
(from rev 168698, xfce4-mixer/trunk/xfce4-mixer.install)
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
(from rev 168698, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install
(from rev 168698, xfce4-mixer/trunk/xfce4-mixer.install)
Deleted:
  xfce4-mixer/repos/extra-i686/PKGBUILD
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install

--+
 extra-i686/PKGBUILD  |   74 ++---
 extra-i686/xfce4-mixer.install   |   26 ++---
 extra-x86_64/PKGBUILD|   74 ++---
 extra-x86_64/xfce4-mixer.install |   26 ++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-14 15:01:17 UTC (rev 168698)
+++ extra-i686/PKGBUILD 2012-10-14 15:01:42 UTC (rev 168699)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich 
-
-pkgname=xfce4-mixer
-pkgver=4.8.0
-pkgrel=4
-pkgdesc="The volume control plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/";
-license=('GPL2')
-groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mixer/repos/extra-i686/PKGBUILD (from rev 168698, 
xfce4-mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-14 15:01:42 UTC (rev 168699)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+
+pkgname=xfce4-mixer
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="The volume control plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mixer.install
===
--- extra-i686/xfce4-mixer.install  2012-10-14 15:01:17 UTC (rev 168698)
+++ extra-i686/xfce4-mixer.install  2012-10-14 15:01:42 UTC (rev 168699)
@@ -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-mixer/repos/extra-i686/xfce4-mixer.install (from rev 168698, 
xfce4-mixer/trunk/xfce4-mixer.install)
===
--- extra-i686/xfce4-mixer.install  (rev 0)
+++ extra-i686/xfce4-mixer.install  2012-10-14 15:01:42 UTC (rev 168699)
@@ -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
===
--- extra-x86_64/PKGBUILD   2012-10-14 15:01:17 UTC (rev 168698)
+++ extra-x86_64/PKGBUILD   2012-10-14 15:01:42 UTC (rev 168699)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich 
-
-pkgname=xfce4-mixer
-pkgver=4.8.0
-pkgrel=4
-pkgdesc="The volume control plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/";
-license=('GPL2')
-groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')

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

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 11:01:17
  Author: eric
Revision: 168698

upgpkg: xfce4-mixer 4.10.0-1

Upstream update, Add libunique depends

Modified:
  xfce4-mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 14:55:36 UTC (rev 168697)
+++ PKGBUILD2012-10-14 15:01:17 UTC (rev 168698)
@@ -2,19 +2,19 @@
 # Maintainer: Tobias Kieslich 
 
 pkgname=xfce4-mixer
-pkgver=4.8.0
-pkgrel=4
+pkgver=4.10.0
+pkgrel=1
 pkgdesc="The volume control plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/";
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
 makedepends=('intltool')
 options=('!libtool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-10-14 Thread Dave Reisner
Date: Sunday, October 14, 2012 @ 10:55:36
  Author: dreisner
Revision: 168697

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

Added:
  curl/repos/core-i686/PKGBUILD
(from rev 168696, curl/repos/testing-i686/PKGBUILD)
  curl/repos/core-i686/curlbuild.h
(from rev 168696, curl/repos/testing-i686/curlbuild.h)
  curl/repos/core-x86_64/PKGBUILD
(from rev 168696, curl/repos/testing-x86_64/PKGBUILD)
  curl/repos/core-x86_64/curlbuild.h
(from rev 168696, curl/repos/testing-x86_64/curlbuild.h)
Deleted:
  curl/repos/core-i686/PKGBUILD
  curl/repos/core-i686/curlbuild.h
  curl/repos/core-x86_64/PKGBUILD
  curl/repos/core-x86_64/curlbuild.h
  curl/repos/testing-i686/
  curl/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  128 +++---
 core-i686/curlbuild.h   |   18 +++---
 core-x86_64/PKGBUILD|  128 +++---
 core-x86_64/curlbuild.h |   18 +++---
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-10-14 13:07:38 UTC (rev 168696)
+++ core-i686/PKGBUILD  2012-10-14 14:55:36 UTC (rev 168697)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=curl
-pkgver=7.27.0
-pkgrel=1
-pkgdesc="An URL retrival utility and library"
-arch=('i686' 'x86_64')
-url="http://curl.haxx.se";
-license=('MIT')
-depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
-options=('!libtool')
-source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-curlbuild.h)
-md5sums=('f0e48fdb635b5939e02a9291b89e5336'
- 'b5d6d54f97adcaf5c871174e5460f081'
- '751bd433ede935c8fae727377625a8ae')
-
-ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
-case $ptrsize in
-  8) _curlbuild=curlbuild-64.h ;;
-  4) _curlbuild=curlbuild-32.h ;;
-  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
-exit 1
-;;
-esac
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --without-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # devel
-  install -Dm644 docs/libcurl/libcurl.m4 "$pkgdir/usr/share/aclocal/libcurl.m4"
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
-  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
-}

Copied: curl/repos/core-i686/PKGBUILD (from rev 168696, 
curl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-10-14 14:55:36 UTC (rev 168697)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.28.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('cbdc0a79bdf6e657dd387c3d88d802e3'
+ '7359e07276cdaff6317bbc39e6d5899c'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+exit 1
+;;
+esac
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # devel
+  install -Dm644 docs/libcurl/libcurl.m4 "$pkgdir/usr/share/aclocal/libcurl.m4"
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"

[arch-commits] Commit in filesystem/trunk (archlinux.7.txt)

2012-10-14 Thread Dave Reisner
Date: Sunday, October 14, 2012 @ 09:07:38
  Author: dreisner
Revision: 168696

archlinux.7: fix typos

Modified:
  filesystem/trunk/archlinux.7.txt

-+
 archlinux.7.txt |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: archlinux.7.txt
===
--- archlinux.7.txt 2012-10-14 06:06:08 UTC (rev 168695)
+++ archlinux.7.txt 2012-10-14 13:07:38 UTC (rev 168696)
@@ -31,8 +31,8 @@
 LOCALIZATION[[L]]
 -
 Various locales may be enabled in /etc/locale.gen, and generated by 
locale-gen. The system-wide locale to be used
-can be configured in /etc/locale.conf. These settings can be overridden on a 
par-user basis by keeping a
-user-spcefic locale.conf in $HOME/.config/locale.conf. The user-specific file 
will take precedence if it exists.
+can be configured in /etc/locale.conf. These settings can be overridden on a 
per-user basis by keeping a
+user-specific locale.conf in $HOME/.config/locale.conf. The user-specific file 
will take precedence if it exists.
 
 VIRTUAL CONSOLE[[V]]