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

2013-05-08 Thread Daniel Micay
Date: Wednesday, May 8, 2013 @ 08:00:57
  Author: thestinger
Revision: 90176

rust: use $pkgname for license directory name

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 03:27:00 UTC (rev 90175)
+++ PKGBUILD2013-05-08 06:00:57 UTC (rev 90176)
@@ -34,7 +34,7 @@
   cd rust-$pkgver
   make DESTDIR=$pkgdir install
 
-  mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/rust
+  mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/$pkgname
 
   cp -a src/etc/vim $pkgdir/usr/share/vim/vimfiles
   find $pkgdir/usr/share/vim -type f -exec chmod 644 {} +
@@ -46,8 +46,8 @@
   install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
 $pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang
 
-  install -m644 LICENSE-APACHE $pkgdir/usr/share/licenses/rust
-  install -m644 LICENSE-MIT $pkgdir/usr/share/licenses/rust
+  install -m644 LICENSE-APACHE $pkgdir/usr/share/licenses/$pkgname
+  install -m644 LICENSE-MIT $pkgdir/usr/share/licenses/$pkgname
 
   cd src/etc/emacs
   make



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

2013-05-08 Thread Andrea Scarpino
Date: Wednesday, May 8, 2013 @ 09:05:18
  Author: andrea
Revision: 184761

Disable SSE2 on i686 (FS#34612)

Modified:
  xerces-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 23:25:13 UTC (rev 184760)
+++ PKGBUILD2013-05-08 07:05:18 UTC (rev 184761)
@@ -6,7 +6,7 @@
 
 pkgname=xerces-c
 pkgver=3.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A validating XML parser written in a portable subset of C++
 arch=('i686' 'x86_64')
 url=http://xerces.apache.org/xerces-c/;
@@ -18,8 +18,11 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+
+  [[ ${CARCH} = i686 ]]  SSE2=--disable-sse2
+
   ./configure --prefix=/usr \
---sysconfdir=/etc
+--sysconfdir=/etc ${SSE2}
   make
 }
 



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

2013-05-08 Thread Andrea Scarpino
Date: Wednesday, May 8, 2013 @ 09:12:02
  Author: andrea
Revision: 184762

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

Added:
  xerces-c/repos/extra-i686/PKGBUILD
(from rev 184761, xerces-c/trunk/PKGBUILD)
  xerces-c/repos/extra-x86_64/PKGBUILD
(from rev 184761, xerces-c/trunk/PKGBUILD)
Deleted:
  xerces-c/repos/extra-i686/PKGBUILD
  xerces-c/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-08 07:05:18 UTC (rev 184761)
+++ extra-i686/PKGBUILD 2013-05-08 07:12:02 UTC (rev 184762)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=xerces-c
-pkgver=3.1.1
-pkgrel=3
-pkgdesc=A validating XML parser written in a portable subset of C++
-arch=('i686' 'x86_64')
-url=http://xerces.apache.org/xerces-c/;
-license=('APACHE')
-depends=('gcc-libs' 'curl')
-options=('!libtool')
-source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-}

Copied: xerces-c/repos/extra-i686/PKGBUILD (from rev 184761, 
xerces-c/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-08 07:12:02 UTC (rev 184762)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=xerces-c
+pkgver=3.1.1
+pkgrel=4
+pkgdesc=A validating XML parser written in a portable subset of C++
+arch=('i686' 'x86_64')
+url=http://xerces.apache.org/xerces-c/;
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+options=('!libtool')
+source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  [[ ${CARCH} = i686 ]]  SSE2=--disable-sse2
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-08 07:05:18 UTC (rev 184761)
+++ extra-x86_64/PKGBUILD   2013-05-08 07:12:02 UTC (rev 184762)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=xerces-c
-pkgver=3.1.1
-pkgrel=3
-pkgdesc=A validating XML parser written in a portable subset of C++
-arch=('i686' 'x86_64')
-url=http://xerces.apache.org/xerces-c/;
-license=('APACHE')
-depends=('gcc-libs' 'curl')
-options=('!libtool')
-source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-}

Copied: xerces-c/repos/extra-x86_64/PKGBUILD (from rev 184761, 
xerces-c/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-08 07:12:02 UTC (rev 184762)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=xerces-c
+pkgver=3.1.1
+pkgrel=4
+pkgdesc=A validating XML parser written in a portable subset of C++
+arch=('i686' 'x86_64')
+url=http://xerces.apache.org/xerces-c/;
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+options=('!libtool')
+source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  [[ ${CARCH} = i686 ]]  SSE2=--disable-sse2
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}



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

2013-05-08 Thread Andrea Scarpino
Date: Wednesday, May 8, 2013 @ 09:24:34
  Author: andrea
Revision: 184763

