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

2012-09-15 Thread Tobias Powalowski
Date: Sunday, September 16, 2012 @ 02:54:15
  Author: tpowa
Revision: 166710

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 166709, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 166709, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 166709, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 166709, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   15 +
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   15 +
 4 files changed, 120 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 166709, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-16 06:54:15 UTC (rev 166710)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=304.43
+_extramodules=extramodules-3.5-ARCH
+pkgrel=2
+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=('393260b7e8d8195e982eb718f5014c3d')
+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=('e634de31c96f7b418ed7fdc385ab049d')
+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/testing-i686/nvidia.install (from rev 166709, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2012-09-16 06:54:15 UTC (rev 166710)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.5-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.5-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.5-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 166709, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-16 06:54:15 UTC (rev 166710)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=304.43
+_extramodules=extramodules-3.5-ARCH
+pkgrel=2
+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=('393260b7e8d8195e982eb718f5014c3d')
+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=('e634de31c96f7b418ed7fdc385ab049d')
+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() {
+in

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

2012-09-15 Thread Tobias Powalowski
Date: Sunday, September 16, 2012 @ 02:53:53
  Author: tpowa
Revision: 166709

upgpkg: nvidia 304.43-2

rebuild due to config change

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-16 06:52:24 UTC (rev 166708)
+++ PKGBUILD2012-09-16 06:53:53 UTC (rev 166709)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=304.43
 _extramodules=extramodules-3.5-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux."
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



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

2012-09-15 Thread Tobias Powalowski
Date: Sunday, September 16, 2012 @ 02:52:24
  Author: tpowa
Revision: 166708

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 166707, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 166707, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 166707, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 166707, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia-lts.install   |   15 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia-lts.install |   15 
 4 files changed, 120 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 166707, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-16 06:52:24 UTC (rev 166708)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=304.43
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.0.0' "nvidia-utils=$pkgver")
+makedepends=('linux-lts-headers>=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.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=('393260b7e8d8195e982eb718f5014c3d')
+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=('e634de31c96f7b418ed7fdc385ab049d')
+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}/kernel/drivers/video/nvidia.ko"
+  gzip 
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 166707, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2012-09-16 06:52:24 UTC (rev 166708)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 166707, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-16 06:52:24 UTC (rev 166708)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=304.43
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.0.0' "nvidia-utils=$pkgver")
+makedepends=('linux-lts-headers>=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.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=('393260b7e8d8195e982eb718f5014c3d')
+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=('e634de31c96f7b418ed7fdc385ab049d')
+fi
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${srcdir}"
+  sh ${_pkg}.run --extract-only
+  cd "${_pkg}/

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

2012-09-15 Thread Tobias Powalowski
Date: Sunday, September 16, 2012 @ 02:52:02
  Author: tpowa
Revision: 166707

upgpkg: nvidia-lts 304.43-2

rebuild due to config change

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-16 06:34:40 UTC (rev 166706)
+++ PKGBUILD2012-09-16 06:52:02 UTC (rev 166707)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=304.43
 _extramodules=extramodules-3.0-lts
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



[arch-commits] Commit in linux-lts/trunk (4 files)

2012-09-15 Thread Tobias Powalowski
Date: Sunday, September 16, 2012 @ 02:34:40
  Author: tpowa
Revision: 166706

upgpkg: linux-lts 3.0.43-1

bump to latest version, add FHANDLE, ADD viafb

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   10 +-
 config|6 +++---
 config.x86_64 |6 +++---
 linux-lts.install |2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-16 05:42:12 UTC (rev 166705)
+++ PKGBUILD2012-09-16 06:34:40 UTC (rev 166706)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.42
+pkgver=3.0.43
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -22,9 +22,9 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '960499b022c901b78d8dfee92edece8d'
- '4a1f362f9e99e6276d43ffef1e1ff5ea'
- 'a407fe1dec1a421a30556500a6f94723'
+ '29280fa77173b325b372bba8dce394e0'
+ '2d787099d3a44531bcb3ab39aee5539e'
+ 'b415a1aa80051d1a7dc874c45eb2c1d1'
  '232b52576a62c7a333e9fe7a1e1ca359'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
@@ -305,4 +305,4 @@
   }"
 done
 
-# vim:set ts=8 sts=2 sw=2 et:
+# vim:set ts=8 sts=2 sw=2 et:
\ No newline at end of file

Modified: config
===
--- config  2012-09-16 05:42:12 UTC (rev 166705)
+++ config  2012-09-16 06:34:40 UTC (rev 166706)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Linux/i386 3.0.40-2 Kernel Configuration
+# Linux/i386 3.0.43-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -107,7 +107,6 @@
 # RCU Subsystem
 #
 CONFIG_TREE_RCU=y
-# CONFIG_TREE_PREEMPT_RCU is not set
 # CONFIG_PREEMPT_RCU is not set
 # CONFIG_RCU_TRACE is not set
 CONFIG_RCU_FANOUT=32
@@ -3446,6 +3445,7 @@
 CONFIG_VIDEO_SAA7164=m
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_VIDEO_SR030PC30=m
+CONFIG_VIDEO_VIA_CAMERA=m
 CONFIG_VIDEO_NOON010PC30=m
 CONFIG_VIDEO_M5MOLS=m
 CONFIG_SOC_CAMERA=m
@@ -5054,7 +5054,7 @@
 CONFIG_BTRFS_FS_POSIX_ACL=y
 CONFIG_NILFS2_FS=m
 CONFIG_FS_POSIX_ACL=y
-CONFIG_EXPORTFS=m
+CONFIG_EXPORTFS=y
 CONFIG_FILE_LOCKING=y
 CONFIG_FSNOTIFY=y
 CONFIG_DNOTIFY=y

Modified: config.x86_64
===
--- config.x86_64   2012-09-16 05:42:12 UTC (rev 166705)
+++ config.x86_64   2012-09-16 06:34:40 UTC (rev 166706)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Linux/x86_64 3.0.40-2 Kernel Configuration
+# Linux/x86_64 3.0.43-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -108,7 +108,6 @@
 # RCU Subsystem
 #
 CONFIG_TREE_RCU=y
-# CONFIG_TREE_PREEMPT_RCU is not set
 # CONFIG_PREEMPT_RCU is not set
 # CONFIG_RCU_TRACE is not set
 CONFIG_RCU_FANOUT=64
@@ -3280,6 +3279,7 @@
 CONFIG_VIDEO_SAA7164=m
 CONFIG_VIDEO_CAFE_CCIC=m
 CONFIG_VIDEO_SR030PC30=m
+CONFIG_VIDEO_VIA_CAMERA=m
 CONFIG_VIDEO_NOON010PC30=m
 CONFIG_VIDEO_M5MOLS=m
 CONFIG_SOC_CAMERA=m
@@ -4795,7 +4795,7 @@
 CONFIG_BTRFS_FS_POSIX_ACL=y
 CONFIG_NILFS2_FS=m
 CONFIG_FS_POSIX_ACL=y
-CONFIG_EXPORTFS=m
+CONFIG_EXPORTFS=y
 CONFIG_FILE_LOCKING=y
 CONFIG_FSNOTIFY=y
 CONFIG_DNOTIFY=y

Modified: linux-lts.install
===
--- linux-lts.install   2012-09-16 05:42:12 UTC (rev 166705)
+++ linux-lts.install   2012-09-16 06:34:40 UTC (rev 166706)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.42-1-lts
+KERNEL_VERSION=3.0.43-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-09-15 Thread Tobias Powalowski
Date: Sunday, September 16, 2012 @ 01:42:12
  Author: tpowa
Revision: 166705

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

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

--+
 testing-i686/PKGBUILD|  323 
 testing-i686/alsa-powersave-3.5.x.patch  |   29 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5973 +
 testing-i686/config.x86_64   | 5743 
 testing-i686/i915-i2c-crash-3.5.x.patch  |   47 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-i686/watchdog-3.5.x.patch|   60 
 testing-x86_64/PKGBUILD  |  323 
 testing-x86_64/alsa-powersave-3.5.x.patch|   29 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5973 +
 testing-x86_64/config.x86_64 | 5743 
 testing-x86_64/i915-i2c-crash-3.5.x.patch|   47 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 testing-x86_64/watchdog-3.5.x.patch  |   60 
 18 files changed, 24532 insertions(+)

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


[arch-commits] Commit in linux/trunk (PKGBUILD config.x86_64 linux.install)

2012-09-15 Thread Tobias Powalowski
Date: Sunday, September 16, 2012 @ 01:41:07
  Author: tpowa
Revision: 166704

upgpkg: linux 3.5.4-1

bump to latest version, added FHANDLE, added X86_X32, added viafb

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config.x86_64
  linux/trunk/linux.install

---+
 PKGBUILD  |   14 +-
 config.x86_64 |7 ---
 linux.install |2 +-
 3 files changed, 10 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-16 00:14:29 UTC (rev 166703)
+++ PKGBUILD2012-09-16 05:41:07 UTC (rev 166704)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.5
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -23,9 +23,9 @@
 'watchdog-3.5.x.patch'
 'i915-i2c-crash-3.5.x.patch')
 md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
- '01e0536109d2a06b1701b5051edfcea2'
- '4eb50449b069bd699d92a290dce76d00'
- '74c0ce9291ad8aaf26546fe85a1a7d18'
+ '4d34e5098b490670261b1aea71d26023'
+ 'ec3dbb7c31881bcbefdbbaf32398046f'
+ '821ddda39e3b2fdd32eb47852a479240'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662'
  'c1d58e712112cf8f95e7831012a1e67a'
@@ -43,10 +43,6 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # fix alsa powersave bug, probably fixed in 3.5.4
-  # https://bugs.archlinux.org/task/31255
-  patch -Np1 -i  "${srcdir}/alsa-powersave-3.5.x.patch"
-
   # fix broken watchdog
   # https://bugzilla.kernel.org/show_bug.cgi?id=44991
   patch -Np1 -i "${srcdir}/watchdog-3.5.x.patch"
@@ -324,4 +320,4 @@
   }"
 done
 
-# vim:set ts=8 sts=2 sw=2 et:
+# vim:set ts=8 sts=2 sw=2 et:
\ No newline at end of file

Modified: config.x86_64
===
--- config.x86_64   2012-09-16 00:14:29 UTC (rev 166703)
+++ config.x86_64   2012-09-16 05:41:07 UTC (rev 166704)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.5.0-2 Kernel Configuration
+# Linux/x86_64 3.5.4-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -335,7 +335,7 @@
 CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
 CONFIG_SCHED_OMIT_FRAME_POINTER=y
 CONFIG_PARAVIRT_GUEST=y
-CONFIG_PARAVIRT_TIME_ACCOUNTING=y 
+CONFIG_PARAVIRT_TIME_ACCOUNTING=y
 CONFIG_XEN=y
 CONFIG_XEN_DOM0=y
 CONFIG_XEN_PRIVILEGED_GUEST=y
@@ -2907,6 +2907,7 @@
 #
 # I2C system bus drivers (mostly embedded / system-on-chip)
 #
+CONFIG_I2C_DESIGNWARE_CORE=m
 CONFIG_I2C_DESIGNWARE_PCI=m
 CONFIG_I2C_EG20T=m
 # CONFIG_I2C_GPIO is not set
@@ -5114,7 +5115,7 @@
 # CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
 CONFIG_NILFS2_FS=m
 CONFIG_FS_POSIX_ACL=y
-CONFIG_EXPORTFS=m
+CONFIG_EXPORTFS=y
 CONFIG_FILE_LOCKING=y
 CONFIG_FSNOTIFY=y
 CONFIG_DNOTIFY=y

Modified: linux.install
===
--- linux.install   2012-09-16 00:14:29 UTC (rev 166703)
+++ linux.install   2012-09-16 05:41:07 UTC (rev 166704)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.5.3-1-ARCH
+KERNEL_VERSION=3.5.4-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-09-15 Thread Jan Steffens
Date: Saturday, September 15, 2012 @ 20:14:29
  Author: heftig
Revision: 166703

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

Added:
  polkit/repos/gnome-unstable-i686/PKGBUILD
(from rev 166702, polkit/trunk/PKGBUILD)
  polkit/repos/gnome-unstable-i686/autogen.sh
(from rev 166702, polkit/trunk/autogen.sh)
  polkit/repos/gnome-unstable-i686/polkit.install
(from rev 166702, polkit/trunk/polkit.install)
  polkit/repos/gnome-unstable-i686/polkit.pam
(from rev 166702, polkit/trunk/polkit.pam)
  polkit/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166702, polkit/trunk/PKGBUILD)
  polkit/repos/gnome-unstable-x86_64/autogen.sh
(from rev 166702, polkit/trunk/autogen.sh)
  polkit/repos/gnome-unstable-x86_64/polkit.install
(from rev 166702, polkit/trunk/polkit.install)
  polkit/repos/gnome-unstable-x86_64/polkit.pam
(from rev 166702, polkit/trunk/polkit.pam)
Deleted:
  polkit/repos/gnome-unstable-i686/PKGBUILD
  polkit/repos/gnome-unstable-i686/autogen.sh
  polkit/repos/gnome-unstable-i686/logind+ConsoleKit.patch
  polkit/repos/gnome-unstable-i686/polkit.install
  polkit/repos/gnome-unstable-i686/polkit.pam
  polkit/repos/gnome-unstable-x86_64/PKGBUILD
  polkit/repos/gnome-unstable-x86_64/autogen.sh
  polkit/repos/gnome-unstable-x86_64/logind+ConsoleKit.patch
  polkit/repos/gnome-unstable-x86_64/polkit.install
  polkit/repos/gnome-unstable-x86_64/polkit.pam

---+
 gnome-unstable-i686/PKGBUILD  |   78 +-
 gnome-unstable-i686/autogen.sh|  246 -
 gnome-unstable-i686/logind+ConsoleKit.patch   |  638 
 gnome-unstable-i686/polkit.install|   36 -
 gnome-unstable-i686/polkit.pam|   14 
 gnome-unstable-x86_64/PKGBUILD|   78 +-
 gnome-unstable-x86_64/autogen.sh  |  246 -
 gnome-unstable-x86_64/logind+ConsoleKit.patch |  638 
 gnome-unstable-x86_64/polkit.install  |   36 -
 gnome-unstable-x86_64/polkit.pam  |   14 
 10 files changed, 374 insertions(+), 1650 deletions(-)

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


[arch-commits] Commit in polkit/trunk (logind+ConsoleKit.patch)

2012-09-15 Thread Jan Steffens
Date: Saturday, September 15, 2012 @ 20:12:54
  Author: heftig
Revision: 166702

And kill the patch

Deleted:
  polkit/trunk/logind+ConsoleKit.patch

-+
 logind+ConsoleKit.patch |  638 --
 1 file changed, 638 deletions(-)

Deleted: logind+ConsoleKit.patch
===
--- logind+ConsoleKit.patch 2012-09-16 00:12:19 UTC (rev 166701)
+++ logind+ConsoleKit.patch 2012-09-16 00:12:54 UTC (rev 166702)
@@ -1,638 +0,0 @@
-From ba143769e17e4bbc1f2b0c88e735f993dfb3c873 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen 
-Date: Tue, 7 Aug 2012 21:06:18 +0200
-Subject: [PATCH] session tracking: always require consolekit
-
-Only systemd is now optional at compile-time, and if enabled we fallback to 
consolekit
-at runtime, if not booted with systemd.
-
-Bits-stolen-from: Jan Alexander Steffens 
-Signed-off-by: Tom Gundersen 

