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

2013-07-28 Thread Gaetan Bisson
Date: Sunday, July 28, 2013 @ 08:24:44
  Author: bisson
Revision: 191623

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 191622, fontforge/repos/testing-i686/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 191622, fontforge/repos/testing-i686/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 191622, fontforge/repos/testing-x86_64/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 191622, fontforge/repos/testing-x86_64/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/install
  fontforge/repos/testing-i686/
  fontforge/repos/testing-x86_64/

---+
 /PKGBUILD |  118 
 /install  |   24 +
 extra-i686/PKGBUILD   |   48 ---
 extra-i686/install|   12 
 extra-x86_64/PKGBUILD |   48 ---
 extra-x86_64/install  |   12 
 6 files changed, 142 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-28 05:21:31 UTC (rev 191622)
+++ extra-i686/PKGBUILD 2013-07-28 06:24:44 UTC (rev 191623)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-pkgver=20120731_b
-pkgrel=4
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2;)
-sha1sums=('b520f532b48e557c177dffa29120225066cc4e84')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
-# 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver//_/-}
-   sed -i 's/python /python2 /g' Makefile.dynamic.in
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-type3 \
-   --enable-devicetables \
-   --enable-double \
-   --with-regular-link \
-   --with-python=python2 \
-   --enable-pyextension \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver//_/-}
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/icons
-   cp -a Packaging/icons ${pkgdir}/usr/share/icons/hicolor
-   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 Packaging/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 191622, 
fontforge/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 06:24:44 UTC (rev 191623)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+pkgver=20120731_b
+pkgrel=5
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2;
+'http://fontforge.org/cidmaps.tgz')
+sha1sums=('b520f532b48e557c177dffa29120225066cc4e84'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
+# 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver//_/-}
+   sed 's/python /python2 /g' -i Makefile.dynamic.in
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver//_/-}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-type3 \
+   

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

2013-07-28 Thread Tobias Powalowski
Date: Sunday, July 28, 2013 @ 09:40:29
  Author: tpowa
Revision: 191625

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

Added:
  grub/repos/testing-i686/
  grub/repos/testing-i686/60_memtest86+
(from rev 191624, grub/trunk/60_memtest86+)
  grub/repos/testing-i686/PKGBUILD
(from rev 191624, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 191624, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-i686/grub-2.00-mkinitcpio-0.15.patch
(from rev 191624, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-i686/grub.cfg
(from rev 191624, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 191624, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 191624, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  grub/repos/testing-x86_64/60_memtest86+
(from rev 191624, grub/trunk/60_memtest86+)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 191624, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 191624, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-x86_64/grub-2.00-mkinitcpio-0.15.patch
(from rev 191624, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-x86_64/grub.cfg
(from rev 191624, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 191624, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 191624, grub/trunk/grub.install)

+
 testing-i686/60_memtest86+ |   32 ++
 testing-i686/PKGBUILD  |  249 +++
 testing-i686/archlinux_grub_mkconfig_fixes.patch   |  143 ++
 testing-i686/grub-2.00-mkinitcpio-0.15.patch   |   11 
 testing-i686/grub.cfg  |  139 ++
 testing-i686/grub.default  |   47 +++
 testing-i686/grub.install  |   33 ++
 testing-x86_64/60_memtest86+   |   32 ++
 testing-x86_64/PKGBUILD|  249 +++
 testing-x86_64/archlinux_grub_mkconfig_fixes.patch |  143 ++
 testing-x86_64/grub-2.00-mkinitcpio-0.15.patch |   11 
 testing-x86_64/grub.cfg|  139 ++
 testing-x86_64/grub.default|   47 +++
 testing-x86_64/grub.install|   33 ++
 14 files changed, 1308 insertions(+)

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


[arch-commits] Commit in grub/trunk (PKGBUILD grub-2.00-mkinitcpio-0.15.patch)

2013-07-28 Thread Tobias Powalowski
Date: Sunday, July 28, 2013 @ 09:40:09
  Author: tpowa
Revision: 191624

upgpkg: grub 2.00.5043-3

fix 10_linux

Added:
  grub/trunk/grub-2.00-mkinitcpio-0.15.patch
Modified:
  grub/trunk/PKGBUILD

-+
 PKGBUILD|   26 --
 grub-2.00-mkinitcpio-0.15.patch |   11 +++
 2 files changed, 27 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 06:24:44 UTC (rev 191623)
+++ PKGBUILD2013-07-28 07:40:09 UTC (rev 191624)
@@ -12,7 +12,7 @@
 pkgname=grub
 pkgdesc=GNU GRand Unified Bootloader (2)
 pkgver=2.00.${_GRUB_BZR_REV}
-pkgrel=2
+pkgrel=3
 url=https://www.gnu.org/software/grub/;
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -40,20 +40,25 @@
 'archlinux_grub_mkconfig_fixes.patch'
 '60_memtest86+'
 'grub.default'
-'grub.cfg')
+'grub.cfg'
+'grub-2.00-mkinitcpio-0.15.patch')
+md5sums=('SKIP'
+ 'ee1262cc4e20031df019779b1a4b1e39'
+ 'be55eabc102f2c60b38ed35c203686d6'
+ 'a03ffd56324520393bf574cefccb893d'
+ 'f184b060fe22eca662ad455c69241496'
+ 'd25d2dcf8ba708dcf768fcaea799f59c'
+ 'SKIP'
+ 'SKIP')
 
 for _DIR_ in 915resolution ntldr-img ; do

source+=(grub-extras-${_DIR_}::bzr+bzr://bzr.savannah.gnu.org/grub-extras/${_DIR_}/#revision=)
 done
 
-# sha1sums=('274d91e96b56a5b9dd0a07accff69dbb6dfb596b'
-sha1sums=('SKIP'
-  'e7fd9161057411b1adc22977d4b3e7c06116239d'
-  '2aa2deeb7d7dc56f389aa1487b7a57b0d44ce559'
-  'dbf493dec4722feb11f0b5c71ad453a18daf0fc5'
-  '5b7fcb0718a23035c039eb2fda9e088bb13ae611'
-  'SKIP'
-  'SKIP')
+prepare() {
+   cd ${srcdir}/grub-${pkgver}
+   patch -Np0 -i ${srcdir}/grub-2.00-mkinitcpio-0.15.patch
+}
 
 _build_grub-common_and_bios() {

@@ -241,3 +246,4 @@
_package_grub-common_and_bios

 }
+

Added: grub-2.00-mkinitcpio-0.15.patch
===
--- grub-2.00-mkinitcpio-0.15.patch (rev 0)
+++ grub-2.00-mkinitcpio-0.15.patch 2013-07-28 07:40:09 UTC (rev 191624)
@@ -0,0 +1,11 @@
+--- util/grub.d/10_linux.in.old2013-07-28 08:55:47.825946239 +0200
 util/grub.d/10_linux.in2013-07-28 08:56:14.082201512 +0200
+@@ -138,7 +138,7 @@
+   message=$(gettext_printf Loading Linux %s ... ${version})
+   sed s/^/$submenu_indentation/  EOF
+   echo'$(echo $message | grub_quote)'
+-  linux   ${rel_dirname}/${basename} 
root=${linux_root_device_thisversion} ro ${args}
++  linux   ${rel_dirname}/${basename} 
root=${linux_root_device_thisversion} rw ${args}
+ EOF
+   if test -n ${initrd} ; then
+ # TRANSLATORS: ramdisk isn't identifier. Should be translated.



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

2013-07-28 Thread Andreas Radke
Date: Sunday, July 28, 2013 @ 11:09:17
  Author: andyrtr
Revision: 191626

upgpkg: x2goserver 4.0.1.5-1

upstream update 4.0.1.5

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 07:40:29 UTC (rev 191625)
+++ PKGBUILD2013-07-28 09:09:17 UTC (rev 191626)
@@ -7,7 +7,7 @@
 # Contributor: Milan Knížek kni...@volny.cz
 
 pkgname=x2goserver
-pkgver=4.0.1.3
+pkgver=4.0.1.5
 pkgrel=1
 pkgdesc=Open source terminal server
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('494b2d0435f7a11bc68a5d1d2a8a5f33'
+md5sums=('2bcd0f96d38951f96c08a5d92c21aa41'
  'f76081c01e40b6206895d194dc949707')
 
 build() {



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

2013-07-28 Thread Andreas Radke
Date: Sunday, July 28, 2013 @ 11:09:44
  Author: andyrtr
Revision: 191627

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 191626, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 191626, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-i686/x2goserver.service
(from rev 191626, x2goserver/trunk/x2goserver.service)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 191626, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 191626, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/x2goserver.service
(from rev 191626, x2goserver/trunk/x2goserver.service)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-i686/x2goserver.service
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install
  x2goserver/repos/extra-x86_64/x2goserver.service

-+
 /PKGBUILD   |  126 ++
 /x2goserver.install |  122 
 /x2goserver.service |   20 ++
 extra-i686/PKGBUILD |   63 ---
 extra-i686/x2goserver.install   |   61 --
 extra-i686/x2goserver.service   |   10 ---
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/x2goserver.install |   61 --
 extra-x86_64/x2goserver.service |   10 ---
 9 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-28 09:09:17 UTC (rev 191626)
+++ extra-i686/PKGBUILD 2013-07-28 09:09:44 UTC (rev 191627)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Markus Opitz mastero23 at gmail dot com
-# Contributor: Milan Knížek kni...@volny.cz
-
-pkgname=x2goserver
-pkgver=4.0.1.3
-pkgrel=1
-pkgdesc=Open source terminal server
-arch=('i686' 'x86_64')
-url=http://www.x2go.org/;
-license=('GPL')
-depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')
-makedepends=('man2html')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
-x2goserver.service)
-md5sums=('494b2d0435f7a11bc68a5d1d2a8a5f33'
- 'f76081c01e40b6206895d194dc949707')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN)  @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@  \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i s:-o root -g root ::g $Makefile
-  done
-
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir install
-
-  # systemd service file - only runs x2gocleansessions
-  install -Dm 644 $srcdir/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service
-  
-  # X2go homedir + printing spool dir
-  install -dm 770 $pkgdir/var/lib/x2go
-  install -dm 770 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modules-load.d
-  echo fuse  $pkgdir/usr/lib/modules-load.d/x2goserver.conf
-
-  install -dm 755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m 644 debian/changelog 
${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN
-  install -m 644 debian/copyright 
${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN
-}

Copied: x2goserver/repos/extra-i686/PKGBUILD (from rev 191626, 
x2goserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 09:09:44 UTC (rev 191627)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Markus Opitz mastero23 at gmail dot com
+# Contributor: Milan Knížek kni...@volny.cz
+
+pkgname=x2goserver
+pkgver=4.0.1.5
+pkgrel=1
+pkgdesc=Open source terminal server
+arch=('i686' 'x86_64')
+url=http://www.x2go.org/;
+license=('GPL')
+depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')

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

2013-07-28 Thread Florian Pritz
Date: Sunday, July 28, 2013 @ 13:51:31
  Author: bluewind
Revision: 94609

upgpkg: fb-client 1.1.4-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-27 21:30:40 UTC (rev 94608)
+++ PKGBUILD2013-07-28 11:51:31 UTC (rev 94609)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Bluewind Pritz f...@xssn.at
 
 pkgname=fb-client
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc=Client for paste.xinu.at
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('curl')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('6d05a1ebe50fa2c00c03fa41195bdf48'
+md5sums=('e0b3bde72fb416fd10550cac829758bd'
  'SKIP')
 
 build() {



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

2013-07-28 Thread Florian Pritz
Date: Sunday, July 28, 2013 @ 13:51:36
  Author: bluewind
Revision: 94610

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

Added:
  fb-client/repos/community-i686/PKGBUILD
(from rev 94609, fb-client/trunk/PKGBUILD)
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 94609, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-i686/PKGBUILD
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-28 11:51:31 UTC (rev 94609)
+++ community-i686/PKGBUILD 2013-07-28 11:51:36 UTC (rev 94610)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('6d05a1ebe50fa2c00c03fa41195bdf48'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-i686/PKGBUILD (from rev 94609, 
fb-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-28 11:51:36 UTC (rev 94610)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('e0b3bde72fb416fd10550cac829758bd'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-28 11:51:31 UTC (rev 94609)
+++ community-x86_64/PKGBUILD   2013-07-28 11:51:36 UTC (rev 94610)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('6d05a1ebe50fa2c00c03fa41195bdf48'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 94609, 
fb-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-28 11:51:36 UTC (rev 94610)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('e0b3bde72fb416fd10550cac829758bd'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in linux/trunk (alsa-firmware-loading-3.8.8.patch)

2013-07-28 Thread Jan Steffens
Date: Sunday, July 28, 2013 @ 13:58:49
  Author: heftig
Revision: 191629

remove obsolete patch

Deleted:
  linux/trunk/alsa-firmware-loading-3.8.8.patch

---+
 alsa-firmware-loading-3.8.8.patch |   89 
 1 file changed, 89 deletions(-)

Deleted: alsa-firmware-loading-3.8.8.patch
===
--- alsa-firmware-loading-3.8.8.patch   2013-07-28 10:43:32 UTC (rev 191628)
+++ alsa-firmware-loading-3.8.8.patch   2013-07-28 11:58:49 UTC (rev 191629)
@@ -1,89 +0,0 @@
-diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h
-index f841ba4..dfb42ca 100644
 a/include/sound/emu10k1.h
-+++ b/include/sound/emu10k1.h
-@@ -1787,6 +1787,7 @@ struct snd_emu10k1 {
-   unsigned int next_free_voice;
- 
-   const struct firmware *firmware;
-+  const struct firmware *dock_fw;
- 
- #ifdef CONFIG_PM_SLEEP
-   unsigned int *saved_ptr;
-diff --git a/sound/pci/emu10k1/emu10k1_main.c 
b/sound/pci/emu10k1/emu10k1_main.c
-index e6b0166..bdd888e 100644
 a/sound/pci/emu10k1/emu10k1_main.c
-+++ b/sound/pci/emu10k1/emu10k1_main.c
-@@ -657,14 +657,14 @@ static int snd_emu10k1_cardbus_init(struct snd_emu10k1 
*emu)
-   return 0;
- }
- 
--static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu)
-+static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu,
-+   const struct firmware *fw_entry)
- {
-   int n, i;
-   int reg;
-   int value;
-   unsigned int write_post;
-   unsigned long flags;
--  const struct firmware *fw_entry = emu-firmware;
- 
-   if (!fw_entry)
-   return -EIO;
-@@ -725,9 +725,34 @@ static int emu1010_firmware_thread(void *data)
-   /* Return to Audio Dock programming mode */
-   snd_printk(KERN_INFO emu1010: Loading Audio Dock 
Firmware\n);
-   snd_emu1010_fpga_write(emu, EMU_HANA_FPGA_CONFIG, 
EMU_HANA_FPGA_CONFIG_AUDIODOCK);
--  err = snd_emu1010_load_firmware(emu);
--  if (err != 0)
--  continue;
-+
-+  if (!emu-dock_fw) {
-+  const char *filename = NULL;
-+  switch (emu-card_capabilities-emu_model) {
-+  case EMU_MODEL_EMU1010:
-+  filename = DOCK_FILENAME;
-+  break;
-+  case EMU_MODEL_EMU1010B:
-+  filename = MICRO_DOCK_FILENAME;
-+  break;
-+  case EMU_MODEL_EMU1616:
-+  filename = MICRO_DOCK_FILENAME;
-+  break;
-+  }
-+  if (filename) {
-+  err = request_firmware(emu-dock_fw,
-+ filename,
-+ emu-pci-dev);
-+  if (err)
-+  continue;
-+  }
-+  }
-+
-+  if (emu-dock_fw) {
-+  err = snd_emu1010_load_firmware(emu, 
emu-dock_fw);
-+  if (err)
-+  continue;
-+  }
- 
-   snd_emu1010_fpga_write(emu, EMU_HANA_FPGA_CONFIG, 0);
-   snd_emu1010_fpga_read(emu, EMU_HANA_IRQ_STATUS, reg);
-@@ -862,7 +887,7 @@ static int snd_emu10k1_emu1010_init(struct snd_emu10k1 
*emu)
-  filename, emu-firmware-size);
-   }
- 
--  err = snd_emu1010_load_firmware(emu);
-+  err = snd_emu1010_load_firmware(emu, emu-firmware);
-   if (err != 0) {
-   snd_printk(KERN_INFO emu1010: Loading Firmware failed\n);
-   return err;
-@@ -1253,6 +1278,8 @@ static int snd_emu10k1_free(struct snd_emu10k1 *emu)
-   kthread_stop(emu-emu1010.firmware_thread);
-   if (emu-firmware)
-   release_firmware(emu-firmware);
-+  if (emu-dock_fw)
-+  release_firmware(emu-dock_fw);
-   if (emu-irq = 0)
-   free_irq(emu-irq, emu);
-   /* remove reserved page */
\ No newline at end of file



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

2013-07-28 Thread Gaetan Bisson
Date: Sunday, July 28, 2013 @ 15:03:07
  Author: bisson
Revision: 94611

upstream update

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 11:51:36 UTC (rev 94610)
+++ PKGBUILD2013-07-28 13:03:07 UTC (rev 94611)
@@ -4,8 +4,8 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=nsd
-pkgver=3.2.15
-pkgrel=2
+pkgver=3.2.16
+pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
 license=('BSD')
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'service')
-sha1sums=('e31a81ab7877422b34e1f163f9509cd93f395664'
+sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88'
   'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
 
 install=install



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

2013-07-28 Thread Gaetan Bisson
Date: Sunday, July 28, 2013 @ 15:03:47
  Author: bisson
Revision: 94612

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

Added:
  nsd/repos/extra-i686/
  nsd/repos/extra-i686/PKGBUILD
(from rev 94611, nsd/trunk/PKGBUILD)
  nsd/repos/extra-i686/install
(from rev 94611, nsd/trunk/install)
  nsd/repos/extra-i686/service
(from rev 94611, nsd/trunk/service)
  nsd/repos/extra-x86_64/
  nsd/repos/extra-x86_64/PKGBUILD
(from rev 94611, nsd/trunk/PKGBUILD)
  nsd/repos/extra-x86_64/install
(from rev 94611, nsd/trunk/install)
  nsd/repos/extra-x86_64/service
(from rev 94611, nsd/trunk/service)

---+
 extra-i686/PKGBUILD   |   41 +
 extra-i686/install|   12 
 extra-i686/service|   13 +
 extra-x86_64/PKGBUILD |   41 +
 extra-x86_64/install  |   12 
 extra-x86_64/service  |   13 +
 6 files changed, 132 insertions(+)

Copied: nsd/repos/extra-i686/PKGBUILD (from rev 94611, nsd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 13:03:47 UTC (rev 94612)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=nsd
+pkgver=3.2.16
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+depends=('openssl')
+makedepends=('flex')
+arch=('i686' 'x86_64')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88'
+  'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd.pid \
+   --enable-ratelimit
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
+   rm doc/differences.pdf
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: nsd/repos/extra-i686/install (from rev 94611, nsd/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-07-28 13:03:47 UTC (rev 94612)
@@ -0,0 +1,12 @@
+post_install() {
+   getent group nsd /dev/null || groupadd -r nsd /dev/null
+   getent passwd nsd /dev/null || useradd -r -g nsd -d /dev/null -s 
/bin/false -c nsd nsd /dev/null
+   chown nsd:nsd /var/db/nsd
+   chmod 700 /var/db/nsd
+}
+
+post_remove() {
+   getent passwd nsd /dev/null  userdel nsd /dev/null
+   getent group nsd /dev/null  groupdel nsd /dev/null
+   true
+}

Copied: nsd/repos/extra-i686/service (from rev 94611, nsd/trunk/service)
===
--- extra-i686/service  (rev 0)
+++ extra-i686/service  2013-07-28 13:03:47 UTC (rev 94612)
@@ -0,0 +1,13 @@
+[Unit]
+Description=NSD Name Server Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/nsd.pid
+ExecStart=/usr/bin/nsdc start
+ExecReload=/usr/bin/nsdc reload
+ExecStop=/usr/bin/nsdc stop
+
+[Install]
+WantedBy=multi-user.target

Copied: nsd/repos/extra-x86_64/PKGBUILD (from rev 94611, nsd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-28 13:03:47 UTC (rev 94612)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=nsd
+pkgver=3.2.16
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+depends=('openssl')
+makedepends=('flex')
+arch=('i686' 'x86_64')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88'
+  'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd.pid \
+   --enable-ratelimit
+ 

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

2013-07-28 Thread Gaetan Bisson
Date: Sunday, July 28, 2013 @ 15:05:24
  Author: bisson
Revision: 94613

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

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 94612, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 94612, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 94612, nsd/trunk/service)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 94612, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 94612, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 94612, nsd/trunk/service)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service
  nsd/repos/extra-i686/
  nsd/repos/extra-x86_64/

---+
 /PKGBUILD |   82 
 /install  |   24 
 /service  |   26 +
 community-i686/PKGBUILD   |   41 --
 community-i686/install|   12 --
 community-i686/service|   13 --
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/install  |   12 --
 community-x86_64/service  |   13 --
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-28 13:03:47 UTC (rev 94612)
+++ community-i686/PKGBUILD 2013-07-28 13:05:24 UTC (rev 94613)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=nsd
-pkgver=3.2.15
-pkgrel=2
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-depends=('openssl')
-makedepends=('flex')
-arch=('i686' 'x86_64')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'service')
-sha1sums=('e31a81ab7877422b34e1f163f9509cd93f395664'
-  'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/ \
-   --sbindir=/usr/bin \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd.pid \
-   --enable-ratelimit
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
-   rm doc/differences.pdf
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
-   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 94612, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-28 13:05:24 UTC (rev 94613)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=nsd
+pkgver=3.2.16
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+depends=('openssl')
+makedepends=('flex')
+arch=('i686' 'x86_64')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88'
+  'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd.pid \
+   --enable-ratelimit
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
+   rm doc/differences.pdf
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/install
===
--- community-i686/install  2013-07-28 13:03:47 UTC (rev 94612)
+++ community-i686/install  2013-07-28 13:05:24 UTC (rev 94613)
@@ -1,12 +0,0 @@
-post_install() {
-   getent group nsd /dev/null || groupadd -r nsd /dev/null
-   getent passwd nsd /dev/null 

[arch-commits] Commit in mkinitcpio-busybox/trunk (PKGBUILD config)

2013-07-28 Thread Dave Reisner
Date: Sunday, July 28, 2013 @ 17:03:43
  Author: dreisner
Revision: 191630

upgpkg: mkinitcpio-busybox 1.21.1-2

- add sync applet (FS#36289)

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD
  mkinitcpio-busybox/trunk/config

--+
 PKGBUILD |4 ++--
 config   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 11:58:49 UTC (rev 191629)
+++ PKGBUILD2013-07-28 15:03:43 UTC (rev 191630)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio-busybox
 pkgver=1.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc=base initramfs tools
 arch=('i686' 'x86_64')
 url=http://www.busybox.net/;
@@ -16,7 +16,7 @@
 'config')
 sha256sums=('cd5be0912ec856110ae12c76c3ec9cd5cba1df45b5a9da2b095b8284d1481303'
 'fb5b6e2a0de4db5401322e5c2474ad8ce6a58615dad45b7109cfe045baf2c88d'
-'cad474e2131c0aa3c2f628f74389b43ca3df8818db73ba8cc18081c3531ff318')
+'240c9ab805fbf5eb3347b2a42f62d840f160c4999d0f172b28ba50dadad09ada')
 
 prepare() {
   cd busybox-$pkgver

Modified: config
===
--- config  2013-07-28 11:58:49 UTC (rev 191629)
+++ config  2013-07-28 15:03:43 UTC (rev 191630)
@@ -277,7 +277,7 @@
 CONFIG_FEATURE_STAT_FORMAT=y
 # CONFIG_STTY is not set
 # CONFIG_SUM is not set
-# CONFIG_SYNC is not set
+CONFIG_SYNC=y
 CONFIG_TAC=y
 CONFIG_TAIL=y
 CONFIG_FEATURE_FANCY_TAIL=y



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

2013-07-28 Thread Dave Reisner
Date: Sunday, July 28, 2013 @ 17:06:33
  Author: dreisner
Revision: 191631

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

Added:
  mkinitcpio-busybox/repos/testing-i686/
  mkinitcpio-busybox/repos/testing-i686/PKGBUILD
(from rev 191630, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-i686/config
(from rev 191630, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/testing-i686/glibc-2.16.patch
(from rev 191630, mkinitcpio-busybox/trunk/glibc-2.16.patch)
  mkinitcpio-busybox/repos/testing-x86_64/
  mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD
(from rev 191630, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-x86_64/config
(from rev 191630, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/testing-x86_64/glibc-2.16.patch
(from rev 191630, mkinitcpio-busybox/trunk/glibc-2.16.patch)

-+
 testing-i686/PKGBUILD   |   39 +
 testing-i686/config | 1026 ++
 testing-i686/glibc-2.16.patch   |   10 
 testing-x86_64/PKGBUILD |   39 +
 testing-x86_64/config   | 1026 ++
 testing-x86_64/glibc-2.16.patch |   10 
 6 files changed, 2150 insertions(+)

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


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2013-07-28 Thread Laurent Carlier
Date: Sunday, July 28, 2013 @ 19:28:36
  Author: lcarlier
Revision: 191632

upgpkg: xf86-video-intel 2.21.13-1

upstream release 2.21.13

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 15:06:33 UTC (rev 191631)
+++ PKGBUILD2013-07-28 17:28:36 UTC (rev 191632)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.21.12
+pkgver=2.21.13
 pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -19,7 +19,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('02120a1e9297ff094e0b0ae3b2d032304da2fde2630660829bd8b333611a970b')
+sha256sums=('76e17cebf79d3c3c98af246fcfb55018aa12e2d56fe5f3b6d54b93e90837efa8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-intel/repos (6 files)

2013-07-28 Thread Laurent Carlier
Date: Sunday, July 28, 2013 @ 19:28:48
  Author: lcarlier
Revision: 191633

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 191632, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 191632, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 191632, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 191632, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   40 ++
 testing-i686/xf86-video-intel.install   |8 ++
 testing-x86_64/PKGBUILD |   40 ++
 testing-x86_64/xf86-video-intel.install |8 ++
 4 files changed, 96 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 191632, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-28 17:28:48 UTC (rev 191633)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.13
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('76e17cebf79d3c3c98af246fcfb55018aa12e2d56fe5f3b6d54b93e90837efa8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-dri
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
191632, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2013-07-28 17:28:48 UTC (rev 
191633)
@@ -0,0 +1,8 @@
+post_install() {
+  echo  This driver now allows to switch
+  echo  between sna/uxa acceleration methods.
+  echo  Add to the device section in /etc/X11/xorg.conf
+  echoOption \AccelMethod\ \sna\
+  echo  use uxa method if you run into trouble with sna.
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 191632, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-28 17:28:48 UTC (rev 191633)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.13
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('76e17cebf79d3c3c98af246fcfb55018aa12e2d56fe5f3b6d54b93e90837efa8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-dri
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

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

2013-07-28 Thread Jan Steffens
Date: Sunday, July 28, 2013 @ 20:06:37
  Author: heftig
Revision: 191634

3.8.2

Modified:
  quadrapassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 17:28:48 UTC (rev 191633)
+++ PKGBUILD2013-07-28 18:06:37 UTC (rev 191634)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=quadrapassel
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=Fit falling blocks together (Tetris-like game for GNOME)
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Quadrapassel;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18935ab737c9a690104207758ba92223e8bfe6d5f1feeeadbbca3eb543ce5284')
+sha256sums=('a2e861f65560345f697665434698e86a3df874ba2721ba1674dce26dcb0a6229')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-28 Thread Jan Steffens
Date: Sunday, July 28, 2013 @ 20:12:42
  Author: heftig
Revision: 191635

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

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

---+
 /PKGBUILD |   64 
 /quadrapassel.install |   26 ++
 extra-i686/PKGBUILD   |   32 --
 extra-i686/quadrapassel.install   |   13 ---
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/quadrapassel.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-28 18:06:37 UTC (rev 191634)
+++ extra-i686/PKGBUILD 2013-07-28 18:12:42 UTC (rev 191635)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=quadrapassel
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Fit falling blocks together (Tetris-like game for GNOME)
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=quadrapassel.install
-url=https://live.gnome.org/Quadrapassel;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18935ab737c9a690104207758ba92223e8bfe6d5f1feeeadbbca3eb543ce5284')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: quadrapassel/repos/extra-i686/PKGBUILD (from rev 191634, 
quadrapassel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 18:12:42 UTC (rev 191635)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=quadrapassel
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Fit falling blocks together (Tetris-like game for GNOME)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=quadrapassel.install
+url=https://live.gnome.org/Quadrapassel;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a2e861f65560345f697665434698e86a3df874ba2721ba1674dce26dcb0a6229')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/quadrapassel.install
===
--- extra-i686/quadrapassel.install 2013-07-28 18:06:37 UTC (rev 191634)
+++ extra-i686/quadrapassel.install 2013-07-28 18:12:42 UTC (rev 191635)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: quadrapassel/repos/extra-i686/quadrapassel.install (from rev 191634, 
quadrapassel/trunk/quadrapassel.install)
===
--- extra-i686/quadrapassel.install (rev 0)
+++ extra-i686/quadrapassel.install 2013-07-28 18:12:42 UTC (rev 191635)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2013-07-28 Thread Bartłomiej Piotrowski
Date: Sunday, July 28, 2013 @ 20:26:46
  Author: bpiotrowski
Revision: 191637

archrelease: copy trunk to testing-any

Added:
  xdg-utils/repos/testing-any/
  xdg-utils/repos/testing-any/PKGBUILD
(from rev 191636, xdg-utils/trunk/PKGBUILD)

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

Copied: xdg-utils/repos/testing-any/PKGBUILD (from rev 191636, 
xdg-utils/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-28 18:26:46 UTC (rev 191637)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xdg-utils
+pkgver=1.1.0.git20130520
+pkgrel=1
+pkgdesc=Command line tools that assist applications with a variety of desktop 
integration tasks
+arch=('any')
+url=http://portland.freedesktop.org/;
+license=('MIT')
+depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
+makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
+optdepends=('kdebase-runtime: for KDE support in xdg-open'
+'libgnome: for GNOME support in xdg-open'
+'exo: for Xfce support in xdg-open'
+'xorg-xprop: for Xfce support in xdg-open'
+'pcmanfm: for LXDE support in xdg-open'
+'perl-file-mimeinfo: for generic support in xdg-open')
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=2373d9b2b7)
+md5sums=('SKIP')
+
+pkgver() {
+   cd xdg-utils
+   echo 1.1.0.git$(git log -1 --format=%cd --date=short | sed 's|-||g')
+}
+
+build() {
+   cd xdg-utils
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make scripts-clean -C scripts # needed if it's a git snapshot
+   make man scripts -C scripts # needed if it's a git snapshot
+#  make # for release builds
+}
+
+package() {
+   cd xdg-utils
+   make DESTDIR=${pkgdir} install
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   
+   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
+   install -dm755 $pkgdir/usr/share/desktop-directories
+}



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

2013-07-28 Thread Bartłomiej Piotrowski
Date: Sunday, July 28, 2013 @ 20:26:32
  Author: bpiotrowski
Revision: 191636

upgpkg: xdg-utils 1.1.0.git20130520-1

- upgrade to latest commit

Modified:
  xdg-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 18:12:42 UTC (rev 191635)
+++ PKGBUILD2013-07-28 18:26:32 UTC (rev 191636)
@@ -2,29 +2,30 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xdg-utils
-_oldver=1.1.0
-_gitver=050333e34e2fe7430ad2ead37e5a0420ac0c2a3e # xdg-mime does not search 
mimeinfo.cache
-_gitdate=20121008
-pkgver=${_oldver}.git${_gitdate}
-pkgrel=2
+pkgver=1.1.0.git20130520
+pkgrel=1
 pkgdesc=Command line tools that assist applications with a variety of desktop 
integration tasks
 arch=('any')
 url=http://portland.freedesktop.org/;
 license=('MIT')
 depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
-makedepends=('docbook-xsl' 'lynx' 'xmlto')
+makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
 optdepends=('kdebase-runtime: for KDE support in xdg-open'
 'libgnome: for GNOME support in xdg-open'
 'exo: for Xfce support in xdg-open'
 'xorg-xprop: for Xfce support in xdg-open'
 'pcmanfm: for LXDE support in xdg-open'
 'perl-file-mimeinfo: for generic support in xdg-open')
-source=(#http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/xdg-utils-${_gitver}.tar.gz
-ftp://ftp.archlinux.org/other/$pkgname/xdg-utils-${_gitver}.tar.gz)
-md5sums=('cc321af15724cf7ee1ef014c4a0120ea')
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=2373d9b2b7)
+md5sums=('SKIP')
 
+pkgver() {
+   cd xdg-utils
+   echo 1.1.0.git$(git log -1 --format=%cd --date=short | sed 's|-||g')
+}
+
 build() {
-   cd ${srcdir}/${pkgname}-${_gitver}
+   cd xdg-utils
./configure --prefix=/usr --mandir=/usr/share/man
make scripts-clean -C scripts # needed if it's a git snapshot
make man scripts -C scripts # needed if it's a git snapshot
@@ -32,7 +33,7 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${_gitver}
+   cd xdg-utils
make DESTDIR=${pkgdir} install
install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE




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

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 21:06:56
  Author: eric
Revision: 94614

upgpkg: perl-cpan-perl-releases 1.26-1

Upstream update, Clean up PKGBUILD

Modified:
  perl-cpan-perl-releases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 13:05:24 UTC (rev 94613)
+++ PKGBUILD2013-07-28 19:06:56 UTC (rev 94614)
@@ -1,43 +1,30 @@
+# $Id$
 # Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
 
 pkgname=perl-cpan-perl-releases
-pkgver=1.24
+pkgver=1.26
 pkgrel=1
 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.0')
+arch=('any')
 url=https://metacpan.org/release/CPAN-Perl-Releases;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('ce163cc65b3c60f59c90619931e1d35d')
+md5sums=('ec8da0f10f858821a1d43402cc722869')
 
-build()
-(
+build() {
   cd CPAN-Perl-Releases-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor
   make
-)
+}
 
-check()
-(
+check() {
   cd CPAN-Perl-Releases-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
   make test
-)
+}
 
-package()
-(
+package() {
   cd CPAN-Perl-Releases-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+  make install DESTDIR=$pkgdir
+}



[arch-commits] Commit in perl-cpan-perl-releases/repos/community-any (2 files)

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 21:07:23
  Author: eric
Revision: 94615

archrelease: copy trunk to community-any

Added:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD
(from rev 94614, perl-cpan-perl-releases/trunk/PKGBUILD)
Deleted:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 +
 1 file changed, 30 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-28 19:06:56 UTC (rev 94614)
+++ PKGBUILD2013-07-28 19:07:23 UTC (rev 94615)
@@ -1,43 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=perl-cpan-perl-releases
-pkgver=1.24
-pkgrel=1
-pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.0')
-url=https://metacpan.org/release/CPAN-Perl-Releases;
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('ce163cc65b3c60f59c90619931e1d35d')
-
-build()
-(
-  cd CPAN-Perl-Releases-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd CPAN-Perl-Releases-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd CPAN-Perl-Releases-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cpan-perl-releases/repos/community-any/PKGBUILD (from rev 94614, 
perl-cpan-perl-releases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-28 19:07:23 UTC (rev 94615)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-cpan-perl-releases
+pkgver=1.26
+pkgrel=1
+pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
+arch=('any')
+url=https://metacpan.org/release/CPAN-Perl-Releases;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
+md5sums=('ec8da0f10f858821a1d43402cc722869')
+
+build() {
+  cd CPAN-Perl-Releases-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Perl-Releases-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Perl-Releases-$pkgver
+  make install DESTDIR=$pkgdir
+}



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

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 21:13:11
  Author: eric
Revision: 94616

upgpkg: perl-devel-patchperl 1.00-1

Upstream update

Modified:
  perl-devel-patchperl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 19:07:23 UTC (rev 94615)
+++ PKGBUILD2013-07-28 19:13:11 UTC (rev 94616)
@@ -2,16 +2,16 @@
 # Maintainer:
 
 pkgname=perl-devel-patchperl
-pkgver=0.90
+pkgver=1.00
 pkgrel=1
 pkgdesc=Patch perl source a la Devel::PPPort's buildperl.pl
 arch=('any')
 url=https://metacpan.org/release/Devel-PatchPerl;
 license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd')
 options=('!emptydirs')
-depends=('perl' 'perl-file-pushd')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-md5sums=('6e891bba407e192ad29c2acdf9d06d63')
+md5sums=('cfa0b6687a0cb66157e92ea88c0ed60e')
 
 build() {
   cd Devel-PatchPerl-$pkgver
@@ -26,6 +26,6 @@
 
 package() {
   cd Devel-PatchPerl-$pkgver
-  make install  DESTDIR=$pkgdir
+  make install DESTDIR=$pkgdir
 }
 



[arch-commits] Commit in perl-devel-patchperl/repos/community-any (PKGBUILD PKGBUILD)

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 21:13:28
  Author: eric
Revision: 94617

archrelease: copy trunk to community-any

Added:
  perl-devel-patchperl/repos/community-any/PKGBUILD
(from rev 94616, perl-devel-patchperl/trunk/PKGBUILD)
Deleted:
  perl-devel-patchperl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-28 19:13:11 UTC (rev 94616)
+++ PKGBUILD2013-07-28 19:13:28 UTC (rev 94617)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-devel-patchperl
-pkgver=0.90
-pkgrel=1
-pkgdesc=Patch perl source a la Devel::PPPort's buildperl.pl
-arch=('any')
-url=https://metacpan.org/release/Devel-PatchPerl;
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-file-pushd')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-md5sums=('6e891bba407e192ad29c2acdf9d06d63')
-
-build() {
-  cd Devel-PatchPerl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-PatchPerl-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-PatchPerl-$pkgver
-  make install  DESTDIR=$pkgdir
-}
-

Copied: perl-devel-patchperl/repos/community-any/PKGBUILD (from rev 94616, 
perl-devel-patchperl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-28 19:13:28 UTC (rev 94617)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.00
+pkgrel=1
+pkgdesc=Patch perl source a la Devel::PPPort's buildperl.pl
+arch=('any')
+url=https://metacpan.org/release/Devel-PatchPerl;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
+md5sums=('cfa0b6687a0cb66157e92ea88c0ed60e')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR=$pkgdir
+}
+



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

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 21:41:44
  Author: eric
Revision: 191638

upgpkg: zeitgeist 0.9.14-1

Upstream update, Clean up PKGBUILD

Modified:
  zeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 18:26:46 UTC (rev 191637)
+++ PKGBUILD2013-07-28 19:41:44 UTC (rev 191638)
@@ -4,20 +4,20 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=zeitgeist
-pkgver=0.9.12
+pkgver=0.9.14
 pkgrel=1
 pkgdesc=Service logging user activities and events
 arch=(i686 x86_64)
 url=http://zeitgeist-project.com/;
 license=(GPL2 LGPL2.1)
-depends=(sqlite json-glib telepathy-glib gtk3)
+depends=(json-glib telepathy-glib gtk3)
 makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
 provides=(zeitgeist-datahub)
 conflicts=(zeitgeist-datahub)
 replaces=(zeitgeist-datahub)
 options=('!libtool')
 
source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
+sha256sums=('769b5abfe67ef632414efa1d35a1462c5cd86c8792bb4635b4c3d93a5f15f061')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -41,6 +41,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install #zeitgeistdocdir=/usr/share/doc/zeitgeist 
install
-  #install -D -m644 data/zeitgeist-daemon.bash_completion 
$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon
+  make DESTDIR=$pkgdir install
 }



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

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 21:42:13
  Author: eric
Revision: 191639

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

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

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 90 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-28 19:41:44 UTC (rev 191638)
+++ extra-i686/PKGBUILD 2013-07-28 19:42:13 UTC (rev 191639)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.12
-pkgrel=1
-pkgdesc=Service logging user activities and events
-arch=(i686 x86_64)
-url=http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(sqlite json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-options=('!libtool')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/python -/$PYTHON -/' configure configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install #zeitgeistdocdir=/usr/share/doc/zeitgeist 
install
-  #install -D -m644 data/zeitgeist-daemon.bash_completion 
$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 191638, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 19:42:13 UTC (rev 191639)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.14
+pkgrel=1
+pkgdesc=Service logging user activities and events
+arch=(i686 x86_64)
+url=http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+options=('!libtool')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
+sha256sums=('769b5abfe67ef632414efa1d35a1462c5cd86c8792bb4635b4c3d93a5f15f061')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-28 19:41:44 UTC (rev 191638)
+++ extra-x86_64/PKGBUILD   2013-07-28 19:42:13 UTC (rev 191639)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.12
-pkgrel=1
-pkgdesc=Service logging user activities and events
-arch=(i686 x86_64)
-url=http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(sqlite json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-options=('!libtool')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/python 

[arch-commits] Commit in (4 files)

2013-07-28 Thread Ray Rashif
Date: Sunday, July 28, 2013 @ 22:11:40
  Author: schiv
Revision: 191642

added new package alsa-tools

Added:
  alsa-tools/
  alsa-tools/repos/
  alsa-tools/trunk/
  alsa-tools/trunk/PKGBUILD

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

Added: alsa-tools/trunk/PKGBUILD
===
--- alsa-tools/trunk/PKGBUILD   (rev 0)
+++ alsa-tools/trunk/PKGBUILD   2013-07-28 20:11:40 UTC (rev 191642)
@@ -0,0 +1,77 @@
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+# Contributor: Sebastien Luttringer seblu+a...@seblu.net
+# Contributor: Jochen Immendœrfer jochen.immendoer...@gmail.com
+
+pkgname=alsa-tools
+pkgver=1.0.27
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://alsa-project.org/;
+license=('GPL')
+depends=('gcc-libs' 'alsa-lib')
+makedepends=('fltk' 'gtk2' 'gtk3')
+optdepends=('fltk: hdspconf, hdspmixer'
+'gtk2: other GUI tools'
+'gtk3: hdajackretask'
+'bash: couple of tools')
+provides=($pkgname-emu10k1 $pkgname-ice1712)
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/tools/$pkgname-$pkgver.tar.bz2;)
+md5sums=('1ea381d00a6069a98613aa7effa4cb51')
+
+_tools=(as10k1 echomixer envy24control hdajackretask hda-verb
+hdspconf hdsploader hdspmixer ld10k1 mixartloader
+pcxhrloader rmedigicontrol sb16_csp sbiload sscape_ctl
+us428control usx2yloader vxloader)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # qlo10k1 cannot be built; it depends on ld10k1
+  sed -i 's:ld10k1 qlo10k1 \\:ld10k1 \\:' Makefile
+
+  # hwmixvolume requires pyalsa, not currently in repos
+  sed -i 's:hwmixvolume hdajackretask :hdajackretask :' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # not using upstream's global makefile as it's too clever
+  for i in ${_tools[@]}; do
+if [ $i != sbiload ]; then
+  (
+  cd $i
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+  )
+else
+  (
+  cd seq/sbiload
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+  )
+fi
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  for i in ${_tools[@]}; do
+if [ $i != sbiload ]; then
+  (
+  cd $i
+  make DESTDIR=$pkgdir install
+  )
+else
+  (
+  cd seq/sbiload
+  make DESTDIR=$pkgdir install
+  )
+fi
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-28 Thread Ray Rashif
Date: Sunday, July 28, 2013 @ 22:16:17
  Author: schiv
Revision: 191643

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

Added:
  alsa-tools/repos/extra-i686/
  alsa-tools/repos/extra-i686/PKGBUILD
(from rev 191642, alsa-tools/trunk/PKGBUILD)
  alsa-tools/repos/extra-x86_64/
  alsa-tools/repos/extra-x86_64/PKGBUILD
(from rev 191642, alsa-tools/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   77 
 extra-x86_64/PKGBUILD |   77 
 2 files changed, 154 insertions(+)

Copied: alsa-tools/repos/extra-i686/PKGBUILD (from rev 191642, 
alsa-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 20:16:17 UTC (rev 191643)
@@ -0,0 +1,77 @@
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+# Contributor: Sebastien Luttringer seblu+a...@seblu.net
+# Contributor: Jochen Immendœrfer jochen.immendoer...@gmail.com
+
+pkgname=alsa-tools
+pkgver=1.0.27
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://alsa-project.org/;
+license=('GPL')
+depends=('gcc-libs' 'alsa-lib')
+makedepends=('fltk' 'gtk2' 'gtk3')
+optdepends=('fltk: hdspconf, hdspmixer'
+'gtk2: other GUI tools'
+'gtk3: hdajackretask'
+'bash: couple of tools')
+provides=($pkgname-emu10k1 $pkgname-ice1712)
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/tools/$pkgname-$pkgver.tar.bz2;)
+md5sums=('1ea381d00a6069a98613aa7effa4cb51')
+
+_tools=(as10k1 echomixer envy24control hdajackretask hda-verb
+hdspconf hdsploader hdspmixer ld10k1 mixartloader
+pcxhrloader rmedigicontrol sb16_csp sbiload sscape_ctl
+us428control usx2yloader vxloader)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # qlo10k1 cannot be built; it depends on ld10k1
+  sed -i 's:ld10k1 qlo10k1 \\:ld10k1 \\:' Makefile
+
+  # hwmixvolume requires pyalsa, not currently in repos
+  sed -i 's:hwmixvolume hdajackretask :hdajackretask :' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # not using upstream's global makefile as it's too clever
+  for i in ${_tools[@]}; do
+if [ $i != sbiload ]; then
+  (
+  cd $i
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+  )
+else
+  (
+  cd seq/sbiload
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+  )
+fi
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  for i in ${_tools[@]}; do
+if [ $i != sbiload ]; then
+  (
+  cd $i
+  make DESTDIR=$pkgdir install
+  )
+else
+  (
+  cd seq/sbiload
+  make DESTDIR=$pkgdir install
+  )
+fi
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: alsa-tools/repos/extra-x86_64/PKGBUILD (from rev 191642, 
alsa-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-28 20:16:17 UTC (rev 191643)
@@ -0,0 +1,77 @@
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+# Contributor: Sebastien Luttringer seblu+a...@seblu.net
+# Contributor: Jochen Immendœrfer jochen.immendoer...@gmail.com
+
+pkgname=alsa-tools
+pkgver=1.0.27
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://alsa-project.org/;
+license=('GPL')
+depends=('gcc-libs' 'alsa-lib')
+makedepends=('fltk' 'gtk2' 'gtk3')
+optdepends=('fltk: hdspconf, hdspmixer'
+'gtk2: other GUI tools'
+'gtk3: hdajackretask'
+'bash: couple of tools')
+provides=($pkgname-emu10k1 $pkgname-ice1712)
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/tools/$pkgname-$pkgver.tar.bz2;)
+md5sums=('1ea381d00a6069a98613aa7effa4cb51')
+
+_tools=(as10k1 echomixer envy24control hdajackretask hda-verb
+hdspconf hdsploader hdspmixer ld10k1 mixartloader
+pcxhrloader rmedigicontrol sb16_csp sbiload sscape_ctl
+us428control usx2yloader vxloader)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # qlo10k1 cannot be built; it depends on ld10k1
+  sed -i 's:ld10k1 qlo10k1 \\:ld10k1 \\:' Makefile
+
+  # hwmixvolume requires pyalsa, not currently in repos
+  sed -i 's:hwmixvolume hdajackretask :hdajackretask :' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # not using upstream's global makefile as it's too clever
+  for i in ${_tools[@]}; do
+if [ $i != sbiload ]; then
+  (
+  cd $i
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+  )
+else
+  (
+  cd seq/sbiload
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+  )
+fi
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  for i in ${_tools[@]}; do
+if [ $i != sbiload ]; then
+  (
+  cd $i
+  make DESTDIR=$pkgdir install
+  )
+

[arch-commits] Commit in (5 files)

2013-07-28 Thread Jonathan Steel
Date: Sunday, July 28, 2013 @ 22:36:15
  Author: jsteel
Revision: 94618

Adding stella to [community]

Added:
  stella/
  stella/repos/
  stella/trunk/
  stella/trunk/PKGBUILD
  stella/trunk/stella.install

+
 PKGBUILD   |   30 ++
 stella.install |   11 +++
 2 files changed, 41 insertions(+)

Added: stella/trunk/PKGBUILD
===
--- stella/trunk/PKGBUILD   (rev 0)
+++ stella/trunk/PKGBUILD   2013-07-28 20:36:15 UTC (rev 94618)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Renato Garcia fgarcia.ren...@gmail.com
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=stella
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A multi-platform Atari 2600 VCS emulator
+arch=('i686' 'x86_64')
+url=http://stella.sourceforge.net;
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('251f95b623158d0d63171f423eb2eaf2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Added: stella/trunk/stella.install
===
--- stella/trunk/stella.install (rev 0)
+++ stella/trunk/stella.install 2013-07-28 20:36:15 UTC (rev 94618)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-28 Thread Jonathan Steel
Date: Sunday, July 28, 2013 @ 22:37:37
  Author: jsteel
Revision: 94619

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

Added:
  stella/repos/community-i686/
  stella/repos/community-i686/PKGBUILD
(from rev 94618, stella/trunk/PKGBUILD)
  stella/repos/community-i686/stella.install
(from rev 94618, stella/trunk/stella.install)
  stella/repos/community-x86_64/
  stella/repos/community-x86_64/PKGBUILD
(from rev 94618, stella/trunk/PKGBUILD)
  stella/repos/community-x86_64/stella.install
(from rev 94618, stella/trunk/stella.install)

-+
 community-i686/PKGBUILD |   30 ++
 community-i686/stella.install   |   11 +++
 community-x86_64/PKGBUILD   |   30 ++
 community-x86_64/stella.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: stella/repos/community-i686/PKGBUILD (from rev 94618, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-28 20:37:37 UTC (rev 94619)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Renato Garcia fgarcia.ren...@gmail.com
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=stella
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A multi-platform Atari 2600 VCS emulator
+arch=('i686' 'x86_64')
+url=http://stella.sourceforge.net;
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('251f95b623158d0d63171f423eb2eaf2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: stella/repos/community-i686/stella.install (from rev 94618, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2013-07-28 20:37:37 UTC (rev 94619)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 94618, 
stella/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-28 20:37:37 UTC (rev 94619)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Renato Garcia fgarcia.ren...@gmail.com
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=stella
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A multi-platform Atari 2600 VCS emulator
+arch=('i686' 'x86_64')
+url=http://stella.sourceforge.net;
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('251f95b623158d0d63171f423eb2eaf2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: stella/repos/community-x86_64/stella.install (from rev 94618, 
stella/trunk/stella.install)
===
--- community-x86_64/stella.install (rev 0)
+++ community-x86_64/stella.install 2013-07-28 20:37:37 UTC (rev 94619)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-28 Thread Jonathan Steel
Date: Sunday, July 28, 2013 @ 23:07:06
  Author: jsteel
Revision: 94620

upgpkg: stella 3.9-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 20:37:37 UTC (rev 94619)
+++ PKGBUILD2013-07-28 21:07:06 UTC (rev 94620)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=stella
-pkgver=3.8.1
+pkgver=3.9
 pkgrel=1
 pkgdesc=A multi-platform Atari 2600 VCS emulator
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('251f95b623158d0d63171f423eb2eaf2')
+md5sums=('a0b1dbfef4f7b5e6ff9273c15cf4ba7d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-28 Thread Jonathan Steel
Date: Sunday, July 28, 2013 @ 23:11:36
  Author: jsteel
Revision: 94621

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

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

-+
 /PKGBUILD   |   60 ++
 /stella.install |   22 +
 community-i686/PKGBUILD |   30 ---
 community-i686/stella.install   |   11 --
 community-x86_64/PKGBUILD   |   30 ---
 community-x86_64/stella.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-28 21:07:06 UTC (rev 94620)
+++ community-i686/PKGBUILD 2013-07-28 21:11:36 UTC (rev 94621)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('251f95b623158d0d63171f423eb2eaf2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 94620, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-28 21:11:36 UTC (rev 94621)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Renato Garcia fgarcia.ren...@gmail.com
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=stella
+pkgver=3.9
+pkgrel=1
+pkgdesc=A multi-platform Atari 2600 VCS emulator
+arch=('i686' 'x86_64')
+url=http://stella.sourceforge.net;
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('a0b1dbfef4f7b5e6ff9273c15cf4ba7d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/stella.install
===
--- community-i686/stella.install   2013-07-28 21:07:06 UTC (rev 94620)
+++ community-i686/stella.install   2013-07-28 21:11:36 UTC (rev 94621)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: stella/repos/community-i686/stella.install (from rev 94620, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2013-07-28 21:11:36 UTC (rev 94621)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-28 21:07:06 UTC (rev 94620)
+++ community-x86_64/PKGBUILD   2013-07-28 21:11:36 UTC (rev 94621)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)

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

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 23:54:39
  Author: eric
Revision: 191644

upgpkg: liferea 1.10.1-1

Upstream update, Add gst optdepends

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 20:16:17 UTC (rev 191643)
+++ PKGBUILD2013-07-28 21:54:39 UTC (rev 191644)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
@@ -12,11 +12,14 @@
  'gnome-icon-theme' 'desktop-file-utils')
 makedepends=('intltool')
 optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support')
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
 options=('!libtool' '!emptydirs')
 install=liferea.install
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('aac8e1dac30361758e3565cfddfd317f9f60b64a')
+sha1sums=('75046bef46eb5b00fbb44032eb415d2f81b36d26')
 
 build() {
   cd liferea-${pkgver}



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

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 23:55:50
  Author: eric
Revision: 191645

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

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

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   30 --
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   30 --
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-28 21:54:39 UTC (rev 191644)
+++ extra-i686/PKGBUILD 2013-07-28 21:55:50 UTC (rev 191645)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=liferea
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A desktop news aggregator for online news feeds and weblogs
-arch=('i686' 'x86_64')
-url=http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support')
-options=('!libtool' '!emptydirs')
-install=liferea.install
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('aac8e1dac30361758e3565cfddfd317f9f60b64a')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 191644, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 21:55:50 UTC (rev 191645)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!libtool' '!emptydirs')
+install=liferea.install
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
+sha1sums=('75046bef46eb5b00fbb44032eb415d2f81b36d26')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2013-07-28 21:54:39 UTC (rev 191644)
+++ extra-i686/liferea.install  2013-07-28 21:55:50 UTC (rev 191645)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 191644, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2013-07-28 21:55:50 UTC (rev 191645)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+  fi
+}
+
+post_upgrade() {
+  

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

2013-07-28 Thread speps
Date: Monday, July 29, 2013 @ 01:23:35
  Author: speps
Revision: 94622

upgpkg: zita-resampler 1.3.0-2 - fix FS#36248

Modified:
  zita-resampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 21:11:36 UTC (rev 94621)
+++ PKGBUILD2013-07-28 23:23:35 UTC (rev 94622)
@@ -4,8 +4,8 @@
 
 pkgname=zita-resampler
 pkgver=1.3.0
-pkgrel=1
-pkgdesc=A C++ library for resampling audio signals.
+pkgrel=2
+pkgdesc=A C++ library for resampling audio signals
 url=http://kokkinizita.linuxaudio.org/linuxaudio/;
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -13,6 +13,13 @@
 source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
 md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver/libs
 



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

2013-07-28 Thread speps
Date: Monday, July 29, 2013 @ 01:23:53
  Author: speps
Revision: 94623

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

Added:
  zita-resampler/repos/community-i686/PKGBUILD
(from rev 94622, zita-resampler/trunk/PKGBUILD)
  zita-resampler/repos/community-x86_64/PKGBUILD
(from rev 94622, zita-resampler/trunk/PKGBUILD)
Deleted:
  zita-resampler/repos/community-i686/PKGBUILD
  zita-resampler/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-28 23:23:35 UTC (rev 94622)
+++ community-i686/PKGBUILD 2013-07-28 23:23:53 UTC (rev 94623)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Philipp Überbacher murks at lavabit dot com
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A C++ library for resampling audio signals.
-url=http://kokkinizita.linuxaudio.org/linuxaudio/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'libsndfile')
-source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/libs
-
-  # lib
-  make PREFIX=/usr
-
-  # create lib link for building apps
-  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
-
-  # apps
-  cd ../apps
-  CXXFLAGS+= -I../libs \
-  LDFLAGS+= -L../libs \
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/libs
-
-  # lib
-  install -Dm755 lib$pkgname.so.$pkgver \
-$pkgdir/usr/lib/lib$pkgname.so.$pkgver
-
-  # links
-  ln -s lib$pkgname.so.$pkgver \
-$pkgdir/usr/lib/lib$pkgname.so
-  ln -s lib$pkgname.so.$pkgver \
-$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
-
-  # headers
-  install -d $pkgdir/usr/include/$pkgname
-  install -Dm644 $pkgname/*.h \
-$pkgdir/usr/include/$pkgname
-
-  # apps
-  install -d $pkgdir/usr/bin
-  install -Dm755 ../apps/zre{sample,tune} \
-$pkgdir/usr/bin
-
-  # docs
-  install -d $pkgdir/usr/share/doc/$pkgname
-  install -Dm644 ../docs/* \
-$pkgdir/usr/share/doc/$pkgname
-
-  # man
-  install -d $pkgdir/usr/share/man/man1
-  install -Dm644 ../apps/zre{sample,tune}.1 \
-$pkgdir/usr/share/man/man1
-}

Copied: zita-resampler/repos/community-i686/PKGBUILD (from rev 94622, 
zita-resampler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-28 23:23:53 UTC (rev 94623)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher murks at lavabit dot com
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=2
+pkgdesc=A C++ library for resampling audio signals
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+= -I../libs \
+  LDFLAGS+= -L../libs \
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.$pkgver
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
+
+  # headers
+  install -d $pkgdir/usr/include/$pkgname
+  install -Dm644 $pkgname/*.h \
+$pkgdir/usr/include/$pkgname
+
+  # apps
+  install -d $pkgdir/usr/bin
+  install -Dm755 ../apps/zre{sample,tune} \
+$pkgdir/usr/bin
+
+  # docs
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -Dm644 ../docs/* \
+$pkgdir/usr/share/doc/$pkgname
+
+  # man
+  install -d $pkgdir/usr/share/man/man1
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+$pkgdir/usr/share/man/man1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-28 23:23:35 UTC (rev 94622)
+++ community-x86_64/PKGBUILD   2013-07-28 23:23:53 UTC (rev 94623)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Philipp Überbacher murks at lavabit dot com
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A C++ library for resampling audio signals.

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

2013-07-28 Thread speps
Date: Monday, July 29, 2013 @ 02:13:32
  Author: speps
Revision: 94624

upgpkg: zita-convolver 3.1.0-2

Modified:
  zita-convolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 23:23:53 UTC (rev 94623)
+++ PKGBUILD2013-07-29 00:13:32 UTC (rev 94624)
@@ -6,7 +6,7 @@
 
 pkgname=zita-convolver
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A fast, partitioned convolution engine library.
 arch=('i686' 'x86_64')
 url=http://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -18,8 +18,11 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver/libs
 
+  # FS#36248 - strip march=native
+  sed -i '/native/d' Makefile
+
   # prevent ldconfig call
-  sed -i 's/ldconfig//' Makefile
+  sed -i '/ldconfig/d' Makefile
 }
 
 build() {
@@ -29,7 +32,7 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver/libs
-  make SUFFIX= PREFIX=/usr DESTDIR=$pkgdir/ install 
+  make SUFFIX= PREFIX=/usr DESTDIR=$pkgdir/ install
 
   # missing softlink
   ln -s lib$pkgname.so.$pkgver \



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

2013-07-28 Thread speps
Date: Monday, July 29, 2013 @ 02:15:08
  Author: speps
Revision: 94626

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

Added:
  zita-convolver/repos/community-i686/PKGBUILD
(from rev 94625, zita-convolver/trunk/PKGBUILD)
  zita-convolver/repos/community-x86_64/PKGBUILD
(from rev 94625, zita-convolver/trunk/PKGBUILD)
Deleted:
  zita-convolver/repos/community-i686/PKGBUILD
  zita-convolver/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 80 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-29 00:14:50 UTC (rev 94625)
+++ community-i686/PKGBUILD 2013-07-29 00:15:08 UTC (rev 94626)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Philipp Überbacher murks at lavabit dot com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: orbisvicis
-
-pkgname=zita-convolver
-pkgver=3.1.0
-pkgrel=1
-pkgdesc=A fast, partitioned convolution engine library.
-arch=('i686' 'x86_64')
-url=http://kokkinizita.linuxaudio.org/linuxaudio/;
-license=('GPL3')
-depends=('gcc-libs' 'fftw')
-source=(${url}downloads/zita-convolver-$pkgver.tar.bz2)
-md5sums=('7e264d0fb0d8ea277cdb4e33d764c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/libs
-
-  # prevent ldconfig call
-  sed -i 's/ldconfig//' Makefile
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/libs
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/libs
-  make SUFFIX= PREFIX=/usr DESTDIR=$pkgdir/ install 
-
-  # missing softlink
-  ln -s lib$pkgname.so.$pkgver \
-$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
-}

Copied: zita-convolver/repos/community-i686/PKGBUILD (from rev 94625, 
zita-convolver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-29 00:15:08 UTC (rev 94626)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher murks at lavabit dot com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: orbisvicis
+
+pkgname=zita-convolver
+pkgver=3.1.0
+pkgrel=2
+pkgdesc=A fast, partitioned convolution engine library.
+arch=('i686' 'x86_64')
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+depends=('gcc-libs' 'fftw')
+source=(${url}downloads/zita-convolver-$pkgver.tar.bz2)
+md5sums=('7e264d0fb0d8ea277cdb4e33d764c68a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # FS#36248 - strip -march=native
+  sed -i '/native/d' Makefile
+
+  # prevent ldconfig call
+  sed -i '/ldconfig/d' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/libs
+  make SUFFIX= PREFIX=/usr DESTDIR=$pkgdir/ install
+
+  # missing softlink
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-29 00:14:50 UTC (rev 94625)
+++ community-x86_64/PKGBUILD   2013-07-29 00:15:08 UTC (rev 94626)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Philipp Überbacher murks at lavabit dot com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: orbisvicis
-
-pkgname=zita-convolver
-pkgver=3.1.0
-pkgrel=1
-pkgdesc=A fast, partitioned convolution engine library.
-arch=('i686' 'x86_64')
-url=http://kokkinizita.linuxaudio.org/linuxaudio/;
-license=('GPL3')
-depends=('gcc-libs' 'fftw')
-source=(${url}downloads/zita-convolver-$pkgver.tar.bz2)
-md5sums=('7e264d0fb0d8ea277cdb4e33d764c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/libs
-
-  # prevent ldconfig call
-  sed -i 's/ldconfig//' Makefile
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/libs
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/libs
-  make SUFFIX= PREFIX=/usr DESTDIR=$pkgdir/ install 
-
-  # missing softlink
-  ln -s lib$pkgname.so.$pkgver \
-$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
-}

Copied: zita-convolver/repos/community-x86_64/PKGBUILD (from rev 94625, 
zita-convolver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-29 00:15:08 UTC (rev 94626)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher murks at lavabit dot com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: orbisvicis
+
+pkgname=zita-convolver
+pkgver=3.1.0

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

2013-07-28 Thread speps
Date: Monday, July 29, 2013 @ 02:14:50
  Author: speps
Revision: 94625

upgpkg: zita-convolver 3.1.0-2 - fix FS#36248

Modified:
  zita-convolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 00:13:32 UTC (rev 94624)
+++ PKGBUILD2013-07-29 00:14:50 UTC (rev 94625)
@@ -18,7 +18,7 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver/libs
 
-  # FS#36248 - strip march=native
+  # FS#36248 - strip -march=native
   sed -i '/native/d' Makefile
 
   # prevent ldconfig call



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

2013-07-28 Thread speps
Date: Monday, July 29, 2013 @ 02:41:32
  Author: speps
Revision: 94627

upgpkg: guitarix2 0.28.1-2 - fix FS#36248

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 00:15:08 UTC (rev 94626)
+++ PKGBUILD2013-07-29 00:41:32 UTC (rev 94627)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.28.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
 arch=('i686' 'x86_64')
 url=http://guitarix.sourceforge.net/;
@@ -25,7 +25,6 @@
 --no-desktop-update \
 --no-ldconfig \
 --no-faust \
---optimization \
 --shared-lib \
 --lib-dev
   python2 waf build



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

2013-07-28 Thread speps
Date: Monday, July 29, 2013 @ 02:41:54
  Author: speps
Revision: 94628

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

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

+
 /PKGBUILD  |   72 +++
 /guitarix2.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/guitarix2.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/guitarix2.install |   11 -
 6 files changed, 94 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-29 00:41:32 UTC (rev 94627)
+++ community-i686/PKGBUILD 2013-07-29 00:41:54 UTC (rev 94628)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=guitarix2
-pkgver=0.28.1
-pkgrel=1
-pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
-arch=('i686' 'x86_64')
-url=http://guitarix.sourceforge.net/;
-license=('GPL')
-depends=('gtkmm' 'jack' 'liblrdf' 'boost-libs'
- 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python2' 'boost' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-install=$pkgname.install
-source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
-md5sums=('7038bf7ab112bd5c5c2bd86f0b632d02')
-
-build() {
-  cd $srcdir/guitarix-$pkgver
-  python2 waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---optimization \
---shared-lib \
---lib-dev
-  python2 waf build
-}
-
-package() {
-  cd $srcdir/guitarix-$pkgver
-  python2 waf install --destdir=$pkgdir
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 94627, 
guitarix2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-29 00:41:54 UTC (rev 94628)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.28.1
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'jack' 'liblrdf' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python2' 'boost' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('7038bf7ab112bd5c5c2bd86f0b632d02')
+
+build() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd $srcdir/guitarix-$pkgver
+  python2 waf install --destdir=$pkgdir
+}

Deleted: community-i686/guitarix2.install
===
--- community-i686/guitarix2.install2013-07-29 00:41:32 UTC (rev 94627)
+++ community-i686/guitarix2.install2013-07-29 00:41:54 UTC (rev 94628)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: guitarix2/repos/community-i686/guitarix2.install (from rev 94627, 
guitarix2/trunk/guitarix2.install)
===
--- community-i686/guitarix2.install(rev 0)
+++ community-i686/guitarix2.install2013-07-29 00:41:54 UTC (rev 94628)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in gcc/trunk (PKGBUILD gcc-4.8-filename-output.patch)

2013-07-28 Thread Allan McRae
Date: Monday, July 29, 2013 @ 05:08:36
  Author: allan
Revision: 191646

upgpkg: gcc 4.8.1-2

new upstream snapshot, add filename output patch from upstream bugzilla, there 
is also a libgo soname bump here...

Added:
  gcc/trunk/gcc-4.8-filename-output.patch
Modified:
  gcc/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ++-
 gcc-4.8-filename-output.patch |   17 +
 2 files changed, 27 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-28 21:55:50 UTC (rev 191645)
+++ PKGBUILD2013-07-29 03:08:36 UTC (rev 191646)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.8.1
-pkgrel=1
-#_snapshot=4.8-20130502
+pkgrel=2
+_snapshot=4.8-20130725
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -15,9 +15,11 @@
 makedepends=('binutils=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
 checkdepends=('dejagnu' 'inetutils')
 options=('!libtool' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
-
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-md5sums=('3b2386c114cd74185aa3754b58a79304')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch)
+md5sums=('e21f259bc4c44e61e19a780ad5badfeb'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
 
 
 if [ -n ${_snapshot} ]; then
@@ -40,6 +42,9 @@
   # hack! - some configure tests for header files using $CPP $CPPFLAGS
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
 
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+
   mkdir ${srcdir}/gcc-build
 }
 

Added: gcc-4.8-filename-output.patch
===
--- gcc-4.8-filename-output.patch   (rev 0)
+++ gcc-4.8-filename-output.patch   2013-07-29 03:08:36 UTC (rev 191646)
@@ -0,0 +1,17 @@
+--- gcc/c-family/c-opts.c   (revision 200330)
 gcc/c-family/c-opts.c   (working copy)
+@@ -1338,10 +1338,14 @@ c_finish_options (void)
+
+ /* Give CPP the next file given by -include, if any.  */
+ static void
+ push_command_line_include (void)
+ {
++  // This can happen if disabled by -imacros for example.
++  if (include_cursor  deferred_count)
++return;
++
+   if (!done_preinclude)
+ {
+   done_preinclude = true;
+   if (flag_hosted  std_inc  !cpp_opts-preprocessed)
+{



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

2013-07-28 Thread Allan McRae
Date: Monday, July 29, 2013 @ 05:10:41
  Author: allan
Revision: 191647

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 191646, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.8-filename-output.patch
(from rev 191646, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 191646, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 191646, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 191646, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 191646, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 191646, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 191646, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch
(from rev 191646, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 191646, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 191646, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 191646, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 191646, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 191646, gcc/trunk/gcc.install)

--+
 testing-i686/PKGBUILD|  275 +
 testing-i686/gcc-4.8-filename-output.patch   |   17 +
 testing-i686/gcc-ada.install |   20 +
 testing-i686/gcc-fortran.install |   16 +
 testing-i686/gcc-go.install  |   20 +
 testing-i686/gcc-libs.install|   16 +
 testing-i686/gcc.install |   20 +
 testing-x86_64/PKGBUILD  |  275 +
 testing-x86_64/gcc-4.8-filename-output.patch |   17 +
 testing-x86_64/gcc-ada.install   |   20 +
 testing-x86_64/gcc-fortran.install   |   16 +
 testing-x86_64/gcc-go.install|   20 +
 testing-x86_64/gcc-libs.install  |   16 +
 testing-x86_64/gcc.install   |   20 +
 14 files changed, 768 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 191646, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-29 03:10:41 UTC (rev 191647)
@@ -0,0 +1,275 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.8.1
+pkgrel=2
+_snapshot=4.8-20130725
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!libtool' '!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch)
+md5sums=('e21f259bc4c44e61e19a780ad5badfeb'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
+
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --enable-gnu-unique-object 

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

2013-07-28 Thread Felix Yan
Date: Monday, July 29, 2013 @ 05:52:03
  Author: fyan
Revision: 94629

upgpkg: libkkc 0.2.7-1

Modified:
  libkkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 00:41:54 UTC (rev 94628)
+++ PKGBUILD2013-07-29 03:52:03 UTC (rev 94629)
@@ -3,7 +3,7 @@
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
 
 pkgname=libkkc
-pkgver=0.2.6
+pkgver=0.2.7
 pkgrel=1
 pkgdesc=Japanese Kana Kanji conversion library
 arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
 options=(!libtool)
 depends=('marisa' 'json-glib' 'libgee06')
 makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
 
source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
 
 build() {
@@ -30,4 +31,4 @@
 ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/  
 }
 
-md5sums=('b50f0341596a4e290188a7bf5195cd26')
+sha512sums=('2bb056cf00b6212a18462a5f952d4557944b29f49a92b0701abed5f5d6601fdb3b57c4e09a0b3db8ff39be01e91ab658656b89f576663046e53478ed07fe87af')



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

2013-07-28 Thread Felix Yan
Date: Monday, July 29, 2013 @ 05:56:32
  Author: fyan
Revision: 94630

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

Added:
  libkkc/repos/community-testing-i686/
  libkkc/repos/community-testing-i686/PKGBUILD
(from rev 94629, libkkc/trunk/PKGBUILD)
  libkkc/repos/community-testing-x86_64/
  libkkc/repos/community-testing-x86_64/PKGBUILD
(from rev 94629, libkkc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   34 ++
 community-testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libkkc/repos/community-testing-i686/PKGBUILD (from rev 94629, 
libkkc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-29 03:56:32 UTC (rev 94630)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=libkkc
+pkgver=0.2.7
+pkgrel=1
+pkgdesc=Japanese Kana Kanji conversion library
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -d ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+  install -m 644 README data/rules/README.rules COPYING \
+${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/  
+}
+
+sha512sums=('2bb056cf00b6212a18462a5f952d4557944b29f49a92b0701abed5f5d6601fdb3b57c4e09a0b3db8ff39be01e91ab658656b89f576663046e53478ed07fe87af')

Copied: libkkc/repos/community-testing-x86_64/PKGBUILD (from rev 94629, 
libkkc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-07-29 03:56:32 UTC (rev 94630)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=libkkc
+pkgver=0.2.7
+pkgrel=1
+pkgdesc=Japanese Kana Kanji conversion library
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -d ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+  install -m 644 README data/rules/README.rules COPYING \
+${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/  
+}
+
+sha512sums=('2bb056cf00b6212a18462a5f952d4557944b29f49a92b0701abed5f5d6601fdb3b57c4e09a0b3db8ff39be01e91ab658656b89f576663046e53478ed07fe87af')



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

2013-07-28 Thread Felix Yan
Date: Monday, July 29, 2013 @ 06:15:40
  Author: fyan
Revision: 94631

upgpkg: libkkc-data 0.2.7-1

Modified:
  libkkc-data/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 03:56:32 UTC (rev 94630)
+++ PKGBUILD2013-07-29 04:15:40 UTC (rev 94631)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
 
@@ -2,3 +3,3 @@
 pkgname=libkkc-data
-pkgver=0.2.5
+pkgver=0.2.7
 pkgrel=1
@@ -23,4 +24,4 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('bb31dca814e72dfcddf88f2da3fc37c5')
+sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')


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


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

2013-07-28 Thread Felix Yan
Date: Monday, July 29, 2013 @ 06:17:25
  Author: fyan
Revision: 94632

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

Added:
  libkkc-data/repos/community-testing-i686/
  libkkc-data/repos/community-testing-i686/ChangeLog
(from rev 94631, libkkc-data/trunk/ChangeLog)
  libkkc-data/repos/community-testing-i686/PKGBUILD
(from rev 94631, libkkc-data/trunk/PKGBUILD)
  libkkc-data/repos/community-testing-x86_64/
  libkkc-data/repos/community-testing-x86_64/ChangeLog
(from rev 94631, libkkc-data/trunk/ChangeLog)
  libkkc-data/repos/community-testing-x86_64/PKGBUILD
(from rev 94631, libkkc-data/trunk/PKGBUILD)

+
 community-testing-i686/ChangeLog   |   14 ++
 community-testing-i686/PKGBUILD|   27 +++
 community-testing-x86_64/ChangeLog |   14 ++
 community-testing-x86_64/PKGBUILD  |   27 +++
 4 files changed, 82 insertions(+)

Copied: libkkc-data/repos/community-testing-i686/ChangeLog (from rev 94631, 
libkkc-data/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ community-testing-i686/ChangeLog2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,14 @@
+2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   - Clean up makedepends
+
+2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * libkkc-data 0.2.0-2
+   - Add marisa (marisa-python) into makedepends
+
+2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * libkkc-data 0.2.0-1
+   - Initial release on AUR
+

Copied: libkkc-data/repos/community-testing-i686/PKGBUILD (from rev 94631, 
libkkc-data/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=libkkc-data
+pkgver=0.2.7
+pkgrel=1
+pkgdesc=Language model data package for libkkc
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+makedepends=('python2-marisa')
+changelog=ChangeLog
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure PYTHON=/usr/bin/python2 --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')

Copied: libkkc-data/repos/community-testing-x86_64/ChangeLog (from rev 94631, 
libkkc-data/trunk/ChangeLog)
===
--- community-testing-x86_64/ChangeLog  (rev 0)
+++ community-testing-x86_64/ChangeLog  2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,14 @@
+2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   - Clean up makedepends
+
+2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * libkkc-data 0.2.0-2
+   - Add marisa (marisa-python) into makedepends
+
+2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * libkkc-data 0.2.0-1
+   - Initial release on AUR
+

Copied: libkkc-data/repos/community-testing-x86_64/PKGBUILD (from rev 94631, 
libkkc-data/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=libkkc-data
+pkgver=0.2.7
+pkgrel=1
+pkgdesc=Language model data package for libkkc
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+makedepends=('python2-marisa')
+changelog=ChangeLog
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure PYTHON=/usr/bin/python2 --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')



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

2013-07-28 Thread Felix Yan
Date: Monday, July 29, 2013 @ 06:57:22
  Author: fyan
Revision: 94633

remove changelog

Modified:
  libkkc-data/trunk/PKGBUILD
Deleted:
  libkkc-data/trunk/ChangeLog

---+
 ChangeLog |   14 --
 PKGBUILD  |1 -
 2 files changed, 15 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-07-29 04:17:25 UTC (rev 94632)
+++ ChangeLog   2013-07-29 04:57:22 UTC (rev 94633)
@@ -1,14 +0,0 @@
-2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
-
-   - Clean up makedepends
-
-2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
-
-   * libkkc-data 0.2.0-2
-   - Add marisa (marisa-python) into makedepends
-
-2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
-
-   * libkkc-data 0.2.0-1
-   - Initial release on AUR
-

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 04:17:25 UTC (rev 94632)
+++ PKGBUILD2013-07-29 04:57:22 UTC (rev 94633)
@@ -10,7 +10,6 @@
 url=https://bitbucket.org/libkkc;
 license=('GPL')
 makedepends=('python2-marisa')
-changelog=ChangeLog
 
source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
 
 build() {



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

2013-07-28 Thread Felix Yan
Date: Monday, July 29, 2013 @ 07:20:53
  Author: fyan
Revision: 94634

remove changelog, add $

Modified:
  marisa/trunk/PKGBUILD
Deleted:
  marisa/trunk/ChangeLog

---+
 ChangeLog |   10 --
 PKGBUILD  |2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-07-29 04:57:22 UTC (rev 94633)
+++ ChangeLog   2013-07-29 05:20:53 UTC (rev 94634)
@@ -1,10 +0,0 @@
-2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
-
-   * marisa 0.2.4-2
-   - Separate bindings to another packages
-
-2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
-
-   * marisa 0.2.4-1
-   - Initial release on AUR
-

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 04:57:22 UTC (rev 94633)
+++ PKGBUILD2013-07-29 05:20:53 UTC (rev 94634)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
 
@@ -10,7 +11,6 @@
 license=('BSD' 'LGPL')
 options=(!libtool)
 makedepends=('python2' 'ruby' 'perl')
-changelog=ChangeLog
 source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz)
 sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d')