Install missing icons (FS#34528); Add the qdbusviewer desktop file

Modified:
  qt4/trunk/PKGBUILD
  qt4/trunk/assistant-qt4.desktop
  qt4/trunk/designer-qt4.desktop
  qt4/trunk/linguist-qt4.desktop

---+
 PKGBUILD  |   32 +---
 assistant-qt4.desktop |2 +-
 designer-qt4.desktop  |2 +-
 linguist-qt4.desktop  |2 +-
 4 files changed, 28 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 07:12:02 UTC (rev 184762)
+++ PKGBUILD2013-05-08 07:24:34 UTC (rev 184763)
@@ -28,13 +28,15 @@
 conflicts=('qt')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
-'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop' 
'linguist-qt4.desktop'
+'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
+'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
 'improve-cups-support.patch')
 md5sums=('89c5ecba180cae74c66260ac732dc5cb'
  'a16638f4781e56e7887ff8212a322ecc'
- '4f0152ba6d645e81218b23ba8beeb42d'
- '283a00ff7f662dca481b70d6daa826e0'
- '027683880235708d4bc270a7ef961183'
+ '8a28b3f52dbeb685d4b69440b520a3e1'
+ '9727c406c240990870c905696a8c5bd1'
+ '0e384663d3dd32abe35f5331c4147569'
+ 'b859c5673e5098c39f72b2252947049e'
  'c439c7731c25387352d8453ca7574971')
 
 build() {
@@ -87,10 +89,26 @@
 
 # install missing icons and desktop files
 install -D -m644 src/gui/dialogs/images/qtlogo-64.png \
-  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qt4logo.png
+  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qt4logo.png
+install -D -m644 tools/assistant/tools/assistant/images/assistant.png \
+  ${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant-qt4.png
+install -D -m644 tools/assistant/tools/assistant/images/assistant-128.png \
+  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant-qt4.png
+install -D -m644 tools/designer/src/designer/images/designer.png \
+  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/designer-qt4.png
+for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
+  size=$(echo $(basename ${icon}) | cut -d- -f2)
+  install -D -m644 ${icon} \
+  
${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist-qt4.png
+done
+install -D -m644 tools/qdbus/qdbusviewer/images/qdbusviewer.png \
+  ${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer-qt4.png
+install -D -m644 tools/qdbus/qdbusviewer/images/qdbusviewer-128.png \
+  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdusviewer-qt4.png
+
 install -d ${pkgdir}/usr/share/applications
-install -m644 
${srcdir}/{assistant,designer,linguist,qtconfig}-qt4.desktop \
-  ${pkgdir}/usr/share/applications/
+install -m644 
${srcdir}/{assistant,designer,linguist,qtconfig,qdbusviewer}-qt4.desktop \
+  ${pkgdir}/usr/share/applications/
 
 # Useful symlinks for cmake and configure scripts
 install -d ${pkgdir}/usr/bin

Modified: assistant-qt4.desktop
===
--- assistant-qt4.desktop   2013-05-08 07:12:02 UTC (rev 184762)
+++ assistant-qt4.desktop   2013-05-08 07:24:34 UTC (rev 184763)
@@ -2,7 +2,7 @@
 Name=Qt4 Assistant 
 Comment=Shows Qt4 documentation and examples
 Exec=assistant-qt4
-Icon=assistant
+Icon=assistant-qt4
 Terminal=false
 Encoding=UTF-8
 Type=Application

Modified: designer-qt4.desktop
===
--- designer-qt4.desktop2013-05-08 07:12:02 UTC (rev 184762)
+++ designer-qt4.desktop2013-05-08 07:24:34 UTC (rev 184763)
@@ -3,7 +3,7 @@
 GenericName=Interface Designer
 Comment=Design GUIs for Qt4 applications
 Exec=designer-qt4
-Icon=designer
+Icon=designer-qt4
 MimeType=application/x-designer;
 Terminal=false
 Encoding=UTF-8

Modified: linguist-qt4.desktop
===
--- linguist-qt4.desktop2013-05-08 07:12:02 UTC (rev 184762)
+++ linguist-qt4.desktop2013-05-08 07:24:34 UTC (rev 184763)
@@ -2,7 +2,7 @@
 Name=Qt4 Linguist 
 Comment=Add translations to Qt4 applications
 Exec=linguist-qt4
-Icon=linguist
+Icon=linguist-qt4
 MimeType=text/vnd.trolltech.linguist;application/x-linguist;
 Terminal=false
 Encoding=UTF-8



[arch-commits] Commit in qt4/trunk (qdbusviewer-qt4.desktop)

2013-05-08 Thread Andrea Scarpino
Date: Wednesday, May 8, 2013 @ 09:26:06
  Author: andrea
Revision: 184764

Add missing file

Added:
  qt4/trunk/qdbusviewer-qt4.desktop

-+
 qdbusviewer-qt4.desktop |   10 ++
 1 file changed, 10 insertions(+)

Added: qdbusviewer-qt4.desktop
===
--- qdbusviewer-qt4.desktop (rev 0)
+++ qdbusviewer-qt4.desktop 2013-05-08 07:26:06 UTC (rev 184764)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt4 QDbusViewer 
+GenericName=D-Bus Debugger
+Comment=Debug D-Bus applications
+Exec=qdbusviewer-qt4
+Icon=qdbusviewer-qt4
+Terminal=false
+Type=Application
+Categories=Qt;Development;Debugger;
+



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

2013-05-08 Thread Andrea Scarpino
Date: Wednesday, May 8, 2013 @ 09:31:32
  Author: andrea
Revision: 184765

Add qdbusviewer desktop file

Added:
  qt5/trunk/qdbusviewer.desktop
Modified:
  qt5/trunk/PKGBUILD
  qt5/trunk/assistant.desktop
  qt5/trunk/designer.desktop
  qt5/trunk/linguist.desktop

-+
 PKGBUILD|   21 +
 assistant.desktop   |2 +-
 designer.desktop|2 +-
 linguist.desktop|2 +-
 qdbusviewer.desktop |9 +
 5 files changed, 25 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 07:26:06 UTC (rev 184764)
+++ PKGBUILD2013-05-08 07:31:32 UTC (rev 184765)
@@ -31,12 +31,13 @@
 options=('!libtool')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://releases.qt-project.org/${pkgbase}/${pkgver}/single/${_pkgfqn}.tar.xz;
-'assistant.desktop' 'designer.desktop' 'linguist.desktop'
+'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
 'use-python2.patch' 'gcc48.patch')
 md5sums=('2cab3518d86fe8f0638c7faea8b46397'
- 'f1837a03fd0ebbd2da58975845f278e3'
- '480fea1ed076992b688373c8db274be0'
- '5595c24d5bb942c21e3a4d299e6d0bf1'
+ 'b2897dd6a2967bccf8f10e397aafee55'
+ '9638a78e502719ef8fe5f8d10d0361a9'
+ '188da8f4c87316e730ebf1c6217bf5a0'
+ '322b419b16c75d4de0ee7ad0a246caa1'
  'd6ab43fb371be494e3bfd9b210c40bf1'
  '7927028e2374321c78a76df858e723d6')
 
@@ -295,14 +296,18 @@
   ${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png
   done
 
-  install -p -D -m644 src/assistant/assistant/images/assistant.png \
+  install -D -m644 src/assistant/assistant/images/assistant.png \
 ${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png
-  install -p -D -m644 src/assistant/assistant/images/assistant-128.png \
+  install -D -m644 src/assistant/assistant/images/assistant-128.png \
 ${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png
-  install -p -D -m644 src/designer/src/designer/images/designer.png \
+  install -D -m644 src/designer/src/designer/images/designer.png \
 ${pkgdir}/usr/share/icons/hicolor/128x128/apps/designer.png
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviwer.png \
+${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviwer-128.png \
+${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png
   install -d ${pkgdir}/usr/share/applications
-  install -m644 ${srcdir}/{linguist,designer,assistant}.desktop \
+  install -m644 ${srcdir}/{linguist,designer,assistant,qdbusviewer}.desktop \
 ${pkgdir}/usr/share/applications/
 
   # Fix wrong path in prl files

Modified: assistant.desktop
===
--- assistant.desktop   2013-05-08 07:26:06 UTC (rev 184764)
+++ assistant.desktop   2013-05-08 07:31:32 UTC (rev 184765)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Qt Assistant
 Comment=Shows Qt documentation and examples
-Exec=/usr/bin/assistant
+Exec=/usr/lib/qt/bin/assistant
 Icon=assistant
 Terminal=false
 Type=Application

Modified: designer.desktop
===
--- designer.desktop2013-05-08 07:26:06 UTC (rev 184764)
+++ designer.desktop2013-05-08 07:31:32 UTC (rev 184765)
@@ -2,7 +2,7 @@
 Name=Qt Designer
 GenericName=Interface Designer
 Comment=Design GUIs for Qt applications
-Exec=/usr/bin/designer
+Exec=/usr/lib/qt/bin/designer
 Icon=designer
 MimeType=application/x-designer;
 Terminal=false

Modified: linguist.desktop
===
--- linguist.desktop2013-05-08 07:26:06 UTC (rev 184764)
+++ linguist.desktop2013-05-08 07:31:32 UTC (rev 184765)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Qt Linguist
 Comment=Add translations to Qt applications
-Exec=/usr/bin/linguist
+Exec=/usr/lib/qt/bin/linguist
 Icon=linguist
 MimeType=text/vnd.trolltech.linguist;application/x-linguist;
 Terminal=false

Added: qdbusviewer.desktop
===
--- qdbusviewer.desktop (rev 0)
+++ qdbusviewer.desktop 2013-05-08 07:31:32 UTC (rev 184765)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt QDbusViewer 
+GenericName=D-Bus Debugger
+Comment=Debug D-Bus applications
+Exec=/usr/lib/qt/bin/qdbusviewer
+Icon=qdbusviewer
+Terminal=false
+Type=Application
+Categories=Qt;Development;Debugger;



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 11:12:14
  Author: tpowa
Revision: 184766

upgpkg: linux-lts 3.0.77-1

bump to latest version

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 07:31:32 UTC (rev 184765)
+++ PKGBUILD2013-05-08 09:12:14 UTC (rev 184766)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.76
+pkgver=3.0.77
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -319,3 +319,13 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '18b6691f4bbf38fec1e9373916f42e04'
+ '8f430189023f071f2be6aa7d3bc747d5'
+ '879c8a04d02530f902ef3d6d3fc80933'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-08 07:31:32 UTC (rev 184765)
+++ linux-lts.install   2013-05-08 09:12:14 UTC (rev 184766)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.76-1-lts
+KERNEL_VERSION=3.0.77-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 11:12:45
  Author: tpowa
Revision: 184767

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 184766, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 184766, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 184766, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 184766, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 184766, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 184766, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 184766, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 184766, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 184766, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 184766, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 184766, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 184766, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 184766, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 184766, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 184766, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 184766, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 184766, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 184766, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 184766, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 184766, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 184766, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 184766, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 184766, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 184766, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  331 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   65 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  331 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 

[arch-commits] Commit in lightdm-gtk3-greeter/trunk (PKGBUILD)

2013-05-08 Thread Maxime Gauduin
Date: Wednesday, May 8, 2013 @ 11:14:23
  Author: alucryd
Revision: 90177

upgpkg: lightdm-gtk3-greeter 1:1.5.1-1

Modified:
  lightdm-gtk3-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 06:00:57 UTC (rev 90176)
+++ PKGBUILD2013-05-08 09:14:23 UTC (rev 90177)
@@ -3,7 +3,7 @@
 # Contributor: Padfoot padf...@exemail.com.au
 
 pkgname=lightdm-gtk3-greeter
-pkgver=1.3.1
+pkgver=1.5.1
 pkgrel=1
 epoch=1
 pkgdesc=GTK+ greeter for LightDM
@@ -14,8 +14,8 @@
 makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
 provides=(${pkgname/3/})
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.4/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('a384b6413a52e6c6aeaf3242b2420e857ad7e2e4e5bec47da663e67076c0ee87')
+source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
 
 build() {
   cd ${srcdir}/${pkgname/3/}-${pkgver}



[arch-commits] Commit in lightdm-gtk3-greeter/repos (4 files)

2013-05-08 Thread Maxime Gauduin
Date: Wednesday, May 8, 2013 @ 11:14:37
  Author: alucryd
Revision: 90178

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

Added:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
(from rev 90177, lightdm-gtk3-greeter/trunk/PKGBUILD)
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD
(from rev 90177, lightdm-gtk3-greeter/trunk/PKGBUILD)
Deleted:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-08 09:14:23 UTC (rev 90177)
+++ community-i686/PKGBUILD 2013-05-08 09:14:37 UTC (rev 90178)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk3-greeter
-pkgver=1.3.1
-pkgrel=1
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/3/})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.4/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('a384b6413a52e6c6aeaf3242b2420e857ad7e2e4e5bec47da663e67076c0ee87')
-
-build() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-# Build
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-# Install
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-i686/PKGBUILD (from rev 90177, 
lightdm-gtk3-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-08 09:14:37 UTC (rev 90178)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk3-greeter
+pkgver=1.5.1
+pkgrel=1
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/3/})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
+
+build() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+# Build
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-08 09:14:23 UTC (rev 90177)
+++ community-x86_64/PKGBUILD   2013-05-08 09:14:37 UTC (rev 90178)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk3-greeter
-pkgver=1.3.1
-pkgrel=1
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/3/})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.4/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('a384b6413a52e6c6aeaf3242b2420e857ad7e2e4e5bec47da663e67076c0ee87')
-
-build() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-# Build
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-# Install
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD (from rev 90177, 
lightdm-gtk3-greeter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-08 09:14:37 UTC (rev 90178)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk3-greeter
+pkgver=1.5.1
+pkgrel=1
+epoch=1

[arch-commits] Commit in (4 files)

2013-05-08 Thread Maxime Gauduin
Date: Wednesday, May 8, 2013 @ 11:19:53
  Author: alucryd
Revision: 90179

Add lightdm-gtk2-greeter

Added:
  lightdm-gtk2-greeter/
  lightdm-gtk2-greeter/repos/
  lightdm-gtk2-greeter/trunk/
  lightdm-gtk2-greeter/trunk/PKGBUILD

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

Added: lightdm-gtk2-greeter/trunk/PKGBUILD
===
--- lightdm-gtk2-greeter/trunk/PKGBUILD (rev 0)
+++ lightdm-gtk2-greeter/trunk/PKGBUILD 2013-05-08 09:19:53 UTC (rev 90179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk2-greeter
+pkgver=1.5.1
+pkgrel=1
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk2' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/2/})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
+
+build() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static --with-gtk2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lightdm-gtk2-greeter/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in lightdm-gtk2-greeter/repos (4 files)

2013-05-08 Thread Maxime Gauduin
Date: Wednesday, May 8, 2013 @ 11:22:25
  Author: alucryd
Revision: 90180

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

Added:
  lightdm-gtk2-greeter/repos/community-i686/
  lightdm-gtk2-greeter/repos/community-i686/PKGBUILD
(from rev 90179, lightdm-gtk2-greeter/trunk/PKGBUILD)
  lightdm-gtk2-greeter/repos/community-x86_64/
  lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD
(from rev 90179, lightdm-gtk2-greeter/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: lightdm-gtk2-greeter/repos/community-i686/PKGBUILD (from rev 90179, 
lightdm-gtk2-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-08 09:22:25 UTC (rev 90180)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk2-greeter
+pkgver=1.5.1
+pkgrel=1
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk2' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/2/})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
+
+build() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static --with-gtk2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD (from rev 90179, 
lightdm-gtk2-greeter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-08 09:22:25 UTC (rev 90180)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk2-greeter
+pkgver=1.5.1
+pkgrel=1
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk2' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/2/})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
+
+build() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static --with-gtk2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:



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

2013-05-08 Thread Florian Pritz
Date: Wednesday, May 8, 2013 @ 11:32:35
  Author: bluewind
Revision: 90181

upgpkg: siege 3.0.0-1

upstream update

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 09:22:25 UTC (rev 90180)
+++ PKGBUILD2013-05-08 09:32:35 UTC (rev 90181)
@@ -3,7 +3,7 @@
 # Contributor: Sven Kauber cel...@gmail.com
 
 pkgname=siege
-pkgver=2.72
+pkgver=3.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,8 +25,8 @@
 
   install -d -m755 $pkgdir/etc
   install -d -m755 $pkgdir/usr/share
-  make DESTDIR=$pkgdir sysconfdir=$pkgdir/etc install
+  make DESTDIR=$pkgdir install
   sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
 }
 
-md5sums=('6bd0b1dca6b95717e23a6bade9a0a1f4')
+md5sums=('e0ace61f7e01c6b545ac767fc499f817')



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

2013-05-08 Thread Florian Pritz
Date: Wednesday, May 8, 2013 @ 11:32:40
  Author: bluewind
Revision: 90182

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

Added:
  siege/repos/community-i686/PKGBUILD
(from rev 90181, siege/trunk/PKGBUILD)
  siege/repos/community-x86_64/PKGBUILD
(from rev 90181, siege/trunk/PKGBUILD)
Deleted:
  siege/repos/community-i686/PKGBUILD
  siege/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-08 09:32:35 UTC (rev 90181)
+++ community-i686/PKGBUILD 2013-05-08 09:32:40 UTC (rev 90182)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Sven Kauber cel...@gmail.com
-
-pkgname=siege
-pkgver=2.72
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=An http regression testing and benchmarking utility
-url=http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-options=(!libtool)
-source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d -m755 $pkgdir/etc
-  install -d -m755 $pkgdir/usr/share
-  make DESTDIR=$pkgdir sysconfdir=$pkgdir/etc install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
-}
-
-md5sums=('6bd0b1dca6b95717e23a6bade9a0a1f4')

Copied: siege/repos/community-i686/PKGBUILD (from rev 90181, 
siege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-08 09:32:40 UTC (rev 90182)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Sven Kauber cel...@gmail.com
+
+pkgname=siege
+pkgver=3.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=An http regression testing and benchmarking utility
+url=http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+options=(!libtool)
+source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d -m755 $pkgdir/etc
+  install -d -m755 $pkgdir/usr/share
+  make DESTDIR=$pkgdir install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
+}
+
+md5sums=('e0ace61f7e01c6b545ac767fc499f817')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-08 09:32:35 UTC (rev 90181)
+++ community-x86_64/PKGBUILD   2013-05-08 09:32:40 UTC (rev 90182)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Sven Kauber cel...@gmail.com
-
-pkgname=siege
-pkgver=2.72
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=An http regression testing and benchmarking utility
-url=http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-options=(!libtool)
-source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d -m755 $pkgdir/etc
-  install -d -m755 $pkgdir/usr/share
-  make DESTDIR=$pkgdir sysconfdir=$pkgdir/etc install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
-}
-
-md5sums=('6bd0b1dca6b95717e23a6bade9a0a1f4')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 90181, 
siege/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-08 09:32:40 UTC (rev 90182)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Sven Kauber cel...@gmail.com
+
+pkgname=siege
+pkgver=3.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=An http regression testing and benchmarking utility
+url=http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+options=(!libtool)
+source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d -m755 $pkgdir/etc
+  install -d -m755 $pkgdir/usr/share
+  make DESTDIR=$pkgdir 

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 11:45:41
  Author: tpowa
Revision: 184768

upgpkg: linux 3.9.1-1

bump to latest version

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 09:12:45 UTC (rev 184767)
+++ PKGBUILD2013-05-08 09:45:41 UTC (rev 184768)
@@ -5,27 +5,26 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.9
-pkgver=3.9
-pkgrel=2
+pkgver=3.9.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
-#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch'
-'alsa-firmware-loading-3.8.8.patch')
+'change-default-console-loglevel.patch')
 md5sums=('4348c9b6b2eb3144d601e87c19d5d909'
- 'b476a6876dc4903b40423a230b2ab193'
- 'dfe4679707d7285d383eeb4791026a23'
+ '66f171a17aa39b6dc6eb8bb51a4117c7'
+ '91b88099925a7d4f9e7adb5552a9c17d'
+ 'baf222c5beba4d0d7e32bc0e54e66f9b'
  'eb14dcfd80c00852ef81ded6e826826a'
- 'f3def2cefdcbb954c21d8505d23cc83c'
- 'e2ac681ffa439e969b4c3b4616852454')
+ 'f3def2cefdcbb954c21d8505d23cc83c')
 
 _kernelname=${pkgbase#linux}
 
@@ -33,14 +32,11 @@
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
-  # patch -p1 -i ${srcdir}/patch-${pkgver}
+   patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # fix alsa firmware loading #34865
-  patch -Np1 -i ${srcdir}/alsa-firmware-loading-3.8.8.patch
-
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)

Modified: linux.install
===
--- linux.install   2013-05-08 09:12:45 UTC (rev 184767)
+++ linux.install   2013-05-08 09:45:41 UTC (rev 184768)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.9.0-2-ARCH
+KERNEL_VERSION=3.9.1-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 11:46:02
  Author: tpowa
Revision: 184769

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 184768, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/alsa-firmware-loading-3.8.8.patch
(from rev 184768, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 184768, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 184768, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 184768, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 184768, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 184768, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 184768, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/alsa-firmware-loading-3.8.8.patch
(from rev 184768, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 184768, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 184768, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 184768, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 184768, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 184768, linux/trunk/linux.preset)
Modified:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/linux.install
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/linux.install
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/alsa-firmware-loading-3.8.8.patch
  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/alsa-firmware-loading-3.8.8.patch
  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

--+
 /PKGBUILD|  644 
 /alsa-firmware-loading-3.8.8.patch   |  178 
 /change-default-console-loglevel.patch   |   24 
 /config  |12534 +
 /config.x86_64   |12126 
 /linux.install   |  130 
 /linux.preset|   28 
 core-i686/PKGBUILD   |   13 
 core-i686/linux.install  |2 
 core-x86_64/PKGBUILD |   13 
 core-x86_64/linux.install|2 
 testing-i686/PKGBUILD|  326 
 testing-i686/alsa-firmware-loading-3.8.8.patch   |   89 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6267 
 testing-i686/config.x86_64   | 6063 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  326 
 testing-x86_64/alsa-firmware-loading-3.8.8.patch |   89 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6267 
 testing-x86_64/config.x86_64 | 6063 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 25 files changed, 25674 insertions(+), 25692 deletions(-)

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


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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:42:29
  Author: tpowa
Revision: 184770

upgpkg: nvidia 319.17-2

rebuild against 3.9.1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 09:46:02 UTC (rev 184769)
+++ PKGBUILD2013-05-08 10:42:29 UTC (rev 184770)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=319.17
 _extramodules=extramodules-3.9-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:42:41
  Author: tpowa
Revision: 184771

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 184770, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 184770, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 184770, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 184770, 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

---+
 /PKGBUILD |   90 
 /nvidia.install   |   36 
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   18 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   18 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-08 10:42:29 UTC (rev 184770)
+++ testing-i686/PKGBUILD   2013-05-08 10:42:41 UTC (rev 184771)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=319.17
-_extramodules=extramodules-3.9-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.9' 'linux3.10' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.9' 'linux-headers3.10')
-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=('993eee683aea53b7965a853ccde3d740')
-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=('4dda9b3e5c24136bebfaad122715c202')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 184770, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-08 10:42:41 UTC (rev 184771)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=319.17
+_extramodules=extramodules-3.9-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.9' 'linux3.10' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.9' 'linux-headers3.10')
+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=('993eee683aea53b7965a853ccde3d740')
+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=('4dda9b3e5c24136bebfaad122715c202')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: testing-i686/nvidia.install
===
--- testing-i686/nvidia.install 2013-05-08 10:42:29 UTC (rev 184770)
+++ testing-i686/nvidia.install 

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:42:49
  Author: tpowa
Revision: 184772

upgpkg: nvidia-304xx 304.88-6

rebuild against 3.9.1

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:42:41 UTC (rev 184771)
+++ PKGBUILD2013-05-08 10:42:49 UTC (rev 184772)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.88
 _extramodules=extramodules-3.9-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:43:06
  Author: tpowa
Revision: 184773

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

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

---+
 /PKGBUILD |   92 
 /nvidia.install   |   30 +
 testing-i686/PKGBUILD |   46 
 testing-i686/nvidia.install   |   15 --
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/nvidia.install |   15 --
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-08 10:42:49 UTC (rev 184772)
+++ testing-i686/PKGBUILD   2013-05-08 10:43:06 UTC (rev 184773)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.88
-_extramodules=extramodules-3.9-ARCH
-pkgrel=5
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.9' 'linux3.10' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.9' 'linux-headers3.10')
-conflicts=('nvidia' '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+=('f60d4aef766029c98914ed665235029a')
-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+=('35e0c7d30de795cccb6b95bda991fb77')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}
-

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 184772, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-08 10:43:06 UTC (rev 184773)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.88
+_extramodules=extramodules-3.9-ARCH
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.9' 'linux3.10' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.9' 'linux-headers3.10')
+conflicts=('nvidia' '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+=('f60d4aef766029c98914ed665235029a')
+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+=('35e0c7d30de795cccb6b95bda991fb77')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}
+

Deleted: testing-i686/nvidia.install

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:43:50
  Author: tpowa
Revision: 184774

upgpkg: lirc 1:0.9.0-45