- configure.ac   |   6 +-
- src/polkit/polkitunixsession-systemd.c |  96 ++-
- src/polkitbackend/polkitbackendjsauthority.c   |  10 +-
- .../polkitbackendsessionmonitor-systemd.c  | 313 +++--
- 4 files changed, 380 insertions(+), 45 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7a0d938..1d1e4ba 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -163,15 +163,15 @@ AC_ARG_ENABLE([libsystemd-login],
-   [enable_libsystemd_login=auto])
- if test "$enable_libsystemd_login" != "no"; then
-   PKG_CHECK_MODULES(LIBSYSTEMD_LOGIN,
--[libsystemd-login],
-+[libsystemd-login libsystemd-daemon],
- have_libsystemd_login=yes,
- have_libsystemd_login=no)
-   if test "$have_libsystemd_login" = "yes"; then
--SESSION_TRACKING=libsystemd-login
-+SESSION_TRACKING="libsystemd-login (with ConsoleKit runtime fallback)"
- AC_DEFINE([HAVE_LIBSYSTEMD_LOGIN], 1, [Define to 1 if libsystemd-login is 
available])
-   else
- if test "$enable_libsystemd_login" = "yes"; then
--  AC_MSG_ERROR([libsystemd-login support requested but libsystemd-login 
library not found])
-+  AC_MSG_ERROR([libsystemd-login support requested but systemd libraries 
not found])
- fi
-   fi
- fi
-diff --git a/src/polkit/polkitunixsession-systemd.c 
b/src/polkit/polkitunixsession-systemd.c
-index 8a8bf65..bb89044 100644
 a/src/polkit/polkitunixsession-systemd.c
-+++ b/src/polkit/polkitunixsession-systemd.c
-@@ -1,5 +1,5 @@
- /*
-- * Copyright (C) 2011 Red Hat, Inc.
-+ * Copyright (C) 2008, 2011 Red Hat, Inc.
-  *
-  * This library is free software; you can redistribute it and/or
-  * modify it under the terms of the GNU Lesser General Public
-@@ -17,6 +17,7 @@
-  * Boston, MA 02111-1307, USA.
-  *
-  * Author: Matthias Clasen
-+ * Author: David Zeuthen 
-  */
- 
- #ifdef HAVE_CONFIG_H
-@@ -31,6 +32,7 @@
- #include "polkitprivate.h"
- 
- #include 
-+#include 
- 
- /**
-  * SECTION:polkitunixsession
-@@ -367,9 +369,41 @@ polkit_unix_session_exists_sync (PolkitSubject   *subject,
-   PolkitUnixSession *session = POLKIT_UNIX_SESSION (subject);
-   gboolean ret = FALSE;
-   uid_t uid;
-+  GDBusConnection *connection; /* consolekit */
-+  GVariant *result; /* consolekit */
- 
--  if (sd_session_get_uid (session->session_id, &uid) == 0)
--ret = TRUE;
-+  if (sd_booted())
-+{
-+  if (sd_session_get_uid (session->session_id, &uid) == 0)
-+  ret = TRUE;
-+}
-+  else /* consolekit */
-+{
-+  connection = g_bus_get_sync (G_BUS_TYPE_SYSTEM, cancellable, error);
-+  if (connection == NULL)
-+goto out;
-+
-+  result = g_dbus_connection_call_sync (connection,
-+"org.freedesktop.ConsoleKit", 
  /* name */
-+session->session_id,  
  /* object path */
-+
"org.freedesktop.ConsoleKit.Session",   /* interface name */
-+"GetUser",
  /* method */
-+NULL, /* parameters */
-+G_VARIANT_TYPE ("(u)"),
-+G_DBUS_CALL_FLAGS_NONE,
-+-1,
-+cancellable,
-+error);
-+  if (result == NULL)
-+goto out;
-+
-+  ret = TRUE;
-+  g_variant_unref (result);
-+
-+ out:
-+  if (connection != NULL)
-+g_object_unref (connection);
-+}
- 
-   return ret;
- }
-@@ -451,29 +485,61 @@ polkit_unix_session_initable_init (GInitable 
*initable,
-   PolkitUnixSession *session = POLKIT_UNIX_SESSION (initable);
-   gboolean ret = FALSE;
-   char *s;
-+  GDBusConnection *connection; /* consolekit */
-+

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

2012-09-15 Thread Jan Steffens
Date: Saturday, September 15, 2012 @ 20:12:19
  Author: heftig
Revision: 166701

Rebuild *without* patch, for [gnome-unstable]

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-16 00:09:31 UTC (rev 166700)
+++ PKGBUILD2012-09-16 00:12:19 UTC (rev 166701)
@@ -3,7 +3,7 @@
 
 pkgname=polkit
 pkgver=0.107
-pkgrel=2
+pkgrel=3
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,22 +13,15 @@
 replaces=('policykit')
 options=('!libtool')
 install=polkit.install
-source=("http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz";
-'polkit.pam'
-   'logind+ConsoleKit.patch'
-   'autogen.sh')
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+polkit.pam)
 md5sums=('0e4f9c53f43fd1b25ac3f0d2e09b2ae1'
- '6564f95878297b954f0572bc1610dd15'
- 'fb71d43442dbf24f8760198a9a79c5e7'
- '38fe3119284e842e66b330b0f2ba230d')
+ '6564f95878297b954f0572bc1610dd15')
 
 build() {
   cd $pkgname-$pkgver
 
-  patch -p1 <../logind+ConsoleKit.patch
-
-  cp ../autogen.sh .
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
   --with-systemdsystemunitdir=/usr/lib/systemd/system \
   --disable-static --enable-gtk-doc



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

2012-09-15 Thread Jan Steffens
Date: Saturday, September 15, 2012 @ 20:09:31
  Author: heftig
Revision: 166700

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

Added:
  polkit/repos/testing-i686/
  polkit/repos/testing-i686/PKGBUILD
(from rev 166699, polkit/trunk/PKGBUILD)
  polkit/repos/testing-i686/autogen.sh
(from rev 166699, polkit/trunk/autogen.sh)
  polkit/repos/testing-i686/logind+ConsoleKit.patch
(from rev 166699, polkit/trunk/logind+ConsoleKit.patch)
  polkit/repos/testing-i686/polkit.install
(from rev 166699, polkit/trunk/polkit.install)
  polkit/repos/testing-i686/polkit.pam
(from rev 166699, polkit/trunk/polkit.pam)
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 166699, polkit/trunk/PKGBUILD)
  polkit/repos/testing-x86_64/autogen.sh
(from rev 166699, polkit/trunk/autogen.sh)
  polkit/repos/testing-x86_64/logind+ConsoleKit.patch
(from rev 166699, polkit/trunk/logind+ConsoleKit.patch)
  polkit/repos/testing-x86_64/polkit.install
(from rev 166699, polkit/trunk/polkit.install)
  polkit/repos/testing-x86_64/polkit.pam
(from rev 166699, polkit/trunk/polkit.pam)

+
 testing-i686/PKGBUILD  |   46 ++
 testing-i686/autogen.sh|  123 +
 testing-i686/logind+ConsoleKit.patch   |  638 +++
 testing-i686/polkit.install|   18 
 testing-i686/polkit.pam|7 
 testing-x86_64/PKGBUILD|   46 ++
 testing-x86_64/autogen.sh  |  123 +
 testing-x86_64/logind+ConsoleKit.patch |  638 +++
 testing-x86_64/polkit.install  |   18 
 testing-x86_64/polkit.pam  |7 
 10 files changed, 1664 insertions(+)

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


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

2012-09-15 Thread Jan Steffens
Date: Saturday, September 15, 2012 @ 20:08:05
  Author: heftig
Revision: 166699

Rebuild *with* patch, for [testing]

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 23:58:57 UTC (rev 166698)
+++ PKGBUILD2012-09-16 00:08:05 UTC (rev 166699)
@@ -3,7 +3,7 @@
 
 pkgname=polkit
 pkgver=0.107
-pkgrel=1
+pkgrel=2
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,15 +13,22 @@
 replaces=('policykit')
 options=('!libtool')
 install=polkit.install
-source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
-polkit.pam)
+source=("http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz";
+'polkit.pam'
+   'logind+ConsoleKit.patch'
+   'autogen.sh')
 md5sums=('0e4f9c53f43fd1b25ac3f0d2e09b2ae1'
- '6564f95878297b954f0572bc1610dd15')
+ '6564f95878297b954f0572bc1610dd15'
+ 'fb71d43442dbf24f8760198a9a79c5e7'
+ '38fe3119284e842e66b330b0f2ba230d')
 
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  patch -p1 <../logind+ConsoleKit.patch
+
+  cp ../autogen.sh .
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
   --with-systemdsystemunitdir=/usr/lib/systemd/system \
   --disable-static --enable-gtk-doc



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

2012-09-15 Thread Eric Bélanger
Date: Saturday, September 15, 2012 @ 19:58:57
  Author: eric
