[arch-commits] Commit in qt-doc/repos (staging-any testing-any testing-any/PKGBUILD)

2011-10-25 Thread Andrea Scarpino
Date: Tuesday, October 25, 2011 @ 02:36:06
  Author: andrea
Revision: 141160

db-move: moved qt-doc from [staging] to [testing] (any)

Added:
  qt-doc/repos/testing-any/
  qt-doc/repos/testing-any/PKGBUILD
(from rev 141159, qt-doc/repos/staging-any/PKGBUILD)
Deleted:
  qt-doc/repos/staging-any/

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

Copied: qt-doc/repos/testing-any/PKGBUILD (from rev 141159, 
qt-doc/repos/staging-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-25 06:36:06 UTC (rev 141160)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=qt-doc
+pkgver=4.8.0rc1
+_pkgver=4.8.0-rc1
+pkgrel=1
+pkgdesc='The Qt gui toolkit documentation'
+arch=('any')
+url='http://qt.nokia.com/'
+license=('GPL3' 'LGPL')
+options=('docs')
+depends=('qt')
+replaces=('qt4-doc')
+provides=(qt4-doc=${pkgver})
+conflicts=(qt4-doc=${pkgver})
+_pkgfqn=qt-everywhere-opensource-src-4.8.0
+source=(http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${_pkgver}.tar.gz;)
+md5sums=('3e003b671384df8d1cb77dd6cc804934')
+
+package() {
+  cd ${srcdir}/${_pkgfqn}
+  install -d ${pkgdir}/usr/share/doc/qt
+  cp -r doc/* ${pkgdir}/usr/share/doc/qt
+  cp -r demos ${pkgdir}/usr/share/doc/qt
+  cp -r examples ${pkgdir}/usr/share/doc/qt
+}



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 02:43:45
  Author: tpowa
Revision: 141161

disable old pata subsystem, disable deprecated /proc/acpi

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

---+
 PKGBUILD  |5 ++
 config|   97 
 config.x86_64 |   78 -
 3 files changed, 20 insertions(+), 160 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 06:36:06 UTC (rev 141160)
+++ PKGBUILD2011-10-25 06:43:45 UTC (rev 141161)
@@ -279,3 +279,8 @@
   # remove a file already in linux package
   rm -f ${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile
 }
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
+ 'de5c2ad6a01bce38345d17d6da76948f'
+ '2f7d055e52c1d7c5c651a168a0e1f1ad'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ '9d3c56a4b999c8bfbd4018089a62f662')

Modified: config
===
--- config  2011-10-25 06:36:06 UTC (rev 141160)
+++ config  2011-10-25 06:43:45 UTC (rev 141161)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.1.0-rc3 Kernel Configuration
+# Linux/i386 3.1.0 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -474,10 +474,10 @@
 # CONFIG_PM_TRACE_RTC is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
-CONFIG_ACPI_PROCFS=y
+# CONFIG_ACPI_PROCFS is not set
 # CONFIG_ACPI_PROCFS_POWER is not set
 CONFIG_ACPI_EC_DEBUGFS=m
-CONFIG_ACPI_PROC_EVENT=y
+# CONFIG_ACPI_PROC_EVENT is not set
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
 CONFIG_ACPI_BUTTON=m
@@ -496,7 +496,7 @@
 CONFIG_X86_PM_TIMER=y
 CONFIG_ACPI_CONTAINER=m
 CONFIG_ACPI_SBS=m
-CONFIG_ACPI_HED=m
+CONFIG_ACPI_HED=y
 CONFIG_ACPI_CUSTOM_METHOD=m
 CONFIG_ACPI_APEI=y
 CONFIG_ACPI_APEI_GHES=y
@@ -517,7 +517,7 @@
 # CPU Frequency scaling
 #
 CONFIG_CPU_FREQ=y
-CONFIG_CPU_FREQ_TABLE=y
+CONFIG_CPU_FREQ_TABLE=m
 CONFIG_CPU_FREQ_STAT=m
 CONFIG_CPU_FREQ_STAT_DETAILS=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
@@ -1532,91 +1532,9 @@
 CONFIG_TI_ST=m
 CONFIG_SENSORS_LIS3_I2C=m
 CONFIG_HAVE_IDE=y
-CONFIG_IDE=m
+# CONFIG_IDE is not set
 
 #
-# Please see Documentation/ide/ide.txt for help/info on IDE drives
-#
-CONFIG_IDE_XFER_MODE=y
-CONFIG_IDE_TIMINGS=y
-CONFIG_IDE_ATAPI=y
-CONFIG_IDE_LEGACY=y
-# CONFIG_BLK_DEV_IDE_SATA is not set
-CONFIG_IDE_GD=m
-CONFIG_IDE_GD_ATA=y
-CONFIG_IDE_GD_ATAPI=y
-CONFIG_BLK_DEV_IDECS=m
-CONFIG_BLK_DEV_DELKIN=m
-CONFIG_BLK_DEV_IDECD=m
-CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
-CONFIG_BLK_DEV_IDETAPE=m
-CONFIG_BLK_DEV_IDEACPI=y
-# CONFIG_IDE_TASK_IOCTL is not set
-CONFIG_IDE_PROC_FS=y
-
-#
-# IDE chipset support/bugfixes
-#
-CONFIG_IDE_GENERIC=m
-CONFIG_BLK_DEV_PLATFORM=m
-CONFIG_BLK_DEV_CMD640=m
-# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
-CONFIG_BLK_DEV_IDEPNP=m
-CONFIG_BLK_DEV_IDEDMA_SFF=y
-
-#
-# PCI IDE chipsets support
-#
-CONFIG_BLK_DEV_IDEPCI=y
-# CONFIG_BLK_DEV_OFFBOARD is not set
-CONFIG_BLK_DEV_GENERIC=m
-CONFIG_BLK_DEV_OPTI621=m
-CONFIG_BLK_DEV_RZ1000=m
-CONFIG_BLK_DEV_IDEDMA_PCI=y
-CONFIG_BLK_DEV_AEC62XX=m
-CONFIG_BLK_DEV_ALI15X3=m
-CONFIG_BLK_DEV_AMD74XX=m
-CONFIG_BLK_DEV_ATIIXP=m
-CONFIG_BLK_DEV_CMD64X=m
-CONFIG_BLK_DEV_TRIFLEX=m
-CONFIG_BLK_DEV_CS5520=m
-CONFIG_BLK_DEV_CS5530=m
-CONFIG_BLK_DEV_CS5535=m
-CONFIG_BLK_DEV_CS5536=m
-CONFIG_BLK_DEV_HPT366=m
-CONFIG_BLK_DEV_JMICRON=m
-CONFIG_BLK_DEV_SC1200=m
-CONFIG_BLK_DEV_PIIX=m
-CONFIG_BLK_DEV_IT8172=m
-CONFIG_BLK_DEV_IT8213=m
-CONFIG_BLK_DEV_IT821X=m
-CONFIG_BLK_DEV_NS87415=m
-CONFIG_BLK_DEV_PDC202XX_OLD=m
-CONFIG_BLK_DEV_PDC202XX_NEW=m
-CONFIG_BLK_DEV_SVWKS=m
-CONFIG_BLK_DEV_SIIMAGE=m
-CONFIG_BLK_DEV_SIS5513=m
-CONFIG_BLK_DEV_SLC90E66=m
-CONFIG_BLK_DEV_TRM290=m
-CONFIG_BLK_DEV_VIA82CXXX=m
-CONFIG_BLK_DEV_TC86C001=m
-
-#
-# Other IDE chipsets support
-#
-
-#
-# Note: most of these also require special kernel boot parameters
-#
-CONFIG_BLK_DEV_4DRIVES=m
-CONFIG_BLK_DEV_ALI14XX=m
-CONFIG_BLK_DEV_DTC2278=m
-CONFIG_BLK_DEV_HT6560B=m
-CONFIG_BLK_DEV_QD65XX=m
-CONFIG_BLK_DEV_UMC8672=m
-CONFIG_BLK_DEV_IDEDMA=y
-
-#
 # SCSI device support
 #
 CONFIG_SCSI_MOD=m
@@ -4745,7 +4663,6 @@
 # LED Triggers
 #
 CONFIG_LEDS_TRIGGER_TIMER=m
-CONFIG_LEDS_TRIGGER_IDE_DISK=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=m
 CONFIG_LEDS_TRIGGER_BACKLIGHT=m
 CONFIG_LEDS_TRIGGER_GPIO=m
@@ -5896,6 +5813,7 @@
 CONFIG_DECOMPRESS_LZMA=y
 CONFIG_DECOMPRESS_XZ=y
 CONFIG_DECOMPRESS_LZO=y
+CONFIG_GENERIC_ALLOCATOR=y
 CONFIG_REED_SOLOMON=m
 CONFIG_REED_SOLOMON_DEC16=y
 CONFIG_TEXTSEARCH=y
@@ -5912,3 +5830,4 @@
 CONFIG_LRU_CACHE=m
 CONFIG_AVERAGE=y
 CONFIG_CORDIC=m
+CONFIG_LLIST=y

Modified: config.x86_64
===
--- config.x86_64   2011-10-25 06:36:06 UTC (rev 141160)
+++ config.x86_64   2011-10-25 06:43:45 UTC (rev 141161)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO 

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

2011-10-25 Thread Andrea Scarpino
Date: Tuesday, October 25, 2011 @ 03:05:47
  Author: andrea
Revision: 141162

Add missing gstreamer dependence

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 06:43:45 UTC (rev 141161)
+++ PKGBUILD2011-10-25 07:05:47 UTC (rev 141162)
@@ -3,12 +3,12 @@
 
 pkgname=qtwebkit
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'
 license=('LGPL2.1' 'GPL3')
-depends=('qt' 'gperf' 'bison' 'phonon')
+depends=('qt' 'gperf' 'bison' 'phonon' 'gstreamer0.10-base')
 makedepends=('python2' 'mesa' 'chrpath')
 source=(http://get.qt.nokia.com/${pkgname}/QtWebKit-${pkgver}.tar.gz;
 'python2-path.patch')



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

2011-10-25 Thread Andrea Scarpino
Date: Tuesday, October 25, 2011 @ 03:14:31
  Author: andrea
Revision: 141163

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

Added:
  qtwebkit/repos/testing-i686/PKGBUILD
(from rev 141162, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-i686/python2-path.patch
(from rev 141162, qtwebkit/trunk/python2-path.patch)
  qtwebkit/repos/testing-x86_64/PKGBUILD
(from rev 141162, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-x86_64/python2-path.patch
(from rev 141162, qtwebkit/trunk/python2-path.patch)
Deleted:
  qtwebkit/repos/testing-i686/PKGBUILD
  qtwebkit/repos/testing-i686/python2-path.patch
  qtwebkit/repos/testing-x86_64/PKGBUILD
  qtwebkit/repos/testing-x86_64/python2-path.patch

---+
 testing-i686/PKGBUILD |   72 ++--
 testing-i686/python2-path.patch   |   58 ++---
 testing-x86_64/PKGBUILD   |   72 ++--
 testing-x86_64/python2-path.patch |   58 ++---
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-25 07:05:47 UTC (rev 141162)
+++ testing-i686/PKGBUILD   2011-10-25 07:14:31 UTC (rev 141163)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=qtwebkit
-pkgver=2.2.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://trac.webkit.org/wiki/QtWebKit'
-pkgdesc='An open source web browser engine (Qt port)'
-license=('LGPL2.1' 'GPL3')
-depends=('qt' 'gperf' 'bison' 'phonon')
-makedepends=('python2' 'mesa' 'chrpath')
-source=(http://get.qt.nokia.com/${pkgname}/QtWebKit-${pkgver}.tar.gz;
-'python2-path.patch')
-sha1sums=('3582f3a8b593140af004a19479f5ec19693b3df7'
-  'b0ef3d5596171e3900a685df9bcfac3068ad6330')
-
-build() {
-  cd ${srcdir}/QtWebKit-${pkgver}
-
-  patch -p1 -i ${srcdir}/python2-path.patch
-
-  cd Tools/Scripts
-  ./build-webkit --qt \
---prefix=/usr \
---makeargs=${MAKEFLAGS} \
---release
-}
-
-package() {
-  cd ${srcdir}/QtWebKit-${pkgver}
-  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
-
-  # Fix RPATH
-  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/qt/imports/QtWebKit/libqmlwebkitplugin.so
-}

Copied: qtwebkit/repos/testing-i686/PKGBUILD (from rev 141162, 
qtwebkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-25 07:14:31 UTC (rev 141163)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtwebkit
+pkgver=2.2.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt' 'gperf' 'bison' 'phonon' 'gstreamer0.10-base')
+makedepends=('python2' 'mesa' 'chrpath')
+source=(http://get.qt.nokia.com/${pkgname}/QtWebKit-${pkgver}.tar.gz;
+'python2-path.patch')
+sha1sums=('3582f3a8b593140af004a19479f5ec19693b3df7'
+  'b0ef3d5596171e3900a685df9bcfac3068ad6330')
+
+build() {
+  cd ${srcdir}/QtWebKit-${pkgver}
+
+  patch -p1 -i ${srcdir}/python2-path.patch
+
+  cd Tools/Scripts
+  ./build-webkit --qt \
+--prefix=/usr \
+--makeargs=${MAKEFLAGS} \
+--release
+}
+
+package() {
+  cd ${srcdir}/QtWebKit-${pkgver}
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
+
+  # Fix RPATH
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/qt/imports/QtWebKit/libqmlwebkitplugin.so
+}

Deleted: testing-i686/python2-path.patch
===
--- testing-i686/python2-path.patch 2011-10-25 07:05:47 UTC (rev 141162)
+++ testing-i686/python2-path.patch 2011-10-25 07:14:31 UTC (rev 141163)
@@ -1,29 +0,0 @@
 QtWebKit-2.2.0/Source/JavaScriptCore/DerivedSources.pro~   2011-10-20 
22:39:56.044519075 +
-+++ QtWebKit-2.2.0/Source/JavaScriptCore/DerivedSources.pro2011-10-20 
22:41:21.302047082 +
-@@ -88,5 +88,5 @@
- retgen.output = $$JSC_GENERATED_SOURCES_DIR/RegExpJitTables.h
- retgen.wkScript = $$PWD/create_regex_tables 
- retgen.input = retgen.wkScript
--retgen.commands = python $$retgen.wkScript  ${QMAKE_FILE_OUT}
-+retgen.commands = python2 $$retgen.wkScript  ${QMAKE_FILE_OUT}
- addExtraCompiler(retgen)
 QtWebKit-2.2.0/Source/WebCore/CodeGenerators.pri~  2011-10-20 
22:44:23.827225580 +
-+++ QtWebKit-2.2.0/Source/WebCore/CodeGenerators.pri   2011-10-20 
22:44:38.550707819 +
-@@ -640,7 +640,7 @@
- inspectorJSON.output = $${WC_GENERATED_SOURCES_DIR}/Inspector.idl
- inspectorJSON.input = INSPECTOR_JSON
- inspectorJSON.wkScript = $$PWD/inspector/generate-inspector-idl
--inspectorJSON.commands = python $$inspectorJSON.wkScript -o 
$${WC_GENERATED_SOURCES_DIR}/Inspector.idl $$PWD/inspector/Inspector.json

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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 04:27:31
  Author: tpowa
Revision: 141164

upgpkg: linux 3.1-1

bump to 3.1 series

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

---+
 PKGBUILD  |9 ++---
 linux.install |2 +-
 2 files changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 07:14:31 UTC (rev 141163)
+++ PKGBUILD2011-10-25 08:27:31 UTC (rev 141164)
@@ -22,8 +22,8 @@
 ${pkgname}.preset
 'change-default-console-loglevel.patch')
 md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
- 'f62665b212eb32309e0fd11b9b1c5b67'
- '272092c6fb09dd503a4d70d26dbcd214'
+ '973014c6d1f408a2a4133219b9ec5f02'
+ 'f4c09a8b2acdf9fc939227881576137c'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662')
 
@@ -279,8 +279,3 @@
   # remove a file already in linux package
   rm -f ${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile
 }
-md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
- 'de5c2ad6a01bce38345d17d6da76948f'
- '2f7d055e52c1d7c5c651a168a0e1f1ad'
- 'eb14dcfd80c00852ef81ded6e826826a'
- '9d3c56a4b999c8bfbd4018089a62f662')

Modified: linux.install
===
--- linux.install   2011-10-25 07:14:31 UTC (rev 141163)
+++ linux.install   2011-10-25 08:27:31 UTC (rev 141164)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.0-ARCH
+KERNEL_VERSION=3.1.0-1-ARCH
 
 post_install () {
   # updating module dependencies



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 04:28:32
  Author: tpowa
Revision: 141165

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 141164, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 141164, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 141164, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 141164, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 141164, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 141164, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 141164, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 141164, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 141164, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 141164, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 141164, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 141164, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  281 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5833 +
 testing-i686/config.x86_64   | 5592 
 testing-i686/linux.install   |   66 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  281 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5833 +
 testing-x86_64/config.x86_64 | 5592 
 testing-x86_64/linux.install |   66 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 23596 insertions(+)

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


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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 05:14:41
  Author: tpowa
Revision: 141166

fix modversions

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

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2011-10-25 08:28:32 UTC (rev 141165)
+++ config  2011-10-25 09:14:41 UTC (rev 141166)
@@ -225,7 +225,7 @@
 CONFIG_MODULE_FORCE_LOAD=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_MODULE_FORCE_UNLOAD=y
-# CONFIG_MODVERSIONS is not set
+CONFIG_MODVERSIONS=y
 # CONFIG_MODULE_SRCVERSION_ALL is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_BLOCK=y

Modified: config.x86_64
===
--- config.x86_64   2011-10-25 08:28:32 UTC (rev 141165)
+++ config.x86_64   2011-10-25 09:14:41 UTC (rev 141166)
@@ -227,7 +227,7 @@
 CONFIG_MODULE_FORCE_LOAD=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_MODULE_FORCE_UNLOAD=y
-# CONFIG_MODVERSIONS is not set
+CONFIG_MODVERSIONS=y
 # CONFIG_MODULE_SRCVERSION_ALL is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_BLOCK=y



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 07:03:03
  Author: tpowa
Revision: 141167

upgpkg: linux 3.1-1

corrected modversion parameter

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 09:14:41 UTC (rev 141166)
+++ PKGBUILD2011-10-25 11:03:03 UTC (rev 141167)
@@ -22,8 +22,8 @@
 ${pkgname}.preset
 'change-default-console-loglevel.patch')
 md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
- '973014c6d1f408a2a4133219b9ec5f02'
- 'f4c09a8b2acdf9fc939227881576137c'
+ 'b88bbe3ed780441dbe1e385f4beae1e4'
+ '08774980ad31da185e7f7379596b9001'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662')
 
@@ -124,7 +124,6 @@
   # gzip -9 all modules to save 100MB of space
   find ${pkgdir} -name '*.ko' -exec gzip -9 {} \;
   # make room for external modules
-  mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}
   ln -s ../extramodules-${_basekernel}-${_kernelname:-ARCH} 
${pkgdir}/lib/modules/${_kernver}/extramodules
 }
 
@@ -272,7 +271,7 @@
   cd ${srcdir}/linux-${_basekernel}
 
   mkdir -p ${pkgdir}/usr/src/linux-${_kernver}
-  mv Documentation ${pkgdir}/usr/src/linux-${_kernver}
+  cp -al Documentation ${pkgdir}/usr/src/linux-${_kernver}
   find ${pkgdir} -type f -exec chmod 444 {} \;
   find ${pkgdir} -type d -exec chmod 755 {} \;
 



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 07:04:09
  Author: tpowa
Revision: 141168

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 141167, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 141167, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 141167, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 141167, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 141167, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 141167, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 141167, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 141167, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 141167, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 141167, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 141167, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 141167, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 testing-i686/PKGBUILD|  561 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |11666 -
 testing-i686/config.x86_64   |11184 
 testing-i686/linux.install   |  132 
 testing-i686/linux.preset|   28 
 testing-x86_64/PKGBUILD  |  561 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|11666 -
 testing-x86_64/config.x86_64 |11184 
 testing-x86_64/linux.install |  132 
 testing-x86_64/linux.preset  |   28 
 12 files changed, 23594 insertions(+), 23596 deletions(-)

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


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

2011-10-25 Thread Gaetan Bisson
Date: Tuesday, October 25, 2011 @ 07:06:49
  Author: bisson
Revision: 141169

db-move: moved conky from [testing] to [extra] (i686)

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 141168, conky/repos/testing-i686/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 141168, conky/repos/testing-i686/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/current-power.patch
  conky/repos/testing-i686/

-+
 PKGBUILD|   95 +-
 PKGBUILD.cmake  |   47 
 current-power.patch |   12 --
 3 files changed, 95 insertions(+), 59 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-25 11:04:09 UTC (rev 141168)
+++ extra-i686/PKGBUILD 2011-10-25 11:06:49 UTC (rev 141169)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.8.1
-pkgrel=3
-pkgdesc='An advanced, highly configurable system monitor for X based on torsmo'
-arch=('i686' 'x86_64')
-url='http://conky.sourceforge.net/'
-license=('custom')
-replaces=('torsmo')
-makedepends=('pkg-config')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'current-power.patch')
-
-sha1sums=('06bbe9b7eed8603fa7a971b27c5c61f38424ac6f'
-  '2eeef0cc5a0b612826b2a7f0b43b7a3b7e10bf0b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1  ../current-power.patch # See FS#21984
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 141168, 
conky/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-25 11:06:49 UTC (rev 141169)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111024
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('pkg-config' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
+backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('490f5ffb431bffee71f7bf32f94cf611ae4f0646')
+
+# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh autogen.sh
+
+   CPPFLAGS=$CXXFLAGS LIBS=$LDFLAGS ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --disable-lua \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: conky/repos/extra-i686/PKGBUILD.cmake (from rev 141168, 
conky/repos/testing-i686/PKGBUILD.cmake)
===
--- extra-i686/PKGBUILD.cmake   (rev 0)
+++ extra-i686/PKGBUILD.cmake   2011-10-25 11:06:49 UTC (rev 141169)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 118899 2011-04-09 10:32:42Z bisson $
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111021
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'

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

2011-10-25 Thread Gaetan Bisson
Date: Tuesday, October 25, 2011 @ 07:06:50
  Author: bisson
Revision: 141170

db-move: moved conky from [testing] to [extra] (x86_64)

Added:
  conky/repos/extra-x86_64/PKGBUILD
(from rev 141168, conky/repos/testing-x86_64/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 141168, conky/repos/testing-x86_64/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/current-power.patch
  conky/repos/testing-x86_64/

-+
 PKGBUILD|   95 +-
 PKGBUILD.cmake  |   47 
 current-power.patch |   12 --
 3 files changed, 95 insertions(+), 59 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-25 11:06:49 UTC (rev 141169)
+++ extra-x86_64/PKGBUILD   2011-10-25 11:06:50 UTC (rev 141170)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.8.1
-pkgrel=3
-pkgdesc='An advanced, highly configurable system monitor for X based on torsmo'
-arch=('i686' 'x86_64')
-url='http://conky.sourceforge.net/'
-license=('custom')
-replaces=('torsmo')
-makedepends=('pkg-config')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'current-power.patch')
-
-sha1sums=('06bbe9b7eed8603fa7a971b27c5c61f38424ac6f'
-  '2eeef0cc5a0b612826b2a7f0b43b7a3b7e10bf0b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1  ../current-power.patch # See FS#21984
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: conky/repos/extra-x86_64/PKGBUILD (from rev 141168, 
conky/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-25 11:06:50 UTC (rev 141170)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111024
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('pkg-config' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
+backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('490f5ffb431bffee71f7bf32f94cf611ae4f0646')
+
+# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh autogen.sh
+
+   CPPFLAGS=$CXXFLAGS LIBS=$LDFLAGS ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --disable-lua \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: conky/repos/extra-x86_64/PKGBUILD.cmake (from rev 141168, 
conky/repos/testing-x86_64/PKGBUILD.cmake)
===
--- extra-x86_64/PKGBUILD.cmake (rev 0)
+++ extra-x86_64/PKGBUILD.cmake 2011-10-25 11:06:50 UTC (rev 141170)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 118899 2011-04-09 10:32:42Z bisson $
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky

[arch-commits] Commit in postfix/repos (9 files)

2011-10-25 Thread Gaetan Bisson
Date: Tuesday, October 25, 2011 @ 07:07:34
  Author: bisson
Revision: 141171

db-move: moved postfix from [testing] to [extra] (i686)

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 141170, postfix/repos/testing-i686/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 141170, postfix/repos/testing-i686/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 141170, postfix/repos/testing-i686/install)
  postfix/repos/extra-i686/rc.d
(from rev 141170, postfix/repos/testing-i686/rc.d)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/rc.d
  postfix/repos/testing-i686/

---+
 PKGBUILD  |  128 
 aliases.patch |   36 +++
 install   |   68 ++---
 rc.d  |   72 +++
 4 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-25 11:06:50 UTC (rev 141170)
+++ extra-i686/PKGBUILD 2011-10-25 11:07:34 UTC (rev 141171)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Paul Mattal p...@archlinux.org
-
-pkgname=postfix
-pkgver=2.8.5
-pkgrel=1
-pkgdesc='Secure, fast, easy to administer alternative to Sendmail'
-url='http://www.postfix.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
-'rc.d')
-sha1sums=('49ef711c80b5a3434258ab24ae00940932503e80'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   cd ${pkgdir}
-   patch -p0  ${srcdir}/aliases.patch
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 141170, 
postfix/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-25 11:07:34 UTC (rev 141171)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS 

[arch-commits] Commit in postfix/repos (9 files)

2011-10-25 Thread Gaetan Bisson
Date: Tuesday, October 25, 2011 @ 07:07:35
  Author: bisson
Revision: 141172

db-move: moved postfix from [testing] to [extra] (x86_64)

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 141170, postfix/repos/testing-x86_64/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 141170, postfix/repos/testing-x86_64/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 141170, postfix/repos/testing-x86_64/install)
  postfix/repos/extra-x86_64/rc.d
(from rev 141170, postfix/repos/testing-x86_64/rc.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/rc.d
  postfix/repos/testing-x86_64/

---+
 PKGBUILD  |  128 
 aliases.patch |   36 +++
 install   |   68 ++---
 rc.d  |   72 +++
 4 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-25 11:07:34 UTC (rev 141171)
+++ extra-x86_64/PKGBUILD   2011-10-25 11:07:35 UTC (rev 141172)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Paul Mattal p...@archlinux.org
-
-pkgname=postfix
-pkgver=2.8.5
-pkgrel=1
-pkgdesc='Secure, fast, easy to administer alternative to Sendmail'
-url='http://www.postfix.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
-'rc.d')
-sha1sums=('49ef711c80b5a3434258ab24ae00940932503e80'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   cd ${pkgdir}
-   patch -p0  ${srcdir}/aliases.patch
-}

Copied: postfix/repos/extra-x86_64/PKGBUILD (from rev 141170, 
postfix/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-25 11:07:35 UTC (rev 141172)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL 

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

2011-10-25 Thread Ionut Biru
Date: Tuesday, October 25, 2011 @ 07:28:21
  Author: ibiru
Revision: 141173

update to 0.16.1

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 11:07:35 UTC (rev 141172)
+++ PKGBUILD2011-10-25 11:28:21 UTC (rev 141173)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 
 pkgname=telepathy-glib
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('071ed1b34ace45109188df73933609e4')
+md5sums=('22dd16bdf4f987c602c719a1efc3d268')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-25 Thread Ionut Biru
Date: Tuesday, October 25, 2011 @ 07:30:46
  Author: ibiru
Revision: 141174

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

Added:
  telepathy-glib/repos/extra-i686/PKGBUILD
(from rev 141173, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/extra-x86_64/PKGBUILD
(from rev 141173, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/extra-i686/PKGBUILD
  telepathy-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-25 11:28:21 UTC (rev 141173)
+++ extra-i686/PKGBUILD 2011-10-25 11:30:46 UTC (rev 141174)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.16.0
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('071ed1b34ace45109188df73933609e4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: telepathy-glib/repos/extra-i686/PKGBUILD (from rev 141173, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-25 11:30:46 UTC (rev 141174)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('22dd16bdf4f987c602c719a1efc3d268')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-25 11:28:21 UTC (rev 141173)
+++ extra-x86_64/PKGBUILD   2011-10-25 11:30:46 UTC (rev 141174)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.16.0
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('071ed1b34ace45109188df73933609e4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 141173, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-25 11:30:46 UTC (rev 141174)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;

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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:24:36
  Author: tpowa
Revision: 141175

upgpkg: fcpci 31107-63

rebuild against 3.1 series

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |   13 +++--
 fcpci.install |7 ---
 2 files changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 11:30:46 UTC (rev 141174)
+++ PKGBUILD2011-10-25 13:24:36 UTC (rev 141175)
@@ -3,14 +3,15 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=62
-_kernver=3.0-ARCH
+pkgrel=63
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'linux=3.0' 'linux3.1')
-makedepends=('linux=3.0' 'linux-headers3.1')
+depends=('capi4k-utils' 'linux=3.1' 'linux3.2')
+makedepends=('linux=3.1' 'linux-headers3.2')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 
@@ -90,8 +91,8 @@
 }
 
 package() {
-  mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  cp $srcdir/fritz/src/fcpci.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
+  mkdir -p $pkgdir/lib/modules/${_extramodules}
+  cp $srcdir/fritz/src/fcpci.ko $pkgdir/lib/modules/${_extramodules}/ 
   rm -r $pkgdir/var/lib/fritz  
   # build module dependencies
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpci.install

Modified: fcpci.install
===
--- fcpci.install   2011-10-25 11:30:46 UTC (rev 141174)
+++ fcpci.install   2011-10-25 13:24:36 UTC (rev 141175)
@@ -2,12 +2,12 @@
 post_install() {
 cat  EOF
 == Add 'capiinit' to rc.conf daemons list. 
-== If you use hotplug daemon, please blacklist hisax modules in 
/etc/hotplug/blacklist.
+== Please blacklist hisax modules in /etc/modprobe.d/
 EOF
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0-ARCH
+  KERNEL_VERSION=3.1.0-1-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,6 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0-ARCH
+  KERNEL_VERSION=3.1.0-1-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
+



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:26:16
  Author: tpowa
Revision: 141176

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

Added:
  fcpci/repos/testing-i686/
  fcpci/repos/testing-i686/PKGBUILD
(from rev 141175, fcpci/trunk/PKGBUILD)
  fcpci/repos/testing-i686/atomic.patch
(from rev 141175, fcpci/trunk/atomic.patch)
  fcpci/repos/testing-i686/fcpci.install
(from rev 141175, fcpci/trunk/fcpci.install)
  fcpci/repos/testing-i686/kernel-2.6.19.patch
(from rev 141175, fcpci/trunk/kernel-2.6.19.patch)
  fcpci/repos/testing-i686/kernel-2.6.20.patch
(from rev 141175, fcpci/trunk/kernel-2.6.20.patch)
  fcpci/repos/testing-i686/kernel-2.6.22.patch
(from rev 141175, fcpci/trunk/kernel-2.6.22.patch)
  fcpci/repos/testing-i686/kernel-2.6.24.patch
(from rev 141175, fcpci/trunk/kernel-2.6.24.patch)
  fcpci/repos/testing-i686/kernel-2.6.31.patch
(from rev 141175, fcpci/trunk/kernel-2.6.31.patch)
  fcpci/repos/testing-i686/kernel-2.6.34.patch
(from rev 141175, fcpci/trunk/kernel-2.6.34.patch)
  fcpci/repos/testing-i686/kernel-2.6.39-i686.patch
(from rev 141175, fcpci/trunk/kernel-2.6.39-i686.patch)
  fcpci/repos/testing-i686/kernel-2.6.39-x86_64.patch
(from rev 141175, fcpci/trunk/kernel-2.6.39-x86_64.patch)
  fcpci/repos/testing-i686/kernel-2.6.39.patch
(from rev 141175, fcpci/trunk/kernel-2.6.39.patch)
  fcpci/repos/testing-i686/string.h
(from rev 141175, fcpci/trunk/string.h)
  fcpci/repos/testing-i686/string64.h
(from rev 141175, fcpci/trunk/string64.h)
  fcpci/repos/testing-x86_64/
  fcpci/repos/testing-x86_64/PKGBUILD
(from rev 141175, fcpci/trunk/PKGBUILD)
  fcpci/repos/testing-x86_64/atomic.patch
(from rev 141175, fcpci/trunk/atomic.patch)
  fcpci/repos/testing-x86_64/fcpci.install
(from rev 141175, fcpci/trunk/fcpci.install)
  fcpci/repos/testing-x86_64/kernel-2.6.19.patch
(from rev 141175, fcpci/trunk/kernel-2.6.19.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.20.patch
(from rev 141175, fcpci/trunk/kernel-2.6.20.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.22.patch
(from rev 141175, fcpci/trunk/kernel-2.6.22.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.24.patch
(from rev 141175, fcpci/trunk/kernel-2.6.24.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.31.patch
(from rev 141175, fcpci/trunk/kernel-2.6.31.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.34.patch
(from rev 141175, fcpci/trunk/kernel-2.6.34.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39-i686.patch
(from rev 141175, fcpci/trunk/kernel-2.6.39-i686.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39-x86_64.patch
(from rev 141175, fcpci/trunk/kernel-2.6.39-x86_64.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 141175, fcpci/trunk/kernel-2.6.39.patch)
  fcpci/repos/testing-x86_64/string.h
(from rev 141175, fcpci/trunk/string.h)
  fcpci/repos/testing-x86_64/string64.h
(from rev 141175, fcpci/trunk/string64.h)

---+
 testing-i686/PKGBUILD |  101 +
 testing-i686/atomic.patch |   18 +
 testing-i686/fcpci.install|   28 +
 testing-i686/kernel-2.6.19.patch  |   20 +
 testing-i686/kernel-2.6.20.patch  |   55 +++
 testing-i686/kernel-2.6.22.patch  |   11 
 testing-i686/kernel-2.6.24.patch  |   14 
 testing-i686/kernel-2.6.31.patch  |   11 
 testing-i686/kernel-2.6.34.patch  |  170 +
 testing-i686/kernel-2.6.39-i686.patch |   11 
 testing-i686/kernel-2.6.39-x86_64.patch   |   11 
 testing-i686/kernel-2.6.39.patch  |   22 +
 testing-i686/string.h |  493 
 testing-i686/string64.h   |   67 +++
 testing-x86_64/PKGBUILD   |  101 +
 testing-x86_64/atomic.patch   |   18 +
 testing-x86_64/fcpci.install  |   28 +
 testing-x86_64/kernel-2.6.19.patch|   20 +
 testing-x86_64/kernel-2.6.20.patch|   55 +++
 testing-x86_64/kernel-2.6.22.patch|   11 
 testing-x86_64/kernel-2.6.24.patch|   14 
 testing-x86_64/kernel-2.6.31.patch|   11 
 testing-x86_64/kernel-2.6.34.patch|  170 +
 testing-x86_64/kernel-2.6.39-i686.patch   |   11 
 testing-x86_64/kernel-2.6.39-x86_64.patch |   11 
 testing-x86_64/kernel-2.6.39.patch|   22 +
 testing-x86_64/string.h   |  493 
 testing-x86_64/string64.h |   67 +++
 28 files changed, 2064 insertions(+)

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


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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:30:45
  Author: tpowa
Revision: 141177

upgpkg: fcpcmcia 31107-60

rebuild against 3.1 series

Modified:
  fcpcmcia/trunk/PKGBUILD
  fcpcmcia/trunk/fcpcmcia.install

--+
 PKGBUILD |   17 +
 fcpcmcia.install |4 ++--
 2 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 13:26:16 UTC (rev 141176)
+++ PKGBUILD2011-10-25 13:30:45 UTC (rev 141177)
@@ -3,14 +3,15 @@
 
 pkgname=fcpcmcia
 pkgver=31107
-pkgrel=59
-_kernver=3.0-ARCH
+pkgrel=60
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCMCIA isdn cards. For stock arch 2.6 
kernel
 arch=(i686 x86_64)
 license=('custom:AVM' 'LPGL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'linux=3.0' 'linux3.1')
-makedepends=('linux-headers=3.0' 'linux-headers3.1')
+depends=('capi4k-utils' 'linux=3.1' 'linux3.2')
+makedepends=('linux-headers=3.1' 'linux-headers3.2')
 if [ $CARCH = i686 ]; then 
source=(ftp://ftp.avm.de/cardware/fritzcrd.pcm/linux/suse.93/fcpcmcia-suse93-3.11-07.tar.gz
 pcmcia-2.6.17.patch 
 atomic.patch kernel-2.6.19.patch 
@@ -81,7 +82,7 @@
  'b947c47b3f6dd2f143f84312a034bb77')
 
 fi
-install=(fcpcmcia.install)
+install=fcpcmcia.install
 options=(!makeflags !strip)
 
 build() {
@@ -126,9 +127,9 @@
 }
 
 package() {
-  mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  cp $srcdir/fritz/src/fcpcmcia.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  cp $srcdir/fritz/src/fcpcmcia_cs.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
+  mkdir -p $pkgdir/lib/modules/${_extramodules}
+  cp $srcdir/fritz/src/fcpcmcia.ko $pkgdir/lib/modules/${_extramodules}/
+  cp $srcdir/fritz/src/fcpcmcia_cs.ko $pkgdir/lib/modules/${_extramodules}/
   rm -r $pkgdir/var/lib/fritz
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpcmcia.install
   # gzip -9 modules

Modified: fcpcmcia.install
===
--- fcpcmcia.install2011-10-25 13:26:16 UTC (rev 141176)
+++ fcpcmcia.install2011-10-25 13:30:45 UTC (rev 141177)
@@ -9,7 +9,7 @@
   sed -i -e 's/#fcpcmcia   -   -   -   -   -   
-/fcpcmcia  -   -   -   -   -   -/g' /etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0-ARCH
+  KERNEL_VERSION=3.1.0-1-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -24,6 +24,6 @@
   sed -i -e 's/fcpcmcia-   -   -   -   -   
-/#fcpcmcia -   -   -   -   -   -/g' /etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0-ARCH
+  KERNEL_VERSION=3.1.0-1-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:33:10
  Author: tpowa
Revision: 141178

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

Added:
  fcpcmcia/repos/testing-i686/
  fcpcmcia/repos/testing-i686/PKGBUILD
(from rev 141177, fcpcmcia/trunk/PKGBUILD)
  fcpcmcia/repos/testing-i686/atomic.patch
(from rev 141177, fcpcmcia/trunk/atomic.patch)
  fcpcmcia/repos/testing-i686/fcpcmcia.diff
(from rev 141177, fcpcmcia/trunk/fcpcmcia.diff)
  fcpcmcia/repos/testing-i686/fcpcmcia.install
(from rev 141177, fcpcmcia/trunk/fcpcmcia.install)
  fcpcmcia/repos/testing-i686/kernel-2.6.19.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.19.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.20.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.20.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.22.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.22.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.24.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.24.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.27.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.27.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.28.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.28.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.31.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.31.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.33.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.33.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.34.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.34.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.35.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.35.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.36.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.36.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.37.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.37.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39-i686.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39-x86_64.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.39.patch)
  fcpcmcia/repos/testing-i686/pcmcia-2.6.16.patch
(from rev 141177, fcpcmcia/trunk/pcmcia-2.6.16.patch)
  fcpcmcia/repos/testing-i686/pcmcia-2.6.17.patch
(from rev 141177, fcpcmcia/trunk/pcmcia-2.6.17.patch)
  fcpcmcia/repos/testing-x86_64/
  fcpcmcia/repos/testing-x86_64/PKGBUILD
(from rev 141177, fcpcmcia/trunk/PKGBUILD)
  fcpcmcia/repos/testing-x86_64/atomic.patch
(from rev 141177, fcpcmcia/trunk/atomic.patch)
  fcpcmcia/repos/testing-x86_64/fcpcmcia.diff
(from rev 141177, fcpcmcia/trunk/fcpcmcia.diff)
  fcpcmcia/repos/testing-x86_64/fcpcmcia.install
(from rev 141177, fcpcmcia/trunk/fcpcmcia.install)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.19.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.19.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.20.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.20.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.22.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.22.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.24.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.24.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.27.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.27.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.28.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.28.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.31.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.31.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.33.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.33.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.34.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.34.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.35.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.35.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.36.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.36.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.37.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.37.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39-i686.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39-x86_64.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 141177, fcpcmcia/trunk/kernel-2.6.39.patch)
  fcpcmcia/repos/testing-x86_64/pcmcia-2.6.16.patch
(from rev 141177, fcpcmcia/trunk/pcmcia-2.6.16.patch)
  fcpcmcia/repos/testing-x86_64/pcmcia-2.6.17.patch
(from rev 141177, fcpcmcia/trunk/pcmcia-2.6.17.patch)

---+
 testing-i686/PKGBUILD |  137 +++
 testing-i686/atomic.patch |   18 +
 testing-i686/fcpcmcia.diff|   40 ++
 testing-i686/fcpcmcia.install |   29 +
 

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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:40:06
  Author: tpowa
Revision: 141179

upgpkg: nvidia 285.05.09-2

rebuild against 3.1 series

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |   13 +++--
 nvidia.install |6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 13:33:10 UTC (rev 141178)
+++ PKGBUILD2011-10-25 13:40:06 UTC (rev 141179)
@@ -3,13 +3,14 @@
 
 pkgname=nvidia
 pkgver=285.05.09
-_kernver='3.0-ARCH'
-pkgrel=1
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.0' 'linux3.1' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.0' 'linux-headers3.1')
+depends=('linux=3.1' 'linux3.2' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.1' 'linux-headers3.2')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
@@ -36,9 +37,9 @@
 
 package() {
 install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
+${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
 install -d -m755 ${pkgdir}/etc/modprobe.d
 echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
 sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
+gzip ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
 }

Modified: nvidia.install
===
--- nvidia.install  2011-10-25 13:33:10 UTC (rev 141178)
+++ nvidia.install  2011-10-25 13:40:06 UTC (rev 141179)
@@ -1,16 +1,16 @@
 post_install() {
-KERNEL_VERSION='3.0-ARCH'
+KERNEL_VERSION='3.1.0-1-ARCH'
 depmod $KERNEL_VERSION
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-KERNEL_VERSION='3.0-ARCH'
+KERNEL_VERSION='3.1.0-1-ARCH'
 depmod $KERNEL_VERSION
 rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
 }
 
 post_remove() {
-KERNEL_VERSION='3.0-ARCH'
+KERNEL_VERSION='3.1.0-1-ARCH'
 depmod $KERNEL_VERSION
 }



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:40:31
  Author: tpowa
Revision: 141180

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

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

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

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 141179, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-25 13:40:31 UTC (rev 141180)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=285.05.09
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.1' 'linux3.2' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.1' 'linux-headers3.2')
+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=('2d469a90abef50320f548cfa8085e3a0')
+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=('2f4a0e78f5560c07220b7ed6fc1e27aa')
+fi
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/etc/modprobe.d
+echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
+sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 141179, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2011-10-25 13:40:31 UTC (rev 141180)
@@ -0,0 +1,16 @@
+post_install() {
+KERNEL_VERSION='3.1.0-1-ARCH'
+depmod $KERNEL_VERSION
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+KERNEL_VERSION='3.1.0-1-ARCH'
+depmod $KERNEL_VERSION
+rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
+}
+
+post_remove() {
+KERNEL_VERSION='3.1.0-1-ARCH'
+depmod $KERNEL_VERSION
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 141179, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-25 13:40:31 UTC (rev 141180)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=285.05.09
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.1' 'linux3.2' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.1' 'linux-headers3.2')
+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=('2d469a90abef50320f548cfa8085e3a0')
+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=('2f4a0e78f5560c07220b7ed6fc1e27aa')
+fi
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+

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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:59:24
  Author: tpowa
Revision: 141181

upgpkg: lirc 1:0.9.0-7

rebuild against 3.1 series

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

--+
 PKGBUILD |   11 ++-
 lirc.install |2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 13:40:31 UTC (rev 141180)
+++ PKGBUILD2011-10-25 13:59:24 UTC (rev 141181)
@@ -4,13 +4,14 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=6
+pkgrel=7
 epoch=1
-_kernver=3.0-ARCH
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
-makedepends=('help2man' 'linux-headers=3.0' 'linux-headers3.1' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
+makedepends=('help2man' 'linux-headers=3.1' 'linux-headers3.2' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -60,12 +61,12 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.0' 'linux3.1')
+  depends=('lirc-utils' 'linux=3.1' 'linux3.2')
   replaces=('lirc+pctv')
   install=lirc.install
 
   cd ${srcdir}/lirc-${pkgver}/drivers
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} moduledir=/lib/modules/${_extramodules} install
 
   # set the kernel we've built for inside the install script
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
${startdir}/lirc.install

Modified: lirc.install
===
--- lirc.install2011-10-25 13:40:31 UTC (rev 141180)
+++ lirc.install2011-10-25 13:59:24 UTC (rev 141181)
@@ -1,4 +1,4 @@
-KERNEL_VERSION=3.0-ARCH
+KERNEL_VERSION=3.1.0-1-ARCH
 
 post_install() {
   # updating module dependencies



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

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 10:01:12
  Author: tpowa
Revision: 141182

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 141181, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 141181, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexecd
(from rev 141181, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 141181, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/lirc.install
(from rev 141181, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 141181, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 141181, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 141181, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 141181, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 141181, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 141181, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircmd
(from rev 141181, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 141181, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 141181, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexecd
(from rev 141181, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 141181, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/lirc.install
(from rev 141181, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 141181, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 141181, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 141181, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 141181, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 141181, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 141181, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircmd
(from rev 141181, lirc/trunk/lircmd)

+
 testing-i686/PKGBUILD  |  104 +++
 testing-i686/irexec.conf   |5 +
 testing-i686/irexecd   |   38 
 testing-i686/kernel-2.6.39.patch   |   54 +++
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 +
 testing-i686/lirc_atiusb-kfifo.patch   |   31 ++
 testing-i686/lirc_wpc8769l.patch   |   88 +++
 testing-i686/lircd |   52 +++
 testing-i686/lircd-handle-large-config.patch   |   39 
 testing-i686/lircd.conf|8 +
 testing-i686/lircmd|   36 +++
 testing-x86_64/PKGBUILD|  104 +++
 testing-x86_64/irexec.conf |5 +
 testing-x86_64/irexecd |   38 
 testing-x86_64/kernel-2.6.39.patch |   54 +++
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 +
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 ++
 testing-x86_64/lirc_wpc8769l.patch |   88 +++
 testing-x86_64/lircd   |   52 +++
 testing-x86_64/lircd-handle-large-config.patch |   39 
 testing-x86_64/lircd.conf  |8 +
 testing-x86_64/lircmd  |   36 +++
 24 files changed, 952 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 141181, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-25 14:01:12 UTC (rev 141182)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=7
+epoch=1
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+makedepends=('help2man' 'linux-headers=3.1' 'linux-headers3.2' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
+options=('!makeflags' '!strip')
+source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
+lirc_wpc8769l.patch
+lircd-handle-large-config.patch
+lirc_atiusb-kfifo.patch
+kernel-2.6.39.patch
+   lircd lircmd lirc.logrotate 

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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 11:03:24
  Author: thomas
Revision: 141183

allow module package to use depmod properly again

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 14:01:12 UTC (rev 141182)
+++ PKGBUILD2011-10-25 15:03:24 UTC (rev 141183)
@@ -125,6 +125,9 @@
   find ${pkgdir} -name '*.ko' -exec gzip -9 {} \;
   # make room for external modules
   ln -s ../extramodules-${_basekernel}-${_kernelname:-ARCH} 
${pkgdir}/lib/modules/${_kernver}/extramodules
+  # add real version for building modules and running depmod from 
post_install/upgrade
+  mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}
+  echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}/version
 }
 
 package_linux-headers() {
@@ -256,10 +259,6 @@
 
   # remove unneeded architectures
   rm -rf 
${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
-
-  # add real version for building the kernel
-  mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}
-  echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}-${_kernelname:-ARCH}/version
 }
 
 package_linux-docs() {



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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:21:09
  Author: thomas
Revision: 141184

upgpkg: linux 3.1-2

Move version file from linux-headers to linux

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

---+
 PKGBUILD  |2 +-
 linux.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 15:03:24 UTC (rev 141183)
+++ PKGBUILD2011-10-25 18:21:09 UTC (rev 141184)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.1
 pkgver=${_basekernel}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')

Modified: linux.install
===
--- linux.install   2011-10-25 15:03:24 UTC (rev 141183)
+++ linux.install   2011-10-25 18:21:09 UTC (rev 141184)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.1.0-1-ARCH
+KERNEL_VERSION=3.1.0-2-ARCH
 
 post_install () {
   # updating module dependencies



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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:22:04
  Author: thomas
Revision: 141185

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 141184, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 141184, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 141184, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 141184, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 141184, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 141184, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 141184, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 141184, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 141184, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 141184, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 141184, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 141184, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 testing-i686/PKGBUILD|  559 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |11666 -
 testing-i686/config.x86_64   |11184 
 testing-i686/linux.install   |  132 
 testing-i686/linux.preset|   28 
 testing-x86_64/PKGBUILD  |  559 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|11666 -
 testing-x86_64/config.x86_64 |11184 
 testing-x86_64/linux.install |  132 
 testing-x86_64/linux.preset  |   28 
 12 files changed, 23592 insertions(+), 23594 deletions(-)

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


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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:37:14
  Author: thomas
Revision: 141186

upgpkg: nvidia 285.05.09-3

Fix depmod on upgrade

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |4 ++--
 nvidia.install |   12 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 18:22:04 UTC (rev 141185)
+++ PKGBUILD2011-10-25 18:37:14 UTC (rev 141186)
@@ -5,7 +5,7 @@
 pkgver=285.05.09
 _extramodules=extramodules-3.1-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -40,6 +40,6 @@
 ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
 install -d -m755 ${pkgdir}/etc/modprobe.d
 echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
-sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
 gzip ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
 }

Modified: nvidia.install
===
--- nvidia.install  2011-10-25 18:22:04 UTC (rev 141185)
+++ nvidia.install  2011-10-25 18:37:14 UTC (rev 141186)
@@ -1,16 +1,16 @@
 post_install() {
-KERNEL_VERSION='3.1.0-1-ARCH'
-depmod $KERNEL_VERSION
+EXTRAMODULES='extramodules-3.1-ARCH'
+depmod $(cat /lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-KERNEL_VERSION='3.1.0-1-ARCH'
-depmod $KERNEL_VERSION
+EXTRAMODULES='extramodules-3.1-ARCH'
+depmod $(cat /lib/modules/$EXTRAMODULES/version)
 rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
 }
 
 post_remove() {
-KERNEL_VERSION='3.1.0-1-ARCH'
-depmod $KERNEL_VERSION
+EXTRAMODULES='extramodules-3.1-ARCH'
+depmod $(cat /lib/modules/$EXTRAMODULES/version)
 }



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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:37:31
  Author: thomas
Revision: 141187

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

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

---+
 testing-i686/PKGBUILD |   90 
 testing-i686/nvidia.install   |   32 +++---
 testing-x86_64/PKGBUILD   |   90 
 testing-x86_64/nvidia.install |   32 +++---
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-10-25 18:37:14 UTC (rev 141186)
+++ testing-i686/PKGBUILD   2011-10-25 18:37:31 UTC (rev 141187)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=285.05.09
-_extramodules=extramodules-3.1-ARCH
-_kernver=$(cat /lib/modules/${_extramodules}/version)
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.1' 'linux3.2' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.1' 'linux-headers3.2')
-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=('2d469a90abef50320f548cfa8085e3a0')
-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=('2f4a0e78f5560c07220b7ed6fc1e27aa')
-fi
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/etc/modprobe.d
-echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
-sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 141186, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-25 18:37:31 UTC (rev 141187)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=285.05.09
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.1' 'linux3.2' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.1' 'linux-headers3.2')
+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=('2d469a90abef50320f548cfa8085e3a0')
+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=('2f4a0e78f5560c07220b7ed6fc1e27aa')
+fi
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/etc/modprobe.d
+echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: testing-i686/nvidia.install
===
--- testing-i686/nvidia.install 2011-10-25 18:37:14 UTC (rev 141186)
+++ testing-i686/nvidia.install 2011-10-25 18:37:31 UTC (rev 141187)
@@ -1,16 +0,0 @@
-post_install() {
-KERNEL_VERSION='3.1.0-1-ARCH'
-depmod 

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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:43:18
  Author: thomas
Revision: 141188

upgpkg: lirc 1:0.9.0-8

Fix depmod on update

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

--+
 PKGBUILD |4 ++--
 lirc.install |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 18:37:31 UTC (rev 141187)
+++ PKGBUILD2011-10-25 18:43:18 UTC (rev 141188)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=7
+pkgrel=8
 epoch=1
 _extramodules=extramodules-3.1-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
@@ -69,7 +69,7 @@
   make DESTDIR=${pkgdir} moduledir=/lib/modules/${_extramodules} install
 
   # set the kernel we've built for inside the install script
-  sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
${startdir}/lirc.install
+  sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
${startdir}/lirc.install
   # gzip -9 modules
   find ${pkgdir} -name '*.ko' -exec gzip -9 {} \;
 }

Modified: lirc.install
===
--- lirc.install2011-10-25 18:37:31 UTC (rev 141187)
+++ lirc.install2011-10-25 18:43:18 UTC (rev 141188)
@@ -1,9 +1,9 @@
-KERNEL_VERSION=3.1.0-1-ARCH
+EXTRAMODULES=extramodules-3.1-ARCH
 
 post_install() {
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  depmod $KERNEL_VERSION  /dev/null 21
+  depmod $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 post_upgrade() {



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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:44:02
  Author: thomas
Revision: 141189

upgpkg: fcpci 31107-64

Fix depmod on update

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |4 ++--
 fcpci.install |8 
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 18:43:18 UTC (rev 141188)
+++ PKGBUILD2011-10-25 18:44:02 UTC (rev 141189)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=63
+pkgrel=64
 _extramodules=extramodules-3.1-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
@@ -95,7 +95,7 @@
   cp $srcdir/fritz/src/fcpci.ko $pkgdir/lib/modules/${_extramodules}/ 
   rm -r $pkgdir/var/lib/fritz  
   # build module dependencies
-  sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpci.install
+  sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
$startdir/fcpci.install
   # gzip -9 modules
   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
 }

Modified: fcpci.install
===
--- fcpci.install   2011-10-25 18:43:18 UTC (rev 141188)
+++ fcpci.install   2011-10-25 18:44:02 UTC (rev 141189)
@@ -7,8 +7,8 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.1.0-1-ARCH
-  depmod -v $KERNEL_VERSION  /dev/null 21
+  EXTRAMODULES=extramodules-3.1-ARCH
+  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 # arg 1:  the new package version
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.1.0-1-ARCH
-  depmod -v $KERNEL_VERSION  /dev/null 21
+  EXTRAMODULES=extramodules-3.1-ARCH
+  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 



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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:44:15
  Author: thomas
Revision: 141190

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 141188, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 141188, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexecd
(from rev 141188, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 141188, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/lirc.install
(from rev 141188, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 141188, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 141188, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 141188, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 141188, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 141188, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 141188, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircmd
(from rev 141188, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 141189, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 141189, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexecd
(from rev 141189, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 141189, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/lirc.install
(from rev 141189, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 141189, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 141189, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 141189, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 141189, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 141189, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 141189, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircmd
(from rev 141189, lirc/trunk/lircmd)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.conf
  lirc/repos/testing-i686/irexecd
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircd.conf
  lirc/repos/testing-i686/lircmd
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.conf
  lirc/repos/testing-x86_64/irexecd
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircd.conf
  lirc/repos/testing-x86_64/lircmd

+
 testing-i686/PKGBUILD  |  208 +++
 testing-i686/irexec.conf   |   10 -
 testing-i686/irexecd   |   76 
 testing-i686/kernel-2.6.39.patch   |  108 +--
 testing-i686/lirc.install  |   32 +--
 testing-i686/lirc.logrotate|   10 -
 testing-i686/lirc_atiusb-kfifo.patch   |   62 +++---
 testing-i686/lirc_wpc8769l.patch   |  176 +--
 testing-i686/lircd |  104 +--
 testing-i686/lircd-handle-large-config.patch   |   78 
 testing-i686/lircd.conf|   16 -
 testing-i686/lircmd|   72 +++
 testing-x86_64/PKGBUILD|  208 +++
 testing-x86_64/irexec.conf |   10 -
 testing-x86_64/irexecd |   76 
 testing-x86_64/kernel-2.6.39.patch |  108 +--
 testing-x86_64/lirc.install|   32 +--
 testing-x86_64/lirc.logrotate  |   10 -
 testing-x86_64/lirc_atiusb-kfifo.patch |   62 +++---
 testing-x86_64/lirc_wpc8769l.patch |  176 +--
 testing-x86_64/lircd   |  104 +--
 testing-x86_64/lircd-handle-large-config.patch |   78 
 testing-x86_64/lircd.conf  |   16 -
 testing-x86_64/lircmd  |   72 +++
 24 files changed, 952 insertions(+), 952 deletions(-)

The diff is longer 

[arch-commits] Commit in fcpci/repos (56 files)

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:45:15
  Author: thomas
Revision: 141191

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

Added:
  fcpci/repos/testing-i686/PKGBUILD
(from rev 141190, fcpci/trunk/PKGBUILD)
  fcpci/repos/testing-i686/atomic.patch
(from rev 141190, fcpci/trunk/atomic.patch)
  fcpci/repos/testing-i686/fcpci.install
(from rev 141190, fcpci/trunk/fcpci.install)
  fcpci/repos/testing-i686/kernel-2.6.19.patch
(from rev 141190, fcpci/trunk/kernel-2.6.19.patch)
  fcpci/repos/testing-i686/kernel-2.6.20.patch
(from rev 141190, fcpci/trunk/kernel-2.6.20.patch)
  fcpci/repos/testing-i686/kernel-2.6.22.patch
(from rev 141190, fcpci/trunk/kernel-2.6.22.patch)
  fcpci/repos/testing-i686/kernel-2.6.24.patch
(from rev 141190, fcpci/trunk/kernel-2.6.24.patch)
  fcpci/repos/testing-i686/kernel-2.6.31.patch
(from rev 141190, fcpci/trunk/kernel-2.6.31.patch)
  fcpci/repos/testing-i686/kernel-2.6.34.patch
(from rev 141190, fcpci/trunk/kernel-2.6.34.patch)
  fcpci/repos/testing-i686/kernel-2.6.39-i686.patch
(from rev 141190, fcpci/trunk/kernel-2.6.39-i686.patch)
  fcpci/repos/testing-i686/kernel-2.6.39-x86_64.patch
(from rev 141190, fcpci/trunk/kernel-2.6.39-x86_64.patch)
  fcpci/repos/testing-i686/kernel-2.6.39.patch
(from rev 141190, fcpci/trunk/kernel-2.6.39.patch)
  fcpci/repos/testing-i686/string.h
(from rev 141190, fcpci/trunk/string.h)
  fcpci/repos/testing-i686/string64.h
(from rev 141190, fcpci/trunk/string64.h)
  fcpci/repos/testing-x86_64/PKGBUILD
(from rev 141190, fcpci/trunk/PKGBUILD)
  fcpci/repos/testing-x86_64/atomic.patch
(from rev 141190, fcpci/trunk/atomic.patch)
  fcpci/repos/testing-x86_64/fcpci.install
(from rev 141190, fcpci/trunk/fcpci.install)
  fcpci/repos/testing-x86_64/kernel-2.6.19.patch
(from rev 141190, fcpci/trunk/kernel-2.6.19.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.20.patch
(from rev 141190, fcpci/trunk/kernel-2.6.20.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.22.patch
(from rev 141190, fcpci/trunk/kernel-2.6.22.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.24.patch
(from rev 141190, fcpci/trunk/kernel-2.6.24.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.31.patch
(from rev 141190, fcpci/trunk/kernel-2.6.31.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.34.patch
(from rev 141190, fcpci/trunk/kernel-2.6.34.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39-i686.patch
(from rev 141190, fcpci/trunk/kernel-2.6.39-i686.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39-x86_64.patch
(from rev 141190, fcpci/trunk/kernel-2.6.39-x86_64.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 141190, fcpci/trunk/kernel-2.6.39.patch)
  fcpci/repos/testing-x86_64/string.h
(from rev 141190, fcpci/trunk/string.h)
  fcpci/repos/testing-x86_64/string64.h
(from rev 141190, fcpci/trunk/string64.h)
Deleted:
  fcpci/repos/testing-i686/PKGBUILD
  fcpci/repos/testing-i686/atomic.patch
  fcpci/repos/testing-i686/fcpci.install
  fcpci/repos/testing-i686/kernel-2.6.19.patch
  fcpci/repos/testing-i686/kernel-2.6.20.patch
  fcpci/repos/testing-i686/kernel-2.6.22.patch
  fcpci/repos/testing-i686/kernel-2.6.24.patch
  fcpci/repos/testing-i686/kernel-2.6.31.patch
  fcpci/repos/testing-i686/kernel-2.6.34.patch
  fcpci/repos/testing-i686/kernel-2.6.39-i686.patch
  fcpci/repos/testing-i686/kernel-2.6.39-x86_64.patch
  fcpci/repos/testing-i686/kernel-2.6.39.patch
  fcpci/repos/testing-i686/string.h
  fcpci/repos/testing-i686/string64.h
  fcpci/repos/testing-x86_64/PKGBUILD
  fcpci/repos/testing-x86_64/atomic.patch
  fcpci/repos/testing-x86_64/fcpci.install
  fcpci/repos/testing-x86_64/kernel-2.6.19.patch
  fcpci/repos/testing-x86_64/kernel-2.6.20.patch
  fcpci/repos/testing-x86_64/kernel-2.6.22.patch
  fcpci/repos/testing-x86_64/kernel-2.6.24.patch
  fcpci/repos/testing-x86_64/kernel-2.6.31.patch
  fcpci/repos/testing-x86_64/kernel-2.6.34.patch
  fcpci/repos/testing-x86_64/kernel-2.6.39-i686.patch
  fcpci/repos/testing-x86_64/kernel-2.6.39-x86_64.patch
  fcpci/repos/testing-x86_64/kernel-2.6.39.patch
  fcpci/repos/testing-x86_64/string.h
  fcpci/repos/testing-x86_64/string64.h

---+
 testing-i686/PKGBUILD |  202 ++---
 testing-i686/atomic.patch |   36 -
 testing-i686/fcpci.install|   56 -
 testing-i686/kernel-2.6.19.patch  |   40 -
 testing-i686/kernel-2.6.20.patch  |  110 +--
 testing-i686/kernel-2.6.22.patch  |   22 
 testing-i686/kernel-2.6.24.patch  |   28 
 testing-i686/kernel-2.6.31.patch  |   22 
 testing-i686/kernel-2.6.34.patch  |  340 -
 testing-i686/kernel-2.6.39-i686.patch |   22 
 testing-i686/kernel-2.6.39-x86_64.patch   |   22 
 testing-i686/kernel-2.6.39.patch  |   44 -
 testing-i686/string.h |  986 ++--
 testing-i686/string64.h   |  134 

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

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:46:52
  Author: thomas
Revision: 141192

upgpkg: fcpcmcia 31107-61

Fix depmod on update

Modified:
  fcpcmcia/trunk/PKGBUILD
  fcpcmcia/trunk/fcpcmcia.install

--+
 PKGBUILD |4 ++--
 fcpcmcia.install |8 
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 18:45:15 UTC (rev 141191)
+++ PKGBUILD2011-10-25 18:46:52 UTC (rev 141192)
@@ -3,7 +3,7 @@
 
 pkgname=fcpcmcia
 pkgver=31107
-pkgrel=60
+pkgrel=61
 _extramodules=extramodules-3.1-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCMCIA isdn cards. For stock arch 2.6 
kernel
@@ -131,7 +131,7 @@
   cp $srcdir/fritz/src/fcpcmcia.ko $pkgdir/lib/modules/${_extramodules}/
   cp $srcdir/fritz/src/fcpcmcia_cs.ko $pkgdir/lib/modules/${_extramodules}/
   rm -r $pkgdir/var/lib/fritz
-  sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpcmcia.install
+  sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
$startdir/fcpcmcia.install
   # gzip -9 modules
   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
 }

Modified: fcpcmcia.install
===
--- fcpcmcia.install2011-10-25 18:45:15 UTC (rev 141191)
+++ fcpcmcia.install2011-10-25 18:46:52 UTC (rev 141192)
@@ -9,8 +9,8 @@
   sed -i -e 's/#fcpcmcia   -   -   -   -   -   
-/fcpcmcia  -   -   -   -   -   -/g' /etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.1.0-1-ARCH
-  depmod -v $KERNEL_VERSION  /dev/null 21
+  EXTRAMODULES=extramodules-3.1-ARCH
+  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 # arg 1:  the new package version
@@ -24,6 +24,6 @@
   sed -i -e 's/fcpcmcia-   -   -   -   -   
-/#fcpcmcia -   -   -   -   -   -/g' /etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.1.0-1-ARCH
-  depmod -v $KERNEL_VERSION  /dev/null 21
+  EXTRAMODULES=extramodules-3.1-ARCH
+  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }



[arch-commits] Commit in fcpcmcia/repos (84 files)

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:48:36
  Author: thomas
Revision: 141193

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

Added:
  fcpcmcia/repos/testing-i686/PKGBUILD
(from rev 141192, fcpcmcia/trunk/PKGBUILD)
  fcpcmcia/repos/testing-i686/atomic.patch
(from rev 141192, fcpcmcia/trunk/atomic.patch)
  fcpcmcia/repos/testing-i686/fcpcmcia.diff
(from rev 141192, fcpcmcia/trunk/fcpcmcia.diff)
  fcpcmcia/repos/testing-i686/fcpcmcia.install
(from rev 141192, fcpcmcia/trunk/fcpcmcia.install)
  fcpcmcia/repos/testing-i686/kernel-2.6.19.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.19.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.20.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.20.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.22.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.22.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.24.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.24.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.27.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.27.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.28.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.28.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.31.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.31.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.33.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.33.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.34.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.34.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.35.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.35.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.36.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.36.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.37.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.37.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39-i686.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39-x86_64.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.39.patch)
  fcpcmcia/repos/testing-i686/pcmcia-2.6.16.patch
(from rev 141192, fcpcmcia/trunk/pcmcia-2.6.16.patch)
  fcpcmcia/repos/testing-i686/pcmcia-2.6.17.patch
(from rev 141192, fcpcmcia/trunk/pcmcia-2.6.17.patch)
  fcpcmcia/repos/testing-x86_64/PKGBUILD
(from rev 141192, fcpcmcia/trunk/PKGBUILD)
  fcpcmcia/repos/testing-x86_64/atomic.patch
(from rev 141192, fcpcmcia/trunk/atomic.patch)
  fcpcmcia/repos/testing-x86_64/fcpcmcia.diff
(from rev 141192, fcpcmcia/trunk/fcpcmcia.diff)
  fcpcmcia/repos/testing-x86_64/fcpcmcia.install
(from rev 141192, fcpcmcia/trunk/fcpcmcia.install)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.19.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.19.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.20.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.20.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.22.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.22.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.24.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.24.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.27.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.27.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.28.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.28.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.31.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.31.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.33.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.33.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.34.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.34.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.35.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.35.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.36.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.36.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.37.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.37.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39-i686.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39-x86_64.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 141192, fcpcmcia/trunk/kernel-2.6.39.patch)
  fcpcmcia/repos/testing-x86_64/pcmcia-2.6.16.patch
(from rev 141192, fcpcmcia/trunk/pcmcia-2.6.16.patch)
  fcpcmcia/repos/testing-x86_64/pcmcia-2.6.17.patch
(from rev 141192, fcpcmcia/trunk/pcmcia-2.6.17.patch)
Deleted:
  fcpcmcia/repos/testing-i686/PKGBUILD
  fcpcmcia/repos/testing-i686/atomic.patch
  fcpcmcia/repos/testing-i686/fcpcmcia.diff
  fcpcmcia/repos/testing-i686/fcpcmcia.install
  fcpcmcia/repos/testing-i686/kernel-2.6.19.patch
  fcpcmcia/repos/testing-i686/kernel-2.6.20.patch
  fcpcmcia/repos/testing-i686/kernel-2.6.22.patch
  

[arch-commits] Commit in chromium/trunk (3 files)

2011-10-25 Thread Evangelos Foutras
Date: Tuesday, October 25, 2011 @ 15:20:12
  Author: foutrelis
Revision: 141194

upgpkg: chromium 15.0.874.102-1

New upstream release.

Added:
  chromium/trunk/nacl.gypi
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/webrtc-r240-r242-make-pulseaudio-optional.patch

-+
 PKGBUILD|   15 +-
 nacl.gypi   |8 +
 webrtc-r240-r242-make-pulseaudio-optional.patch |  122 --
 3 files changed, 15 insertions(+), 130 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 18:48:36 UTC (rev 141193)
+++ PKGBUILD2011-10-25 19:20:12 UTC (rev 141194)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=14.0.835.202
+pkgver=15.0.874.102
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -22,16 +22,19 @@
 chromium.desktop
 chromium.sh
 gcc-4.6.patch
-webrtc-r240-r242-make-pulseaudio-optional.patch)
-sha1sums=('e1c2d7cacaa256b1d343ee012d07170dbb3beb2f'
+nacl.gypi)
+sha1sums=('d8dd8c5f57099ee879e8bd3ab53419f10339762c'
   '7d97535ec0ed124e95888de84b2c6a3654a27d4a'
   '427ecf06cae11f28f59b1912d659ad5541391682'
   '3918746524fff30e73dc656754733df5c2c2'
-  'db66921c9801ad5930920faf87bd5c313a3fc702')
+  'df4cee39e1d49e10f9c075f5e6e9db28e8260926')
 
 build() {
   cd $srcdir/chromium-$pkgver
 
+  # NaCL build remains faily
+  cp $srcdir/nacl.gypi chrome/
+
   # Fix build with gcc 4.6
   # http://code.google.com/p/chromium/issues/detail?id=80071
   patch -Np0 -i $srcdir/gcc-4.6.patch
@@ -40,10 +43,6 @@
   sed -i '/#include cups\/cups.h/ a #include cups/ppd.h' \
 chrome/browser/ui/webui/print_preview_handler.cc
 
-  # Make PulseAudio optional in WebRTC
-  patch -d third_party/webrtc -Np1 -i \
-$srcdir/webrtc-r240-r242-make-pulseaudio-optional.patch
-
   # Use Python 2
   find . -type f -exec sed -i -r \
 -e 's|/usr/bin/python$|2|g' \

Added: nacl.gypi
===
--- nacl.gypi   (rev 0)
+++ nacl.gypi   2011-10-25 19:20:12 UTC (rev 141194)
@@ -0,0 +1,8 @@
+{
+  'targets': [
+{
+  'target_name': 'nacl',
+  'type': 'static_library',
+},
+  ],
+}

Deleted: webrtc-r240-r242-make-pulseaudio-optional.patch
===
--- webrtc-r240-r242-make-pulseaudio-optional.patch 2011-10-25 18:48:36 UTC 
(rev 141193)
+++ webrtc-r240-r242-make-pulseaudio-optional.patch 2011-10-25 19:20:12 UTC 
(rev 141194)
@@ -1,122 +0,0 @@
-Index: src/build/common.gypi
-===
 src/build/common.gypi  (revision 239)
-+++ src/build/common.gypi  (revision 240)
-@@ -25,6 +25,13 @@
- 'direct_show_base_classes':
-   'C:/Program Files/Microsoft 
SDKs/Windows/v7.1/Samples/multimedia/directshow/baseclasses/',
-   }],
-+  ['build_with_chromium==1', {
-+# Exclude pulse audio on Chromium since its prerequisites don't
-+# include pulse audio.
-+'include_pulse_audio%': 0,
-+  }, {
-+'include_pulse_audio%': 1,
-+  }],
- ], # conditions
-   },
-   'target_defaults': {
-Index: src/modules/audio_device/main/source/audio_device.gyp
-===
 src/modules/audio_device/main/source/audio_device.gyp  (revision 239)
-+++ src/modules/audio_device/main/source/audio_device.gyp  (revision 240)
-@@ -52,18 +52,12 @@
- 'Linux/alsasymboltable.h',
- 'Linux/audio_device_linux_alsa.cc',
- 'Linux/audio_device_linux_alsa.h',
--'Linux/audio_device_linux_pulse.cc',
--'Linux/audio_device_linux_pulse.h',
- 'Linux/audio_device_utility_linux.cc',
- 'Linux/audio_device_utility_linux.h',
- 'Linux/audio_mixer_manager_linux_alsa.cc',
- 'Linux/audio_mixer_manager_linux_alsa.h',
--'Linux/audio_mixer_manager_linux_pulse.cc',
--'Linux/audio_mixer_manager_linux_pulse.h',
- 'Linux/latebindingsymboltable.cc',
- 'Linux/latebindingsymboltable.h',
--'Linux/pulseaudiosymboltable.cc',
--'Linux/pulseaudiosymboltable.h',
- 'Mac/audio_device_mac.cc',
- 'Mac/audio_device_mac.h',
- 'Mac/audio_device_utility_mac.cc',
-@@ -89,16 +83,10 @@
- 'Linux/alsasymboltable.h',
- 'Linux/audio_device_linux_alsa.cc',
- 'Linux/audio_device_linux_alsa.h',
--'Linux/audio_device_linux_pulse.cc',
--'Linux/audio_device_linux_pulse.h',
- 'Linux/audio_mixer_manager_linux_alsa.cc',
- 

[arch-commits] Commit in chromium/repos (24 files)

2011-10-25 Thread Evangelos Foutras
Date: Tuesday, October 25, 2011 @ 15:20:53
  Author: foutrelis
Revision: 141195

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 141194, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.desktop
(from rev 141194, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 141194, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 141194, chromium/trunk/chromium.sh)
  chromium/repos/extra-i686/gcc-4.6.patch
(from rev 141194, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-i686/nacl.gypi
(from rev 141194, chromium/trunk/nacl.gypi)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 141194, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 141194, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 141194, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 141194, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/gcc-4.6.patch
(from rev 141194, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-x86_64/nacl.gypi
(from rev 141194, chromium/trunk/nacl.gypi)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-i686/gcc-4.6.patch
  chromium/repos/extra-i686/webrtc-r240-r242-make-pulseaudio-optional.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  chromium/repos/extra-x86_64/gcc-4.6.patch
  chromium/repos/extra-x86_64/webrtc-r240-r242-make-pulseaudio-optional.patch

--+
 extra-i686/PKGBUILD  |  243 --
 extra-i686/chromium.desktop  |  226 -
 extra-i686/chromium.install  |   24 
 extra-i686/chromium.sh   |8 
 extra-i686/gcc-4.6.patch |  198 
 extra-i686/nacl.gypi |8 
 extra-i686/webrtc-r240-r242-make-pulseaudio-optional.patch   |  122 -
 extra-x86_64/PKGBUILD|  243 --
 extra-x86_64/chromium.desktop|  226 -
 extra-x86_64/chromium.install|   24 
 extra-x86_64/chromium.sh |8 
 extra-x86_64/gcc-4.6.patch   |  198 
 extra-x86_64/nacl.gypi   |8 
 extra-x86_64/webrtc-r240-r242-make-pulseaudio-optional.patch |  122 -
 14 files changed, 714 insertions(+), 944 deletions(-)

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


[arch-commits] Commit in emacs/trunk (PKGBUILD emacs.desktop)

2011-10-25 Thread Andrea Scarpino
Date: Tuesday, October 25, 2011 @ 16:28:56
  Author: andrea
Revision: 141196

Upstream already ships desktop file and icon

Modified:
  emacs/trunk/PKGBUILD
Deleted:
  emacs/trunk/emacs.desktop

---+
 PKGBUILD  |   11 +++
 emacs.desktop |   12 
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 19:20:53 UTC (rev 141195)
+++ PKGBUILD2011-10-25 20:28:56 UTC (rev 141196)
@@ -1,6 +1,7 @@
 # $Id$
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 # Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
 pkgname=emacs
 _majorver=23.3
 _minorver=a
@@ -15,9 +16,8 @@
 license=('GPL3')
 depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
 install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.gz emacs.desktop)
-md5sums=('20aef9ea5b5bf8050d39f8b1e96a1c04'
- '8af038d2ba4561271e935bb444ceb4e3')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.gz)
+md5sums=('20aef9ea5b5bf8050d39f8b1e96a1c04')
 
 build() {
   cd $srcdir/$pkgname-$_majorver
@@ -42,9 +42,4 @@
   chmod 775 $pkgdir/var/games/emacs
   chmod 664 $pkgdir/var/games/emacs/*
   chown -R root:games $pkgdir/var/games
-
-  # fix  FS#9253
-  mkdir -p $pkgdir/usr/share/pixmaps $pkgdir/usr/share/applications
-  install -D -m644 $srcdir/$pkgname.desktop   
$pkgdir/usr/share/applications
-  ln -s  ../emacs/$_majorver/etc/images/icons/hicolor/48x48/apps/emacs.png 
$pkgdir/usr/share/pixmaps/emacs-icon.png
 }

Deleted: emacs.desktop
===
--- emacs.desktop   2011-10-25 19:20:53 UTC (rev 141195)
+++ emacs.desktop   2011-10-25 20:28:56 UTC (rev 141196)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Name=Emacs Text Editor
-Name[de]=Emacs Texteditor
-GenericName=Text Editor
-Comment=Edit text
-MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
-Exec=emacs %f
-Icon=emacs-icon
-Type=Application
-Terminal=false
-Categories=Development;TextEditor;
-StartupWMClass=Emacs



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

2011-10-25 Thread Andrea Scarpino
Date: Tuesday, October 25, 2011 @ 16:31:16
  Author: andrea
Revision: 141197

upgpkg: perl-anyevent 2:6.1-1

vercmp 1:6.02-1 1:6.1-1 returns 1

Modified:
  perl-anyevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 20:28:56 UTC (rev 141196)
+++ PKGBUILD2011-10-25 20:31:16 UTC (rev 141197)
@@ -7,12 +7,12 @@
 _cpanname=AnyEvent
 pkgver=6.1
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc=Framework for multiple event loops
 arch=('any')
 url=http://search.cpan.org/dist/${_cpanname}/;
 license=('GPL')
-depends=('perl-event' 'glib-perl' 'perl=5.14.0')
+depends=('perl-event' 'glib-perl' 'perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${_cpanname}-${pkgver}.tar.gz)
 md5sums=('62534a2b7bd86c5aa9d72181913ae1cd')



[arch-commits] Commit in perl-anyevent/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-25 Thread Andrea Scarpino
Date: Tuesday, October 25, 2011 @ 16:31:33
  Author: andrea
Revision: 141198

archrelease: copy trunk to extra-any

Added:
  perl-anyevent/repos/extra-any/PKGBUILD
(from rev 141197, perl-anyevent/trunk/PKGBUILD)
Deleted:
  perl-anyevent/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-25 20:31:16 UTC (rev 141197)
+++ PKGBUILD2011-10-25 20:31:33 UTC (rev 141198)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: François Charette francois.archlinux.org
-
-pkgname=perl-anyevent
-_cpanname=AnyEvent
-pkgver=6.1
-pkgrel=1
-epoch=1
-pkgdesc=Framework for multiple event loops
-arch=('any')
-url=http://search.cpan.org/dist/${_cpanname}/;
-license=('GPL')
-depends=('perl-event' 'glib-perl' 'perl=5.14.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('62534a2b7bd86c5aa9d72181913ae1cd')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-anyevent/repos/extra-any/PKGBUILD (from rev 141197, 
perl-anyevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-25 20:31:33 UTC (rev 141198)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-anyevent
+_cpanname=AnyEvent
+pkgver=6.1
+pkgrel=1
+epoch=2
+pkgdesc=Framework for multiple event loops
+arch=('any')
+url=http://search.cpan.org/dist/${_cpanname}/;
+license=('GPL')
+depends=('perl-event' 'glib-perl' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('62534a2b7bd86c5aa9d72181913ae1cd')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



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

2011-10-25 Thread Eric Bélanger
Date: Tuesday, October 25, 2011 @ 18:28:32
  Author: eric
Revision: 141199

upgpkg: allegro 5.0.4-2

Add freetype support (close FS#26609)

Modified:
  allegro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 20:31:33 UTC (rev 141198)
+++ PKGBUILD2011-10-25 22:28:32 UTC (rev 141199)
@@ -5,13 +5,13 @@
 
 pkgname=allegro
 pkgver=5.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Portable library mainly aimed at video game and multimedia 
programming
 arch=('i686' 'x86_64')
 url=http://alleg.sourceforge.net/;
 license=('custom')
 depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
-makedepends=('cmake' 'mesa')
+makedepends=('cmake' 'mesa' 'freetype2')
 source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
 md5sums=('e2e314ee7116c7efddd0497d6c885e46')
 



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

2011-10-25 Thread Eric Bélanger
Date: Tuesday, October 25, 2011 @ 18:29:00
  Author: eric
Revision: 141200

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-25 22:28:32 UTC (rev 141199)
+++ extra-i686/PKGBUILD 2011-10-25 22:29:00 UTC (rev 141200)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: arjan ar...@archlinux.org
-
-pkgname=allegro
-pkgver=5.0.4
-pkgrel=1
-pkgdesc=Portable library mainly aimed at video game and multimedia 
programming
-arch=('i686' 'x86_64')
-url=http://alleg.sourceforge.net/;
-license=('custom')
-depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e314ee7116c7efddd0497d6c885e46')
-
-build() {
-  cd ${srcdir}
-  mkdir build  cd build
-
-  cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWANT_DOCS=OFF
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: allegro/repos/extra-i686/PKGBUILD (from rev 141199, 
allegro/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-25 22:29:00 UTC (rev 141200)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=allegro
+pkgver=5.0.4
+pkgrel=2
+pkgdesc=Portable library mainly aimed at video game and multimedia 
programming
+arch=('i686' 'x86_64')
+url=http://alleg.sourceforge.net/;
+license=('custom')
+depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
+makedepends=('cmake' 'mesa' 'freetype2')
+source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e314ee7116c7efddd0497d6c885e46')
+
+build() {
+  cd ${srcdir}
+  mkdir build  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-25 22:28:32 UTC (rev 141199)
+++ extra-x86_64/PKGBUILD   2011-10-25 22:29:00 UTC (rev 141200)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: arjan ar...@archlinux.org
-
-pkgname=allegro
-pkgver=5.0.4
-pkgrel=1
-pkgdesc=Portable library mainly aimed at video game and multimedia 
programming
-arch=('i686' 'x86_64')
-url=http://alleg.sourceforge.net/;
-license=('custom')
-depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e314ee7116c7efddd0497d6c885e46')
-
-build() {
-  cd ${srcdir}
-  mkdir build  cd build
-
-  cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWANT_DOCS=OFF
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: allegro/repos/extra-x86_64/PKGBUILD (from rev 141199, 
allegro/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-25 22:29:00 UTC (rev 141200)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=allegro
+pkgver=5.0.4
+pkgrel=2
+pkgdesc=Portable library mainly aimed at video game and multimedia 
programming
+arch=('i686' 'x86_64')
+url=http://alleg.sourceforge.net/;

[arch-commits] Commit in truecrypt/repos (7 files)

2011-10-25 Thread Eric Bélanger
Date: Tuesday, October 25, 2011 @ 18:33:46
  Author: eric
Revision: 141201

db-move: moved truecrypt from [testing] to [extra] (i686)

Added:
  truecrypt/repos/extra-i686/PKGBUILD
(from rev 141200, truecrypt/repos/testing-i686/PKGBUILD)
  truecrypt/repos/extra-i686/truecrypt-arch-detection.patch
(from rev 141200, 
truecrypt/repos/testing-i686/truecrypt-arch-detection.patch)
  truecrypt/repos/extra-i686/truecrypt.desktop
(from rev 141200, truecrypt/repos/testing-i686/truecrypt.desktop)
Deleted:
  truecrypt/repos/extra-i686/PKGBUILD
  truecrypt/repos/extra-i686/truecrypt-arch-detection.patch
  truecrypt/repos/extra-i686/truecrypt.desktop
  truecrypt/repos/testing-i686/

+
 PKGBUILD   |   97 ---
 truecrypt-arch-detection.patch |   30 ++--
 truecrypt.desktop  |   18 +++
 3 files changed, 74 insertions(+), 71 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-25 22:29:00 UTC (rev 141200)
+++ extra-i686/PKGBUILD 2011-10-25 22:33:46 UTC (rev 141201)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal paul.archlinux.org
-
-pkgname=truecrypt
-pkgver=7.0a
-pkgrel=3
-pkgdesc=Free open-source cross-platform disk encryption software
-url=http://www.truecrypt.org/;
-arch=('i686' 'x86_64')
-license=('custom') # TrueCrypt License v2.6
-depends=('fuse=2.8.0' 'wxgtk=2.8.9' 'libsm' 'device-mapper')
-makedepends=('nasm')
-optdepends=('sudo: mounting encrypted volumes as nonroot users')
-conflicts=('truecrypt-utils')
-replaces=('truecrypt-utils')
-# N.B. Truecrypt's web-based source download is incompatible with
-# makepkg. Source has been placed on ftp.archlinux.org instead
-source=('ftp://ftp.archlinux.org/other/tc/truecrypt-7.0a.tar.gz' \
-'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
-${pkgname}.desktop \
-   ${pkgname}-arch-detection.patch) 
-
-build() {
-  export PKCS11_INC=${srcdir}/pkcs-2.20
-
-  cd ${srcdir}/${pkgname}-${pkgver}-source || return 1
-
-  # Work around buggy CPU type detection
-  patch -Np1 -i ../${pkgname}-arch-detection.patch || return 1
-  
-  # Build
-  make || return 1
-
-  # Install Binary
-  install -D -m755 Main/${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1
-
-  # Install Desktop file and Icon
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop || return 1
-  install -D -m644 Resources/Icons/TrueCrypt-48x48.xpm 
${pkgdir}/usr/share/pixmaps/truecrypt.xpm || return 1
-
-  # Install License
-  install -D -m644 License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt || return 1
-}
-md5sums=('0a61616bc5c5ad90e876b4014c004ac9'
- 'ce6a707b79411e82e8e558aa03e764b0'
- '183b9bf04a943454d4e216130bcbac01'
- '00ea70fa8437de877b31b027ac2b4060')

Copied: truecrypt/repos/extra-i686/PKGBUILD (from rev 141200, 
truecrypt/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-25 22:33:46 UTC (rev 141201)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Paul Mattal paul.archlinux.org
+
+pkgname=truecrypt
+pkgver=7.1
+pkgrel=1
+pkgdesc=Free open-source cross-platform disk encryption software
+url=http://www.truecrypt.org/;
+arch=('i686' 'x86_64')
+license=('custom') # TrueCrypt License v2.6
+depends=('fuse=2.8.0' 'wxgtk=2.8.9' 'libsm' 'device-mapper')
+makedepends=('nasm')
+optdepends=('sudo: mounting encrypted volumes as nonroot users')
+conflicts=('truecrypt-utils')
+replaces=('truecrypt-utils')
+# N.B. Truecrypt's web-based source download is incompatible with
+# makepkg. Source has been placed on ftp.archlinux.org instead
+source=(ftp://ftp.archlinux.org/other/tc/truecrypt-${pkgver}.tar.gz{,.sig} \
+'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
+${pkgname}.desktop \
+   ${pkgname}-arch-detection.patch) 
+md5sums=('a8268630a870faff07af940f63fb29eb'
+ 'ddee7c4b2419ecb44b02c8294a08fbed'
+ 'ce6a707b79411e82e8e558aa03e764b0'
+ '183b9bf04a943454d4e216130bcbac01'
+ '00ea70fa8437de877b31b027ac2b4060')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-source
+
+  # Work around buggy CPU type detection
+  patch -Np1 -i ../${pkgname}-arch-detection.patch
+  
+  # Build
+  make PKCS11_INC=${srcdir}/pkcs-2.20
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-source
+
+  # Install Binary
+  install -D -m755 Main/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # Install Desktop file and Icon
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -D -m644 Resources/Icons/TrueCrypt-48x48.xpm 
${pkgdir}/usr/share/pixmaps/truecrypt.xpm
+
+  # Install License
+  install -D -m644 License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt
+}

Deleted: 

[arch-commits] Commit in truecrypt/repos (7 files)

2011-10-25 Thread Eric Bélanger
Date: Tuesday, October 25, 2011 @ 18:33:47
  Author: eric
Revision: 141202

db-move: moved truecrypt from [testing] to [extra] (x86_64)

Added:
  truecrypt/repos/extra-x86_64/PKGBUILD
(from rev 141200, truecrypt/repos/testing-x86_64/PKGBUILD)
  truecrypt/repos/extra-x86_64/truecrypt-arch-detection.patch
(from rev 141200, 
truecrypt/repos/testing-x86_64/truecrypt-arch-detection.patch)
  truecrypt/repos/extra-x86_64/truecrypt.desktop
(from rev 141200, truecrypt/repos/testing-x86_64/truecrypt.desktop)
Deleted:
  truecrypt/repos/extra-x86_64/PKGBUILD
  truecrypt/repos/extra-x86_64/truecrypt-arch-detection.patch
  truecrypt/repos/extra-x86_64/truecrypt.desktop
  truecrypt/repos/testing-x86_64/

+
 PKGBUILD   |   97 ---
 truecrypt-arch-detection.patch |   30 ++--
 truecrypt.desktop  |   18 +++
 3 files changed, 74 insertions(+), 71 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-25 22:33:46 UTC (rev 141201)
+++ extra-x86_64/PKGBUILD   2011-10-25 22:33:47 UTC (rev 141202)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal paul.archlinux.org
-
-pkgname=truecrypt
-pkgver=7.0a
-pkgrel=3
-pkgdesc=Free open-source cross-platform disk encryption software
-url=http://www.truecrypt.org/;
-arch=('i686' 'x86_64')
-license=('custom') # TrueCrypt License v2.6
-depends=('fuse=2.8.0' 'wxgtk=2.8.9' 'libsm' 'device-mapper')
-makedepends=('nasm')
-optdepends=('sudo: mounting encrypted volumes as nonroot users')
-conflicts=('truecrypt-utils')
-replaces=('truecrypt-utils')
-# N.B. Truecrypt's web-based source download is incompatible with
-# makepkg. Source has been placed on ftp.archlinux.org instead
-source=('ftp://ftp.archlinux.org/other/tc/truecrypt-7.0a.tar.gz' \
-'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
-${pkgname}.desktop \
-   ${pkgname}-arch-detection.patch) 
-
-build() {
-  export PKCS11_INC=${srcdir}/pkcs-2.20
-
-  cd ${srcdir}/${pkgname}-${pkgver}-source || return 1
-
-  # Work around buggy CPU type detection
-  patch -Np1 -i ../${pkgname}-arch-detection.patch || return 1
-  
-  # Build
-  make || return 1
-
-  # Install Binary
-  install -D -m755 Main/${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1
-
-  # Install Desktop file and Icon
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop || return 1
-  install -D -m644 Resources/Icons/TrueCrypt-48x48.xpm 
${pkgdir}/usr/share/pixmaps/truecrypt.xpm || return 1
-
-  # Install License
-  install -D -m644 License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt || return 1
-}
-md5sums=('0a61616bc5c5ad90e876b4014c004ac9'
- 'ce6a707b79411e82e8e558aa03e764b0'
- '183b9bf04a943454d4e216130bcbac01'
- '00ea70fa8437de877b31b027ac2b4060')

Copied: truecrypt/repos/extra-x86_64/PKGBUILD (from rev 141200, 
truecrypt/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-25 22:33:47 UTC (rev 141202)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Paul Mattal paul.archlinux.org
+
+pkgname=truecrypt
+pkgver=7.1
+pkgrel=1
+pkgdesc=Free open-source cross-platform disk encryption software
+url=http://www.truecrypt.org/;
+arch=('i686' 'x86_64')
+license=('custom') # TrueCrypt License v2.6
+depends=('fuse=2.8.0' 'wxgtk=2.8.9' 'libsm' 'device-mapper')
+makedepends=('nasm')
+optdepends=('sudo: mounting encrypted volumes as nonroot users')
+conflicts=('truecrypt-utils')
+replaces=('truecrypt-utils')
+# N.B. Truecrypt's web-based source download is incompatible with
+# makepkg. Source has been placed on ftp.archlinux.org instead
+source=(ftp://ftp.archlinux.org/other/tc/truecrypt-${pkgver}.tar.gz{,.sig} \
+'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
+${pkgname}.desktop \
+   ${pkgname}-arch-detection.patch) 
+md5sums=('a8268630a870faff07af940f63fb29eb'
+ 'ddee7c4b2419ecb44b02c8294a08fbed'
+ 'ce6a707b79411e82e8e558aa03e764b0'
+ '183b9bf04a943454d4e216130bcbac01'
+ '00ea70fa8437de877b31b027ac2b4060')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-source
+
+  # Work around buggy CPU type detection
+  patch -Np1 -i ../${pkgname}-arch-detection.patch
+  
+  # Build
+  make PKCS11_INC=${srcdir}/pkcs-2.20
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-source
+
+  # Install Binary
+  install -D -m755 Main/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # Install Desktop file and Icon
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -D -m644 Resources/Icons/TrueCrypt-48x48.xpm 
${pkgdir}/usr/share/pixmaps/truecrypt.xpm
+
+  # Install License
+  install -D -m644 License.txt 

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

2011-10-25 Thread Gaetan Bisson
Date: Tuesday, October 25, 2011 @ 20:35:59
  Author: bisson
Revision: 141203

upstream update, fix FS#26620

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 22:33:47 UTC (rev 141202)
+++ PKGBUILD2011-10-26 00:35:59 UTC (rev 141203)
@@ -5,7 +5,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=conky
-pkgver=1.8.2git20111024
+pkgver=1.8.2git20111026
 pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
@@ -16,7 +16,7 @@
 depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
 backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('490f5ffb431bffee71f7bf32f94cf611ae4f0646')
+sha1sums=('735861b284ad4feb86a9febaf4e457a4fcc7b39b')
 
 # git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
 



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

2011-10-25 Thread Gaetan Bisson
Date: Tuesday, October 25, 2011 @ 20:39:40
  Author: bisson
Revision: 141204

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 141203, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 141203, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 141203, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 141203, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake

-+
 extra-i686/PKGBUILD |   96 +-
 extra-i686/PKGBUILD.cmake   |   94 -
 extra-x86_64/PKGBUILD   |   96 +-
 extra-x86_64/PKGBUILD.cmake |   94 -
 4 files changed, 190 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 00:35:59 UTC (rev 141203)
+++ extra-i686/PKGBUILD 2011-10-26 00:39:40 UTC (rev 141204)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.8.2git20111024
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('pkg-config' 'docbook2x')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('490f5ffb431bffee71f7bf32f94cf611ae4f0646')
-
-# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
-
-replaces=('torsmo')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh autogen.sh
-
-   CPPFLAGS=$CXXFLAGS LIBS=$LDFLAGS ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 141203, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 00:39:40 UTC (rev 141204)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111026
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('pkg-config' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
+backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('735861b284ad4feb86a9febaf4e457a4fcc7b39b')
+
+# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh autogen.sh
+
+   CPPFLAGS=$CXXFLAGS LIBS=$LDFLAGS ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --disable-lua \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/PKGBUILD.cmake
===
--- extra-i686/PKGBUILD.cmake   2011-10-26 00:35:59 UTC (rev 141203)
+++ extra-i686/PKGBUILD.cmake   2011-10-26 00:39:40 UTC (rev 141204)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 118899 2011-04-09 10:32:42Z bisson