rebuild against 3.9.1

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:43:06 UTC (rev 184773)
+++ PKGBUILD2013-05-08 10:43:50 UTC (rev 184774)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=44
+pkgrel=45
 epoch=1
 _extramodules=extramodules-3.9-ARCH
 arch=('i686' 'x86_64')



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:44:44
  Author: tpowa
Revision: 184775

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 184774, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 184774, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 184774, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 184774, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 184774, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 184774, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 184774, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 184774, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 184774, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 184774, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 184774, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 184774, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 184774, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 184774, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 184774, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 184774, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 184774, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 184774, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 184774, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 184774, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 184774, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 184774, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 184774, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 184774, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 184774, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 184774, lirc/trunk/lircm.service)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.service
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/linux-3.8.patch
  lirc/repos/testing-i686/lirc-utils.install
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc.service
  lirc/repos/testing-i686/lirc.tmpfiles
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircm.service
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.service
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/linux-3.8.patch
  lirc/repos/testing-x86_64/lirc-utils.install
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc.service
  lirc/repos/testing-x86_64/lirc.tmpfiles
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircm.service

+
 /PKGBUILD  |  214 +++
 /irexec.service|   22 ++
 /kernel-2.6.39.patch   |  108 +++
 /linux-3.8.patch   |  160 +
 /lirc-utils.install|   14 +
 /lirc.install  |   32 +++
 /lirc.logrotate|   10 +
 /lirc.service  |   22 ++
 /lirc.tmpfiles |2 
 /lirc_atiusb-kfifo.patch   |   62 ++
 /lirc_wpc8769l.patch   |  176 ++
 /lircd-handle-large-config.patch   |   78 
 /lircm.service |   22 ++
 testing-i686/PKGBUILD  |  107 ---
 testing-i686/irexec.service|   11 -
 testing-i686/kernel-2.6.39.patch   |   54 -
 testing-i686/linux-3.8.patch   |   80 
 testing-i686/lirc-utils.install|7 
 testing-i686/lirc.install

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:45:46
  Author: tpowa
Revision: 90183

upgpkg: bbswitch 0.6-7

rebuild against 3.9.1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 09:32:40 UTC (rev 90182)
+++ PKGBUILD2013-05-08 10:45:46 UTC (rev 90183)
@@ -5,7 +5,7 @@
 pkgname=bbswitch
 pkgver=0.6
 _extramodules=extramodules-3.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=6
+pkgrel=7
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:45:53
  Author: tpowa
Revision: 90184

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

Added:
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 90183, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 90183, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 90183, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 90183, bbswitch/trunk/bbswitch.install)
Deleted:
  bbswitch/repos/community-testing-i686/PKGBUILD
  bbswitch/repos/community-testing-i686/bbswitch.install
  bbswitch/repos/community-testing-x86_64/PKGBUILD
  bbswitch/repos/community-testing-x86_64/bbswitch.install

---+
 /PKGBUILD |   64 
 /bbswitch.install |   24 ++
 community-testing-i686/PKGBUILD   |   32 --
 community-testing-i686/bbswitch.install   |   12 -
 community-testing-x86_64/PKGBUILD |   32 --
 community-testing-x86_64/bbswitch.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-08 10:45:46 UTC (rev 90183)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:45:53 UTC (rev 90184)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.6