Revision: 166698

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-15 23:58:31 UTC (rev 166697)
+++ extra-i686/PKGBUILD 2012-09-15 23:58:57 UTC (rev 166698)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: Lukas Jirkovsky 
-
-pkgname=lcms2
-pkgver=2.3
-pkgrel=2
-pkgdesc="Small-footprint color management engine, version 2"
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libtiff')
-url="http://www.littlecms.com";
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('67d5fabda2f5777ca8387766539b9c871d993133')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: lcms2/repos/extra-i686/PKGBUILD (from rev 166697, lcms2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-15 23:58:57 UTC (rev 166698)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=lcms2
+pkgver=2.4
+pkgrel=1
+pkgdesc="Small-footprint color management engine, version 2"
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libtiff')
+url="http://www.littlecms.com";
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9944902864283af49e4e21a1ca456db4e04ea7c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-15 23:58:31 UTC (rev 166697)
+++ extra-x86_64/PKGBUILD   2012-09-15 23:58:57 UTC (rev 166698)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: Lukas Jirkovsky 
-
-pkgname=lcms2
-pkgver=2.3
-pkgrel=2
-pkgdesc="Small-footprint color management engine, version 2"
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libtiff')
-url="http://www.littlecms.com";
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('67d5fabda2f5777ca8387766539b9c871d993133')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: lcms2/repos/extra-x86_64/PKGBUILD (from rev 166697, 
lcms2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-15 23:58:57 UTC (rev 166698)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=lcms2
+pkgver=2.4
+pkgrel=1
+pkgdesc="Small-footprint color management engine, version 2"
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libtiff')
+url="http://www.littlecms.com";
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9944902864283af49e4e21a1ca456db4e04ea7c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-09-15 Thread Eric Bélanger
Date: Saturday, September 15, 2012 @ 19:58:31
  Author: eric
Revision: 166697

upgpkg: lcms2 2.4-1

Upstream update, Add check function

Modified:
  lcms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 21:48:45 UTC (rev 166696)
+++ PKGBUILD2012-09-15 23:58:31 UTC (rev 166697)
@@ -3,8 +3,8 @@
 # Contributor: Lukas Jirkovsky 
 
 pkgname=lcms2
-pkgver=2.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
 pkgdesc="Small-footprint color management engine, version 2"
 arch=('i686' 'x86_64')
 license=('MIT')
@@ -12,7 +12,7 @@
 url="http://www.littlecms.com";
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('67d5fabda2f5777ca8387766539b9c871d993133')
+sha1sums=('9944902864283af49e4e21a1ca456db4e04ea7c2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,6 +20,11 @@
   make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install



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

2012-09-15 Thread Thomas Bächler
Date: Saturday, September 15, 2012 @ 17:48:45
  Author: thomas
Revision: 166696

ppp: Add support for ipv6-up.d and ipv6-down.d, add a script to enable 
autoconfiguration for ppp links

Added:
  ppp/trunk/ipv6-down
  ppp/trunk/ipv6-up
  ppp/trunk/ipv6-up.d.iface-config.sh
Modified:
  ppp/trunk/PKGBUILD
  ppp/trunk/ip-down

---+
 PKGBUILD  |   15 +--
 ip-down   |2 +-
 ipv6-down |   12 
 ipv6-up   |   12 
 ipv6-up.d.iface-config.sh |4 
 5 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 21:36:54 UTC (rev 166695)
+++ PKGBUILD2012-09-15 21:48:45 UTC (rev 166696)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler 
 pkgname=ppp
 pkgver=2.4.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A daemon which implements the Point-to-Point Protocol for dial-up 
networking"
 arch=(i686 x86_64) 
 url="http://www.samba.org/ppp/";
@@ -21,6 +21,9 @@
 ip-down
 ip-up.d.dns.sh
 ip-down.d.dns.sh
+ipv6-up
+ipv6-down
+ipv6-up.d.iface-config.sh
 ppp.systemd)
 md5sums=('4621bc56167b6953ec4071043fe0ec57'
  '7a9259a8f038073eeea7e4552ff1849f'
@@ -30,9 +33,12 @@
  '86cdaf133f7a79fb464f02d83afc7734'
  '44cc662ba9aa61dd9add3ddd4c5ded57'
  'e4beb16ed600b61336d50b2bd2df7cd5'
- '2fa0671f40711e69194ccf60979f8b33'
+ '529b924f644f80cf30d72a966abc7419'
  '4a074d74c29625b254a1db720cb87b99'
  '8d1be5af8e46393ba6eb273377831e38'
+ '4cbd0a9af01c27067450ec7d3f5fa673'
+ 'b75c2fbc4afa9f2d8108b680c88c7036'
+ '9dde53aa5a931ebe1c7e3469199777c5'
  'fafead5c9d66d0574e6f0a2e5f4d4631')
 
 build() {
@@ -70,6 +76,11 @@
   install -d -m755 "${pkgdir}/etc/ppp/ip-down.d"
   install -m755 ../ip-up.d.dns.sh   "${pkgdir}/etc/ppp/ip-up.d/00-dns.sh"
   install -m755 ../ip-down.d.dns.sh "${pkgdir}/etc/ppp/ip-down.d/00-dns.sh"
+  install -D -m755 ../ipv6-up   "${pkgdir}/etc/ppp/ipv6-up"
+  install -D -m755 ../ipv6-down "${pkgdir}/etc/ppp/ipv6-down"
+  install -d -m755 "${pkgdir}/etc/ppp/ipv6-up.d"
+  install -d -m755 "${pkgdir}/etc/ppp/ipv6-down.d"
+  install -m755 ../ipv6-up.d.iface-config.sh 
"${pkgdir}/etc/ppp/ipv6-up.d/00-iface-config.sh"
   install -D -m755 ../pon  "${pkgdir}/usr/bin/pon"
   install -D -m755 ../poff "${pkgdir}/usr/bin/poff"
   install -D -m755 ../plog "${pkgdir}/usr/sbin/plog"

Modified: ip-down
===
--- ip-down 2012-09-15 21:36:54 UTC (rev 166695)
+++ ip-down 2012-09-15 21:48:45 UTC (rev 166696)
@@ -3,7 +3,7 @@
 # This script is run by pppd after the connection has ended.
 #
 
-# Execute all scripts in /etc/ppp/ip-up.d/
+# Execute all scripts in /etc/ppp/ip-down.d/
 for ipdown in /etc/ppp/ip-down.d/*.sh; do
   if [ -x $ipdown ]; then
 # Parameters: interface-name tty-device speed local-IP-address 
remote-IP-address ipparam

Added: ipv6-down
===
--- ipv6-down   (rev 0)
+++ ipv6-down   2012-09-15 21:48:45 UTC (rev 166696)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# This script is run by pppd after the connection has ended.
+#
+
+# Execute all scripts in /etc/ppp/ipv6-down.d/
+for ipdown in /etc/ppp/ipv6-down.d/*.sh; do
+  if [ -x $ipdown ]; then
+# Parameters: interface-name tty-device speed local-link-local-address 
remote-link-local-address ipparam
+$ipdown "$@"
+  fi
+done

Added: ipv6-up
===
--- ipv6-up (rev 0)
+++ ipv6-up 2012-09-15 21:48:45 UTC (rev 166696)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# This script is run by pppd when there's a successful ppp connection.
+#
+
+# Execute all scripts in /etc/ppp/ipv6-up.d/
+for ipup in /etc/ppp/ipv6-up.d/*.sh; do
+  if [ -x $ipup ]; then
+# Parameters: interface-name tty-device speed local-link-local-address 
remote-link-local-address ipparam
+$ipup "$@"
+  fi
+done

Added: ipv6-up.d.iface-config.sh
===
--- ipv6-up.d.iface-config.sh   (rev 0)
+++ ipv6-up.d.iface-config.sh   2012-09-15 21:48:45 UTC (rev 166696)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo 0 > /proc/sys/net/ipv6/conf/$1/use_tempaddr
+echo 2 > /proc/sys/net/ipv6/conf/$1/accept_ra



[arch-commits] Commit in amd-ucode/repos/extra-any (4 files)

2012-09-15 Thread Thomas Bächler
Date: Saturday, September 15, 2012 @ 17:36:54
  Author: thomas
Revision: 166695

archrelease: copy trunk to extra-any

Added:
  amd-ucode/repos/extra-any/PKGBUILD
(from rev 166694, amd-ucode/trunk/PKGBUILD)
  amd-ucode/repos/extra-any/amd-ucode.install
(from rev 166694, amd-ucode/trunk/amd-ucode.install)
Deleted:
  amd-ucode/repos/extra-any/PKGBUILD
  amd-ucode/repos/extra-any/amd-ucode.install

---+
 PKGBUILD  |   46 +++---
 amd-ucode.install |   14 +++---
 2 files changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-15 21:36:41 UTC (rev 166694)
+++ PKGBUILD2012-09-15 21:36:54 UTC (rev 166695)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=amd-ucode
-_realver=2012-01-17
-pkgver=${_realver//-/\.}
-pkgrel=3
-pkgdesc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
-arch=('any')
-license=('custom')
-url="http://www.amd64.org/support/microcode.html";
-install=${pkgname}.install
-source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
-http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
-sha256sums=('87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657'
-'c4e15129f943178fe136a3a54134dc89e50081e8e70088a4bc315157111aecdf')
-
-package() {
-  cd "${srcdir}"/${pkgname}-${_realver}
-  install -D -m644 microcode_amd.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
-  install -D -m644 microcode_amd_fam15h.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: amd-ucode/repos/extra-any/PKGBUILD (from rev 166694, 
amd-ucode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-15 21:36:54 UTC (rev 166695)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=amd-ucode
+_realver=2012-09-10
+pkgver=${_realver//-/\.}
+pkgrel=1
+pkgdesc="Microcode update files for AMD family 10h, 11h, 14h and 15h CPUs"
+arch=('any')
+license=('custom')
+url="http://www.amd64.org/support/microcode.html";
+install=${pkgname}.install
+source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
+http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
+sha256sums=('21845c6cafa99704cdf4862b55e899ca88ed432d57f4d09ad6a5c3d2e186b718'
+'bd101b87b53394ce8f78da2588fdf91453b20931ce1b852f67a610cb9c63c73d')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${_realver}
+  install -D -m644 microcode_amd.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
+  install -D -m644 microcode_amd_fam15h.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: amd-ucode.install
===
--- amd-ucode.install   2012-09-15 21:36:41 UTC (rev 166694)
+++ amd-ucode.install   2012-09-15 21:36:54 UTC (rev 166695)
@@ -1,7 +0,0 @@
-post_install() {
-  echo
-  echo "==> To apply the microcode update on boot, load the 'microcode' module"
-  echo "==> by adding it to the MODULES array in rc.conf:"
-  echo "==>  MODULES=(... microcode)"
-  echo
-}

Copied: amd-ucode/repos/extra-any/amd-ucode.install (from rev 166694, 
amd-ucode/trunk/amd-ucode.install)
===
--- amd-ucode.install   (rev 0)
+++ amd-ucode.install   2012-09-15 21:36:54 UTC (rev 166695)
@@ -0,0 +1,7 @@
+post_install() {
+  echo
+  echo "==> To apply the microcode update on boot, load the 'microcode' module"
+  echo "==> by adding it to the MODULES array in rc.conf:"
+  echo "==>  MODULES=(... microcode)"
+  echo
+}



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

2012-09-15 Thread Thomas Bächler
Date: Saturday, September 15, 2012 @ 17:36:41
  Author: thomas
Revision: 166694

upgpkg: amd-ucode 2012.09.10-1 - new upstream release

Modified:
  amd-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 19:48:40 UTC (rev 166693)
+++ PKGBUILD2012-09-15 21:36:41 UTC (rev 166694)
@@ -2,9 +2,9 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=amd-ucode
-_realver=2012-01-17
+_realver=2012-09-10
 pkgver=${_realver//-/\.}
-pkgrel=3
+pkgrel=1
 pkgdesc="Microcode update files for AMD family 10h, 11h, 14h and 15h CPUs"
 arch=('any')
 license=('custom')
@@ -12,8 +12,8 @@
 install=${pkgname}.install
 source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
 http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
-sha256sums=('87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657'
-'c4e15129f943178fe136a3a54134dc89e50081e8e70088a4bc315157111aecdf')
+sha256sums=('21845c6cafa99704cdf4862b55e899ca88ed432d57f4d09ad6a5c3d2e186b718'
+'bd101b87b53394ce8f78da2588fdf91453b20931ce1b852f67a610cb9c63c73d')
 
 package() {
   cd "${srcdir}"/${pkgname}-${_realver}



[arch-commits] Commit in munin/repos/testing-any (30 files)

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 15:48:40
  Author: dan
Revision: 166693

archrelease: copy trunk to testing-any

Added:
  munin/repos/testing-any/08-munin-font-dir.conf
(from rev 166692, munin/trunk/08-munin-font-dir.conf)
  munin/repos/testing-any/Makefile.config
(from rev 166692, munin/trunk/Makefile.config)
  munin/repos/testing-any/PKGBUILD
(from rev 166692, munin/trunk/PKGBUILD)
  munin/repos/testing-any/logrotate.munin
(from rev 166692, munin/trunk/logrotate.munin)
  munin/repos/testing-any/logrotate.munin-node
(from rev 166692, munin/trunk/logrotate.munin-node)
  munin/repos/testing-any/munin-cron-entry
(from rev 166692, munin/trunk/munin-cron-entry)
  munin/repos/testing-any/munin-graph.service
(from rev 166692, munin/trunk/munin-graph.service)
  munin/repos/testing-any/munin-graph.socket
(from rev 166692, munin/trunk/munin-graph.socket)
  munin/repos/testing-any/munin-html.service
(from rev 166692, munin/trunk/munin-html.service)
  munin/repos/testing-any/munin-html.socket
(from rev 166692, munin/trunk/munin-html.socket)
  munin/repos/testing-any/munin-node.init
(from rev 166692, munin/trunk/munin-node.init)
  munin/repos/testing-any/munin-node.install
(from rev 166692, munin/trunk/munin-node.install)
  munin/repos/testing-any/munin-node.service
(from rev 166692, munin/trunk/munin-node.service)
  munin/repos/testing-any/munin.install
(from rev 166692, munin/trunk/munin.install)
  munin/repos/testing-any/munin.tmpfiles.conf
(from rev 166692, munin/trunk/munin.tmpfiles.conf)
Deleted:
  munin/repos/testing-any/08-munin-font-dir.conf
  munin/repos/testing-any/Makefile.config
  munin/repos/testing-any/PKGBUILD
  munin/repos/testing-any/logrotate.munin
  munin/repos/testing-any/logrotate.munin-node
  munin/repos/testing-any/munin-cron-entry
  munin/repos/testing-any/munin-graph.service
  munin/repos/testing-any/munin-graph.socket
  munin/repos/testing-any/munin-html.service
  munin/repos/testing-any/munin-html.socket
  munin/repos/testing-any/munin-node.init
  munin/repos/testing-any/munin-node.install
  munin/repos/testing-any/munin-node.service
  munin/repos/testing-any/munin.install
  munin/repos/testing-any/munin.tmpfiles.conf

+
 08-munin-font-dir.conf |   14 +-
 Makefile.config|  276 +++
 PKGBUILD   |  178 +++---
 logrotate.munin|8 -
 logrotate.munin-node   |8 -
 munin-cron-entry   |   12 +-
 munin-graph.service|   20 +--
 munin-graph.socket |   17 +-
 munin-html.service |   20 +--
 munin-html.socket  |   17 +-
 munin-node.init|   84 +++---
 munin-node.install |   34 ++---
 munin-node.service |   22 +--
 munin.install  |   44 +++
 munin.tmpfiles.conf|2 
 15 files changed, 377 insertions(+), 379 deletions(-)

Deleted: 08-munin-font-dir.conf
===
--- 08-munin-font-dir.conf  2012-09-15 19:47:39 UTC (rev 166692)
+++ 08-munin-font-dir.conf  2012-09-15 19:48:40 UTC (rev 166693)
@@ -1,7 +0,0 @@
-
-
-
-   
-   /usr/lib/munin
-

Copied: munin/repos/testing-any/08-munin-font-dir.conf (from rev 166692, 
munin/trunk/08-munin-font-dir.conf)
===
--- 08-munin-font-dir.conf  (rev 0)
+++ 08-munin-font-dir.conf  2012-09-15 19:48:40 UTC (rev 166693)
@@ -0,0 +1,7 @@
+
+
+
+   
+   /usr/lib/munin
+

Deleted: Makefile.config
===
--- Makefile.config 2012-09-15 19:47:39 UTC (rev 166692)
+++ Makefile.config 2012-09-15 19:48:40 UTC (rev 166693)
@@ -1,138 +0,0 @@
-# -*- makefile -*-
-# This file specifies where Munin will look for things after you've
-# run 'make' in the source directory.  Modify it to suit your needs.
-
-# DESTDIR is meant only for use when making Munin packages.  Unless
-# you're doing packaging do NOT set it.
-# DESTDIR is empty during building, and optionally set to point to
-# a shadow tree during make install.
-
-# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
-# and LOGDIR as subdirectories.  Today, DBDIR contains configured
-# domains, as well as PLUGSTATE, and we risk collisions.
-
-#
-# the base of the Munin installation.
-#
-PREFIX = $(DESTDIR)
-
-# Where Munin keeps its configurations (server.conf, client.conf, ++)
-CONFDIR= $(DESTDIR)/etc/munin
-
-# Server only - where to put munin-cron
-BINDIR = $(PREFIX)/usr/bin
-
-# Client only - where to put munin-node, munin-node-configure, and munin-run
-SBINDIR= $(PREFIX)/usr/bin
-
-# Where to put text and html documentation
-DOCDIR = $(PREFIX)/usr/share/doc/munin
-
-# Where to put man pages
-MANDIR = $(PREFIX)/usr/share/man
-
-# Where to put internal binaries and plugin repository
-LIBDIR = $(PREFIX

[arch-commits] Commit in munin/trunk (PKGBUILD munin-graph.socket munin-html.socket)

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 15:47:39
  Author: dan
Revision: 166692

upgpkg: munin 2.0.6-3

Fix Accept= bit in systemd files, that shouldn't be there

Modified:
  munin/trunk/PKGBUILD
  munin/trunk/munin-graph.socket
  munin/trunk/munin-html.socket

+
 PKGBUILD   |6 +++---
 munin-graph.socket |1 -
 munin-html.socket  |1 -
 3 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 17:24:49 UTC (rev 166691)
+++ PKGBUILD2012-09-15 19:47:39 UTC (rev 166692)
@@ -5,7 +5,7 @@
 pkgname=('munin' 'munin-node')
 pkgbase=munin
 pkgver=2.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
 url="http://munin-monitoring.org/";
@@ -83,7 +83,7 @@
  'd124f46e353a7966df093ba803235789'
  '80afc4a85e2e87d8f1acf7a56d86a37f'
  'd35937ab3442947f572024fce803cfd6'
- 'aa45d2c22a84725e6b1eae810f73c7c7'
+ '332d8d664cc0c7d2d320f81984a81374'
  '27144c961b6e4240f3a0554c7100b5f4'
- '5ecdc62d4497ebb043803e6c35624f1d'
+ '62a593cc011600c96ca947dcb919bc48'
  'e33a45c3b80a83eecabbe5a9920c1eb6')

Modified: munin-graph.socket
===
--- munin-graph.socket  2012-09-15 17:24:49 UTC (rev 166691)
+++ munin-graph.socket  2012-09-15 19:47:39 UTC (rev 166692)
@@ -3,7 +3,6 @@
 
 [Socket]
 ListenStream=/run/munin/fcgi-graph.sock
-Accept=yes
 
 [Install]
 WantedBy=sockets.target

Modified: munin-html.socket
===
--- munin-html.socket   2012-09-15 17:24:49 UTC (rev 166691)
+++ munin-html.socket   2012-09-15 19:47:39 UTC (rev 166692)
@@ -3,7 +3,6 @@
 
 [Socket]
 ListenStream=/run/munin/fcgi-html.sock
-Accept=yes
 
 [Install]
 WantedBy=sockets.target



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

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 13:24:49
  Author: dan
Revision: 166691

archrelease: copy trunk to testing-any

Added:
  munin/repos/testing-any/
  munin/repos/testing-any/08-munin-font-dir.conf
(from rev 166690, munin/trunk/08-munin-font-dir.conf)
  munin/repos/testing-any/Makefile.config
(from rev 166690, munin/trunk/Makefile.config)
  munin/repos/testing-any/PKGBUILD
(from rev 166690, munin/trunk/PKGBUILD)
  munin/repos/testing-any/logrotate.munin
(from rev 166690, munin/trunk/logrotate.munin)
  munin/repos/testing-any/logrotate.munin-node
(from rev 166690, munin/trunk/logrotate.munin-node)
  munin/repos/testing-any/munin-cron-entry
(from rev 166690, munin/trunk/munin-cron-entry)
  munin/repos/testing-any/munin-graph.service
(from rev 166690, munin/trunk/munin-graph.service)
  munin/repos/testing-any/munin-graph.socket
(from rev 166690, munin/trunk/munin-graph.socket)
  munin/repos/testing-any/munin-html.service
(from rev 166690, munin/trunk/munin-html.service)
  munin/repos/testing-any/munin-html.socket
(from rev 166690, munin/trunk/munin-html.socket)
  munin/repos/testing-any/munin-node.init
(from rev 166690, munin/trunk/munin-node.init)
  munin/repos/testing-any/munin-node.install
(from rev 166690, munin/trunk/munin-node.install)
  munin/repos/testing-any/munin-node.service
(from rev 166690, munin/trunk/munin-node.service)
  munin/repos/testing-any/munin.install
(from rev 166690, munin/trunk/munin.install)
  munin/repos/testing-any/munin.tmpfiles.conf
(from rev 166690, munin/trunk/munin.tmpfiles.conf)

+
 08-munin-font-dir.conf |7 ++
 Makefile.config|  138 +++
 PKGBUILD   |   89 ++
 logrotate.munin|4 +
 logrotate.munin-node   |4 +
 munin-cron-entry   |6 ++
 munin-graph.service|   10 +++
 munin-graph.socket |9 +++
 munin-html.service |   10 +++
 munin-html.socket  |9 +++
 munin-node.init|   42 ++
 munin-node.install |   17 +
 munin-node.service |   11 +++
 munin.install  |   22 +++
 munin.tmpfiles.conf|1 
 15 files changed, 379 insertions(+)

Copied: munin/repos/testing-any/08-munin-font-dir.conf (from rev 166690, 
munin/trunk/08-munin-font-dir.conf)
===
--- testing-any/08-munin-font-dir.conf  (rev 0)
+++ testing-any/08-munin-font-dir.conf  2012-09-15 17:24:49 UTC (rev 166691)
@@ -0,0 +1,7 @@
+
+
+
+   
+   /usr/lib/munin
+

Copied: munin/repos/testing-any/Makefile.config (from rev 166690, 
munin/trunk/Makefile.config)
===
--- testing-any/Makefile.config (rev 0)
+++ testing-any/Makefile.config 2012-09-15 17:24:49 UTC (rev 166691)
@@ -0,0 +1,138 @@
+# -*- makefile -*-
+# This file specifies where Munin will look for things after you've
+# run 'make' in the source directory.  Modify it to suit your needs.
+
+# DESTDIR is meant only for use when making Munin packages.  Unless
+# you're doing packaging do NOT set it.
+# DESTDIR is empty during building, and optionally set to point to
+# a shadow tree during make install.
+
+# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
+# and LOGDIR as subdirectories.  Today, DBDIR contains configured
+# domains, as well as PLUGSTATE, and we risk collisions.
+
+#
+# the base of the Munin installation.
+#
+PREFIX = $(DESTDIR)
+
+# Where Munin keeps its configurations (server.conf, client.conf, ++)
+CONFDIR= $(DESTDIR)/etc/munin
+
+# Server only - where to put munin-cron
+BINDIR = $(PREFIX)/usr/bin
+
+# Client only - where to put munin-node, munin-node-configure, and munin-run
+SBINDIR= $(PREFIX)/usr/bin
+
+# Where to put text and html documentation
+DOCDIR = $(PREFIX)/usr/share/doc/munin
+
+# Where to put man pages
+MANDIR = $(PREFIX)/usr/share/man
+
+# Where to put internal binaries and plugin repository
+LIBDIR = $(PREFIX)/usr/lib/munin
+
+# Server only - Output directory
+HTMLDIR= $(PREFIX)/usr/share/munin/www
+CGIDIR = $(PREFIX)/usr/share/munin/cgi
+
+# Where to put RRD files and other internal data, both master and node
+DBDIR  = $(DESTDIR)/var/lib/munin
+
+# Client only - Where the spool files are written. Must be writable by
+# group "munin", and should be preserved between reboots
+SPOOLDIR   = $(DBDIR)/spool
+
+# Client only - Where plugins should put their states. Must be writable by
+# group "munin", and should be preserved between reboots
+PLUGSTATE  = $(DBDIR)/plugin-state
+
+# Where Munin should place its logs.
+LOGDIR = $(PREFIX)/var/log/munin
+
+# Location of PID files and other statefiles. On the server, must be
+# writable by the user "munin".
+STATEDIR   = $(DESTDIR)/run/munin
+
+# The perl interpreter to use
+PERL   :=

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

2012-09-15 Thread Giovanni Scafora
Date: Saturday, September 15, 2012 @ 13:24:11
  Author: giovanni
Revision: 166690

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 166689, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 166689, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/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-09-15 17:23:42 UTC (rev 166689)
+++ extra-i686/PKGBUILD 2012-09-15 17:24:11 UTC (rev 166690)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2012.09.12
-pkgrel=1
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia";
-depends=('gcc-libs')
-source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('88ceec23abb1df597e333945e95120fd')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 166689, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-15 17:24:11 UTC (rev 166690)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=live-media
+pkgver=2012.09.13
+pkgrel=1
+pkgdesc="A set of C++ libraries for multimedia streaming"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://live555.com/liveMedia";
+depends=('gcc-libs')
+source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
+md5sums=('33ffc8df7f07a6db0e923d73dfdc0547')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
+install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} "${pkgdir}/usr/bin"
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-15 17:23:42 UTC (rev 166689)
+++ extra-x86_64/PKGBUILD   2012-09-15 17:24:11 UTC (rev 166690)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2012.09.12
-pkgrel=1
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia";
-depends=('gcc-libs')
-source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('88ceec23abb1df597e333945e95120fd')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-x86_64

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

2012-09-15 Thread Giovanni Scafora
Date: Saturday, September 15, 2012 @ 13:23:42
  Author: giovanni
Revision: 166689

upgpkg: live-media 2012.09.13-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 17:23:15 UTC (rev 166688)
+++ PKGBUILD2012-09-15 17:23:42 UTC (rev 166689)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2012.09.12
+pkgver=2012.09.13
 pkgrel=1
 pkgdesc="A set of C++ libraries for multimedia streaming"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="http://live555.com/liveMedia";
 depends=('gcc-libs')
 source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('88ceec23abb1df597e333945e95120fd')
+md5sums=('33ffc8df7f07a6db0e923d73dfdc0547')
 
 build() {
   cd ${srcdir}/live



[arch-commits] Commit in munin/trunk (6 files)

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 13:23:15
  Author: dan
Revision: 166688

upgpkg: munin 2.0.6-2

Add a bunch of systemd units for sockets and services

Added:
  munin/trunk/munin-graph.service
  munin/trunk/munin-graph.socket
  munin/trunk/munin-html.service
  munin/trunk/munin-html.socket
  munin/trunk/munin-node.service
Modified:
  munin/trunk/PKGBUILD

-+
 PKGBUILD|   15 ++-
 munin-graph.service |   10 ++
 munin-graph.socket  |9 +
 munin-html.service  |   10 ++
 munin-html.socket   |9 +
 munin-node.service  |   11 +++
 6 files changed, 63 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 16:47:20 UTC (rev 166687)
+++ PKGBUILD2012-09-15 17:23:15 UTC (rev 166688)
@@ -5,7 +5,7 @@
 pkgname=('munin' 'munin-node')
 pkgbase=munin
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
 url="http://munin-monitoring.org/";
@@ -21,6 +21,9 @@
 logrotate.munin
 logrotate.munin-node
 munin.tmpfiles.conf
+munin-node.service
+munin-graph.{service,socket}
+munin-html.{service,socket}
 08-munin-font-dir.conf)
 
 build() { 
@@ -45,6 +48,10 @@
install -D -m644 ../munin-cron-entry 
"$pkgdir"/etc/munin/munin-cron-entry
install -D -m644 ../logrotate.munin "$pkgdir"/etc/logrotate.d/munin
install -D -m644 ../munin.tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/munin.conf
+install -D -m644 ../munin-graph.service 
"$pkgdir"/usr/lib/systemd/system/munin-graph.service
+install -D -m644 ../munin-graph.socket 
"$pkgdir"/usr/lib/systemd/system/munin-graph.socket
+install -D -m644 ../munin-html.service 
"$pkgdir"/usr/lib/systemd/system/munin-html.service
+install -D -m644 ../munin-html.socket 
"$pkgdir"/usr/lib/systemd/system/munin-html.socket
install -D -m644 ../08-munin-font-dir.conf 
"$pkgdir"/etc/fonts/conf.d/08-munin-font-dir.conf
rm -rf "$pkgdir/run"
 }
@@ -63,6 +70,7 @@
install -D -m755 ../munin-node.init "$pkgdir"/etc/rc.d/munin-node
install -D -m644 ../logrotate.munin-node 
"$pkgdir"/etc/logrotate.d/munin-node
install -D -m644 ../munin.tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/munin-node.conf
+install -D -m644 ../munin-node.service 
"$pkgdir"/usr/lib/systemd/system/munin-node.service
rm -rf "$pkgdir/run/"
 }
 
@@ -73,4 +81,9 @@
  'eb2f1e6e746e85ce1e9f40086be0'
  'cdf139f2b6ae36852113f3411caa6e99'
  'd124f46e353a7966df093ba803235789'
+ '80afc4a85e2e87d8f1acf7a56d86a37f'
+ 'd35937ab3442947f572024fce803cfd6'
+ 'aa45d2c22a84725e6b1eae810f73c7c7'
+ '27144c961b6e4240f3a0554c7100b5f4'
+ '5ecdc62d4497ebb043803e6c35624f1d'
  'e33a45c3b80a83eecabbe5a9920c1eb6')

Added: munin-graph.service
===
--- munin-graph.service (rev 0)
+++ munin-graph.service 2012-09-15 17:23:15 UTC (rev 166688)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Munin FastCGI Graph
+
+[Service]
+User=munin
+Group=munin
+ExecStart=/usr/share/munin/cgi/munin-cgi-graph
+StandardInput=socket
+StandardOutput=inherit
+StandardError=journal

Added: munin-graph.socket
===
--- munin-graph.socket  (rev 0)
+++ munin-graph.socket  2012-09-15 17:23:15 UTC (rev 166688)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Munin FastCGI Graph Socket
+
+[Socket]
+ListenStream=/run/munin/fcgi-graph.sock
+Accept=yes
+
+[Install]
+WantedBy=sockets.target

Added: munin-html.service
===
--- munin-html.service  (rev 0)
+++ munin-html.service  2012-09-15 17:23:15 UTC (rev 166688)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Munin FastCGI HTML
+
+[Service]
+User=munin
+Group=munin
+ExecStart=/usr/share/munin/cgi/munin-cgi-html
+StandardInput=socket
+StandardOutput=inherit
+StandardError=journal

Added: munin-html.socket
===
--- munin-html.socket   (rev 0)
+++ munin-html.socket   2012-09-15 17:23:15 UTC (rev 166688)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Munin FastCGI HTML Socket
+
+[Socket]
+ListenStream=/run/munin/fcgi-html.sock
+Accept=yes
+
+[Install]
+WantedBy=sockets.target

Added: munin-node.service
===
--- munin-node.service  (rev 0)
+++ munin-node.service  2012-09-15 17:23:15 UTC (rev 166688)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Munin Node Service
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/munin/munin-node.pid
+ExecStart=/usr/bin/munin-node
+
+[Install]
+WantedBy=multi-user.target



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

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 12:47:20
  Author: dan
Revision: 166687

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

Added:
  postgresql/repos/testing-i686/
  postgresql/repos/testing-i686/PKGBUILD
(from rev 166686, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-i686/postgresql-check-db-dir
(from rev 166686, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-i686/postgresql.confd
(from rev 166686, postgresql/trunk/postgresql.confd)
  postgresql/repos/testing-i686/postgresql.install
(from rev 166686, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-i686/postgresql.logrotate
(from rev 166686, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-i686/postgresql.pam
(from rev 166686, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-i686/postgresql.rcd
(from rev 166686, postgresql/trunk/postgresql.rcd)
  postgresql/repos/testing-i686/postgresql.service
(from rev 166686, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-x86_64/
  postgresql/repos/testing-x86_64/PKGBUILD
(from rev 166686, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
(from rev 166686, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-x86_64/postgresql.confd
(from rev 166686, postgresql/trunk/postgresql.confd)
  postgresql/repos/testing-x86_64/postgresql.install
(from rev 166686, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-x86_64/postgresql.logrotate
(from rev 166686, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-x86_64/postgresql.pam
(from rev 166686, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-x86_64/postgresql.rcd
(from rev 166686, postgresql/trunk/postgresql.rcd)
  postgresql/repos/testing-x86_64/postgresql.service
(from rev 166686, postgresql/trunk/postgresql.service)

+
 testing-i686/PKGBUILD  |  154 +++
 testing-i686/postgresql-check-db-dir   |   49 +
 testing-i686/postgresql.confd  |   11 ++
 testing-i686/postgresql.install|   30 ++
 testing-i686/postgresql.logrotate  |4 
 testing-i686/postgresql.pam|3 
 testing-i686/postgresql.rcd|   79 +++
 testing-i686/postgresql.service|   27 +
 testing-x86_64/PKGBUILD|  154 +++
 testing-x86_64/postgresql-check-db-dir |   49 +
 testing-x86_64/postgresql.confd|   11 ++
 testing-x86_64/postgresql.install  |   30 ++
 testing-x86_64/postgresql.logrotate|4 
 testing-x86_64/postgresql.pam  |3 
 testing-x86_64/postgresql.rcd  |   79 +++
 testing-x86_64/postgresql.service  |   27 +
 16 files changed, 714 insertions(+)

Copied: postgresql/repos/testing-i686/PKGBUILD (from rev 166686, 
postgresql/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-15 16:47:20 UTC (rev 166687)
@@ -0,0 +1,154 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgbase=postgresql
+pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
+pkgver=9.2.0
+_majorver=${pkgver%.*}
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.postgresql.org/";
+license=('custom:PostgreSQL')
+makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl' 'openssl>=1.0.0')
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
+postgresql.rcd postgresql.confd postgresql.pam postgresql.logrotate
+postgresql.service postgresql-check-db-dir)
+md5sums=('8c4c32a4abe8cf61b02c8366181ede50'
+ '1ddd1df8010549f237e7983bb326025e'
+ 'a54d09a20ab1672adf08f037df188d53'
+ '96f82c38f3f540b53f3e5144900acf17'
+ 'd28e443f9f65a5712c52018b84e27137'
+ 'f0d46e63198db0a1e51dcd4a0599cd33'
+ '505e0e4abfc746cae9558584d471a03c')
+sha256sums=('3731c607df492bbb57f37917b49f57719c0d6f823720426431fff10d82b1fe33'
+'9f6307b1358892e304f9474a456f0cb9160cfb8812a9da0430abe647f8a9cf45'
+'3de5c059eead8816db15c2c5588e6196d6c4b0d704faf1a20912796cf589ba81'
+'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
+'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
+'af41dd8c1e6b124880fb4347c9fa4adabdef5b6e6bd13601cac25eb9e7bc7774'
+'3a3279d290f556bf7a362670e32b491794f47ed218f6b8c6acef366a3291f669')
+
+build() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --datadir=/usr/share/postgresql \
+  --with-krb5 \
+  --with-libxml \
+  --with-openssl \
+  --with-perl \
+  --with-python PYTHON=/usr/bin/python2 \
+  --with-tcl \
+  --with-pam \
+  --with-system-tzdata=/usr/share/zoneinfo \

[arch-commits] Commit in postgresql/trunk (6 files)

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 12:46:19
  Author: dan
Revision: 166686

upgpkg: postgresql 9.2.0-1

* Major version upgrade
* systemd support. Adapt postgresql-check-db-dir script from Fedora and model 
service file after theirs

Added:
  postgresql/trunk/postgresql-check-db-dir
  postgresql/trunk/postgresql.service
Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql.install
Deleted:
  postgresql/trunk/postgresql-initdb
  postgresql/trunk/postgresql.service

-+
 PKGBUILD|   24 +++---
 postgresql-check-db-dir |   49 ++
 postgresql-initdb   |   33 --
 postgresql.install  |   10 ++---
 postgresql.service  |   47 +---
 5 files changed, 95 insertions(+), 68 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 16:03:08 UTC (rev 166685)
+++ PKGBUILD2012-09-15 16:46:19 UTC (rev 166686)
@@ -3,30 +3,30 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.1.4
+pkgver=9.2.0
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/";
 license=('custom:PostgreSQL')
 makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl' 'openssl>=1.0.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
 postgresql.rcd postgresql.confd postgresql.pam postgresql.logrotate
-postgresql.service postgresql-initdb)
-md5sums=('a8035688dba988b782725ac1aec60186'
+postgresql.service postgresql-check-db-dir)
+md5sums=('8c4c32a4abe8cf61b02c8366181ede50'
  '1ddd1df8010549f237e7983bb326025e'
  'a54d09a20ab1672adf08f037df188d53'
  '96f82c38f3f540b53f3e5144900acf17'
  'd28e443f9f65a5712c52018b84e27137'
- '1ec1fbf1ce998324248c543e6cc2c5e6'
- '1488a98a5d5d96a04416e4f5872223bf')
-sha256sums=('a0795a8eb3ae2d1a2914b63bf143d20182835d90699915ff43567c041d3c9712'
+ 'f0d46e63198db0a1e51dcd4a0599cd33'
+ '505e0e4abfc746cae9558584d471a03c')
+sha256sums=('3731c607df492bbb57f37917b49f57719c0d6f823720426431fff10d82b1fe33'
 '9f6307b1358892e304f9474a456f0cb9160cfb8812a9da0430abe647f8a9cf45'
 '3de5c059eead8816db15c2c5588e6196d6c4b0d704faf1a20912796cf589ba81'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'7014ccc8f3bbac8be9473a43fca2ed4037ee04e56d8e07d6027b3b4ef0317c89'
-'c22f82a3cf5b555935039853fab2d7e5ff6188cdb1fb528fa9171a87b94f42b0')
+'af41dd8c1e6b124880fb4347c9fa4adabdef5b6e6bd13601cac25eb9e7bc7774'
+'3a3279d290f556bf7a362670e32b491794f47ed218f6b8c6acef366a3291f669')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"
@@ -139,8 +139,8 @@
   install -D -m755 "${srcdir}/postgresql.rcd" "${pkgdir}/etc/rc.d/postgresql"
   install -D -m644 "${srcdir}/postgresql.service" \
 "${pkgdir}/usr/lib/systemd/system/postgresql.service"
-  install -D -m755 "${srcdir}/postgresql-initdb" \
-"${pkgdir}/usr/lib/systemd/scripts/postgresql-initdb"
+  install -D -m755 "${srcdir}/postgresql-check-db-dir" \
+"${pkgdir}/usr/bin/postgresql-check-db-dir"
 
   # install conf file
   install -D -m644 ${srcdir}/postgresql.confd \

Added: postgresql-check-db-dir
===
--- postgresql-check-db-dir (rev 0)
+++ postgresql-check-db-dir 2012-09-15 16:46:19 UTC (rev 166686)
@@ -0,0 +1,49 @@
+#!/bin/sh
+
+# This script verifies that the postgresql data directory has been correctly
+# initialized.  We do not want to automatically initdb it, because that has
+# a risk of catastrophic failure (ie, overwriting a valuable database) in
+# corner cases, such as a remotely mounted database on a volume that's a
+# bit slow to mount.  But we can at least emit a message advising newbies
+# what to do.
+
+PGDATA="$1"
+
+if [ -z "$PGDATA" ]
+then
+echo "Usage: $0 database-path"
+exit 1
+fi
+
+# PGMAJORVERSION is major version
+PGMAJORVERSION=9.2
+# PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades
+PREVMAJORVERSION=9.1
+
+# Check for the PGDATA structure
+if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]
+then
+# Check version of existing PGDATA
+if [ x`cat "$PGDATA/PG_VERSION"` = x"$PGMAJORVERSION" ]
+then
+: A-OK
+elif [ x`cat "$PGDATA/PG_VERSION"` = x"$PREVMAJORVERSION" ]
+then
+echo $"An old version of the database format was found."
+echo $"See 
https://wiki.archlinux.org/index.php/PostgreSQL#Upgrading_PostgreSQL";
+exit 1
+else
+echo $"An old version of the 

[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 12:03:08
  Author: dan
Revision: 166685

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

Added:
  postgresql-old-upgrade/repos/testing-i686/
  postgresql-old-upgrade/repos/testing-i686/PKGBUILD
(from rev 166684, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/testing-x86_64/
  postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD
(from rev 166684, postgresql-old-upgrade/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: postgresql-old-upgrade/repos/testing-i686/PKGBUILD (from rev 166684, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-15 16:03:08 UTC (rev 166685)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.1.5
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc="Minimal PostgreSQL build for migrating between major versions with 
pg_upgrade"
+arch=('i686' 'x86_64')
+url="http://www.postgresql.org/";
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0')
+source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+
+build() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  ./configure --prefix=/opt/pgsql-${_majorver} \
+  --with-libxml --with-openssl --without-perl \
+  --without-python --with-pam --without-readline \
+  --with-system-tzdata=/usr/share/zoneinfo --disable-nls \
+  --enable-thread-safety
+
+  make -C src all
+}
+
+package() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  # install
+  make DESTDIR="${pkgdir}" -C src install
+
+  # install license
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
+}
+
+md5sums=('c784decb60615aa94c6a31601bc6ffd2')
+sha256sums=('0b889c132426fc68d8c2eb1bf112bf99cc653e9c95b5f4bbebc55cd9a8d6ce44')

Copied: postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD (from rev 166684, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-15 16:03:08 UTC (rev 166685)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.1.5
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc="Minimal PostgreSQL build for migrating between major versions with 
pg_upgrade"
+arch=('i686' 'x86_64')
+url="http://www.postgresql.org/";
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0')
+source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+
+build() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  ./configure --prefix=/opt/pgsql-${_majorver} \
+  --with-libxml --with-openssl --without-perl \
+  --without-python --with-pam --without-readline \
+  --with-system-tzdata=/usr/share/zoneinfo --disable-nls \
+  --enable-thread-safety
+
+  make -C src all
+}
+
+package() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  # install
+  make DESTDIR="${pkgdir}" -C src install
+
+  # install license
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
+}
+
+md5sums=('c784decb60615aa94c6a31601bc6ffd2')
+sha256sums=('0b889c132426fc68d8c2eb1bf112bf99cc653e9c95b5f4bbebc55cd9a8d6ce44')



[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 12:02:41
  Author: dan
Revision: 166684

upgpkg: postgresql-old-upgrade 9.1.5-1

Bump upgrade package to 9.1.x; main package will move to 9.2

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 15:22:53 UTC (rev 166683)
+++ PKGBUILD2012-09-15 16:02:41 UTC (rev 166684)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=9.0.9
+pkgver=9.1.5
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc="Minimal PostgreSQL build for migrating between major versions with 
pg_upgrade"
@@ -37,5 +37,5 @@
   rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
 }
 
-md5sums=('284303098b161240fd13df7c251822a5')
-sha256sums=('87417d181a0f534fa96ba1d315a62b721f5bc22b7bb70af3f674bc1a68a5da8a')
+md5sums=('c784decb60615aa94c6a31601bc6ffd2')
+sha256sums=('0b889c132426fc68d8c2eb1bf112bf99cc653e9c95b5f4bbebc55cd9a8d6ce44')



[arch-commits] Commit in make/repos (30 files)

2012-09-15 Thread Allan McRae
Date: Saturday, September 15, 2012 @ 11:22:53
  Author: allan
Revision: 166683

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

Added:
  make/repos/core-i686/PKGBUILD
(from rev 166682, make/repos/testing-i686/PKGBUILD)
  make/repos/core-i686/make-3.82-bug30612.patch
(from rev 166682, make/repos/testing-i686/make-3.82-bug30612.patch)
  make/repos/core-i686/make-3.82-bug30723.patch
(from rev 166682, make/repos/testing-i686/make-3.82-bug30723.patch)
  make/repos/core-i686/make-3.82-dont-prune-intermediate.patch
(from rev 166682, 
make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch)
  make/repos/core-i686/make-3.82-expensive_glob.patch
(from rev 166682, make/repos/testing-i686/make-3.82-expensive_glob.patch)
  make/repos/core-i686/make-3.82-makeflags.patch
(from rev 166682, make/repos/testing-i686/make-3.82-makeflags.patch)
  make/repos/core-i686/make-3.82-sort-blank.patch
(from rev 166682, make/repos/testing-i686/make-3.82-sort-blank.patch)
  make/repos/core-i686/make.install
(from rev 166682, make/repos/testing-i686/make.install)
  make/repos/core-x86_64/PKGBUILD
(from rev 166682, make/repos/testing-x86_64/PKGBUILD)
  make/repos/core-x86_64/make-3.82-bug30612.patch
(from rev 166682, make/repos/testing-x86_64/make-3.82-bug30612.patch)
  make/repos/core-x86_64/make-3.82-bug30723.patch
(from rev 166682, make/repos/testing-x86_64/make-3.82-bug30723.patch)
  make/repos/core-x86_64/make-3.82-dont-prune-intermediate.patch
(from rev 166682, 
make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch)
  make/repos/core-x86_64/make-3.82-expensive_glob.patch
(from rev 166682, make/repos/testing-x86_64/make-3.82-expensive_glob.patch)
  make/repos/core-x86_64/make-3.82-makeflags.patch
(from rev 166682, make/repos/testing-x86_64/make-3.82-makeflags.patch)
  make/repos/core-x86_64/make-3.82-sort-blank.patch
(from rev 166682, make/repos/testing-x86_64/make-3.82-sort-blank.patch)
  make/repos/core-x86_64/make.install
(from rev 166682, make/repos/testing-x86_64/make.install)
Deleted:
  make/repos/core-i686/PKGBUILD
  make/repos/core-i686/bug30612.patch
  make/repos/core-i686/bug30723.patch
  make/repos/core-i686/make-3.82-makeflags.patch
  make/repos/core-i686/make-3.82-sort-blank.patch
  make/repos/core-i686/make.install
  make/repos/core-x86_64/PKGBUILD
  make/repos/core-x86_64/bug30612.patch
  make/repos/core-x86_64/bug30723.patch
  make/repos/core-x86_64/make-3.82-makeflags.patch
  make/repos/core-x86_64/make-3.82-sort-blank.patch
  make/repos/core-x86_64/make.install
  make/repos/testing-i686/
  make/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  120 +-
 core-i686/bug30612.patch|   66 -
 core-i686/bug30723.patch|   12 -
 core-i686/make-3.82-bug30612.patch  |   66 +
 core-i686/make-3.82-bug30723.patch  |   12 +
 core-i686/make-3.82-dont-prune-intermediate.patch   |   57 
 core-i686/make-3.82-expensive_glob.patch|  116 +
 core-i686/make-3.82-makeflags.patch |   72 +-
 core-i686/make-3.82-sort-blank.patch|   34 ++---
 core-i686/make.install  |   40 +++---
 core-x86_64/PKGBUILD|  120 +-
 core-x86_64/bug30612.patch  |   66 -
 core-x86_64/bug30723.patch  |   12 -
 core-x86_64/make-3.82-bug30612.patch|   66 +
 core-x86_64/make-3.82-bug30723.patch|   12 +
 core-x86_64/make-3.82-dont-prune-intermediate.patch |   57 
 core-x86_64/make-3.82-expensive_glob.patch  |  116 +
 core-x86_64/make-3.82-makeflags.patch   |   72 +-
 core-x86_64/make-3.82-sort-blank.patch  |   34 ++---
 core-x86_64/make.install|   40 +++---
 20 files changed, 778 insertions(+), 412 deletions(-)

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


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

2012-09-15 Thread Evangelos Foutras
Date: Saturday, September 15, 2012 @ 11:19:17
  Author: foutrelis
Revision: 166682

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

Added:
  sudo/repos/core-i686/PKGBUILD
(from rev 166681, sudo/repos/testing-i686/PKGBUILD)
  sudo/repos/core-i686/sudo.pam
(from rev 166681, sudo/repos/testing-i686/sudo.pam)
  sudo/repos/core-x86_64/PKGBUILD
(from rev 166681, sudo/repos/testing-x86_64/PKGBUILD)
  sudo/repos/core-x86_64/sudo.pam
(from rev 166681, sudo/repos/testing-x86_64/sudo.pam)
Deleted:
  sudo/repos/core-i686/PKGBUILD
  sudo/repos/core-i686/sudo.pam
  sudo/repos/core-x86_64/PKGBUILD
  sudo/repos/core-x86_64/sudo.pam
  sudo/repos/testing-i686/
  sudo/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  100 -
 core-i686/sudo.pam   |6 +-
 core-x86_64/PKGBUILD |  100 -
 core-x86_64/sudo.pam |6 +-
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-09-15 15:07:09 UTC (rev 166681)
+++ core-i686/PKGBUILD  2012-09-15 15:19:17 UTC (rev 166682)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sudo
-_sudover=1.8.6
-pkgver=${_sudover/p/.p}
-pkgrel=1
-pkgdesc="Give certain users the ability to run some commands as root"
-arch=('i686' 'x86_64')
-url="http://www.sudo.ws/sudo/";
-license=('custom')
-depends=('glibc' 'pam')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-options=('!libtool')
-source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz
-sudo.pam)
-sha256sums=('93c4481ae5261ca0e988d069179fef40032729b94a110ceb2a3e92ca7842d2d3'
-'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
-
-build() {
-  cd "$srcdir/$pkgname-$_sudover"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---with-logfac=auth \
---with-pam \
---with-env-editor \
---with-passprompt="[sudo] password for %p: " \
---with-all-insults
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$_sudover"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_sudover"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
-
-  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sudo/repos/core-i686/PKGBUILD (from rev 166681, 
sudo/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-09-15 15:19:17 UTC (rev 166682)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.6p1
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="http://www.sudo.ws/sudo/";
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool')
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz
+sudo.pam)
+sha256sums=('70d6a3ceb6168c879a80a5fa03cdd06178b95d0ecb6bf87aa0bc7c159da944cc'
+'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--with-logfac=auth \
+--with-pam \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-i686/sudo.pam
===
--- core-i686/sudo.pam  2012-09-15 15:07:09 UTC (rev 166681)
+++ core-i686/sudo.pam  2012-09-15 15:19:17 UTC (rev 166682)
@@ -1,3 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-auth   requiredpam_nologin.so

Copied: sudo/repos/core-i686/sudo.pam (from rev 166681, 
sudo/repos/testing-i686/sudo.pam)
===
--- core-i686/sudo.pam  (rev 0)
+++ core-i686/sudo.pam  2012-09-15 15:19:17 UTC (rev 166682)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-09-15 15:07:09 UTC (rev 166681)
+++ core-x86_64/PKGBUILD2012-09-15 15:19:17 UTC (rev 166682)
@@ -1,50 +0,

[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 11:07:09
  Author: dan
Revision: 166681

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 166680, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   92 +++--
 1 file changed, 47 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-15 15:06:50 UTC (rev 166680)
+++ PKGBUILD2012-09-15 15:07:09 UTC (rev 166681)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Cilyan Olowen 
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="A discovery-based unittest extension"
-arch=('any')
-url="http://www.somethingaboutorange.com/mrl/projects/nose/";
-license=('LGPL2')
-source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python-sphinx')
-md5sums=('144f237b615e23f21f6a50b2183aa817')
-
-build() {
-  cd "$srcdir/nose-$pkgver"
-  sed -i -e "s:man/man1:share/man/man1:g" setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python' 'python-distribute')
-  cd "$srcdir/nose-$pkgver"
-  python setup.py install --prefix=/usr --root=${pkgdir}
-  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-distribute')
-  cd "$srcdir/nose2-$pkgver"
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc="Nose documentation and examples"
-  cd "$srcdir/nose-$pkgver/doc"
-  make html
-  mkdir -p "$pkgdir/usr/share/doc/python-nose"
-  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
-  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 166680, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-15 15:07:09 UTC (rev 166681)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Cilyan Olowen 
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A discovery-based unittest extension"
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python2-sphinx')
+source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
+md5sums=('735e3f1ce8b07e70ee1b742a8a53585a')
+
+build() {
+  cd "$srcdir/nose-$pkgver"
+  sed -i -e "s:man/man1:share/man/man1:g" setup.py
+  cp -R "$srcdir/nose-$pkgver" "$srcdir/nose2-$pkgver"
+}
+
+package_python-nose() {
+  depends=('python' 'python-distribute')
+  cd "$srcdir/nose-$pkgver"
+  python setup.py install --prefix=/usr --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-distribute')
+  cd "$srcdir/nose2-$pkgver"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
+  rm -rf "$pkgdir/usr/share"
+}
+
+package_python-nose-doc(){
+  pkgdesc="Nose documentation and examples"
+  cd "$srcdir/nose-$pkgver/doc"
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p "$pkgdir/usr/share/doc/python-nose"
+  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
+  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
+}



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

2012-09-15 Thread Dan McGee
Date: Saturday, September 15, 2012 @ 11:06:50
  Author: dan
Revision: 166680

upgpkg: python-nose 1.2.1-1

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 14:04:28 UTC (rev 166679)
+++ PKGBUILD2012-09-15 15:06:50 UTC (rev 166680)
@@ -1,21 +1,20 @@
 # $Id$
-# Maintainer:
+# Maintainer: Dan McGee 
 # Contributor: Angel Velasquez 
 # Contributor: Douglas Soares de Andrade 
 # Contributor: Cilyan Olowen 
 
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A discovery-based unittest extension"
 arch=('any')
 url='http://readthedocs.org/docs/nose/'
 license=('LGPL2.1')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python-sphinx')
-source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc})
-md5sums=('144f237b615e23f21f6a50b2183aa817'
- 'b3ea70c42347d9ca8b1c248bd6b128c5')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python2-sphinx')
+source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
+md5sums=('735e3f1ce8b07e70ee1b742a8a53585a')
 
 build() {
   cd "$srcdir/nose-$pkgver"
@@ -41,7 +40,7 @@
 package_python-nose-doc(){
   pkgdesc="Nose documentation and examples"
   cd "$srcdir/nose-$pkgver/doc"
-  make html
+  make SPHINXBUILD=sphinx-build2 html
   mkdir -p "$pkgdir/usr/share/doc/python-nose"
   cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
   cp -r ../examples "$pkgdir/usr/share/doc/python-nose"



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

2012-09-15 Thread Guillaume Alaux
Date: Saturday, September 15, 2012 @ 10:04:28
  Author: guillaume
Revision: 166679

archrelease: copy trunk to extra-any

Added:
  java-antlr3/repos/extra-any/
  java-antlr3/repos/extra-any/LICENSE
(from rev 166678, java-antlr3/trunk/LICENSE)
  java-antlr3/repos/extra-any/PKGBUILD
(from rev 166678, java-antlr3/trunk/PKGBUILD)
  java-antlr3/repos/extra-any/antlrworks-1.4.3-jdk7.patch
(from rev 166678, java-antlr3/trunk/antlrworks-1.4.3-jdk7.patch)

-+
 LICENSE |8 
 PKGBUILD|   37 +
 antlrworks-1.4.3-jdk7.patch |   41 +
 3 files changed, 86 insertions(+)

Copied: java-antlr3/repos/extra-any/LICENSE (from rev 166678, 
java-antlr3/trunk/LICENSE)
===
--- extra-any/LICENSE   (rev 0)
+++ extra-any/LICENSE   2012-09-15 14:04:28 UTC (rev 166679)
@@ -0,0 +1,8 @@
+Copyright (c) 2010 Terence Parr
+All rights reserved.
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the following disclaimer in the documentation and/or 
other materials provided with the distribution.
+Neither the name of the author nor the names of its contributors may be used 
to endorse or promote products derived from this software without specific 
prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: java-antlr3/repos/extra-any/PKGBUILD (from rev 166678, 
java-antlr3/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-09-15 14:04:28 UTC (rev 166679)
@@ -0,0 +1,37 @@
+# Maintainer: Guillaume ALAUX 
+_libname=antlr
+pkgname=java-${_libname}3
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Language tool that provides a framework for constructing grammatical 
parsers"
+arch=('any')
+url="http://www.antlr.org/";
+license=('BSD')
+depends=('java-runtime')
+makedepends=('apache-ant')
+# Thanks Mageia:
+# 
http://svnweb.mageia.org/packages/cauldron/antlrworks/current/SOURCES/antlrworks-1.4.3-jdk7.patch
+# Patch proposed upstream on 2012-09-15:
+# http://www.antlr.org/pipermail/antlr-interest/2012-September/thread.html
+source=(http://www.antlr.org/download/${_libname}works-${pkgver}-src.zip
+antlrworks-1.4.3-jdk7.patch
+LICENSE)
+sha256sums=('ec76aa4f2aa06283bd8acff418d5a0517edff024c10dfab978f0023cf877fec7'
+'39cf6629d7a779af5434d207fe467bde9c4bf2258c5aee2b11b376a1ffbf960c'
+'a13d8ca68ed79457f0e1c4465bbfa8a0704ccad75e5a909ed2fb7632f3fd77b6')
+
+build() {
+  cd "${srcdir}"
+
+  patch -p1 < antlrworks-1.4.3-jdk7.patch
+  ant build
+}
+
+package() {
+  install -Dm644 ${srcdir}/dist/${_libname}works-${pkgver}.jar \
+ ${pkgdir}/usr/share/java/${_libname}works-${pkgver}.jar
+  ln -s ${_libname}works-${pkgver}.jar \
+${pkgdir}/usr/share/java/${_libname}works.jar
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: java-antlr3/repos/extra-any/antlrworks-1.4.3-jdk7.patch (from rev 
166678, java-antlr3/trunk/antlrworks-1.4.3-jdk7.patch)
===
--- extra-any/antlrworks-1.4.3-jdk7.patch   (rev 0)
+++ extra-any/antlrworks-1.4.3-jdk7.patch   2012-09-15 14:04:28 UTC (rev 
166679)
@@ -0,0 +1,41 @@
+
+diff -up 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java.orig
 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java
+--- 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java.orig
2011-08-08 11:53:50.0 +0200
 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java
 2012-02-02 13:53:50.536902161 +0100
+@@ -106,13 +106,13 @@ public class De

[arch-commits] Commit in (6 files)

2012-09-15 Thread Guillaume Alaux
Date: Saturday, September 15, 2012 @ 10:00:10
  Author: guillaume
Revision: 166678

Added new package java-antlr3 (dependency of apache-ant)

Added:
  java-antlr3/
  java-antlr3/repos/
  java-antlr3/trunk/
  java-antlr3/trunk/LICENSE
  java-antlr3/trunk/PKGBUILD
  java-antlr3/trunk/antlrworks-1.4.3-jdk7.patch

-+
 LICENSE |8 
 PKGBUILD|   37 +
 antlrworks-1.4.3-jdk7.patch |   41 +
 3 files changed, 86 insertions(+)

Added: java-antlr3/trunk/LICENSE
===
--- java-antlr3/trunk/LICENSE   (rev 0)
+++ java-antlr3/trunk/LICENSE   2012-09-15 14:00:10 UTC (rev 166678)
@@ -0,0 +1,8 @@
+Copyright (c) 2010 Terence Parr
+All rights reserved.
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the following disclaimer in the documentation and/or 
other materials provided with the distribution.
+Neither the name of the author nor the names of its contributors may be used 
to endorse or promote products derived from this software without specific 
prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: java-antlr3/trunk/PKGBUILD
===
--- java-antlr3/trunk/PKGBUILD  (rev 0)
+++ java-antlr3/trunk/PKGBUILD  2012-09-15 14:00:10 UTC (rev 166678)
@@ -0,0 +1,37 @@
+# Maintainer: Guillaume ALAUX 
+_libname=antlr
+pkgname=java-${_libname}3
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Language tool that provides a framework for constructing grammatical 
parsers"
+arch=('any')
+url="http://www.antlr.org/";
+license=('BSD')
+depends=('java-runtime')
+makedepends=('apache-ant')
+# Thanks Mageia:
+# 
http://svnweb.mageia.org/packages/cauldron/antlrworks/current/SOURCES/antlrworks-1.4.3-jdk7.patch
+# Patch proposed upstream on 2012-09-15:
+# http://www.antlr.org/pipermail/antlr-interest/2012-September/thread.html
+source=(http://www.antlr.org/download/${_libname}works-${pkgver}-src.zip
+antlrworks-1.4.3-jdk7.patch
+LICENSE)
+sha256sums=('ec76aa4f2aa06283bd8acff418d5a0517edff024c10dfab978f0023cf877fec7'
+'39cf6629d7a779af5434d207fe467bde9c4bf2258c5aee2b11b376a1ffbf960c'
+'a13d8ca68ed79457f0e1c4465bbfa8a0704ccad75e5a909ed2fb7632f3fd77b6')
+
+build() {
+  cd "${srcdir}"
+
+  patch -p1 < antlrworks-1.4.3-jdk7.patch
+  ant build
+}
+
+package() {
+  install -Dm644 ${srcdir}/dist/${_libname}works-${pkgver}.jar \
+ ${pkgdir}/usr/share/java/${_libname}works-${pkgver}.jar
+  ln -s ${_libname}works-${pkgver}.jar \
+${pkgdir}/usr/share/java/${_libname}works.jar
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: java-antlr3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: java-antlr3/trunk/antlrworks-1.4.3-jdk7.patch
===
--- java-antlr3/trunk/antlrworks-1.4.3-jdk7.patch   
(rev 0)
+++ java-antlr3/trunk/antlrworks-1.4.3-jdk7.patch   2012-09-15 14:00:10 UTC 
(rev 166678)
@@ -0,0 +1,41 @@
+
+diff -up 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java.orig
 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java
+--- 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java.orig
2011-08-08 11:53:50.0 +0200
 
antlrworks-1.4.3/src/aw/org/antlr/works/grammar/decisiondfa/DecisionDFAEngine.java
 2012-02-02 13:53:50.536902161 +0100
+@@ -106,13 +106,13 @@ public class DecisionDFAEngine {
+ if(g == null) return;
+ 
+ if(g.decisionsWhoseDFAsUsesSemPreds != null) 

[arch-commits] Commit in hunspell-fr/repos/extra-any (PKGBUILD PKGBUILD)

2012-09-15 Thread Guillaume Alaux
Date: Saturday, September 15, 2012 @ 06:37:42
  Author: guillaume
Revision: 166677

archrelease: copy trunk to extra-any

Added:
  hunspell-fr/repos/extra-any/PKGBUILD
(from rev 166676, hunspell-fr/trunk/PKGBUILD)
Deleted:
  hunspell-fr/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-15 10:37:04 UTC (rev 166676)
+++ PKGBUILD2012-09-15 10:37:42 UTC (rev 166677)
@@ -1,40 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-
-pkgname=hunspell-fr
-pkgver=4.5
-pkgrel=1
-pkgdesc="French (modern) hunspell dictionaries"
-arch=(any)
-url="http://www.dicollecte.org/";
-license=('GPL' 'MPL' 'LGPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('9c0254edb3a820553c3cfb9f07e77174')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
-  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
-
-  pushd ${pkgdir}/usr/share/hunspell/
-  fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
-  for lang in ${fr_FR_aliases}; do
-   ln -s fr_FR.aff ${lang}.aff
-   ln -s fr_FR.dic ${lang}.dic
-  done
-
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename ${file}) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
-}

Copied: hunspell-fr/repos/extra-any/PKGBUILD (from rev 166676, 
hunspell-fr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-15 10:37:42 UTC (rev 166677)
@@ -0,0 +1,40 @@
+# Maintainer: Guillaume ALAUX 
+
+pkgname=hunspell-fr
+pkgver=4.6
+pkgrel=1
+pkgdesc="French (modern) hunspell dictionaries"
+arch=(any)
+url="http://www.dicollecte.org/";
+license=('GPL' 'MPL' 'LGPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
+md5sums=('1d7f28756a75083877f0468550f6b396')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 fr-moderne.dic ${pkgdir}/usr/share/hunspell/fr_FR.dic
+  install -m644 fr-moderne.aff ${pkgdir}/usr/share/hunspell/fr_FR.aff
+
+  pushd ${pkgdir}/usr/share/hunspell/
+  fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
+  for lang in ${fr_FR_aliases}; do
+   ln -s fr_FR.aff ${lang}.aff
+   ln -s fr_FR.dic ${lang}.dic
+  done
+
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd ${pkgdir}/usr/share/myspell/dicts
+for file in ${pkgdir}/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename ${file}) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
+  install -m644 README_fr.txt $pkgdir/usr/share/doc/${pkgname}/README_fr.txt
+}



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

2012-09-15 Thread Guillaume Alaux
Date: Saturday, September 15, 2012 @ 06:37:04
  Author: guillaume
Revision: 166676

Upstream release - sources

Modified:
  hunspell-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 10:31:01 UTC (rev 166675)
+++ PKGBUILD2012-09-15 10:37:04 UTC (rev 166676)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc="French (modern) hunspell dictionaries"
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL' 'MPL' 'LGPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname}-moderne-v${pkgver}.zip)
-md5sums=('9c0254edb3a820553c3cfb9f07e77174')
+md5sums=('1d7f28756a75083877f0468550f6b396')
 
 package() {
   cd "${srcdir}"



[arch-commits] Commit in rhino/repos/extra-any (14 files)

2012-09-15 Thread Guillaume Alaux
Date: Saturday, September 15, 2012 @ 06:31:01
  Author: guillaume
Revision: 166675

archrelease: copy trunk to extra-any

Added:
  rhino/repos/extra-any/PKGBUILD
(from rev 166674, rhino/trunk/PKGBUILD)
  rhino/repos/extra-any/rhino
(from rev 166674, rhino/trunk/rhino)
  rhino/repos/extra-any/rhino-debugger
(from rev 166674, rhino/trunk/rhino-debugger)
  rhino/repos/extra-any/rhino-debugger.1
(from rev 166674, rhino/trunk/rhino-debugger.1)
  rhino/repos/extra-any/rhino-jsc
(from rev 166674, rhino/trunk/rhino-jsc)
  rhino/repos/extra-any/rhino-jsc.1
(from rev 166674, rhino/trunk/rhino-jsc.1)
  rhino/repos/extra-any/rhino.1
(from rev 166674, rhino/trunk/rhino.1)
Deleted:
  rhino/repos/extra-any/PKGBUILD
  rhino/repos/extra-any/rhino
  rhino/repos/extra-any/rhino-debugger
  rhino/repos/extra-any/rhino-debugger.1
  rhino/repos/extra-any/rhino-jsc
  rhino/repos/extra-any/rhino-jsc.1
  rhino/repos/extra-any/rhino.1

--+
 PKGBUILD |  138 +++
 rhino|   16 ++--
 rhino-debugger   |   16 ++--
 rhino-debugger.1 |  120 +-
 rhino-jsc|   16 ++--
 rhino-jsc.1  |  134 +++---
 rhino.1  |  186 ++---
 7 files changed, 313 insertions(+), 313 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-15 10:29:34 UTC (rev 166674)
+++ PKGBUILD2012-09-15 10:31:01 UTC (rev 166675)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Jan de Groot 
-
-pkgbase=rhino
-pkgname=('java-rhino' 'rhino' 'rhino-javadoc')
-pkgver=1.7R3
-pkgrel=3
-arch=('any')
-url="http://www.mozilla.org/rhino/";
-license=('MPL' 'GPL2')
-makedepends=('apache-ant')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/js/${pkgbase}${pkgver/./_}.zip
-http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.5.0.tgz
-rhino
-rhino.1
-rhino-debugger
-rhino-debugger.1
-rhino-jsc
-rhino-jsc.1)
-md5sums=('99d94103662a8d0b571e247a77432ac5'
- '982e8e3d36aa5f7839f7675adc2b0c53'
- '2006b1ac37d162597b959acd685a4bee'
- '9c6bfda92befa45d484c88f9c7a2403b'
- '08d1ab306f0e07bc9a93afead55d54e8'
- '6c86e6746df7a327b46196a2c4942e0f'
- 'dad268ba00bb4182045507d4017d9815'
- 'af86e6abdf97ee68958ece356a9a7bc1')
-
-build() {
-  cd ${srcdir}/${pkgbase}${pkgver/./_}
-  ant \
--Dxbean.jar=${srcdir}/xmlbeans-2.5.0/lib/xbean.jar \
--Djsr173.jar=${srcdir}/xmlbeans-2.5.0/lib/jsr173_1.0_api.jar \
-jar \
-javadoc
-}
-
-# As explained on the build.xml, tests are difficult to run from CLI. We skip 
them.
-
-package_java-rhino() {
-  pkgdesc="Open-source implementation of JavaScript written entirely in Java - 
JAR"
-  depends=('java-runtime-headless')
-
-  cd ${srcdir}/${pkgbase}${pkgver/./_}/build/${pkgbase}${pkgver/./_}
-  install -Dm644 js.jar ${pkgdir}/usr/share/java/js-${pkgver}.jar
-  ln -s js-${pkgver}.jar ${pkgdir}/usr/share/java/js.jar
-}
-
-package_rhino() {
-  pkgdesc="Open-source implementation of JavaScript written entirely in Java"
-  depends=('java-rhino' 'java-jline')
-
-  cd ${srcdir}
-
-  install -dm755 ${pkgdir}/usr/bin
-  install -m755 rhino rhino-debugger rhino-jsc ${pkgdir}/usr/bin/
-  install -dm755 ${pkgdir}/usr/share/man/man1
-  install -m755 rhino.1 rhino-debugger.1 rhino-jsc.1 
${pkgdir}/usr/share/man/man1/
-}
-
-package_rhino-javadoc() {
-  pkgdesc="Open-source implementation of JavaScript written entirely in Java - 
Javadoc"
-
-  cd ${srcdir}/${pkgbase}${pkgver/./_}/build/${pkgbase}${pkgver/./_}
-  install -m755 -d ${pkgdir}/usr/share/${pkgbase}
-  cp -r javadoc ${pkgdir}/usr/share/${pkgbase}
-}

Copied: rhino/repos/extra-any/PKGBUILD (from rev 166674, rhino/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-15 10:31:01 UTC (rev 166675)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Guillaume ALAUX 
+# Contributor: Jan de Groot 
+
+pkgbase=rhino
+pkgname=('java-rhino' 'rhino' 'rhino-javadoc')
+pkgver=1.7R4
+pkgrel=1
+arch=('any')
+url="http://www.mozilla.org/rhino/";
+license=('MPL')
+makedepends=('apache-ant')
+source=(https://github.com/downloads/mozilla/rhino/${pkgbase}${pkgver/./_}.zip
+http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.5.0.tgz
+rhino
+rhino.1
+rhino-debugger
+rhino-debugger.1
+rhino-jsc
+rhino-jsc.1)
+md5sums=('ad67a3dff135e3a70f0c3528a2d6edf2'
+ '982e8e3d36aa5f7839f7675adc2b0c53'
+ '2006b1ac37d162597b959acd685a4bee'
+ '9c6bfda92befa45d484c88f9c7a2403b'
+ '08d1ab306f0e07bc9a93afead55d54e8'
+ '6c86e6746df7a327b46196a2c4942e0f'
+ 'dad268ba00bb418

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

2012-09-15 Thread Guillaume Alaux
Date: Saturday, September 15, 2012 @ 06:29:34
  Author: guillaume
Revision: 166674

upstream release - sources

Modified:
  rhino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 09:41:06 UTC (rev 166673)
+++ PKGBUILD2012-09-15 10:29:34 UTC (rev 166674)
@@ -5,13 +5,13 @@
 
 pkgbase=rhino
 pkgname=('java-rhino' 'rhino' 'rhino-javadoc')
-pkgver=1.7R3
-pkgrel=3
+pkgver=1.7R4
+pkgrel=1
 arch=('any')
 url="http://www.mozilla.org/rhino/";
-license=('MPL' 'GPL2')
+license=('MPL')
 makedepends=('apache-ant')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/js/${pkgbase}${pkgver/./_}.zip
+source=(https://github.com/downloads/mozilla/rhino/${pkgbase}${pkgver/./_}.zip
 http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.5.0.tgz
 rhino
 rhino.1
@@ -19,7 +19,7 @@
 rhino-debugger.1
 rhino-jsc
 rhino-jsc.1)
-md5sums=('99d94103662a8d0b571e247a77432ac5'
+md5sums=('ad67a3dff135e3a70f0c3528a2d6edf2'
  '982e8e3d36aa5f7839f7675adc2b0c53'
  '2006b1ac37d162597b959acd685a4bee'
  '9c6bfda92befa45d484c88f9c7a2403b'



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

2012-09-15 Thread Jan Steffens
Date: Saturday, September 15, 2012 @ 05:41:06
  Author: heftig
Revision: 166673

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

Added:
  sdl/repos/extra-i686/PKGBUILD
(from rev 166672, sdl/trunk/PKGBUILD)
  sdl/repos/extra-i686/fix_joystick_misc_axes.diff
(from rev 166672, sdl/trunk/fix_joystick_misc_axes.diff)
  sdl/repos/extra-i686/libsdl-1.2.15-resizing.patch
(from rev 166672, sdl/trunk/libsdl-1.2.15-resizing.patch)
  sdl/repos/extra-i686/sdl-1.2.14-disable-mmx.patch
(from rev 166672, sdl/trunk/sdl-1.2.14-disable-mmx.patch)
  sdl/repos/extra-i686/sdl-1.2.14-fix-mouse-clicking.patch
(from rev 166672, sdl/trunk/sdl-1.2.14-fix-mouse-clicking.patch)
  sdl/repos/extra-x86_64/PKGBUILD
(from rev 166672, sdl/trunk/PKGBUILD)
  sdl/repos/extra-x86_64/fix_joystick_misc_axes.diff
(from rev 166672, sdl/trunk/fix_joystick_misc_axes.diff)
  sdl/repos/extra-x86_64/libsdl-1.2.15-resizing.patch
(from rev 166672, sdl/trunk/libsdl-1.2.15-resizing.patch)
  sdl/repos/extra-x86_64/sdl-1.2.14-disable-mmx.patch
(from rev 166672, sdl/trunk/sdl-1.2.14-disable-mmx.patch)
  sdl/repos/extra-x86_64/sdl-1.2.14-fix-mouse-clicking.patch
(from rev 166672, sdl/trunk/sdl-1.2.14-fix-mouse-clicking.patch)
Deleted:
  sdl/repos/extra-i686/PKGBUILD
  sdl/repos/extra-i686/fix_joystick_misc_axes.diff
  sdl/repos/extra-i686/sdl-1.2.14-disable-mmx.patch
  sdl/repos/extra-i686/sdl-1.2.14-fix-mouse-clicking.patch
  sdl/repos/extra-x86_64/PKGBUILD
  sdl/repos/extra-x86_64/fix_joystick_misc_axes.diff
  sdl/repos/extra-x86_64/sdl-1.2.14-disable-mmx.patch
  sdl/repos/extra-x86_64/sdl-1.2.14-fix-mouse-clicking.patch

--+
 extra-i686/PKGBUILD  |   81 +++--
 extra-i686/fix_joystick_misc_axes.diff   |   26 +++---
 extra-i686/libsdl-1.2.15-resizing.patch  |   63 
 extra-i686/sdl-1.2.14-disable-mmx.patch  |   26 +++---
 extra-i686/sdl-1.2.14-fix-mouse-clicking.patch   |   46 +--
 extra-x86_64/PKGBUILD|   81 +++--
 extra-x86_64/fix_joystick_misc_axes.diff |   26 +++---
 extra-x86_64/libsdl-1.2.15-resizing.patch|   63 
 extra-x86_64/sdl-1.2.14-disable-mmx.patch|   26 +++---
 extra-x86_64/sdl-1.2.14-fix-mouse-clicking.patch |   46 +--
 10 files changed, 310 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-15 09:39:11 UTC (rev 166672)
+++ extra-i686/PKGBUILD 2012-09-15 09:41:06 UTC (rev 166673)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: dorphell 
-
-pkgname=sdl
-pkgver=1.2.15
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org";
-license=('LGPL')
-depends=('glibc' 'libxext' 'libxrender' 'libx11')
-makedepends=('alsa-lib' 'mesa' 'libpulse')
-options=('!libtool')
-source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
-sdl-1.2.14-fix-mouse-clicking.patch
-sdl-1.2.14-disable-mmx.patch
-fix_joystick_misc_axes.diff)
-md5sums=('9d96df8417572a2afb781a7c4c811a85'
- '04d8c179f125e04bcd4c9d60e013c2d7'
- 'e5c16b7611f62c7cb25f0534eff68852'
- '687586a108b597a2a6b73070c1d37e51')
-
-build() {
-  cd SDL-$pkgver
-  patch -Np1 -i ../sdl-1.2.14-fix-mouse-clicking.patch
-  patch -Np1 -i ../sdl-1.2.14-disable-mmx.patch
-  patch -Np1 -i ../fix_joystick_misc_axes.diff
-  ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd \
-  --with-x --disable-rpath --disable-static
-  make
-}
-
-package() {
-  cd SDL-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sdl/repos/extra-i686/PKGBUILD (from rev 166672, sdl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-15 09:41:06 UTC (rev 166673)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: dorphell 
+
+pkgname=sdl
+pkgver=1.2.15
+pkgrel=3
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org";
+license=('LGPL')
+depends=('glibc' 'libxext' 'libxrender' 'libx11')
+makedepends=('alsa-lib' 'mesa' 'libpulse')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+options=('!libtool')
+source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
+sdl-1.2.14-fix-mouse-clicking.patch
+sdl-1.2.14-disable-mmx.patch
+fix_joystick_misc_axes.diff
+libsdl-1.2.15-resizing.patch)
+md5sums=('9d96df8417572a2afb781a7c4c811a85'
+ '04d8c1

[arch-commits] Commit in sdl/trunk (PKGBUILD libsdl-1.2.15-resizing.patch)

2012-09-15 Thread Jan Steffens
Date: Saturday, September 15, 2012 @ 05:39:11
  Author: heftig
Revision: 166672

FS#30650 FS#31513

Added:
  sdl/trunk/libsdl-1.2.15-resizing.patch
Modified:
  sdl/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 libsdl-1.2.15-resizing.patch |   63 +
 2 files changed, 71 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 09:38:19 UTC (rev 166671)
+++ PKGBUILD2012-09-15 09:39:11 UTC (rev 166672)
@@ -5,28 +5,33 @@
 
 pkgname=sdl
 pkgver=1.2.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org";
 license=('LGPL')
 depends=('glibc' 'libxext' 'libxrender' 'libx11')
 makedepends=('alsa-lib' 'mesa' 'libpulse')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
 options=('!libtool')
 source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
 sdl-1.2.14-fix-mouse-clicking.patch
 sdl-1.2.14-disable-mmx.patch
-fix_joystick_misc_axes.diff)
+fix_joystick_misc_axes.diff
+libsdl-1.2.15-resizing.patch)
 md5sums=('9d96df8417572a2afb781a7c4c811a85'
  '04d8c179f125e04bcd4c9d60e013c2d7'
  'e5c16b7611f62c7cb25f0534eff68852'
- '687586a108b597a2a6b73070c1d37e51')
+ '687586a108b597a2a6b73070c1d37e51'
+ '3dd50347d8856160a9cbd7f80383a1f8')
 
 build() {
   cd SDL-$pkgver
   patch -Np1 -i ../sdl-1.2.14-fix-mouse-clicking.patch
   patch -Np1 -i ../sdl-1.2.14-disable-mmx.patch
   patch -Np1 -i ../fix_joystick_misc_axes.diff
+  patch -Np1 -i ../libsdl-1.2.15-resizing.patch
   ./configure --prefix=/usr --disable-nasm --enable-alsa \
   --with-x --disable-rpath --disable-static
   make

Added: libsdl-1.2.15-resizing.patch
===
--- libsdl-1.2.15-resizing.patch(rev 0)
+++ libsdl-1.2.15-resizing.patch2012-09-15 09:39:11 UTC (rev 166672)
@@ -0,0 +1,63 @@
+Description: Revert change that breaks window corner resizing
+ http://bugzilla.libsdl.org/show_bug.cgi?id=1430
+Author: Andrew Caudwell 
+Last-Update: 2012-04-10
+Bug-Debian: http://bugs.debian.org/665779
+
+diff -r c787fb1b5699 src/video/x11/SDL_x11events.c
+--- a/src/video/x11/SDL_x11events.cMon Feb 20 23:51:08 2012 -0500
 b/src/video/x11/SDL_x11events.cMon Mar 26 12:26:52 2012 +1300
+@@ -57,12 +57,6 @@
+ static SDLKey MISC_keymap[256];
+ SDLKey X11_TranslateKeycode(Display *display, KeyCode kc);
+ 
+-/*
+- Pending resize target for ConfigureNotify (so outdated events don't
+- cause inappropriate resize events)
+-*/
+-int X11_PendingConfigureNotifyWidth = -1;
+-int X11_PendingConfigureNotifyHeight = -1;
+ 
+ #ifdef X_HAVE_UTF8_STRING
+ Uint32 Utf8ToUcs4(const Uint8 *utf8)
+@@ -825,16 +819,6 @@
+ #ifdef DEBUG_XEVENTS
+ printf("ConfigureNotify! (resize: %dx%d)\n", xevent.xconfigure.width, 
xevent.xconfigure.height);
+ #endif
+-  if ((X11_PendingConfigureNotifyWidth != -1) &&
+-  (X11_PendingConfigureNotifyHeight != -1)) {
+-  if ((xevent.xconfigure.width != 
X11_PendingConfigureNotifyWidth) &&
+-  (xevent.xconfigure.height != 
X11_PendingConfigureNotifyHeight)) {
+-  /* Event is from before the resize, so ignore. */
+-  break;
+-  }
+-  X11_PendingConfigureNotifyWidth = -1;
+-  X11_PendingConfigureNotifyHeight = -1;
+-  }
+   if ( SDL_VideoSurface ) {
+   if ((xevent.xconfigure.width != SDL_VideoSurface->w) ||
+   (xevent.xconfigure.height != SDL_VideoSurface->h)) {
+diff -r c787fb1b5699 src/video/x11/SDL_x11events_c.h
+--- a/src/video/x11/SDL_x11events_c.h  Mon Feb 20 23:51:08 2012 -0500
 b/src/video/x11/SDL_x11events_c.h  Mon Mar 26 12:26:52 2012 +1300
+@@ -27,8 +27,3 @@
+ extern void X11_InitOSKeymap(_THIS);
+ extern void X11_PumpEvents(_THIS);
+ extern void X11_SetKeyboardState(Display *display, const char *key_vec);
+-
+-/* Variables to be exported */
+-extern int X11_PendingConfigureNotifyWidth;
+-extern int X11_PendingConfigureNotifyHeight;
+-
+diff -r c787fb1b5699 src/video/x11/SDL_x11video.c
+--- a/src/video/x11/SDL_x11video.c Mon Feb 20 23:51:08 2012 -0500
 b/src/video/x11/SDL_x11video.c Mon Mar 26 12:26:52 2012 +1300
+@@ -1182,8 +1182,6 @@
+   current = NULL;
+   goto done;
+   }
+-  X11_PendingConfigureNotifyWidth = width;
+-  X11_PendingConfigureNotifyHeight = height;
+   } else {
+   if (X11_CreateWindow(this,current,width,height,bpp,flags) < 0) {
+   current = NULL;



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

2012-09-15 Thread Tom Gundersen
Date: Saturday, September 15, 2012 @ 05:38:19
  Author: tomegun
Revision: 166671

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/70-btrfs.rules
(from rev 166670, btrfs-progs/trunk/70-btrfs.rules)
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 166670, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 166670, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 166670, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/70-btrfs.rules
(from rev 166670, btrfs-progs/trunk/70-btrfs.rules)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 166670, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 166670, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 166670, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/70-btrfs.rules   |1 
 testing-i686/PKGBUILD |   47 
 testing-i686/initcpio-hook-btrfs  |   10 ++
 testing-i686/initcpio-install-btrfs   |   17 +++
 testing-x86_64/70-btrfs.rules |1 
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/initcpio-hook-btrfs|   10 ++
 testing-x86_64/initcpio-install-btrfs |   17 +++
 8 files changed, 150 insertions(+)

Copied: btrfs-progs/repos/testing-i686/70-btrfs.rules (from rev 166670, 
btrfs-progs/trunk/70-btrfs.rules)
===
--- testing-i686/70-btrfs.rules (rev 0)
+++ testing-i686/70-btrfs.rules 2012-09-15 09:38:19 UTC (rev 166671)
@@ -0,0 +1 @@
+ACTION!="remove", SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="btrfs", 
RUN+="/usr/bin/btrfs device scan /dev/%k"

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 166670, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-15 09:38:19 UTC (rev 166671)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=0.19.20120904
+pkgrel=4
+pkgdesc="btrfs filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs')
+url="http://btrfs.wiki.kernel.org/";
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+70-btrfs.rules
+initcpio-install-btrfs
+initcpio-hook-btrfs)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make CFLAGS="$CFLAGS"
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make prefix=$pkgdir/usr install
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+   mkdir -p ${pkgdir}/sbin
+   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
+
+   # add udev rule
+   install -Dm644 "$srcdir/70-btrfs.rules" 
"$pkgdir/usr/lib/udev/rules.d/70-btrfs.rules"
+
+   # install mkinitcpio hooks
+   install -Dm644 "$srcdir/initcpio-install-btrfs" \
+ "$pkgdir/usr/lib/initcpio/install/btrfs"
+   install -Dm644 "$srcdir/initcpio-hook-btrfs" \
+ "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+md5sums=('d9c96e670fac7c2098a9e7ef98d4b2e2'
+ '345c62c8b267082361729ca5b647518f'
+ 'e5186ec3fe8a809b7473470128d1c4ab'
+ '9fb35142755b477a96cb7292f3d64839')

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 166670, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2012-09-15 09:38:19 UTC (rev 166671)
@@ -0,0 +1,10 @@
+#!/usr/bin/ash
+
+run_hook() {
+# if udevd is running, this is done async by add/change events
+if [ "$udevd_running" -ne 1 ]; then
+btrfs device scan
+fi
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 166670, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2012-09-15 09:38:19 UTC (rev 166671)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_runscript
+
+add_file /usr/lib/udev/rules.d/70-btrfs.rules
+}
+
+help() {
+cat <
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=0.19.20120904
+pkgrel=4
+pkgdesc="btrfs filesystem utilities"
+arc

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

2012-09-15 Thread Tom Gundersen
Date: Saturday, September 15, 2012 @ 05:37:47
  Author: tomegun
Revision: 166670

upgpkg: btrfs-progs 0.19.20120904-4

update snapshot

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 09:10:55 UTC (rev 19)
+++ PKGBUILD2012-09-15 09:37:47 UTC (rev 166670)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 # Contributor: Tobias Powalowski 
+
 pkgname=btrfs-progs
-pkgver=0.19.20120328
+pkgver=0.19.20120904
 pkgrel=4
 pkgdesc="btrfs filesystem utilities"
 arch=(i686 x86_64)
@@ -16,10 +17,6 @@
 70-btrfs.rules
 initcpio-install-btrfs
 initcpio-hook-btrfs)
-md5sums=('f4504e73cf9254779b78d5b2318ac570'
- '345c62c8b267082361729ca5b647518f'
- 'e5186ec3fe8a809b7473470128d1c4ab'
- '9fb35142755b477a96cb7292f3d64839')
 
 build() {
cd $srcdir/$pkgname-$pkgver
@@ -44,3 +41,7 @@
install -Dm644 "$srcdir/initcpio-hook-btrfs" \
  "$pkgdir/usr/lib/initcpio/hooks/btrfs"
 }
+md5sums=('d9c96e670fac7c2098a9e7ef98d4b2e2'
+ '345c62c8b267082361729ca5b647518f'
+ 'e5186ec3fe8a809b7473470128d1c4ab'
+ '9fb35142755b477a96cb7292f3d64839')



[arch-commits] Commit in java7-openjdk/repos (44 files)

2012-09-15 Thread andyrtr
Date: Saturday, September 15, 2012 @ 05:10:55
  Author: andyrtr
Revision: 19

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 18, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fix_corba_cmds_path.diff
(from rev 18, java7-openjdk/trunk/fix_corba_cmds_path.diff)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 18, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
(from rev 18, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
(from rev 18, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 18, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 18, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
(from rev 18, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
(from rev 18, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/openjdk7_fix_jdk_cmds_path.diff
(from rev 18, java7-openjdk/trunk/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 18, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 18, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fix_corba_cmds_path.diff
(from rev 18, java7-openjdk/trunk/fix_corba_cmds_path.diff)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 18, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
(from rev 18, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
(from rev 18, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 18, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 18, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
(from rev 18, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
(from rev 18, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/openjdk7_fix_jdk_cmds_path.diff
(from rev 18, java7-openjdk/trunk/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 18, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/openjdk7_fix_jdk_cmds_path.diff
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/openjdk7_fix_jdk_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 extra-i686/PKGBUILD  |  696 -
 extra-i686/fix_corba_cmds_path.diff  |   58 +-
 extra-i686/fontconfig-paths.diff |  268 -
 extra-i686/jdk7-openjdk.profile  |   12 
 extra-i686/jdk7-openjdk.profile.csh  |2 
 extra-i686/jre7-openjdk-headless.install |   26 
 extra-i686/jre7-openjdk.install  |   36 -
 extra-i686/jre7-openjdk.profile  |   10 
 extra-i686/jre7-openjdk.profile.csh  |   10 
 extra-i686/openjdk7_fix_jdk_cmds_path.diff   |   72 +-
 extra-i686/openjdk7_nonreparenting-wm.diff   |  116 ++--
 extra-x86_64/PKGBUILD|  696 -
 extra-x86_64/fix_corba_cmds_path.diff|   58 +-
 ex

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

2012-09-15 Thread andyrtr
Date: Saturday, September 15, 2012 @ 05:09:04
  Author: andyrtr
Revision: 18

upgpkg: java7-openjdk 7.u7_2.3.2-2

drop dependency on java-rhino - it's not needed in jre-headless, we just ship 
the class jar like Debian does

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 08:42:27 UTC (rev 17)
+++ PKGBUILD2012-09-15 09:09:04 UTC (rev 18)
@@ -22,14 +22,14 @@
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
 pkgver=${_java_ver}.${_updatever}_${_icedtea_ver}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://icedtea.classpath.org";
 license=('custom')
 options=('!emptydirs')
 makedepends=('jdk7-openjdk' 'libxp' 'libxslt'
  'alsa-lib' 'apache-ant>=1.8.1' 'giflib' 'libpng>=1.5.7' 'gtk2'
- 'java-rhino' 'libpulse>=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar') # 
'inetutils' 'grep') # fastjar`?
+ 'java-rhino' 'libpulse>=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar' 
'wget')
 [ "$_bootstrap" = "1" ] && makedepends=(${makedepends[@]} 'eclipse-ecj')
 
 _url=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3
@@ -130,8 +130,7 @@
 
 package_jre7-openjdk-headless() {
   pkgdesc="Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing 
binary plugs - Minimal Java runtime - needed for executing non GUI Java 
programs"
-  depends=('libjpeg-turbo' 'lcms2' 'nss'
-   'ca-certificates-java' 'java-rhino')
+  depends=('libjpeg-turbo' 'lcms2' 'nss' 'ca-certificates-java')
   optdepends=('libcups: needed for Java Mauve support - libmawt.so'
   'fontconfig: needed for Java Mauve support - libmawt.so')
   provides=('java-runtime-headless=7')



[arch-commits] Commit in archlinux-keyring/repos (5 files)

2012-09-15 Thread Pierre Schmitz
Date: Saturday, September 15, 2012 @ 04:42:27
  Author: pierre
Revision: 17

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

Added:
  archlinux-keyring/repos/core-any/PKGBUILD
(from rev 16, archlinux-keyring/repos/testing-any/PKGBUILD)
  archlinux-keyring/repos/core-any/archlinux-keyring.install
(from rev 16, 
archlinux-keyring/repos/testing-any/archlinux-keyring.install)
Deleted:
  archlinux-keyring/repos/core-any/PKGBUILD
  archlinux-keyring/repos/core-any/archlinux-keyring.install
  archlinux-keyring/repos/testing-any/

---+
 PKGBUILD  |   40 
 archlinux-keyring.install |   22 +++---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-09-15 07:56:58 UTC (rev 16)
+++ core-any/PKGBUILD   2012-09-15 08:42:27 UTC (rev 17)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=archlinux-keyring
-pkgver=20120812
-pkgrel=1
-pkgdesc='Arch Linux PGP keyring'
-arch=('any')
-url='https://projects.archlinux.org/archlinux-keyring.git/'
-license=('GPL')
-install="${pkgname}.install"
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('777f31afca92f29fc9d15d7e2f975ca4'
- '9b2865989e8bf58dbcffb1a4363830e8')
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: archlinux-keyring/repos/core-any/PKGBUILD (from rev 16, 
archlinux-keyring/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-09-15 08:42:27 UTC (rev 17)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=archlinux-keyring
+pkgver=20120915
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('c9b1616752ed1bb3a1a95f0392cbd44b'
+ '33a0d3867a3448daaa6acea0b40fb3cf')
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Deleted: core-any/archlinux-keyring.install
===
--- core-any/archlinux-keyring.install  2012-09-15 07:56:58 UTC (rev 16)
+++ core-any/archlinux-keyring.install  2012-09-15 08:42:27 UTC (rev 17)
@@ -1,11 +0,0 @@
-post_upgrade() {
-   if usr/bin/pacman-key -l >/dev/null 2>&1; then
-   usr/bin/pacman-key --populate archlinux
-   fi
-}
-
-post_install() {
-   if [ -x usr/bin/pacman-key ]; then
-   post_upgrade
-   fi
-}

Copied: archlinux-keyring/repos/core-any/archlinux-keyring.install (from rev 
16, archlinux-keyring/repos/testing-any/archlinux-keyring.install)
===
--- core-any/archlinux-keyring.install  (rev 0)
+++ core-any/archlinux-keyring.install  2012-09-15 08:42:27 UTC (rev 17)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



[arch-commits] Commit in archlinux-keyring/repos (3 files)

2012-09-15 Thread Pierre Schmitz
Date: Saturday, September 15, 2012 @ 03:56:58
  Author: pierre
Revision: 16

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 15, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 15, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   20 
 archlinux-keyring.install |   11 +++
 2 files changed, 31 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 15, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-09-15 07:56:58 UTC (rev 16)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=archlinux-keyring
+pkgver=20120915
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('c9b1616752ed1bb3a1a95f0392cbd44b'
+ '33a0d3867a3448daaa6acea0b40fb3cf')
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
15, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2012-09-15 07:56:58 UTC (rev 
16)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2012-09-15 Thread Pierre Schmitz
Date: Saturday, September 15, 2012 @ 03:56:42
  Author: pierre
Revision: 15

upgpkg: archlinux-keyring 20120915-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 07:49:23 UTC (rev 14)
+++ PKGBUILD2012-09-15 07:56:42 UTC (rev 15)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archlinux-keyring
-pkgver=20120812
+pkgver=20120915
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,8 +11,8 @@
 install="${pkgname}.install"
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('777f31afca92f29fc9d15d7e2f975ca4'
- '9b2865989e8bf58dbcffb1a4363830e8')
+md5sums=('c9b1616752ed1bb3a1a95f0392cbd44b'
+ '33a0d3867a3448daaa6acea0b40fb3cf')
 
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-09-15 Thread andyrtr
Date: Saturday, September 15, 2012 @ 03:49:23
  Author: andyrtr
Revision: 14

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-15 07:48:43 UTC (rev 13)
+++ extra-i686/PKGBUILD 2012-09-15 07:49:23 UTC (rev 14)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Hussam Al-Tayeb 
-
-pkgname=hunspell
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Spell checker and morphological analyzer library and program"
-arch=('i686' 'x86_64')
-url="http://hunspell.sourceforge.net/";
-license=('GPL' 'LGPL' 'MPL')
-depends=('gcc-libs' 'readline')
-optdepends=('perl: for ispellaff2myspell')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
-
-build() {
-  cd "$srcdir/hunspell-$pkgver"
-  ./configure --prefix=/usr --disable-static \
-   --with-ui --with-readline --with-experimental
-  make
-}
-
-package() {
-  cd "$srcdir/hunspell-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: hunspell/repos/extra-i686/PKGBUILD (from rev 13, 
hunspell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-15 07:49:23 UTC (rev 14)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Hussam Al-Tayeb 
+
+pkgname=hunspell
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('i686' 'x86_64')
+url="http://hunspell.sourceforge.net/";
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
+md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
+
+build() {
+  cd "$srcdir/hunspell-$pkgver"
+  ./configure --prefix=/usr --disable-static \
+   --with-ui --with-readline --with-experimental
+  make
+}
+
+package() {
+  cd "$srcdir/hunspell-$pkgver"
+  make DESTDIR="$pkgdir" install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
+  pushd $pkgdir/usr/lib
+  ln -s libhunspell-?.?.so libhunspell.so
+  popd
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-15 07:48:43 UTC (rev 13)
+++ extra-x86_64/PKGBUILD   2012-09-15 07:49:23 UTC (rev 14)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Hussam Al-Tayeb 
-
-pkgname=hunspell
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Spell checker and morphological analyzer library and program"
-arch=('i686' 'x86_64')
-url="http://hunspell.sourceforge.net/";
-license=('GPL' 'LGPL' 'MPL')
-depends=('gcc-libs' 'readline')
-optdepends=('perl: for ispellaff2myspell')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
-
-build() {
-  cd "$srcdir/hunspell-$pkgver"
-  ./configure --prefix=/usr --disable-static \
-   --with-ui --with-readline --with-experimental
-  make
-}
-
-package() {
-  cd "$srcdir/hunspell-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: hunspell/repos/extra-x86_64/PKGBUILD (from rev 13, 
hunspell/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-15 07:49:23 UTC (rev 14)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Hussam Al-Tayeb 
+
+pkgname=hunspell
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('i686' 'x86_64')
+url="http://hunspell.sourceforge.net/";
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
+md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
+
+build() {
+  cd "$srcdir/hunspell-$pkgver"
+  ./configure --prefix=/usr --disable-static \
+   --with-ui --with-readline --with-experimental
+  make
+}
+
+package() {
+  cd "$srcdir/hunspell-$pkgver"
+  make DESTDIR="$pkgdir" install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
+  pushd $p

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

2012-09-15 Thread andyrtr
Date: Saturday, September 15, 2012 @ 03:48:43
  Author: andyrtr
Revision: 13

upgpkg: hunspell 1.3.2-2

add a generic .so symlink required for development projects not reading 
pkgconfig files - Debian and Gentoo do this as well; FS#30592

Modified:
  hunspell/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 04:44:42 UTC (rev 12)
+++ PKGBUILD2012-09-15 07:48:43 UTC (rev 13)
@@ -4,7 +4,7 @@
 
 pkgname=hunspell
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
 url="http://hunspell.sourceforge.net/";
@@ -25,4 +25,9 @@
 package() {
   cd "$srcdir/hunspell-$pkgver"
   make DESTDIR="$pkgdir" install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
+  pushd $pkgdir/usr/lib
+  ln -s libhunspell-?.?.so libhunspell.so
+  popd
 }