-_extramodules=extramodules-3.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=6
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.9' 'linux3.10')
-makedepends=('linux-headers=3.9' 'linux-headers3.10')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-   
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 90183, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:45:53 UTC (rev 90184)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.9-ARCH # Don't forget to update bbswitch.install
+pkgrel=7
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.9' 'linux3.10')
+makedepends=('linux-headers=3.9' 'linux-headers3.10')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2013-05-08 10:45:46 UTC (rev 
90183)
+++ community-testing-i686/bbswitch.install 2013-05-08 10:45:53 UTC (rev 
90184)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.9-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 90183, 
bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2013-05-08 10:45:53 UTC (rev 
90184)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.9-ARCH'
+depmod $(cat 

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:46:15
  Author: tpowa
Revision: 90185

upgpkg: cdfs 2.6.27-44

rebuild against 3.9.1

Modified:
  cdfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:45:53 UTC (rev 90184)
+++ PKGBUILD2013-05-08 10:46:15 UTC (rev 90185)
@@ -5,7 +5,7 @@
 pkgname=cdfs
 pkgver=2.6.27
 _extramodules=extramodules-3.9-ARCH # Don't forget to update cdfs.install
-pkgrel=43
+pkgrel=44
 pkgdesc=File system module that 'exports' all tracks and boot images on a CD 
as normal files.
 arch=(i686 x86_64)
 url=http://www.elis.UGent.be/~ronsse/cdfs/;



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:46:28
  Author: tpowa
Revision: 90186

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

Added:
  cdfs/repos/community-testing-i686/PKGBUILD
(from rev 90185, cdfs/trunk/PKGBUILD)
  cdfs/repos/community-testing-i686/cdfs-3.0.patch
(from rev 90185, cdfs/trunk/cdfs-3.0.patch)
  cdfs/repos/community-testing-i686/cdfs-3.2.patch
(from rev 90185, cdfs/trunk/cdfs-3.2.patch)
  cdfs/repos/community-testing-i686/cdfs-3.4.patch
(from rev 90185, cdfs/trunk/cdfs-3.4.patch)
  cdfs/repos/community-testing-i686/cdfs-3.8.patch
(from rev 90185, cdfs/trunk/cdfs-3.8.patch)
  cdfs/repos/community-testing-i686/cdfs.install
(from rev 90185, cdfs/trunk/cdfs.install)
  cdfs/repos/community-testing-x86_64/PKGBUILD
(from rev 90185, cdfs/trunk/PKGBUILD)
  cdfs/repos/community-testing-x86_64/cdfs-3.0.patch
(from rev 90185, cdfs/trunk/cdfs-3.0.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.2.patch
(from rev 90185, cdfs/trunk/cdfs-3.2.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.4.patch
(from rev 90185, cdfs/trunk/cdfs-3.4.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.8.patch
(from rev 90185, cdfs/trunk/cdfs-3.8.patch)
  cdfs/repos/community-testing-x86_64/cdfs.install
(from rev 90185, cdfs/trunk/cdfs.install)
Deleted:
  cdfs/repos/community-testing-i686/PKGBUILD
  cdfs/repos/community-testing-i686/cdfs-3.0.patch
  cdfs/repos/community-testing-i686/cdfs-3.2.patch
  cdfs/repos/community-testing-i686/cdfs-3.4.patch
  cdfs/repos/community-testing-i686/cdfs-3.8.patch
  cdfs/repos/community-testing-i686/cdfs.install
  cdfs/repos/community-testing-x86_64/PKGBUILD
  cdfs/repos/community-testing-x86_64/cdfs-3.0.patch
  cdfs/repos/community-testing-x86_64/cdfs-3.2.patch
  cdfs/repos/community-testing-x86_64/cdfs-3.4.patch
  cdfs/repos/community-testing-x86_64/cdfs-3.8.patch
  cdfs/repos/community-testing-x86_64/cdfs.install

-+
 /PKGBUILD   |   84 
 /cdfs-3.0.patch |  548 ++
 /cdfs-3.2.patch |   24 +
 /cdfs-3.4.patch |   24 +
 /cdfs-3.8.patch |   84 
 /cdfs.install   |   28 +
 community-testing-i686/PKGBUILD |   42 --
 community-testing-i686/cdfs-3.0.patch   |  274 ---
 community-testing-i686/cdfs-3.2.patch   |   12 
 community-testing-i686/cdfs-3.4.patch   |   12 
 community-testing-i686/cdfs-3.8.patch   |   42 --
 community-testing-i686/cdfs.install |   14 
 community-testing-x86_64/PKGBUILD   |   42 --
 community-testing-x86_64/cdfs-3.0.patch |  274 ---
 community-testing-x86_64/cdfs-3.2.patch |   12 
 community-testing-x86_64/cdfs-3.4.patch |   12 
 community-testing-x86_64/cdfs-3.8.patch |   42 --
 community-testing-x86_64/cdfs.install   |   14 
 18 files changed, 792 insertions(+), 792 deletions(-)

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


[arch-commits] Commit in open-vm-tools-modules/trunk (2 files)

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:48:08
  Author: tpowa
Revision: 90187

upgpkg: open-vm-tools-modules 1:9.2.3-2

rebuild against 3.9.1

Modified:
  open-vm-tools-modules/trunk/PKGBUILD
  open-vm-tools-modules/trunk/open-vm-tools-modules.install

---+
 PKGBUILD  |2 +-
 open-vm-tools-modules.install |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:46:28 UTC (rev 90186)
+++ PKGBUILD2013-05-08 10:48:08 UTC (rev 90187)
@@ -6,7 +6,7 @@
 epoch=1
 pkgver=9.2.3
 _pkgsubver=1031360
-pkgrel=1
+pkgrel=2
 pkgdesc=kernel modules for the open source implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;

Modified: open-vm-tools-modules.install
===
--- open-vm-tools-modules.install   2013-05-08 10:46:28 UTC (rev 90186)
+++ open-vm-tools-modules.install   2013-05-08 10:48:08 UTC (rev 90187)
@@ -1,5 +1,5 @@
 post_install() {
-  EXTRAMODULES='extramodules-3.8-ARCH'
+  EXTRAMODULES='extramodules-3.9-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
   echo  Enabling vmxnet driver in 
/usr/lib/modprobe.d/open-vm-tools-modules.conf
   echo  (this will disable pcnet32 driver)
@@ -10,12 +10,12 @@
 }
 
 post_upgrade() {
-  EXTRAMODULES='extramodules-3.8-ARCH'
+  EXTRAMODULES='extramodules-3.9-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-  EXTRAMODULES='extramodules-3.8-ARCH'
+  EXTRAMODULES='extramodules-3.9-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
   echo 
   echo  Remember to un-blacklist pcnet32 driver



[arch-commits] Commit in open-vm-tools-modules/repos (8 files)

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:48:16
  Author: tpowa
Revision: 90188

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

Added:
  open-vm-tools-modules/repos/community-testing-i686/
  open-vm-tools-modules/repos/community-testing-i686/PKGBUILD
(from rev 90187, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-testing-i686/modprobe.conf
(from rev 90187, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-testing-i686/open-vm-tools-modules.install
(from rev 90187, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
  open-vm-tools-modules/repos/community-testing-x86_64/
  open-vm-tools-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 90187, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-testing-x86_64/modprobe.conf
(from rev 90187, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-testing-x86_64/open-vm-tools-modules.install
(from rev 90187, open-vm-tools-modules/trunk/open-vm-tools-modules.install)

+
 community-testing-i686/PKGBUILD|   56 +++
 community-testing-i686/modprobe.conf   |1 
 community-testing-i686/open-vm-tools-modules.install   |   23 ++
 community-testing-x86_64/PKGBUILD  |   56 +++
 community-testing-x86_64/modprobe.conf |1 
 community-testing-x86_64/open-vm-tools-modules.install |   23 ++
 6 files changed, 160 insertions(+)

Copied: open-vm-tools-modules/repos/community-testing-i686/PKGBUILD (from rev 
90187, open-vm-tools-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:48:16 UTC (rev 90188)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools-modules
+epoch=1
+pkgver=9.2.3
+_pkgsubver=1031360
+pkgrel=2
+pkgdesc=kernel modules for the open source implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('GPL')
+makedepends=('libdnet' 'procps' 'icu' 'uriparser' 'linux-headers')
+depends=('linux')
+install=$pkgname.install
+options=('!strip' '!makeflags')
+source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
+   modprobe.conf)
+md5sums=('71a1d8065b632692af2cdcc9d82f305e'
+ 'bc5518489077e91655489bd04b868584')
+
+build() {
+  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+  KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
+
+  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
+
+  sed -i 's|proc-3.2.8|procps|g' configure
+  sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
+
+  [ $NOEXTRACT -eq 1 ] || ./configure \
+  --prefix=/usr \
+  --without-x \
+  --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE
+
+  make -C modules modules
+}
+
+package() {
+  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+  depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+  KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
+  msg Kernel = $KERNEL_VERSION
+
+  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
+  mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/
+
+  find -type f -name '*.ko' \
+-exec install -t $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH 
{} +
+
+  gzip $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/*.ko
+
+  install -D -m 644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
+  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/$pkgname.install
+}

Copied: open-vm-tools-modules/repos/community-testing-i686/modprobe.conf (from 
rev 90187, open-vm-tools-modules/trunk/modprobe.conf)
===
--- community-testing-i686/modprobe.conf(rev 0)
+++ community-testing-i686/modprobe.conf2013-05-08 10:48:16 UTC (rev 
90188)
@@ -0,0 +1 @@
+softdep pcnet32 pre: vmxnet

Copied: 
open-vm-tools-modules/repos/community-testing-i686/open-vm-tools-modules.install
 (from rev 90187, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
===
--- community-testing-i686/open-vm-tools-modules.install
(rev 0)
+++ community-testing-i686/open-vm-tools-modules.install2013-05-08 
10:48:16 UTC (rev 90188)
@@ -0,0 +1,23 @@
+post_install() {
+  EXTRAMODULES='extramodules-3.9-ARCH'
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+  echo  Enabling vmxnet driver in 

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:48:54
  Author: tpowa
Revision: 90189

upgpkg: r8168 8.035.00-12

rebuild against 3.9.1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:48:16 UTC (rev 90188)
+++ PKGBUILD2013-05-08 10:48:54 UTC (rev 90189)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.035.00
-pkgrel=11
+pkgrel=12
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:49:04
  Author: tpowa
Revision: 90190

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 90189, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.8.patch
(from rev 90189, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 90189, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 90189, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.8.patch
(from rev 90189, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 90189, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-3.8.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-3.8.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|   98 +
 /linux-3.8.patch |   96 
 /r8168.install   |   34 ++
 community-testing-i686/PKGBUILD  |   49 --
 community-testing-i686/linux-3.8.patch   |   48 --
 community-testing-i686/r8168.install |   17 -
 community-testing-x86_64/PKGBUILD|   49 --
 community-testing-x86_64/linux-3.8.patch |   48 --
 community-testing-x86_64/r8168.install   |   17 -
 9 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-08 10:48:54 UTC (rev 90189)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:49:04 UTC (rev 90190)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.035.00
-pkgrel=11
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
-linux-3.8.patch)
-install=$pkgname.install
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   patch -Np1 -i $srcdir/linux-3.8.patch
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73'
-'fcf49d6147a7db3e739e6798b41230c13403cdba8ef8db93e7691c4c1e4617c3')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 90189, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:49:04 UTC (rev 90190)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.035.00
+pkgrel=12
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
+linux-3.8.patch)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   patch -Np1 -i $srcdir/linux-3.8.patch
+
+ 

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:50:10
  Author: tpowa
Revision: 90191

upgpkg: tp_smapi 0.41-21

rebuild against 3.9.1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:49:04 UTC (rev 90190)
+++ PKGBUILD2013-05-08 10:50:10 UTC (rev 90191)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=20
+pkgrel=21
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:50:18
  Author: tpowa
Revision: 90192

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

Added:
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 90191, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 90191, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 90191, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 90191, tp_smapi/trunk/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-testing-i686/PKGBUILD
  tp_smapi/repos/community-testing-i686/tp_smapi.install
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 ++
 community-testing-i686/PKGBUILD   |   59 --
 community-testing-i686/tp_smapi.install   |   13 ---
 community-testing-x86_64/PKGBUILD |   59 --
 community-testing-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-08 10:50:10 UTC (rev 90191)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:50:18 UTC (rev 90192)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=20
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.9' 'linux3.10')
-makedepends=('linux-headers=3.9' 'linux-headers3.10')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 90191, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:50:18 UTC (rev 90192)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=21
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.9' 'linux3.10')
+makedepends=('linux-headers=3.9' 'linux-headers3.10')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+   

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:51:01
  Author: tpowa
Revision: 90193

upgpkg: vhba-module 20120422-24

rebuild against 3.9.1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:50:18 UTC (rev 90192)
+++ PKGBUILD2013-05-08 10:51:01 UTC (rev 90193)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20120422
 _extramodules=extramodules-3.9-ARCH
-pkgrel=23
+pkgrel=24
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:51:11
  Author: tpowa
Revision: 90194

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

Added:
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 90193, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 90193, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 90193, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 90193, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 90193, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 90193, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /60-vhba.rules   |   26 +++
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-testing-i686/60-vhba.rules |   13 ---
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   21 -
 community-testing-x86_64/60-vhba.rules   |   13 ---
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   21 -
 9 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2013-05-08 10:51:01 UTC (rev 
90193)
+++ community-testing-i686/60-vhba.rules2013-05-08 10:51:11 UTC (rev 
90194)
@@ -1,13 +0,0 @@
-ACTION==remove, GOTO=vhba_end
-KERNEL!=vhba_ctl, GOTO=vhba_end
-
-NAME=vhba_ctl, MODE=0660, OWNER=root, GROUP=cdemu
-
-TEST==/sys/fs/cgroup/systemd, GOTO=vhba_uaccess
-TAG+=udev-acl
-GOTO=vhba_end
-
-LABEL=vhba_uaccess
-TAG+=uaccess
-
-LABEL=vhba_end

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 90193, 
vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2013-05-08 10:51:11 UTC (rev 
90194)
@@ -0,0 +1,13 @@
+ACTION==remove, GOTO=vhba_end
+KERNEL!=vhba_ctl, GOTO=vhba_end
+
+NAME=vhba_ctl, MODE=0660, OWNER=root, GROUP=cdemu
+
+TEST==/sys/fs/cgroup/systemd, GOTO=vhba_uaccess
+TAG+=udev-acl
+GOTO=vhba_end
+
+LABEL=vhba_uaccess
+TAG+=uaccess
+
+LABEL=vhba_end

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-08 10:51:01 UTC (rev 90193)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:51:11 UTC (rev 90194)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20120422
-_extramodules=extramodules-3.9-ARCH
-pkgrel=23
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.9' 'linux3.10')
-makedepends=('linux-headers')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('d97372da1d270d1605742b2995fb6678'
- 'b5e82d0160e7a181219b67c1794d5c27')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm644 vhba.ko \
-$pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-
-  sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/ \
-$startdir/vhba-module.install
-
-  install -Dm644 $srcdir/60-vhba.rules \
- $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 90193, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:51:11 UTC (rev 90194)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay 

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:53:35
  Author: tpowa
Revision: 90195

upgpkg: virtualbox-modules 4.2.12-5

rebuild against 3.9.1

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:51:11 UTC (rev 90194)
+++ PKGBUILD2013-05-08 10:53:35 UTC (rev 90195)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.12
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -16,8 +16,8 @@
  'bc')
 
 build() {
-  #_kernver=$(expac -Q '%v' linux-headers)-ARCH
-  _kernver=3.9.0-1-ARCH
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  #_kernver=3.9.0-1-ARCH
   # dkms need modification to be run as user
   cp -r /var/lib/dkms .
   echo dkms_tree='$srcdir/dkms'  dkms.conf
@@ -30,8 +30,8 @@
 }
 
 package_virtualbox-host-modules(){
-  #_kernver=$(expac -Q '%v' linux-headers)-ARCH
-  _kernver=3.9.0-1-ARCH
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  #_kernver=3.9.0-1-ARCH
   _extraver=extramodules-${_kernver%.*}-ARCH
   pkgdesc='Host kernel modules for VirtualBox'
   depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
@@ -47,8 +47,8 @@
 }
 
 package_virtualbox-guest-modules(){
-  #_kernver=$(expac -Q '%v' linux-headers)-ARCH
-  _kernver=3.9.0-1-ARCH
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  #_kernver=3.9.0-1-ARCH
   _extraver=extramodules-${_kernver%.*}-ARCH
 
   pkgdesc='Guest kernel modules for VirtualBox'



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:53:45
  Author: tpowa
Revision: 90196

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 90195, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 90195, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 90195, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 90195, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 90195, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 90195, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 90195, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 90195, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
  virtualbox-modules/repos/community-testing-i686/build.sh
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules/repos/community-testing-x86_64/build.sh
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  136 
 /build.sh |   50 
 /virtualbox-guest-modules.install |   34 +++
 /virtualbox-host-modules.install  |   38 +++
 community-testing-i686/PKGBUILD   |   68 --
 community-testing-i686/build.sh   |   25 --
 community-testing-i686/virtualbox-guest-modules.install   |   17 -
 community-testing-i686/virtualbox-host-modules.install|   19 -
 community-testing-x86_64/PKGBUILD |   68 --
 community-testing-x86_64/build.sh |   25 --
 community-testing-x86_64/virtualbox-guest-modules.install |   17 -
 community-testing-x86_64/virtualbox-host-modules.install  |   19 -
 12 files changed, 258 insertions(+), 258 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-08 10:53:35 UTC (rev 90195)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:53:45 UTC (rev 90196)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.12
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver
- 'expac'
- 'bc')
-
-build() {
-  #_kernver=$(expac -Q '%v' linux-headers)-ARCH
-  _kernver=3.9.0-1-ARCH
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  #_kernver=$(expac -Q '%v' linux-headers)-ARCH
-  _kernver=3.9.0-1-ARCH
-  _extraver=extramodules-${_kernver%.*}-ARCH
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  install -dm755 $pkgdir/usr/lib/modules/$_extraver
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -m644 * $pkgdir/usr/lib/modules/$_extraver
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-host-modules.install
-}
-
-package_virtualbox-guest-modules(){
-  #_kernver=$(expac -Q '%v' linux-headers)-ARCH
-  _kernver=3.9.0-1-ARCH
-  _extraver=extramodules-${_kernver%.*}-ARCH
-
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
-  

[arch-commits] Commit in ndiswrapper/trunk (PKGBUILD ndiswrapper-1.58-add_taint.patch)

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 13:06:59
  Author: tpowa
Revision: 90197

upgpkg: ndiswrapper 1.58-8

rebuild against 3.9.1

Added:
  ndiswrapper/trunk/ndiswrapper-1.58-add_taint.patch
Modified:
  ndiswrapper/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 ndiswrapper-1.58-add_taint.patch |   24 
 2 files changed, 37 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:53:45 UTC (rev 90196)
+++ PKGBUILD2013-05-08 11:06:59 UTC (rev 90197)
@@ -3,23 +3,31 @@
 # Contributor: SpepS dreamspepser at yahoo dot it
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
-_extramodules=extramodules-3.8-ARCH
+_extramodules=extramodules-3.9-ARCH
 pkgname=ndiswrapper
 pkgver=1.58
-pkgrel=7
+pkgrel=8
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
 license=('GPL')
 arch=('i686' 'x86_64')
 url=http://ndiswrapper.sourceforge.net;
 install=ndiswrapper.install
-depends=('linux=3.8' 'linux3.9' 'wireless_tools' 'perl')
+depends=('linux=3.9' 'linux3.10' 'wireless_tools' 'perl')
 makedepends=('linux-headers')
 provides=($pkgname-utils $pkgname-bin)
 replaces=($pkgname-utils $pkgname-bin)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+ndiswrapper-1.58-add_taint.patch)
 options=('!strip')
-sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c')
+sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c'
+  'f2c8bd7553f87a647b2e221b01fbd5d0d07eff8c')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # https://bugs.gentoo.org/show_bug.cgi?id=467956 3.9 kernels
+  patch -Np1 -i $srcdir/ndiswrapper-1.58-add_taint.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
 

Added: ndiswrapper-1.58-add_taint.patch
===
--- ndiswrapper-1.58-add_taint.patch(rev 0)
+++ ndiswrapper-1.58-add_taint.patch2013-05-08 11:06:59 UTC (rev 90197)
@@ -0,0 +1,24 @@
+diff -ur ndiswrapper-1.58.orig/driver/loader.c ndiswrapper-1.58/driver/loader.c
+--- ndiswrapper-1.58.orig/driver/loader.c  2013-05-01 09:48:34.91000 
+0900
 ndiswrapper-1.58/driver/loader.c   2013-05-01 09:48:59.87000 +0900
+@@ -575,7 +575,7 @@
+   } else {
+   printk(KERN_INFO %s: driver %s (%s) loaded\n,
+  DRIVER_NAME, wrap_driver-name, wrap_driver-version);
+-  add_taint(TAINT_PROPRIETARY_MODULE);
++  add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_STILL_OK);
+   EXIT1(return 0);
+   }
+ }
+diff -ur ndiswrapper-1.58.orig/driver/wrapper.c 
ndiswrapper-1.58/driver/wrapper.c
+--- ndiswrapper-1.58.orig/driver/wrapper.c 2013-02-20 03:00:37.0 
+0900
 ndiswrapper-1.58/driver/wrapper.c  2013-05-01 09:54:30.14000 +0900
+@@ -72,7 +72,7 @@
+ static int __init wrapper_init(void)
+ {
+ #ifdef TAINT_OOT_MODULE
+-  add_taint(TAINT_OOT_MODULE);
++  add_taint(TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
+ #endif
+   printk(KERN_INFO %s version %s loaded (smp=%s, preempt=%s)\n,
+  DRIVER_NAME, DRIVER_VERSION,



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 13:07:12
  Author: tpowa
Revision: 90198

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

Added:
  ndiswrapper/repos/community-testing-i686/
  ndiswrapper/repos/community-testing-i686/PKGBUILD
(from rev 90197, ndiswrapper/trunk/PKGBUILD)
  ndiswrapper/repos/community-testing-i686/ndiswrapper-1.58-add_taint.patch
(from rev 90197, ndiswrapper/trunk/ndiswrapper-1.58-add_taint.patch)
  ndiswrapper/repos/community-testing-i686/ndiswrapper.install
(from rev 90197, ndiswrapper/trunk/ndiswrapper.install)
  ndiswrapper/repos/community-testing-x86_64/
  ndiswrapper/repos/community-testing-x86_64/PKGBUILD
(from rev 90197, ndiswrapper/trunk/PKGBUILD)
  ndiswrapper/repos/community-testing-x86_64/ndiswrapper-1.58-add_taint.patch
(from rev 90197, ndiswrapper/trunk/ndiswrapper-1.58-add_taint.patch)
  ndiswrapper/repos/community-testing-x86_64/ndiswrapper.install
(from rev 90197, ndiswrapper/trunk/ndiswrapper.install)

---+
 community-testing-i686/PKGBUILD   |   56 
 community-testing-i686/ndiswrapper-1.58-add_taint.patch   |   24 +
 community-testing-i686/ndiswrapper.install|   17 +++
 community-testing-x86_64/PKGBUILD |   56 
 community-testing-x86_64/ndiswrapper-1.58-add_taint.patch |   24 +
 community-testing-x86_64/ndiswrapper.install  |   17 +++
 6 files changed, 194 insertions(+)

Copied: ndiswrapper/repos/community-testing-i686/PKGBUILD (from rev 90197, 
ndiswrapper/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-08 11:07:12 UTC (rev 90198)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+_extramodules=extramodules-3.9-ARCH
+pkgname=ndiswrapper
+pkgver=1.58
+pkgrel=8
+pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://ndiswrapper.sourceforge.net;
+install=ndiswrapper.install
+depends=('linux=3.9' 'linux3.10' 'wireless_tools' 'perl')
+makedepends=('linux-headers')
+provides=($pkgname-utils $pkgname-bin)
+replaces=($pkgname-utils $pkgname-bin)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+ndiswrapper-1.58-add_taint.patch)
+options=('!strip')
+sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c'
+  'f2c8bd7553f87a647b2e221b01fbd5d0d07eff8c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # https://bugs.gentoo.org/show_bug.cgi?id=467956 3.9 kernels
+  patch -Np1 -i $srcdir/ndiswrapper-1.58-add_taint.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  # modinfo path fix
+  sed -i /modinfo/s/s/usr\// driver/Makefile
+
+  # make sure we point to the right build directory
+  sed -i /^KBUILD/ s,.*,KBUILD = $(readlink -f 
/usr/lib/modules/$_kver/build), driver/Makefile
+
+  make KVERS=$_kver
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make INST_DIR=usr/lib/modules/$_extramodules \
+KVERS=$_kver DESTDIR=$pkgdir/ install
+
+  gzip $pkgdir/usr/lib/modules/$_extramodules/$pkgname.ko
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
ndiswrapper/repos/community-testing-i686/ndiswrapper-1.58-add_taint.patch (from 
rev 90197, ndiswrapper/trunk/ndiswrapper-1.58-add_taint.patch)
===
--- community-testing-i686/ndiswrapper-1.58-add_taint.patch 
(rev 0)
+++ community-testing-i686/ndiswrapper-1.58-add_taint.patch 2013-05-08 
11:07:12 UTC (rev 90198)
@@ -0,0 +1,24 @@
+diff -ur ndiswrapper-1.58.orig/driver/loader.c ndiswrapper-1.58/driver/loader.c
+--- ndiswrapper-1.58.orig/driver/loader.c  2013-05-01 09:48:34.91000 
+0900
 ndiswrapper-1.58/driver/loader.c   2013-05-01 09:48:59.87000 +0900
+@@ -575,7 +575,7 @@
+   } else {
+   printk(KERN_INFO %s: driver %s (%s) loaded\n,
+  DRIVER_NAME, wrap_driver-name, wrap_driver-version);
+-  add_taint(TAINT_PROPRIETARY_MODULE);
++  add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_STILL_OK);
+   EXIT1(return 0);
+   }
+ }
+diff -ur ndiswrapper-1.58.orig/driver/wrapper.c 
ndiswrapper-1.58/driver/wrapper.c
+--- ndiswrapper-1.58.orig/driver/wrapper.c 2013-02-20 03:00:37.0 
+0900
 ndiswrapper-1.58/driver/wrapper.c  2013-05-01 09:54:30.14000 +0900
+@@ -72,7 +72,7 @@
+ static int __init wrapper_init(void)
+ {
+ #ifdef TAINT_OOT_MODULE
+-  add_taint(TAINT_OOT_MODULE);
++  

[arch-commits] Commit in kbd/trunk (PKGBUILD fix-dvorak-es.patch fix-euro2.patch)

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 15:07:34
  Author: tpowa
Revision: 184776

upgpkg: kbd 1.15.5-4

fix #33662 #28213

Added:
  kbd/trunk/fix-dvorak-es.patch
  kbd/trunk/fix-euro2.patch
Modified:
  kbd/trunk/PKGBUILD

-+
 PKGBUILD|   22 +-
 fix-dvorak-es.patch |   11 +++
 fix-euro2.patch |9 +
 3 files changed, 37 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 10:44:44 UTC (rev 184775)
+++ PKGBUILD2013-05-08 13:07:34 UTC (rev 184776)
@@ -3,21 +3,21 @@
 
 pkgname=kbd
 pkgver=1.15.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Keytable files and keyboard utilities
 arch=('i686' 'x86_64')
 url=http://www.kbd-project.org;
 license=('GPL')
 depends=('glibc' 'pam')
 
source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
-'fix-keymap-loading-1.15.5.patch')
+'fix-keymap-loading-1.15.5.patch'
+'fix-dvorak-es.patch'
+'fix-euro2.patch')
 provides=('vlock')
 conflicts=('vlock')
 replaces=('vlock')
-md5sums=('34c71feead8ab9c01ec638acea8cd877'
- '4362091d5e23bab2d158f8c7693a45d8')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # rename keymap files with the same names
   # this is needed because when only name of keymap is specified
@@ -32,6 +32,14 @@
   # fix https://bugs.archlinux.org/task/33308
   # keymap loading is broken for cetain keymaps
   patch -Np1 -i ../fix-keymap-loading-1.15.5.patch
+  # fix es-dvorak #33662
+  patch -Np1 -i ../fix-dvorak-es.patch
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
   make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
 }
@@ -40,3 +48,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
 }
+md5sums=('34c71feead8ab9c01ec638acea8cd877'
+ '4362091d5e23bab2d158f8c7693a45d8'
+ '998957c4f815347dcc874c4d7555dc66'
+ 'd869200acbc0aab6a9cafa43cb140d4e')

Added: fix-dvorak-es.patch
===
--- fix-dvorak-es.patch (rev 0)
+++ fix-dvorak-es.patch 2013-05-08 13:07:34 UTC (rev 184776)
@@ -0,0 +1,11 @@
+--- kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map.old  2013-05-08 
14:58:03.393349828 +0200
 kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map  2013-05-08 
14:58:20.206415053 +0200
+@@ -4,7 +4,7 @@
+ 
+ keymaps 0-2,4,5,6,8-10,12,14
+ include linux-with-alt-and-altgr
+-include euro
++include euro.map
+ strings as usual
+ 
+ keycode   1 = Escape

Added: fix-euro2.patch
===
--- fix-euro2.patch (rev 0)
+++ fix-euro2.patch 2013-05-08 13:07:34 UTC (rev 184776)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: loadkeys euro2 to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode  18 = euro
+ altgr keycode  46 = cent



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 15:07:46
  Author: tpowa
Revision: 184777

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

Added:
  kbd/repos/testing-i686/
  kbd/repos/testing-i686/PKGBUILD
(from rev 184776, kbd/trunk/PKGBUILD)
  kbd/repos/testing-i686/fix-dvorak-es.patch
(from rev 184776, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-i686/fix-euro2.patch
(from rev 184776, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch
(from rev 184776, kbd/trunk/fix-keymap-loading-1.15.5.patch)
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 184776, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-dvorak-es.patch
(from rev 184776, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 184776, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/fix-keymap-loading-1.15.5.patch
(from rev 184776, kbd/trunk/fix-keymap-loading-1.15.5.patch)

+
 testing-i686/PKGBUILD  |   54 +++
 testing-i686/fix-dvorak-es.patch   |   11 
 testing-i686/fix-euro2.patch   |9 +++
 testing-i686/fix-keymap-loading-1.15.5.patch   |   47 
 testing-x86_64/PKGBUILD|   54 +++
 testing-x86_64/fix-dvorak-es.patch |   11 
 testing-x86_64/fix-euro2.patch |9 +++
 testing-x86_64/fix-keymap-loading-1.15.5.patch |   47 
 8 files changed, 242 insertions(+)

Copied: kbd/repos/testing-i686/PKGBUILD (from rev 184776, kbd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-08 13:07:46 UTC (rev 184777)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=1.15.5
+pkgrel=4
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+'fix-keymap-loading-1.15.5.patch'
+'fix-dvorak-es.patch'
+'fix-euro2.patch')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix https://bugs.archlinux.org/task/33308
+  # keymap loading is broken for cetain keymaps
+  patch -Np1 -i ../fix-keymap-loading-1.15.5.patch
+  # fix es-dvorak #33662
+  patch -Np1 -i ../fix-dvorak-es.patch
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}
+md5sums=('34c71feead8ab9c01ec638acea8cd877'
+ '4362091d5e23bab2d158f8c7693a45d8'
+ '998957c4f815347dcc874c4d7555dc66'
+ 'd869200acbc0aab6a9cafa43cb140d4e')

Copied: kbd/repos/testing-i686/fix-dvorak-es.patch (from rev 184776, 
kbd/trunk/fix-dvorak-es.patch)
===
--- testing-i686/fix-dvorak-es.patch(rev 0)
+++ testing-i686/fix-dvorak-es.patch2013-05-08 13:07:46 UTC (rev 184777)
@@ -0,0 +1,11 @@
+--- kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map.old  2013-05-08 
14:58:03.393349828 +0200
 kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map  2013-05-08 
14:58:20.206415053 +0200
+@@ -4,7 +4,7 @@
+ 
+ keymaps 0-2,4,5,6,8-10,12,14
+ include linux-with-alt-and-altgr
+-include euro
++include euro.map
+ strings as usual
+ 
+ keycode   1 = Escape

Copied: kbd/repos/testing-i686/fix-euro2.patch (from rev 184776, 
kbd/trunk/fix-euro2.patch)
===
--- testing-i686/fix-euro2.patch(rev 0)
+++ testing-i686/fix-euro2.patch2013-05-08 13:07:46 UTC (rev 184777)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: loadkeys 

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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 15:28:51
  Author: tpowa
Revision: 184783

upgpkg: cracklib 2.8.22-2

fix #34778

Modified:
  cracklib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 13:18:31 UTC (rev 184782)
+++ PKGBUILD2013-05-08 13:28:51 UTC (rev 184783)
@@ -4,7 +4,7 @@
 
 pkgname=cracklib
 pkgver=2.8.22
-pkgrel=1
+pkgrel=2
 pkgdesc=Password Checking Library
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -28,7 +28,9 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  install -Dm644 dicts/cracklib-small $pkgdir/usr/share/dict/cracklib-small
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
   sh ./util/cracklib-format dicts/cracklib-small \
 | sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
 }



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 15:29:03
  Author: tpowa
Revision: 184784

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

Added:
  cracklib/repos/testing-i686/
  cracklib/repos/testing-i686/PKGBUILD
(from rev 184783, cracklib/trunk/PKGBUILD)
  cracklib/repos/testing-x86_64/
  cracklib/repos/testing-x86_64/PKGBUILD
(from rev 184783, cracklib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: cracklib/repos/testing-i686/PKGBUILD (from rev 184783, 
cracklib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-08 13:29:03 UTC (rev 184784)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.8.22
+pkgrel=2
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('463177b5c29c7a598c991e12a4898e06')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}

Copied: cracklib/repos/testing-x86_64/PKGBUILD (from rev 184783, 
cracklib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-08 13:29:03 UTC (rev 184784)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.8.22
+pkgrel=2
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('463177b5c29c7a598c991e12a4898e06')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 15:46:14
  Author: tpowa
Revision: 184785

upgpkg: groff 1.22.2-3

add gxditview #32126

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 13:29:03 UTC (rev 184784)
+++ PKGBUILD2013-05-08 13:46:14 UTC (rev 184785)
@@ -3,16 +3,17 @@
 
 pkgname=groff
 pkgver=1.22.2
-pkgrel=2
+pkgrel=3
 pkgdesc=GNU troff text-formatting system
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/groff/groff.html;
 license=('GPL')
 groups=('base-devel')
 depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
 optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-'psutils: for use together with man -H command interaction in 
browsers')
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
 source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
 site.tmac)
 options=('!docs' '!emptydirs')
@@ -23,7 +24,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-x
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
   make
 }
 



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

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 15:46:24
  Author: tpowa
Revision: 184786

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

Added:
  groff/repos/testing-i686/
  groff/repos/testing-i686/PKGBUILD
(from rev 184785, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 184785, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 184785, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/
  groff/repos/testing-x86_64/PKGBUILD
(from rev 184785, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 184785, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 184785, groff/trunk/site.tmac)

--+
 testing-i686/PKGBUILD|   51 +
 testing-i686/groff.install   |   22 +
 testing-i686/site.tmac   |   16 
 testing-x86_64/PKGBUILD  |   51 +
 testing-x86_64/groff.install |   22 +
 testing-x86_64/site.tmac |   16 
 6 files changed, 178 insertions(+)

Copied: groff/repos/testing-i686/PKGBUILD (from rev 184785, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-08 13:46:24 UTC (rev 184786)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.2
+pkgrel=3
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs')
+install=groff.install
+md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
+ '65207deb0a9b54324cb947f25ec9164f'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Copied: groff/repos/testing-i686/groff.install (from rev 184785, 
groff/trunk/groff.install)
===
--- testing-i686/groff.install  (rev 0)
+++ testing-i686/groff.install  2013-05-08 13:46:24 UTC (rev 184786)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: groff/repos/testing-i686/site.tmac (from rev 184785, 
groff/trunk/site.tmac)
===
--- testing-i686/site.tmac  (rev 0)
+++ testing-i686/site.tmac  2013-05-08 13:46:24 UTC (rev 184786)
@@ -0,0 +1,16 @@
+.
+.if n \{\
+.  \ Character translations for non-keyboard
+.  \ characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.char \- \N'45'
+.char - \N'45'
+.char ' \N'39'
+.char \' \N'39'
+.  \}
+.
+.  \ Shut off SGR by default (groff colors)
+.  \ Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.output x X tty: sgr 0
+.\}

Copied: groff/repos/testing-x86_64/PKGBUILD (from rev 184785, 
groff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-08 13:46:24 UTC (rev 184786)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.2
+pkgrel=3
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')

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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 15:55:51
  Author: bpiotrowski
Revision: 184787

upgpkg: openjpeg 1.5.1-1

- upstream release

Modified:
  openjpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 13:46:24 UTC (rev 184786)
+++ PKGBUILD2013-05-08 13:55:51 UTC (rev 184787)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=openjpeg
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc=An open source JPEG 2000 codec
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=('zlib')
 options=('!libtool')
 source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
-sha1sums=('dce705ae45f137e4698a8cf39d1fbf22bc434fa8')
+sha1sums=('1b0b74d1af4c297fd82806a9325bb544caf9bb8b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # make sure we use system libs
-  rm -rf thirtparty
+  rm -rf thirdparty
   ./configure --prefix=/usr \
--disable-static --disable-silent-rules
   make



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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 15:56:11
  Author: bpiotrowski
Revision: 184788

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-08 13:55:51 UTC (rev 184787)
+++ extra-i686/PKGBUILD 2013-05-08 13:56:11 UTC (rev 184788)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=openjpeg
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=An open source JPEG 2000 codec
-arch=(i686 x86_64)
-license=('BSD')
-url=http://www.openjpeg.org;
-depends=('zlib')
-options=('!libtool')
-source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
-sha1sums=('dce705ae45f137e4698a8cf39d1fbf22bc434fa8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # make sure we use system libs
-  rm -rf thirtparty
-  ./configure --prefix=/usr \
-   --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/openjpeg
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/openjpeg/LICENSE
-}

Copied: openjpeg/repos/extra-i686/PKGBUILD (from rev 184787, 
openjpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-08 13:56:11 UTC (rev 184788)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=openjpeg
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+depends=('zlib')
+options=('!libtool')
+source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
+sha1sums=('1b0b74d1af4c297fd82806a9325bb544caf9bb8b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # make sure we use system libs
+  rm -rf thirdparty
+  ./configure --prefix=/usr \
+   --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/openjpeg
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/openjpeg/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-08 13:55:51 UTC (rev 184787)
+++ extra-x86_64/PKGBUILD   2013-05-08 13:56:11 UTC (rev 184788)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=openjpeg
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=An open source JPEG 2000 codec
-arch=(i686 x86_64)
-license=('BSD')
-url=http://www.openjpeg.org;
-depends=('zlib')
-options=('!libtool')
-source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
-sha1sums=('dce705ae45f137e4698a8cf39d1fbf22bc434fa8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # make sure we use system libs
-  rm -rf thirtparty
-  ./configure --prefix=/usr \
-   --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/openjpeg
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/openjpeg/LICENSE
-}

Copied: openjpeg/repos/extra-x86_64/PKGBUILD (from rev 184787, 
openjpeg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-08 13:56:11 UTC (rev 184788)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=openjpeg
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+depends=('zlib')
+options=('!libtool')
+source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
+sha1sums=('1b0b74d1af4c297fd82806a9325bb544caf9bb8b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # make sure we use system libs
+  rm -rf thirdparty
+  ./configure --prefix=/usr \
+   --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/openjpeg
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/openjpeg/LICENSE
+}



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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 16:12:28
  Author: bpiotrowski
Revision: 184789

upgpkg: libxslt 1.1.28-1

- upstream release

Modified:
  libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 13:56:11 UTC (rev 184788)
+++ PKGBUILD2013-05-08 14:12:28 UTC (rev 184789)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libxslt
-pkgver=1.1.26
-pkgrel=3
+pkgver=1.1.28
+pkgrel=1
 pkgdesc=XML stylesheet transformation library
 arch=('i686' 'x86_64')
 url=http://xmlsoft.org/XSLT/;
@@ -13,14 +13,11 @@
 makedepends=('python2')
 checkdepends=('docbook-xml')
 options=('!libtool')
-source=(ftp://xmlsoft.org/libxslt/${pkgname}-${pkgver}.tar.gz
-CVE-2011-1202.patch)
-md5sums=('e61d0364a30146aaa3001296f853b2b9'
- 'ce9744943575efaa6b5501668899b753')
+source=(ftp://xmlsoft.org/libxslt/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9667bf6f9310b957254fdcf6596600b7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/CVE-2011-1202.patch
   sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
   ./configure --prefix=/usr --with-python=/usr/bin/python2
   make



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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 16:12:44
  Author: bpiotrowski
Revision: 184790

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

Added:
  libxslt/repos/extra-i686/CVE-2011-1202.patch
(from rev 184789, libxslt/trunk/CVE-2011-1202.patch)
  libxslt/repos/extra-i686/PKGBUILD
(from rev 184789, libxslt/trunk/PKGBUILD)
  libxslt/repos/extra-x86_64/CVE-2011-1202.patch
(from rev 184789, libxslt/trunk/CVE-2011-1202.patch)
  libxslt/repos/extra-x86_64/PKGBUILD
(from rev 184789, libxslt/trunk/PKGBUILD)
Deleted:
  libxslt/repos/extra-i686/CVE-2011-1202.patch
  libxslt/repos/extra-i686/PKGBUILD
  libxslt/repos/extra-x86_64/CVE-2011-1202.patch
  libxslt/repos/extra-x86_64/PKGBUILD

--+
 /CVE-2011-1202.patch |  112 +
 /PKGBUILD|   78 +
 extra-i686/CVE-2011-1202.patch   |   56 --
 extra-i686/PKGBUILD  |   42 -
 extra-x86_64/CVE-2011-1202.patch |   56 --
 extra-x86_64/PKGBUILD|   42 -
 6 files changed, 190 insertions(+), 196 deletions(-)

Deleted: extra-i686/CVE-2011-1202.patch
===
--- extra-i686/CVE-2011-1202.patch  2013-05-08 14:12:28 UTC (rev 184789)
+++ extra-i686/CVE-2011-1202.patch  2013-05-08 14:12:44 UTC (rev 184790)
@@ -1,56 +0,0 @@
-From ecb6bcb8d1b7e44842edde3929f412d46b40c89f Mon Sep 17 00:00:00 2001
-From: Daniel Veillard veill...@redhat.com
-Date: Tue, 22 Feb 2011 02:14:23 +
-Subject: Fix generate-id() to not expose object addresses
-
-As pointed out by Chris Evans scarybea...@gmail.com it's better
-security wise to not expose object addresses directly, use a diff
-w.r.t. the document root own address to avoid this
-* libxslt/functions.c: fix IDs generation code

-diff --git a/libxslt/functions.c b/libxslt/functions.c
-index 4720c7a..de962f4 100644
 a/libxslt/functions.c
-+++ b/libxslt/functions.c
-@@ -654,8 +654,9 @@ xsltFormatNumberFunction(xmlXPathParserContextPtr ctxt, 
int nargs)
- void
- xsltGenerateIdFunction(xmlXPathParserContextPtr ctxt, int nargs){
- xmlNodePtr cur = NULL;
--unsigned long val;
--xmlChar str[20];
-+long val;
-+xmlChar str[30];
-+xmlDocPtr doc;
- 
- if (nargs == 0) {
-   cur = ctxt-context-node;
-@@ -694,9 +695,24 @@ xsltGenerateIdFunction(xmlXPathParserContextPtr ctxt, int 
nargs){
-  * Okay this is ugly but should work, use the NodePtr address
-  * to forge the ID
-  */
--val = (unsigned long)((char *)cur - (char *)0);
--val /= sizeof(xmlNode);
--sprintf((char *)str, id%ld, val);
-+if (cur-type != XML_NAMESPACE_DECL)
-+doc = cur-doc;
-+else {
-+xmlNsPtr ns = (xmlNsPtr) cur;
-+
-+if (ns-context != NULL)
-+doc = ns-context;
-+else
-+doc = ctxt-context-doc;
-+
-+}
-+
-+val = (long)((char *)cur - (char *)doc);
-+if (val = 0) {
-+  sprintf((char *)str, idp%ld, val);
-+} else {
-+  sprintf((char *)str, idm%ld, -val);
-+}
- valuePush(ctxt, xmlXPathNewString(str));
- }
- 
---
-cgit v0.9.0.2

Copied: libxslt/repos/extra-i686/CVE-2011-1202.patch (from rev 184789, 
libxslt/trunk/CVE-2011-1202.patch)
===
--- extra-i686/CVE-2011-1202.patch  (rev 0)
+++ extra-i686/CVE-2011-1202.patch  2013-05-08 14:12:44 UTC (rev 184790)
@@ -0,0 +1,56 @@
+From ecb6bcb8d1b7e44842edde3929f412d46b40c89f Mon Sep 17 00:00:00 2001
+From: Daniel Veillard veill...@redhat.com
+Date: Tue, 22 Feb 2011 02:14:23 +
+Subject: Fix generate-id() to not expose object addresses
+
+As pointed out by Chris Evans scarybea...@gmail.com it's better
+security wise to not expose object addresses directly, use a diff
+w.r.t. the document root own address to avoid this
+* libxslt/functions.c: fix IDs generation code
+---
+diff --git a/libxslt/functions.c b/libxslt/functions.c
+index 4720c7a..de962f4 100644
+--- a/libxslt/functions.c
 b/libxslt/functions.c
+@@ -654,8 +654,9 @@ xsltFormatNumberFunction(xmlXPathParserContextPtr ctxt, 
int nargs)
+ void
+ xsltGenerateIdFunction(xmlXPathParserContextPtr ctxt, int nargs){
+ xmlNodePtr cur = NULL;
+-unsigned long val;
+-xmlChar str[20];
++long val;
++xmlChar str[30];
++xmlDocPtr doc;
+ 
+ if (nargs == 0) {
+   cur = ctxt-context-node;
+@@ -694,9 +695,24 @@ xsltGenerateIdFunction(xmlXPathParserContextPtr ctxt, int 
nargs){
+  * Okay this is ugly but should work, use the NodePtr address
+  * to forge the ID
+  */
+-val = (unsigned long)((char *)cur - (char *)0);
+-val /= sizeof(xmlNode);
+-sprintf((char *)str, id%ld, val);
++if (cur-type != XML_NAMESPACE_DECL)
++doc = cur-doc;
++else {
++xmlNsPtr ns = (xmlNsPtr) cur;
++
++if (ns-context != NULL)
++ 

[arch-commits] Commit in (gimp-help)

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 17:06:15
  Author: bpiotrowski
Revision: 184792

Let gimp-help rest in peace.

Deleted:
  gimp-help/



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

2013-05-08 Thread Pierre Schmitz
Date: Wednesday, May 8, 2013 @ 18:00:04
  Author: pierre
Revision: 184793

upgpkg: php 5.4.15-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 15:06:15 UTC (rev 184792)
+++ PKGBUILD2013-05-08 16:00:04 UTC (rev 184793)
@@ -21,8 +21,8 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.4.14
-pkgrel=2
+pkgver=5.4.15
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -33,7 +33,7 @@
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('cfdc044be2c582991a1fe0967898fa38'
+md5sums=('145ea5e845e910443ff1eddb3dbcf56a'
  '44c1bb1df346b3b9d3e092c7df9a37d0'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '5c1f4c967b66ce3eaf819b46951dcbf5'



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

2013-05-08 Thread Pierre Schmitz
Date: Wednesday, May 8, 2013 @ 18:00:30
  Author: pierre
Revision: 184794

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 184793, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 184793, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 184793, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 184793, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 184793, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 184793, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 184793, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 184793, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 184793, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 184793, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 184793, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 184793, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 184793, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 184793, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 184793, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 184793, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  352 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  352 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1140 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 184793, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-08 16:00:30 UTC (rev 184794)
@@ -0,0 +1,352 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.4.15
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('145ea5e845e910443ff1eddb3dbcf56a'
+ '44c1bb1df346b3b9d3e092c7df9a37d0'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '5c1f4c967b66ce3eaf819b46951dcbf5'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'f8b206cb8fecb05cb1ded8bee45633ff'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   # adjust paths
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+
+   # workaround for pkg-config 0.28
+   sed 's/  test -n $OPENSSL_INCS//g' -i configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   

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

2013-05-08 Thread Evangelos Foutras
Date: Wednesday, May 8, 2013 @ 18:11:18
  Author: foutrelis
Revision: 184795

upgpkg: xfce4-notifyd 0.2.4-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 16:00:30 UTC (rev 184794)
+++ PKGBUILD2013-05-08 16:11:18 UTC (rev 184795)
@@ -3,7 +3,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-notifyd
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc=Notification daemon for the Xfce desktop
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
+sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-08 Thread Evangelos Foutras
Date: Wednesday, May 8, 2013 @ 18:11:31
  Author: foutrelis
Revision: 184796

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

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

+
 /PKGBUILD  |   78 +++
 /xfce4-notifyd.install |   28 
 extra-i686/PKGBUILD|   39 -
 extra-i686/xfce4-notifyd.install   |   14 --
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/xfce4-notifyd.install |   14 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-08 16:11:18 UTC (rev 184795)
+++ extra-i686/PKGBUILD 2013-05-08 16:11:31 UTC (rev 184796)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfce4-notifyd
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=Notification daemon for the Xfce desktop
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('notification-daemon')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 184795, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-08 16:11:31 UTC (rev 184796)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-notifyd
+pkgver=0.2.4
+pkgrel=1
+pkgdesc=Notification daemon for the Xfce desktop
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('notification-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-notifyd.install
===
--- extra-i686/xfce4-notifyd.install2013-05-08 16:11:18 UTC (rev 184795)
+++ extra-i686/xfce4-notifyd.install2013-05-08 16:11:31 UTC (rev 184796)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install (from rev 184795, 
xfce4-notifyd/trunk/xfce4-notifyd.install)
===
--- extra-i686/xfce4-notifyd.install(rev 0)
+++ extra-i686/xfce4-notifyd.install2013-05-08 16:11:31 UTC (rev 184796)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-08 16:11:18 UTC (rev 184795)
+++ extra-x86_64/PKGBUILD   

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

2013-05-08 Thread Jakob Gruber
Date: Wednesday, May 8, 2013 @ 18:45:48
  Author: schuay
Revision: 90200

puzzles-9838-1

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 13:40:53 UTC (rev 90199)
+++ PKGBUILD2013-05-08 16:45:48 UTC (rev 90200)
@@ -3,39 +3,37 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=puzzles
-pkgver=9835
+pkgver=9838
 pkgrel=1
 pkgdesc=Simon Tatham's Portable Puzzle Collection
 arch=('i686' 'x86_64')
 url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
 license=('MIT')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'subversion')
 depends=('gtk2')
-source=(http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-r${pkgver}.tar.gz;)
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
 
 build() {
-   cd ${srcdir}/${pkgname}-r${pkgver}
+cd ${srcdir}/${pkgname}
 
 ./mkfiles.pl
 
-   sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
 
-export CFLAGS=$CFLAGS -lm
-   make prefix=/usr
+make prefix=/usr
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-r${pkgver}
+cd ${srcdir}/${pkgname}
 
-   install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-   install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
 
-   make prefix=/usr DESTDIR=${pkgdir} install
+make prefix=/usr DESTDIR=${pkgdir} install
 
-   #fix FS#14600
-   mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-   mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-   mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
 }
-
-md5sums=('0db6e36f2ac04490f38ace15aabab555')



[arch-commits] Commit in puzzles/repos/community-i686 (PKGBUILD PKGBUILD)

2013-05-08 Thread Jakob Gruber
Date: Wednesday, May 8, 2013 @ 18:45:59
  Author: schuay
Revision: 90201

archrelease: copy trunk to community-i686

Added:
  puzzles/repos/community-i686/PKGBUILD
(from rev 90200, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-08 16:45:48 UTC (rev 90200)
+++ PKGBUILD2013-05-08 16:45:59 UTC (rev 90201)
@@ -1,41 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=9835
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig')
-depends=('gtk2')
-source=(http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-r${pkgver}.tar.gz;)
-
-build() {
-   cd ${srcdir}/${pkgname}-r${pkgver}
-
-./mkfiles.pl
-
-   sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
-
-export CFLAGS=$CFLAGS -lm
-   make prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-r${pkgver}
-
-   install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-   install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-   make prefix=/usr DESTDIR=${pkgdir} install
-
-   #fix FS#14600
-   mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-   mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-   mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}
-
-md5sums=('0db6e36f2ac04490f38ace15aabab555')

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 90200, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-08 16:45:59 UTC (rev 90201)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=9838
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
+
+make prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



[arch-commits] Commit in puzzles/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-05-08 Thread Jakob Gruber
Date: Wednesday, May 8, 2013 @ 18:46:05
  Author: schuay
Revision: 90202

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 90201, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-08 16:45:59 UTC (rev 90201)
+++ PKGBUILD2013-05-08 16:46:05 UTC (rev 90202)
@@ -1,41 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=9835
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig')
-depends=('gtk2')
-source=(http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-r${pkgver}.tar.gz;)
-
-build() {
-   cd ${srcdir}/${pkgname}-r${pkgver}
-
-./mkfiles.pl
-
-   sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
-
-export CFLAGS=$CFLAGS -lm
-   make prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-r${pkgver}
-
-   install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-   install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-   make prefix=/usr DESTDIR=${pkgdir} install
-
-   #fix FS#14600
-   mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-   mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-   mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}
-
-md5sums=('0db6e36f2ac04490f38ace15aabab555')

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 90201, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-08 16:46:05 UTC (rev 90202)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=9838
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
+
+make prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



[arch-commits] Commit in (5 files)

2013-05-08 Thread Jonathan Steel
Date: Wednesday, May 8, 2013 @ 19:29:00
  Author: jsteel
Revision: 90203

Moving ophcrack to [community]

Added:
  ophcrack/
  ophcrack/repos/
  ophcrack/trunk/
  ophcrack/trunk/PKGBUILD
  ophcrack/trunk/ophcrack.desktop

--+
 PKGBUILD |   36 
 ophcrack.desktop |8 
 2 files changed, 44 insertions(+)

Added: ophcrack/trunk/PKGBUILD
===
--- ophcrack/trunk/PKGBUILD (rev 0)
+++ ophcrack/trunk/PKGBUILD 2013-05-08 17:29:00 UTC (rev 90203)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Max Pray a.k.a. Synthead synth...@gmail.com
+# Contributor: Kaos  gianlucaatlas at gmail dot com 
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Contributor: Matthew Sharpe matt.sha...@gmail.com
+
+pkgname=ophcrack
+pkgver=3.5.0
+pkgrel=1
+pkgdesc=A free Windows password cracker based on rainbow tables
+arch=('i686' 'x86_64')
+url=(http://ophcrack.sourceforge.net;)
+license=('GPL')
+depends=('qt4')
+optdepends=('qwt: enable graph')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+ophcrack.desktop)
+md5sums=('1c61adde21c5dc226515cbd1dc654c60'
+ '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-graph
+
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir/ install
+
+   install -Dm644 $srcdir/ophcrack.desktop 
$pkgdir/usr/share/applications/ophcrack.desktop
+   install -Dm644 src/gui/pixmaps/os.xpm 
$pkgdir/usr/share/$pkgname/pixmaps/os.xpm
+}

Added: ophcrack/trunk/ophcrack.desktop
===
--- ophcrack/trunk/ophcrack.desktop (rev 0)
+++ ophcrack/trunk/ophcrack.desktop 2013-05-08 17:29:00 UTC (rev 90203)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System



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

2013-05-08 Thread Jonathan Steel
Date: Wednesday, May 8, 2013 @ 19:37:39
  Author: jsteel
Revision: 90204

Moving to [community]: ophcrack 3.5.0-1

Modified:
  ophcrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 17:29:00 UTC (rev 90203)
+++ PKGBUILD2013-05-08 17:37:39 UTC (rev 90204)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc=A free Windows password cracker based on rainbow tables
 arch=('i686' 'x86_64')
-url=(http://ophcrack.sourceforge.net;)
+url=http://ophcrack.sourceforge.net;
 license=('GPL')
 depends=('qt4')
 optdepends=('qwt: enable graph')



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

2013-05-08 Thread Jonathan Steel
Date: Wednesday, May 8, 2013 @ 19:38:03
  Author: jsteel
Revision: 90205

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

Added:
  ophcrack/repos/community-i686/
  ophcrack/repos/community-i686/PKGBUILD
(from rev 90204, ophcrack/trunk/PKGBUILD)
  ophcrack/repos/community-i686/ophcrack.desktop
(from rev 90204, ophcrack/trunk/ophcrack.desktop)
  ophcrack/repos/community-x86_64/
  ophcrack/repos/community-x86_64/PKGBUILD
(from rev 90204, ophcrack/trunk/PKGBUILD)
  ophcrack/repos/community-x86_64/ophcrack.desktop
(from rev 90204, ophcrack/trunk/ophcrack.desktop)

---+
 community-i686/PKGBUILD   |   36 
 community-i686/ophcrack.desktop   |8 
 community-x86_64/PKGBUILD |   36 
 community-x86_64/ophcrack.desktop |8 
 4 files changed, 88 insertions(+)

Copied: ophcrack/repos/community-i686/PKGBUILD (from rev 90204, 
ophcrack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-08 17:38:03 UTC (rev 90205)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Max Pray a.k.a. Synthead synth...@gmail.com
+# Contributor: Kaos  gianlucaatlas at gmail dot com 
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Contributor: Matthew Sharpe matt.sha...@gmail.com
+
+pkgname=ophcrack
+pkgver=3.5.0
+pkgrel=1
+pkgdesc=A free Windows password cracker based on rainbow tables
+arch=('i686' 'x86_64')
+url=http://ophcrack.sourceforge.net;
+license=('GPL')
+depends=('qt4')
+optdepends=('qwt: enable graph')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+ophcrack.desktop)
+md5sums=('1c61adde21c5dc226515cbd1dc654c60'
+ '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-graph
+
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir/ install
+
+   install -Dm644 $srcdir/ophcrack.desktop 
$pkgdir/usr/share/applications/ophcrack.desktop
+   install -Dm644 src/gui/pixmaps/os.xpm 
$pkgdir/usr/share/$pkgname/pixmaps/os.xpm
+}

Copied: ophcrack/repos/community-i686/ophcrack.desktop (from rev 90204, 
ophcrack/trunk/ophcrack.desktop)
===
--- community-i686/ophcrack.desktop (rev 0)
+++ community-i686/ophcrack.desktop 2013-05-08 17:38:03 UTC (rev 90205)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System

Copied: ophcrack/repos/community-x86_64/PKGBUILD (from rev 90204, 
ophcrack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-08 17:38:03 UTC (rev 90205)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Max Pray a.k.a. Synthead synth...@gmail.com
+# Contributor: Kaos  gianlucaatlas at gmail dot com 
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Contributor: Matthew Sharpe matt.sha...@gmail.com
+
+pkgname=ophcrack
+pkgver=3.5.0
+pkgrel=1
+pkgdesc=A free Windows password cracker based on rainbow tables
+arch=('i686' 'x86_64')
+url=http://ophcrack.sourceforge.net;
+license=('GPL')
+depends=('qt4')
+optdepends=('qwt: enable graph')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+ophcrack.desktop)
+md5sums=('1c61adde21c5dc226515cbd1dc654c60'
+ '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-graph
+
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir/ install
+
+   install -Dm644 $srcdir/ophcrack.desktop 
$pkgdir/usr/share/applications/ophcrack.desktop
+   install -Dm644 src/gui/pixmaps/os.xpm 
$pkgdir/usr/share/$pkgname/pixmaps/os.xpm
+}

Copied: ophcrack/repos/community-x86_64/ophcrack.desktop (from rev 90204, 
ophcrack/trunk/ophcrack.desktop)
===
--- community-x86_64/ophcrack.desktop   (rev 0)
+++ community-x86_64/ophcrack.desktop   2013-05-08 17:38:03 UTC (rev 90205)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System



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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 19:55:11
  Author: bpiotrowski
Revision: 184798

upgpkg: mono 2.10.9-1

- upstream release

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 16:17:26 UTC (rev 184797)
+++ PKGBUILD2013-05-08 17:55:11 UTC (rev 184798)
@@ -3,8 +3,8 @@
 # Contributor: Brice Carpentier br...@dlfp.org
 
 pkgname=mono
-pkgver=2.10.8
-pkgrel=2
+pkgver=2.10.9
+pkgrel=1
 pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
@@ -16,7 +16,7 @@
 conflicts=('monodoc')
 
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d)
-md5sums=('c012b01ac17bedb0af52b7a16405da84'
+md5sums=('bbbff9d3d0c36b904437ada36a27eb9e'
  'b9ef8a65fea497acf176cca16c1e2402')
 
 build() {



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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 19:55:32
  Author: bpiotrowski
Revision: 184799

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

Added:
  mono/repos/extra-i686/PKGBUILD
(from rev 184798, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 184798, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/mini_amd64.patch
(from rev 184798, mono/trunk/mini_amd64.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 184798, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 184798, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 184798, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/mini_amd64.patch
(from rev 184798, mono/trunk/mini_amd64.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 184798, mono/trunk/mono.binfmt.d)
Deleted:
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/mini_amd64.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/mini_amd64.patch
  mono/repos/extra-x86_64/mono.binfmt.d

---+
 /PKGBUILD |  104 
 /bug434892.patch  |   22 
 /mini_amd64.patch |   26 ++
 /mono.binfmt.d|2 
 extra-i686/PKGBUILD   |   52 
 extra-i686/bug434892.patch|   11 
 extra-i686/mini_amd64.patch   |   13 -
 extra-i686/mono.binfmt.d  |1 
 extra-x86_64/PKGBUILD |   52 
 extra-x86_64/bug434892.patch  |   11 
 extra-x86_64/mini_amd64.patch |   13 -
 extra-x86_64/mono.binfmt.d|1 
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-08 17:55:11 UTC (rev 184798)
+++ extra-i686/PKGBUILD 2013-05-08 17:55:32 UTC (rev 184799)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Brice Carpentier br...@dlfp.org
-
-pkgname=mono
-pkgver=2.10.8
-pkgrel=2
-pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
-url=http://www.mono-project.com/;
-depends=('zlib' 'libgdiplus=2.10' 'sh')
-makedepends=('pkgconfig')
-options=('!libtool' '!makeflags')
-provides=('monodoc')
-conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz
-mono.binfmt.d)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # build mono
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --with-libgdiplus=installed 
-  make || return 1
-
-  # build jay
-  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make || return 1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
-
-  # install jay
-  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # install binfmt conf file and pathes
-  install -D -m644 ${srcdir}/mono.binfmt.d ${pkgdir}/usr/lib/binfmt.d/mono.conf
-
-  #install license
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
-  
-  #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
-  sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
-}
-md5sums=('411a2d9bcfc37a61eb9aedba88b40533'
- 'b9ef8a65fea497acf176cca16c1e2402')

Copied: mono/repos/extra-i686/PKGBUILD (from rev 184798, mono/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-08 17:55:32 UTC (rev 184799)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Brice Carpentier br...@dlfp.org
+
+pkgname=mono
+pkgver=2.10.9
+pkgrel=1
+pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
+arch=(i686 x86_64)
+license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
+url=http://www.mono-project.com/;
+depends=('zlib' 'libgdiplus=2.10' 'sh')
+makedepends=('pkgconfig')
+options=('!libtool' '!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+mono.binfmt.d)
+md5sums=('bbbff9d3d0c36b904437ada36a27eb9e'
+ 'b9ef8a65fea497acf176cca16c1e2402')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # build mono
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --with-libgdiplus=installed 
+  make
+
+  # build jay
+  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make 

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

2013-05-08 Thread Jonathan Steel
Date: Wednesday, May 8, 2013 @ 20:09:24
  Author: jsteel
Revision: 90206

ophcrack: convert tabs to spaces

Modified:
  ophcrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 17:38:03 UTC (rev 90205)
+++ PKGBUILD2013-05-08 18:09:24 UTC (rev 90206)
@@ -27,10 +27,10 @@
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-   make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir/ install
 
-   install -Dm644 $srcdir/ophcrack.desktop 
$pkgdir/usr/share/applications/ophcrack.desktop
-   install -Dm644 src/gui/pixmaps/os.xpm 
$pkgdir/usr/share/$pkgname/pixmaps/os.xpm
+  install -Dm644 $srcdir/ophcrack.desktop 
$pkgdir/usr/share/applications/ophcrack.desktop
+  install -Dm644 src/gui/pixmaps/os.xpm 
$pkgdir/usr/share/$pkgname/pixmaps/os.xpm
 }



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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 21:45:50
  Author: bpiotrowski
Revision: 184800

upgpkg: muparser 2.2.3-1

- upstream release

Modified:
  muparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 17:55:32 UTC (rev 184799)
+++ PKGBUILD2013-05-08 19:45:50 UTC (rev 184800)
@@ -3,25 +3,25 @@
 # Contributor: damir damir.archlinux.org
 
 pkgname=muparser
-pkgver=1.34
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
 pkgdesc=A fast math parser library
 arch=('i686' 'x86_64')
 url=http://muparser.sourceforge.net/;
 depends=('gcc-libs')
 license=('custom')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v134.tar.gz;)
-md5sums=('0c4f4bf86aa2a5a737adc0e08cb77737')
+source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver//./_}.zip;)
+md5sums=('9de40ec1dab5bd2787ee344fce5846ad')
 
 build() {
-  cd $srcdir/${pkgname}_v134
+  cd $srcdir/${pkgname}_v${pkgver//./_}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/${pkgname}_v134
+  cd $srcdir/${pkgname}_v${pkgver//./_}
   make DESTDIR=$pkgdir install
 
   # license



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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Wednesday, May 8, 2013 @ 21:46:08
  Author: bpiotrowski
Revision: 184801

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-08 19:45:50 UTC (rev 184800)
+++ extra-i686/PKGBUILD 2013-05-08 19:46:08 UTC (rev 184801)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir damir.archlinux.org
-
-pkgname=muparser
-pkgver=1.34
-pkgrel=2
-pkgdesc=A fast math parser library
-arch=('i686' 'x86_64')
-url=http://muparser.sourceforge.net/;
-depends=('gcc-libs')
-license=('custom')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v134.tar.gz;)
-md5sums=('0c4f4bf86aa2a5a737adc0e08cb77737')
-
-build() {
-  cd $srcdir/${pkgname}_v134
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}_v134
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -D -m644 License.txt \
-   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: muparser/repos/extra-i686/PKGBUILD (from rev 184800, 
muparser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-08 19:46:08 UTC (rev 184801)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir damir.archlinux.org
+
+pkgname=muparser
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=A fast math parser library
+arch=('i686' 'x86_64')
+url=http://muparser.sourceforge.net/;
+depends=('gcc-libs')
+license=('custom')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver//./_}.zip;)
+md5sums=('9de40ec1dab5bd2787ee344fce5846ad')
+
+build() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  make DESTDIR=$pkgdir install
+
+  # license
+  install -D -m644 License.txt \
+   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-08 19:45:50 UTC (rev 184800)
+++ extra-x86_64/PKGBUILD   2013-05-08 19:46:08 UTC (rev 184801)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir damir.archlinux.org
-
-pkgname=muparser
-pkgver=1.34
-pkgrel=2
-pkgdesc=A fast math parser library
-arch=('i686' 'x86_64')
-url=http://muparser.sourceforge.net/;
-depends=('gcc-libs')
-license=('custom')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v134.tar.gz;)
-md5sums=('0c4f4bf86aa2a5a737adc0e08cb77737')
-
-build() {
-  cd $srcdir/${pkgname}_v134
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}_v134
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -D -m644 License.txt \
-   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: muparser/repos/extra-x86_64/PKGBUILD (from rev 184800, 
muparser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-08 19:46:08 UTC (rev 184801)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir damir.archlinux.org
+
+pkgname=muparser
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=A fast math parser library
+arch=('i686' 'x86_64')
+url=http://muparser.sourceforge.net/;
+depends=('gcc-libs')
+license=('custom')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver//./_}.zip;)
+md5sums=('9de40ec1dab5bd2787ee344fce5846ad')
+
+build() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  make DESTDIR=$pkgdir install
+
+  # license
+  install -D -m644 License.txt \
+   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-05-08 Thread Sven-Hendrik Haase
Date: Wednesday, May 8, 2013 @ 21:53:20
  Author: svenstaro
Revision: 90207

upgpkg: wine 1.5.29-3

libpng 1.6 rebuild

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 18:09:24 UTC (rev 90206)
+++ PKGBUILD2013-05-08 19:53:20 UTC (rev 90207)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.5.29
-pkgrel=2
+pkgrel=3
 
 _pkgbasever=${pkgver/rc/-rc}
 



[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2013-05-08 Thread Sven-Hendrik Haase
Date: Wednesday, May 8, 2013 @ 21:53:31
  Author: svenstaro
Revision: 90208

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 90207, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 90207, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 90207, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 wine.install  |   24 +--
 3 files changed, 210 insertions(+), 210 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-05-08 19:53:20 UTC (rev 90207)
+++ 30-win32-aliases.conf   2013-05-08 19:53:31 UTC (rev 90208)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 90207, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-05-08 19:53:31 UTC (rev 90208)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-08 19:53:20 UTC (rev 90207)
+++ PKGBUILD2013-05-08 19:53:31 UTC (rev 90208)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.29
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('4a7dc9dad3c3c7710c202458374ed21c'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama 

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

2013-05-08 Thread Giovanni Scafora
Date: Wednesday, May 8, 2013 @ 21:56:15
  Author: giovanni
Revision: 90209

upgpkg: converseen 0.6.2-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 19:53:31 UTC (rev 90208)
+++ PKGBUILD2013-05-08 19:56:15 UTC (rev 90209)
@@ -3,7 +3,7 @@
 # Contributor: archtux antonio.arias9 at gmail.com
 
 pkgname=converseen
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc=The batch image converter and resizer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('15bf5783d3df2c0063b5c5b37d5c495c')
+md5sums=('bf1d8055be76be704418df7fbc811a21')
 
 build() {
   cd ${srcdir}



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

2013-05-08 Thread Giovanni Scafora
Date: Wednesday, May 8, 2013 @ 21:56:22
  Author: giovanni
Revision: 90210

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

Added:
  converseen/repos/community-i686/PKGBUILD
(from rev 90209, converseen/trunk/PKGBUILD)
  converseen/repos/community-i686/converseen.install
(from rev 90209, converseen/trunk/converseen.install)
  converseen/repos/community-x86_64/PKGBUILD
(from rev 90209, converseen/trunk/PKGBUILD)
  converseen/repos/community-x86_64/converseen.install
(from rev 90209, converseen/trunk/converseen.install)
Deleted:
  converseen/repos/community-i686/PKGBUILD
  converseen/repos/community-i686/converseen.install
  converseen/repos/community-x86_64/PKGBUILD
  converseen/repos/community-x86_64/converseen.install

-+
 /PKGBUILD   |   76 ++
 /converseen.install |   22 +
 community-i686/PKGBUILD |   38 -
 community-i686/converseen.install   |   11 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/converseen.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-08 19:56:15 UTC (rev 90209)
+++ community-i686/PKGBUILD 2013-05-08 19:56:22 UTC (rev 90210)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr')
-makedepends=('cmake')
-install=converseen.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('15bf5783d3df2c0063b5c5b37d5c495c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DImageMagick_Magick++_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 \
-  
-DImageMagick_Magick++_LIBRARY:FILEPATH=/usr/lib/libMagick++-6.Q16.so \
-  -DImageMagick_MagickWand_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
-  
-DImageMagick_MagickWand_LIBRARY:FILEPATH=/usr/lib/libMagickWand-6.Q16.so \
-  -DImageMagick_MagickCore_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
-  
-DImageMagick_MagickCore_LIBRARY:FILEPATH=/usr/lib/libMagickCore-6.Q16.so
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 90209, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-08 19:56:22 UTC (rev 90210)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.sourceforge.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('bf1d8055be76be704418df7fbc811a21')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DImageMagick_Magick++_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 \
+  
-DImageMagick_Magick++_LIBRARY:FILEPATH=/usr/lib/libMagick++-6.Q16.so \
+  -DImageMagick_MagickWand_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
+  
-DImageMagick_MagickWand_LIBRARY:FILEPATH=/usr/lib/libMagickWand-6.Q16.so \
+  -DImageMagick_MagickCore_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
+  
-DImageMagick_MagickCore_LIBRARY:FILEPATH=/usr/lib/libMagickCore-6.Q16.so
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2013-05-08 19:56:15 UTC (rev 90209)
+++ community-i686/converseen.install   2013-05-08 19:56:22 UTC (rev 90210)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 90209, 
converseen/trunk/converseen.install)
===

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2013-05-08 Thread Sven-Hendrik Haase
Date: Wednesday, May 8, 2013 @ 22:05:06
  Author: svenstaro
Revision: 90211

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 90210, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 90210, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 90210, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 wine.install  |   24 +--
 3 files changed, 210 insertions(+), 210 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-05-08 19:56:22 UTC (rev 90210)
+++ 30-win32-aliases.conf   2013-05-08 20:05:06 UTC (rev 90211)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 90210, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-05-08 20:05:06 UTC (rev 90211)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-08 19:56:22 UTC (rev 90210)
+++ PKGBUILD2013-05-08 20:05:06 UTC (rev 90211)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.29
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('4a7dc9dad3c3c7710c202458374ed21c'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  

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

2013-05-08 Thread Sébastien Luttringer
Date: Thursday, May 9, 2013 @ 02:26:24
  Author: seblu
Revision: 90212

update PKGBUILD to handle kernel .0 release

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   35 +--
 virtualbox-guest-modules.install |   13 +++--
 virtualbox-host-modules.install  |   15 ---
 3 files changed, 32 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 20:05:06 UTC (rev 90211)
+++ PKGBUILD2013-05-09 00:26:24 UTC (rev 90212)
@@ -9,15 +9,17 @@
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-headers'
+makedepends=('linux'
+ 'linux-headers'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver
  'expac'
+ 'sed'
  'bc')
 
 build() {
-  _kernver=$(expac -Q '%v' linux-headers)-ARCH
-  #_kernver=3.9.0-1-ARCH
+  _kernmaj=$(expac -Q '%v' linux|sed -r 's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
+  _kernver=$( /usr/lib/modules/extramodules-$_kernmaj-ARCH/version)
   # dkms need modification to be run as user
   cp -r /var/lib/dkms .
   echo dkms_tree='$srcdir/dkms'  dkms.conf
@@ -30,39 +32,36 @@
 }
 
 package_virtualbox-host-modules(){
-  _kernver=$(expac -Q '%v' linux-headers)-ARCH
-  #_kernver=3.9.0-1-ARCH
-  _extraver=extramodules-${_kernver%.*}-ARCH
+  _kernmaj=$(expac -Q '%v' linux|sed -r 's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
+  _kernver=$( /usr/lib/modules/extramodules-$_kernmaj-ARCH/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  depends=(linux=$_kernmaj linux$(echo $_kernmaj+0.1|bc))
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
 
-  install -dm755 $pkgdir/usr/lib/modules/$_extraver
   cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  install -dm755 $pkgdir/usr/lib/modules/extramodules-$_kernmaj-ARCH/
+  install -m644 * $pkgdir/usr/lib/modules/extramodules-$_kernmaj-ARCH/
   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-host-modules.install
+  sed -ie s/VERSION='.*'/VERSION='$_kernver'/ 
$startdir/virtualbox-host-modules.install
 }
 
 package_virtualbox-guest-modules(){
-  _kernver=$(expac -Q '%v' linux-headers)-ARCH
-  #_kernver=3.9.0-1-ARCH
-  _extraver=extramodules-${_kernver%.*}-ARCH
-
+  _kernmaj=$(expac -Q '%v' linux|sed -r 's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
+  _kernver=$( /usr/lib/modules/extramodules-$_kernmaj-ARCH/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  depends=(linux=$_kernmaj linux$(echo $_kernmaj+0.1|bc))
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install
 
-  install -dm755 $pkgdir/usr/lib/modules/$_extraver
   cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
-  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  install -dm755 $pkgdir/usr/lib/modules/extramodules-$_kernmaj-ARCH/
+  install -m644 * $pkgdir/usr/lib/modules/extramodules-$_kernmaj-ARCH/
   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-guest-modules.install
+  sed -ie s/VERSION='.*'/VERSION='$_kernver'/ 
$startdir/virtualbox-guest-modules.install
 }
 
 # vim:set ts=2 sw=2 et:

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2013-05-08 20:05:06 UTC (rev 90211)
+++ virtualbox-guest-modules.install2013-05-09 00:26:24 UTC (rev 90212)
@@ -1,3 +1,5 @@
+VERSION=''
+
 post_install() {
 cat  EOF
 === You may want to load vboxguest, vboxsf and vboxvideo
@@ -2,14 +4,13 @@
 EOF
-EXTRAMODULES='extramodules-3.9-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+  depmod $VERSION
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.9-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+  depmod $VERSION
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.9-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+  depmod $VERSION
 }
+
+# vim:set ts=2 sw=2 et:

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2013-05-08 20:05:06 UTC (rev 90211)
+++ virtualbox-host-modules.install 2013-05-09 00:26:24 UTC (rev 90212)
@@ -1,3 +1,5 @@
+VERSION=''
+
 post_install() {
 cat  EOF
 === You must load vboxdrv 

[arch-commits] Commit in virtualbox-modules-lts/trunk (3 files)

2013-05-08 Thread Sébastien Luttringer
Date: Thursday, May 9, 2013 @ 02:38:10
  Author: seblu
Revision: 90213

Sync to virtualbox-modules (add support of .0 release)

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD
  virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install
  virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install

--+
 PKGBUILD |   34 -
 virtualbox-guest-modules-lts.install |   10 +
 virtualbox-host-modules-lts.install  |   12 ++-
 3 files changed, 30 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-09 00:26:24 UTC (rev 90212)
+++ PKGBUILD2013-05-09 00:38:10 UTC (rev 90213)
@@ -10,15 +10,17 @@
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-lts-headers'
+makedepends=('linux-lts'
+ 'linux-lts-headers'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver
  'expac'
+ 'sed'
  'bc')
 
 build() {
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-
+  _kernmaj=$(expac -Q '%v' linux-lts|sed -r 
's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
+  _kernver=$( /usr/lib/modules/extramodules-$_kernmaj-lts/version)
   # dkms need modification to be run as user
   cp -r /var/lib/dkms .
   echo dkms_tree='$srcdir/dkms'  dkms.conf
@@ -31,40 +33,38 @@
 }
 
 package_virtualbox-host-modules-lts(){
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-  _extraver=extramodules-${_kernver%.*}-lts
-
+  _kernmaj=$(expac -Q '%v' linux-lts|sed -r 
's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
+  _kernver=$( /usr/lib/modules/extramodules-$_kernmaj-lts/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=(linux-lts=${_kernver%.*} linux-lts$(echo 
${_kernver%.*}+0.1|bc))
+  depends=(linux-lts=$_kernmaj linux-lts$(echo $_kernmaj+0.1|bc))
   replaces=('virtualbox-modules-lts')
   conflicts=('virtualbox-modules-lts')
   provides=(virtualbox-host-modules=$pkgver)
   install=virtualbox-host-modules-lts.install
 
-  install -dm755 $pkgdir/usr/lib/modules/$_extraver
   cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  install -dm755 $pkgdir/usr/lib/modules/extramodules-$_kernmaj-lts/
+  install -m644 * $pkgdir/usr/lib/modules/extramodules-$_kernmaj-lts/
   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-host-modules-lts.install
+  sed -ie s/VERSION='.*'/VERSION='$_kernver'/ 
$startdir/virtualbox-host-modules-lts.install
 }
 
 package_virtualbox-guest-modules-lts(){
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-  _extraver=extramodules-${_kernver%.*}-lts
-
+  _kernmaj=$(expac -Q '%v' linux-lts|sed -r 
's/([[:digit:]]+\.[[:digit:]]+).*/\1/')
+  _kernver=$( /usr/lib/modules/extramodules-$_kernmaj-lts/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=(linux-lts=${_kernver%.*} linux-lts$(echo 
${_kernver%.*}+0.1|bc))
+  depends=(linux-lts=$_kernmaj linux-lts$(echo $_kernmaj+0.1|bc))
   replaces=('virtualbox-archlinux-modules-lts')
   conflicts=('virtualbox-archlinux-modules-lts')
   provides=(virtualbox-host-modules=$pkgver)
   install=virtualbox-guest-modules-lts.install
 
-  install -dm755 $pkgdir/usr/lib/modules/$_extraver
   cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
-  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  install -dm755 $pkgdir/usr/lib/modules/extramodules-$_kernmaj-lts/
+  install -m644 * $pkgdir/usr/lib/modules/extramodules-$_kernmaj-lts/
   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-guest-modules-lts.install
+  sed -ie s/VERSION='.*'/VERSION='$_kernver'/ 
$startdir/virtualbox-guest-modules-lts.install
 }
 
 # vim:set ts=2 sw=2 et:

Modified: virtualbox-guest-modules-lts.install
===
--- virtualbox-guest-modules-lts.install2013-05-09 00:26:24 UTC (rev 
90212)
+++ virtualbox-guest-modules-lts.install2013-05-09 00:38:10 UTC (rev 
90213)
@@ -1,16 +1,18 @@
-EXTRAMODULES='extramodules-3.0-lts'
+VERSION=''
 
 post_install() {
 cat  EOF
 === You may want to load vboxguest, vboxsf and vboxvideo
 EOF
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+  depmod $VERSION
 }
 
 post_upgrade() {
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+  depmod $VERSION
 }
 
 post_remove() {
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+  depmod $VERSION
 }
+
+# vim:set ts=2 sw=2 et:

Modified: virtualbox-host-modules-lts.install
===
--- virtualbox-host-modules-lts.install 2013-05-09 00:26:24 UTC (rev 90212)
+++ virtualbox-host-modules-lts.install 2013-05-09 00:38:10 UTC (rev 90213)

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

2013-05-08 Thread Bartłomiej Piotrowski
Date: Thursday, May 9, 2013 @ 06:23:52
  Author: bpiotrowski
Revision: 184802

upgpkg: qtiplot 0.9.8.9-4

- rebuild against muparser 2.2.3

Modified:
  qtiplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 19:46:08 UTC (rev 184801)
+++ PKGBUILD2013-05-09 04:23:52 UTC (rev 184802)
@@ -5,7 +5,7 @@
 
 pkgname=qtiplot
 pkgver=0.9.8.9
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/qtiplot.html;
 pkgdesc=Data analysis and scientific plotting - free clone of Origin



[arch-commits] Commit in qtiplot/repos (52 files)

2013-05-08 Thread Bartłomiej Piotrowski
Date: Thursday, May 9, 2013 @ 06:24:34
  Author: bpiotrowski
Revision: 184803

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

Added:
  qtiplot/repos/extra-i686/PKGBUILD
(from rev 184802, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-i686/build.conf.archlinux
(from rev 184802, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
(from rev 184802, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
(from rev 184802, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
(from rev 184802, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-i686/qtiplot.desktop
(from rev 184802, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-i686/qtiplot.install
(from rev 184802, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-i686/qtiplot.png
(from rev 184802, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-i686/qtiplot.xml
(from rev 184802, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
(from rev 184802, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
(from rev 184802, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
(from rev 184802, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-i686/sip.patch
(from rev 184802, qtiplot/trunk/sip.patch)
  qtiplot/repos/extra-x86_64/PKGBUILD
(from rev 184802, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-x86_64/build.conf.archlinux
(from rev 184802, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
(from rev 184802, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
(from rev 184802, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
(from rev 184802, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-x86_64/qtiplot.desktop
(from rev 184802, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-x86_64/qtiplot.install
(from rev 184802, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-x86_64/qtiplot.png
(from rev 184802, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-x86_64/qtiplot.xml
(from rev 184802, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
(from rev 184802, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
(from rev 184802, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
(from rev 184802, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-x86_64/sip.patch
(from rev 184802, qtiplot/trunk/sip.patch)
Deleted:
  qtiplot/repos/extra-i686/PKGBUILD
  qtiplot/repos/extra-i686/build.conf.archlinux
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-i686/qtiplot.desktop
  qtiplot/repos/extra-i686/qtiplot.install
  qtiplot/repos/extra-i686/qtiplot.png
  qtiplot/repos/extra-i686/qtiplot.xml
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
  qtiplot/repos/extra-i686/sip.patch
  qtiplot/repos/extra-x86_64/PKGBUILD
  qtiplot/repos/extra-x86_64/build.conf.archlinux
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-x86_64/qtiplot.desktop
  qtiplot/repos/extra-x86_64/qtiplot.install
  qtiplot/repos/extra-x86_64/qtiplot.png
  qtiplot/repos/extra-x86_64/qtiplot.xml
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
  qtiplot/repos/extra-x86_64/sip.patch

--+
 /PKGBUILD|  188 +
 /build.conf.archlinux|   64 
 /qtiplot-0.9.8.6-gold.patch  |   30 +++
 /qtiplot-0.9.8.6-kde.patch   |   30 +++
 /qtiplot-0.9.8.6-tamuanova.patch |   52 ++
 /qtiplot.desktop |   26 +++
 /qtiplot.install |   24 +++
 /qtiplot.xml |   34 
 /qwtplot3d-libpng15.patch|   20 ++
 /qwtplot3d-qt-4.8.0.patch|   68 +
 /qwtplot3d_gcc.patch |   18 ++
 /sip.patch   |   26 +++
 extra-i686/PKGBUILD  |   94 
 extra-i686/build.conf.archlinux  |   32