[arch-commits] Commit in (4 files)

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 08:04:33
  Author: fyan
Revision: 112745

addpkg: perl-test-inter 1.05-1

Added:
  perl-test-inter/
  perl-test-inter/repos/
  perl-test-inter/trunk/
  perl-test-inter/trunk/PKGBUILD

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

Added: perl-test-inter/trunk/PKGBUILD
===
--- perl-test-inter/trunk/PKGBUILD  (rev 0)
+++ perl-test-inter/trunk/PKGBUILD  2014-06-06 06:04:33 UTC (rev 112745)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 109093 2014-04-10 12:45:00Z fyan $
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=perl-test-inter
+pkgver=1.05
+pkgrel=1
+pkgdesc='Framework for more readable interactive test scripts'
+arch=('any')
+url=https://metacpan.org/release/Test-Inter;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz;)
+sha1sums=('22b785e7e0da26cbab9efa2cfe893038406569fb')
+
+build() {
+  cd Test-Inter-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Inter-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Inter-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-test-inter/repos (community-any community-any/PKGBUILD)

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 08:05:25
  Author: fyan
Revision: 112746

archrelease: copy trunk to community-any

Added:
  perl-test-inter/repos/community-any/
  perl-test-inter/repos/community-any/PKGBUILD
(from rev 112745, perl-test-inter/trunk/PKGBUILD)

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

Copied: perl-test-inter/repos/community-any/PKGBUILD (from rev 112745, 
perl-test-inter/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-06 06:05:25 UTC (rev 112746)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 109093 2014-04-10 12:45:00Z fyan $
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=perl-test-inter
+pkgver=1.05
+pkgrel=1
+pkgdesc='Framework for more readable interactive test scripts'
+arch=('any')
+url=https://metacpan.org/release/Test-Inter;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz;)
+sha1sums=('22b785e7e0da26cbab9efa2cfe893038406569fb')
+
+build() {
+  cd Test-Inter-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Inter-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Inter-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 08:07:30
  Author: fyan
Revision: 214319

upgpkg: perl-date-manip 6.45-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 23:52:51 UTC (rev 214318)
+++ PKGBUILD2014-06-06 06:07:30 UTC (rev 214319)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=perl-date-manip
-pkgver=6.44
+pkgver=6.45
 pkgrel=1
 pkgdesc=Date::Manip - date manipulation routines
 arch=('any')
@@ -9,9 +9,10 @@
 license=('PerlArtistic')
 url=http://search.cpan.org/dist/Date-Manip/;
 depends=('perl')
+checkdepends=('perl-test-inter')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
-md5sums=('f78ed6e94abcaf704df6f85f75949f94')
+md5sums=('f5818a9c2f090cd73b0faeb9ae3aad5c')
 
 build() {
   cd Date-Manip-${pkgver}
@@ -19,6 +20,11 @@
   perl Build
 }
 
+check() {
+  cd Date-Manip-${pkgver}
+  perl Build test
+}
+
 package() {
   cd Date-Manip-${pkgver}
   perl Build destdir=${pkgdir} install



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

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 08:08:17
  Author: fyan
Revision: 214320

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 214319, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 06:07:30 UTC (rev 214319)
+++ PKGBUILD2014-06-06 06:08:17 UTC (rev 214320)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-date-manip
-pkgver=6.44
-pkgrel=1
-pkgdesc=Date::Manip - date manipulation routines
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
-md5sums=('f78ed6e94abcaf704df6f85f75949f94')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  perl Build destdir=${pkgdir} install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 214319, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 06:08:17 UTC (rev 214320)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=perl-date-manip
+pkgver=6.45
+pkgrel=1
+pkgdesc=Date::Manip - date manipulation routines
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+checkdepends=('perl-test-inter')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
+md5sums=('f5818a9c2f090cd73b0faeb9ae3aad5c')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Date-Manip-${pkgver}
+  perl Build test
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  perl Build destdir=${pkgdir} install
+}



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

2014-06-06 Thread Sébastien Luttringer
Date: Friday, June 6, 2014 @ 09:28:47
  Author: seblu
Revision: 214321

upgpkg: openssl 1.0.1.h-1

- fix FS#40727

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 06:08:17 UTC (rev 214320)
+++ PKGBUILD2014-06-06 07:28:47 UTC (rev 214321)
@@ -22,8 +22,7 @@
 md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90'
- 'ea2a61c8bd43788d81d98f1ac36c98ac')
+ '3bf51be3a1bbd262be46dc619f92aa90')
 
 prepare() {
cd $srcdir/$pkgname-$_ver



[arch-commits] Commit in openssl/repos/core-i686 (6 files)

2014-06-06 Thread Sébastien Luttringer
Date: Friday, June 6, 2014 @ 09:29:59
  Author: seblu
Revision: 214322

archrelease: copy trunk to core-i686

Added:
  openssl/repos/core-i686/PKGBUILD
(from rev 214321, openssl/trunk/PKGBUILD)
  openssl/repos/core-i686/ca-dir.patch
(from rev 214321, openssl/trunk/ca-dir.patch)
  openssl/repos/core-i686/no-rpath.patch
(from rev 214321, openssl/trunk/no-rpath.patch)
Deleted:
  openssl/repos/core-i686/PKGBUILD
  openssl/repos/core-i686/ca-dir.patch
  openssl/repos/core-i686/no-rpath.patch

+
 PKGBUILD   |  141 +++
 ca-dir.patch   |   66 -
 no-rpath.patch |   22 
 3 files changed, 114 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 07:28:47 UTC (rev 214321)
+++ PKGBUILD2014-06-06 07:29:59 UTC (rev 214322)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openssl
-_ver=1.0.1h
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
-arch=('i686' 'x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('zlib' 'perl')
-optdepends=('ca-certificates')
-options=('!makeflags')
-backup=('etc/ssl/openssl.cnf')
-source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
-https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
-'no-rpath.patch'
-'ca-dir.patch')
-md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
- 'SKIP'
- 'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90'
- 'ea2a61c8bd43788d81d98f1ac36c98ac')
-
-prepare() {
-   cd $srcdir/$pkgname-$_ver
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-build() {
-   cd $srcdir/$pkgname-$_ver
-
-   if [ ${CARCH} == 'x86_64' ]; then
-   openssltarget='linux-x86_64'
-   optflags='enable-ec_nistp_64_gcc_128'
-   elif [ ${CARCH} == 'i686' ]; then
-   openssltarget='linux-elf'
-   optflags=''
-   fi
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-   shared zlib ${optflags} \
-   ${openssltarget} \
-   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
-
-   make depend
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$pkgname-$_ver
-   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
-   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openssl/repos/core-i686/PKGBUILD (from rev 214321, 
openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 07:29:59 UTC (rev 214322)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.1h
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('zlib' 'perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
+https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+
+prepare() {
+   cd $srcdir/$pkgname-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ ${CARCH} == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ ${CARCH} == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   

[arch-commits] Commit in openssl/repos/core-x86_64 (6 files)

2014-06-06 Thread Sébastien Luttringer
Date: Friday, June 6, 2014 @ 09:30:23
  Author: seblu
Revision: 214323

archrelease: copy trunk to core-x86_64

Added:
  openssl/repos/core-x86_64/PKGBUILD
(from rev 214322, openssl/trunk/PKGBUILD)
  openssl/repos/core-x86_64/ca-dir.patch
(from rev 214322, openssl/trunk/ca-dir.patch)
  openssl/repos/core-x86_64/no-rpath.patch
(from rev 214322, openssl/trunk/no-rpath.patch)
Deleted:
  openssl/repos/core-x86_64/PKGBUILD
  openssl/repos/core-x86_64/ca-dir.patch
  openssl/repos/core-x86_64/no-rpath.patch

+
 PKGBUILD   |  141 +++
 ca-dir.patch   |   66 -
 no-rpath.patch |   22 
 3 files changed, 114 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 07:29:59 UTC (rev 214322)
+++ PKGBUILD2014-06-06 07:30:23 UTC (rev 214323)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openssl
-_ver=1.0.1h
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
-arch=('i686' 'x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('zlib' 'perl')
-optdepends=('ca-certificates')
-options=('!makeflags')
-backup=('etc/ssl/openssl.cnf')
-source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
-https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
-'no-rpath.patch'
-'ca-dir.patch')
-md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
- 'SKIP'
- 'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90'
- 'ea2a61c8bd43788d81d98f1ac36c98ac')
-
-prepare() {
-   cd $srcdir/$pkgname-$_ver
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-build() {
-   cd $srcdir/$pkgname-$_ver
-
-   if [ ${CARCH} == 'x86_64' ]; then
-   openssltarget='linux-x86_64'
-   optflags='enable-ec_nistp_64_gcc_128'
-   elif [ ${CARCH} == 'i686' ]; then
-   openssltarget='linux-elf'
-   optflags=''
-   fi
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-   shared zlib ${optflags} \
-   ${openssltarget} \
-   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
-
-   make depend
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$pkgname-$_ver
-   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
-   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openssl/repos/core-x86_64/PKGBUILD (from rev 214322, 
openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 07:30:23 UTC (rev 214323)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.1h
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('zlib' 'perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
+https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+
+prepare() {
+   cd $srcdir/$pkgname-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ ${CARCH} == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ ${CARCH} == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \

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

2014-06-06 Thread Maxime Gauduin
Date: Friday, June 6, 2014 @ 10:12:06
  Author: alucryd
Revision: 112747

upgpkg: ffms2 2.19.1.r120.9203af5-1

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 06:05:25 UTC (rev 112746)
+++ PKGBUILD2014-06-06 08:12:06 UTC (rev 112747)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin aluc...@gmail.com
 
 pkgname=ffms2
-pkgver=2.19.1
+pkgver=2.19.1.r120.9203af5
 pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=('i686' 'x86_64')
@@ -11,18 +11,18 @@
 depends=('ffmpeg')
 makedepends=('git')
 provides=('vapoursynth-plugin-ffms2')
-source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
+source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
+sha256sums=('SKIP')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
   make DESTDIR=${pkgdir} install
 



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

2014-06-06 Thread Maxime Gauduin
Date: Friday, June 6, 2014 @ 10:12:32
  Author: alucryd
Revision: 112748

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 08:12:06 UTC (rev 112747)
+++ community-i686/PKGBUILD 2014-06-06 08:12:32 UTC (rev 112748)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 112747, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 08:12:32 UTC (rev 112748)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1.r120.9203af5
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
+sha256sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-06 08:12:06 UTC (rev 112747)
+++ community-x86_64/PKGBUILD   2014-06-06 08:12:32 UTC (rev 112748)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 112747, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-06 08:12:32 UTC (rev 112748)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1.r120.9203af5
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
+sha256sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 

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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 11:24:04
  Author: spupykin
Revision: 112749

upgpkg: freeradius 3.0.3-3

upd

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 08:12:32 UTC (rev 112748)
+++ PKGBUILD2014-06-06 09:24:04 UTC (rev 112749)
@@ -5,7 +5,7 @@
 
 pkgname=freeradius
 pkgver=3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc=The premier open source RADIUS server
 arch=('i686' 'x86_64')
 url=http://www.freeradius.org/;



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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 11:24:29
  Author: spupykin
Revision: 112751

upgpkg: hostapd 2.2-1

upd

Modified:
  hostapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 09:24:24 UTC (rev 112750)
+++ PKGBUILD2014-06-06 09:24:29 UTC (rev 112751)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=hostapd
-pkgver=2.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
 arch=('i686' 'x86_64')
 url=http://w1.fi/hostapd/;
@@ -14,7 +14,7 @@
 source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
config
hostapd.service)
-md5sums=('bb9c50e87c5af6f89f387e63911effac'
+md5sums=('23c1f78a693c3288802d516adb7fd289'
  'eab3ae853869f832965f59898bb04a52'
  'a0a16879eed5e4e41ae6b225a4809955')
 



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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 11:24:49
  Author: spupykin
Revision: 112753

upgpkg: minidlna 1.1.3-1

upd

Modified:
  minidlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 09:24:46 UTC (rev 112752)
+++ PKGBUILD2014-06-06 09:24:49 UTC (rev 112753)
@@ -6,7 +6,7 @@
 # Contributor: Kamil Kaminski k...@kkaminsk.com
 
 pkgname=minidlna
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 
source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
minidlna.service
minidlna.tmpfiles)
-md5sums=('65cebffaf9b57bf30fbfcf2a3a3253e6'
+md5sums=('879027192c89e5376cdd2ae2d1aa33b4'
  '7e3890ee50aa4dfa4d1754261e6cc965'
  '26de27b12d6a37c47d9714107d07aac9')
 



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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 11:24:46
  Author: spupykin
Revision: 112752

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 112751, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 112751, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 112751, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 112751, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 112751, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 112751, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 112751, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 112751, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 +
 /config  |  188 +
 /hostapd.install |6 +
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   54 --
 community-i686/config|   94 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/config  |   94 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |   11 --
 12 files changed, 324 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 09:24:29 UTC (rev 112751)
+++ community-i686/PKGBUILD 2014-06-06 09:24:46 UTC (rev 112752)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.1
-pkgrel=3
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('bb9c50e87c5af6f89f387e63911effac'
- 'eab3ae853869f832965f59898bb04a52'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 112751, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 09:24:46 UTC (rev 112752)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.2
+pkgrel=1
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('23c1f78a693c3288802d516adb7fd289'
+ 'eab3ae853869f832965f59898bb04a52'
+ 'a0a16879eed5e4e41ae6b225a4809955')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING 

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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 11:25:10
  Author: spupykin
Revision: 112754

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

Added:
  minidlna/repos/community-i686/PKGBUILD
(from rev 112753, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-i686/changelog
(from rev 112753, minidlna/trunk/changelog)
  minidlna/repos/community-i686/minidlna.install
(from rev 112753, minidlna/trunk/minidlna.install)
  minidlna/repos/community-i686/minidlna.service
(from rev 112753, minidlna/trunk/minidlna.service)
  minidlna/repos/community-i686/minidlna.tmpfiles
(from rev 112753, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 112753, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 112753, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.install
(from rev 112753, minidlna/trunk/minidlna.install)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 112753, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 112753, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-i686/PKGBUILD
  minidlna/repos/community-i686/changelog
  minidlna/repos/community-i686/minidlna.install
  minidlna/repos/community-i686/minidlna.service
  minidlna/repos/community-i686/minidlna.tmpfiles
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.install
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.tmpfiles

+
 /PKGBUILD  |   82 +++
 /changelog |8 +++
 /minidlna.install  |   18 +++
 /minidlna.service  |   24 ++
 /minidlna.tmpfiles |   10 
 community-i686/PKGBUILD|   41 -
 community-i686/changelog   |4 -
 community-i686/minidlna.install|9 ---
 community-i686/minidlna.service|   12 -
 community-i686/minidlna.tmpfiles   |5 --
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/changelog |4 -
 community-x86_64/minidlna.install  |9 ---
 community-x86_64/minidlna.service  |   12 -
 community-x86_64/minidlna.tmpfiles |5 --
 15 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 09:24:49 UTC (rev 112753)
+++ community-i686/PKGBUILD 2014-06-06 09:25:10 UTC (rev 112754)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:Biginoz  biginoz AT free point fr
-# Contributor: Ignacio Galmarino igalmar...@gmail.com
-# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
-# Contributor: Kamil Kaminski k...@kkaminsk.com
-
-pkgname=minidlna
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/minidlna/;
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-backup=('etc/minidlna.conf'
-   'etc/conf.d/minidlna')
-install=minidlna.install
-changelog=changelog
-source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
-   minidlna.service
-   minidlna.tmpfiles)
-md5sums=('65cebffaf9b57bf30fbfcf2a3a3253e6'
- '7e3890ee50aa4dfa4d1754261e6cc965'
- '26de27b12d6a37c47d9714107d07aac9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir make install
-  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlna.conf.5 
$pkgdir/usr/share/man/man5/minidlna.conf.5
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlnad.8 
$pkgdir/usr/share/man/man8/minidlnad.8
-}

Copied: minidlna/repos/community-i686/PKGBUILD (from rev 112753, 
minidlna/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 09:25:10 UTC (rev 112754)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:Biginoz  biginoz AT free point fr
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
+# Contributor: Kamil Kaminski k...@kkaminsk.com
+
+pkgname=minidlna
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)

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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 11:24:24
  Author: spupykin
Revision: 112750

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

Added:
  freeradius/repos/community-i686/PKGBUILD
(from rev 112749, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-i686/freeradius.install
(from rev 112749, freeradius/trunk/freeradius.install)
  freeradius/repos/community-i686/freeradius.service
(from rev 112749, freeradius/trunk/freeradius.service)
  freeradius/repos/community-i686/freeradius.tmpfiles
(from rev 112749, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-x86_64/PKGBUILD
(from rev 112749, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius.install
(from rev 112749, freeradius/trunk/freeradius.install)
  freeradius/repos/community-x86_64/freeradius.service
(from rev 112749, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/freeradius.tmpfiles
(from rev 112749, freeradius/trunk/freeradius.tmpfiles)
Deleted:
  freeradius/repos/community-i686/PKGBUILD
  freeradius/repos/community-i686/freeradius.install
  freeradius/repos/community-i686/freeradius.service
  freeradius/repos/community-i686/freeradius.tmpfiles
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius.install
  freeradius/repos/community-x86_64/freeradius.service
  freeradius/repos/community-x86_64/freeradius.tmpfiles

--+
 /PKGBUILD|   94 +
 /freeradius.install  |   42 ++
 /freeradius.service  |   30 ++
 /freeradius.tmpfiles |2 
 community-i686/PKGBUILD  |   47 
 community-i686/freeradius.install|   21 ---
 community-i686/freeradius.service|   15 -
 community-i686/freeradius.tmpfiles   |1 
 community-x86_64/PKGBUILD|   47 
 community-x86_64/freeradius.install  |   21 ---
 community-x86_64/freeradius.service  |   15 -
 community-x86_64/freeradius.tmpfiles |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 09:24:04 UTC (rev 112749)
+++ community-i686/PKGBUILD 2014-06-06 09:24:24 UTC (rev 112750)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jason R Begley (jay...@digitalgoat.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=freeradius
-pkgver=3.0.3
-pkgrel=2
-pkgdesc=The premier open source RADIUS server
-arch=('i686' 'x86_64')
-url=http://www.freeradius.org/;
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc')
-makedepends=('libpcap' 'unixodbc' 'python2')
-optdepends=('libpcap' 'unixodbc' 'python2')
-options=('!makeflags')
-install=$pkgname.install
-source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2{,.sig}
-   freeradius.tmpfiles
-freeradius.service)
-md5sums=('6093be8d2a962035d6b789b3447c'
- 'SKIP'
- 'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708')
-
-build() {
-  cd $srcdir/freeradius-server-$pkgver
-  ./configure --with-system-libtool --with-system-libltdl \
- --prefix=/usr --enable-heimdal-krb5 \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --libdir=/usr/lib/freeradius \
- --with-udpfromto
-  make
-}
-
-package() {
-  cd $srcdir/freeradius-server-$pkgver
-  make install R=$pkgdir
-  chmod o+r $pkgdir/etc/raddb/*
-  mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default
-  rm -rf $pkgdir/var/run
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-i686/PKGBUILD (from rev 112749, 
freeradius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 09:24:24 UTC (rev 112750)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jason R Begley (jay...@digitalgoat.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+
+pkgname=freeradius
+pkgver=3.0.3
+pkgrel=3
+pkgdesc=The premier open source RADIUS server
+arch=('i686' 'x86_64')
+url=http://www.freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc')
+makedepends=('libpcap' 'unixodbc' 'python2')
+optdepends=('libpcap' 'unixodbc' 'python2')
+options=('!makeflags')
+install=$pkgname.install

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

2014-06-06 Thread Михаил Страшун
Date: Friday, June 6, 2014 @ 12:58:37
  Author: dicebot
Revision: 112755

upgpkg: gdc 4.9.0-2

isl 0.13 rebuild

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 09:25:10 UTC (rev 112754)
+++ PKGBUILD2014-06-06 10:58:37 UTC (rev 112755)
@@ -5,7 +5,7 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')



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

2014-06-06 Thread Михаил Страшун
Date: Friday, June 6, 2014 @ 13:02:55
  Author: dicebot
Revision: 112756

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 112755, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 112755, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 112755, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 112755, gdc/trunk/folders.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

---+
 /PKGBUILD |  228 
 /folders.diff |   68 +++
 community-i686/PKGBUILD   |  114 
 community-i686/folders.diff   |   34 -
 community-x86_64/PKGBUILD |  114 
 community-x86_64/folders.diff |   34 -
 6 files changed, 296 insertions(+), 296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 10:58:37 UTC (rev 112755)
+++ community-i686/PKGBUILD 2014-06-06 11:02:55 UTC (rev 112756)
@@ -1,114 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
-options=('!emptydirs' '!buildflags')
-source=(
-ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.9
-git+https://github.com/D-Programming-GDC/GDMD.git;
-folders.diff
-)
-sha256sums=(
-'b9b047a97bade9c1c89970bc8e211ff57b7b8998a1730a80a653d329f8ed1257'
-'SKIP'
-'SKIP'
-'82f1ba0825164a74660bd5008d8f3acae1bacc3271c86475efc1601fe0da73c4'
-)
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$pkgver
-
-# 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
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$pkgver
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$pkgver/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=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch --disable-libssp \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-gold --enable-plugin --enable-ld=default \
---enable-install-libiberty --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu \
---disable-multilib --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath \
---enable-checking=release
-
-make 
-}
-
-package_gdc()
-{
-depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
-provides=(d-compiler)
-pkgdesc=Compiler for D programming language which uses gcc backend 
(2.064.2 frontend version)
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-
-# tools
-install -D -m755 $srcdir/GDMD/dmd-script $pkgdir/usr/bin/gdmd
-install -D -m644 $srcdir/GDMD/dmd-script.1 
$pkgdir/usr/share/man/man1/gdmd.1
-}
-
-package_libgphobos-devel()
-{
-pkgdesc=Standard library for D programming language, GDC port
-provides=(d-runtime d-stdlib)
-options=(staticlibs)
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/object.di
-install -D $srcdir/gdc/libphobos/libdruntime/__entrypoint.di 
${pkgdir}/usr/include/dlang/gdc/__entrypoint.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/gcc
-
-# workaround for auto-generated libbacktrace issue
-   # script needs 

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

2014-06-06 Thread Gaetan Bisson
Date: Friday, June 6, 2014 @ 13:44:24
  Author: bisson
Revision: 214324

fix FS#40717

Modified:
  ttf-linux-libertine/trunk/PKGBUILD
  ttf-linux-libertine/trunk/install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 07:30:23 UTC (rev 214323)
+++ PKGBUILD2014-06-06 11:44:24 UTC (rev 214324)
@@ -7,7 +7,7 @@
 pkgname=ttf-linux-libertine
 pkgver=5.3.0
 _reldate=2012_07_02
-pkgrel=2
+pkgrel=3
 url='http://linuxlibertine.sourceforge.net/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')

Modified: install
===
--- install 2014-06-06 07:30:23 UTC (rev 214323)
+++ install 2014-06-06 11:44:24 UTC (rev 214324)
@@ -1,5 +1,5 @@
 post_install() {
-   fc-cache -s -f  /dev/null
+   fc-cache -s
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
mkfontscale usr/share/fonts/OTF



[arch-commits] Commit in ttf-linux-libertine/repos/extra-any (4 files)

2014-06-06 Thread Gaetan Bisson
Date: Friday, June 6, 2014 @ 13:44:35
  Author: bisson
Revision: 214325

archrelease: copy trunk to extra-any

Added:
  ttf-linux-libertine/repos/extra-any/PKGBUILD
(from rev 214324, ttf-linux-libertine/trunk/PKGBUILD)
  ttf-linux-libertine/repos/extra-any/install
(from rev 214324, ttf-linux-libertine/trunk/install)
Deleted:
  ttf-linux-libertine/repos/extra-any/PKGBUILD
  ttf-linux-libertine/repos/extra-any/install

--+
 PKGBUILD |   62 ++---
 install  |   30 ++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 11:44:24 UTC (rev 214324)
+++ PKGBUILD2014-06-06 11:44:35 UTC (rev 214325)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: AttilaH©web.de
-
-pkgname=ttf-linux-libertine
-pkgver=5.3.0
-_reldate=2012_07_02
-pkgrel=2
-url='http://linuxlibertine.sourceforge.net/'
-pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
-license=('GPL' 'custom:OFL')
-arch=('any')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-provides=('ttf-font')
-source=(http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine{TTF,OTF}_${pkgver}_${_reldate}.tgz;)
-sha1sums=('3e83241395446dcf00c7831b8b587fd55e7a7eda'
-  'e0badcfff85dcfcedfd2fbb3c1c780e742cced5f')
-
-install=install
-
-package() {
-   cd ${srcdir}
-   install -dm755 ${pkgdir}/usr/share/fonts/{OTF,TTF}
-   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
-   install -m644 *.otf ${pkgdir}/usr/share/fonts/OTF
-
-   install -Dm644 OFL-1.1.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 LICENCE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/README
-}

Copied: ttf-linux-libertine/repos/extra-any/PKGBUILD (from rev 214324, 
ttf-linux-libertine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 11:44:35 UTC (rev 214325)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: AttilaH©web.de
+
+pkgname=ttf-linux-libertine
+pkgver=5.3.0
+_reldate=2012_07_02
+pkgrel=3
+url='http://linuxlibertine.sourceforge.net/'
+pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
+license=('GPL' 'custom:OFL')
+arch=('any')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+provides=('ttf-font')
+source=(http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine{TTF,OTF}_${pkgver}_${_reldate}.tgz;)
+sha1sums=('3e83241395446dcf00c7831b8b587fd55e7a7eda'
+  'e0badcfff85dcfcedfd2fbb3c1c780e742cced5f')
+
+install=install
+
+package() {
+   cd ${srcdir}
+   install -dm755 ${pkgdir}/usr/share/fonts/{OTF,TTF}
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.otf ${pkgdir}/usr/share/fonts/OTF
+
+   install -Dm644 OFL-1.1.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 LICENCE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/README
+}

Deleted: install
===
--- install 2014-06-06 11:44:24 UTC (rev 214324)
+++ install 2014-06-06 11:44:35 UTC (rev 214325)
@@ -1,15 +0,0 @@
-post_install() {
-   fc-cache -s -f  /dev/null
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-   mkfontscale usr/share/fonts/OTF
-   mkfontdir usr/share/fonts/OTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ttf-linux-libertine/repos/extra-any/install (from rev 214324, 
ttf-linux-libertine/trunk/install)
===
--- install (rev 0)
+++ install 2014-06-06 11:44:35 UTC (rev 214325)
@@ -0,0 +1,15 @@
+post_install() {
+   fc-cache -s
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+   mkfontscale usr/share/fonts/OTF
+   mkfontdir usr/share/fonts/OTF
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-06 Thread Alexander Rødseth
Date: Friday, June 6, 2014 @ 13:51:43
  Author: arodseth
Revision: 112758

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 11:51:31 UTC (rev 112757)
+++ community-i686/PKGBUILD 2014-06-06 11:51:43 UTC (rev 112758)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  make -C $pkgname/gtk DESTDIR=$pkgdir install
-  install -Dm644 $pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf /usr/bin/SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 112757, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 11:51:43 UTC (rev 112758)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.4.3
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 scintilla/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
+  ln 

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

2014-06-06 Thread Alexander Rødseth
Date: Friday, June 6, 2014 @ 13:51:31
  Author: arodseth
Revision: 112757

upgpkg: scite 3.4.3-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 11:02:55 UTC (rev 112756)
+++ PKGBUILD2014-06-06 11:51:31 UTC (rev 112757)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261')
+sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 14:14:32
  Author: spupykin
Revision: 112759

upgpkg: firefox-adblock-plus 2.6.3-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 11:51:43 UTC (rev 112758)
+++ PKGBUILD2014-06-06 12:14:32 UTC (rev 112759)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-adblock-plus
-pkgver=2.6.1
+pkgver=2.6.3
 pkgrel=1
 pkgdesc=plugin for firefox which block ads and banners
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('unzip')
 noextract=(adblockplus-$pkgver.xpi)
 source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('ad8c04f09515c92c948d384ddd3f6604')
+md5sums=('7a19a9662bb5f5dbfa132e74cd36d244')
 
 package() {
   cd $srcdir



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 14:14:43
  Author: spupykin
Revision: 112760

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 112759, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 12:14:32 UTC (rev 112759)
+++ PKGBUILD2014-06-06 12:14:43 UTC (rev 112760)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.1
-pkgrel=1
-pkgdesc=plugin for firefox which block ads and banners
-arch=('any')
-url=http://adblockplus.org/;
-license=('GPL')
-depends=(firefox)
-makedepends=('unzip')
-noextract=(adblockplus-$pkgver.xpi)
-source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('ad8c04f09515c92c948d384ddd3f6604')
-
-package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 112759, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 12:14:43 UTC (rev 112760)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-adblock-plus
+pkgver=2.6.3
+pkgrel=1
+pkgdesc=plugin for firefox which block ads and banners
+arch=('any')
+url=http://adblockplus.org/;
+license=('GPL')
+depends=(firefox)
+makedepends=('unzip')
+noextract=(adblockplus-$pkgver.xpi)
+source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
+md5sums=('7a19a9662bb5f5dbfa132e74cd36d244')
+
+package() {
+  cd $srcdir
+  unzip adblockplus-$pkgver.xpi
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}



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

2014-06-06 Thread Eric Bélanger
Date: Friday, June 6, 2014 @ 16:59:35
  Author: eric
Revision: 112761

Fixing svn

Deleted:
  dwarffortress/repos/community-x86_64/



[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2014-06-06 Thread Anatol Pomozov
Date: Friday, June 6, 2014 @ 17:04:46
  Author: anatolik
Revision: 112762

upgpkg: arm-none-eabi-gcc 4.9.0-2

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 14:59:35 UTC (rev 112761)
+++ PKGBUILD2014-06-06 15:04:46 UTC (rev 112762)
@@ -3,7 +3,7 @@
 _target=arm-none-eabi
 pkgname=$_target-gcc
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 _newlibver=2.1.0
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)



[arch-commits] Commit in arm-none-eabi-gcc/repos (10 files)

2014-06-06 Thread Anatol Pomozov
Date: Friday, June 6, 2014 @ 17:05:35
  Author: anatolik
Revision: 112763

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

Added:
  arm-none-eabi-gcc/repos/community-staging-i686/
  arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD
(from rev 112762, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-staging-i686/gcc-multilib.patch
(from rev 112762, arm-none-eabi-gcc/trunk/gcc-multilib.patch)
  arm-none-eabi-gcc/repos/community-staging-i686/gcc-no-exceptions.patch
(from rev 112762, arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-staging-i686/libgloss-configure-fix.patch
(from rev 112762, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/
  arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD
(from rev 112762, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-staging-x86_64/gcc-multilib.patch
(from rev 112762, arm-none-eabi-gcc/trunk/gcc-multilib.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/gcc-no-exceptions.patch
(from rev 112762, arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/libgloss-configure-fix.patch
(from rev 112762, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)

---+
 community-staging-i686/PKGBUILD   |   97 
 community-staging-i686/gcc-multilib.patch |   95 +++
 community-staging-i686/gcc-no-exceptions.patch|   20 +++
 community-staging-i686/libgloss-configure-fix.patch   |   11 +
 community-staging-x86_64/PKGBUILD |   97 
 community-staging-x86_64/gcc-multilib.patch   |   95 +++
 community-staging-x86_64/gcc-no-exceptions.patch  |   20 +++
 community-staging-x86_64/libgloss-configure-fix.patch |   11 +
 8 files changed, 446 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD (from rev 
112762, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-06 15:05:35 UTC (rev 112763)
@@ -0,0 +1,97 @@
+# Maintainer: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=4.9.0
+pkgrel=2
+_newlibver=2.1.0
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=(cloog libmpc zlib)
+makedepends=($_target-binutils gmp mpfr)
+#checkdepends=(dejagnu)
+options=(!emptydirs !strip staticlibs)
+source=(ftp://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz
+gcc-multilib.patch
+gcc-no-exceptions.patch
+libgloss-configure-fix.patch)
+sha256sums=('b9b047a97bade9c1c89970bc8e211ff57b7b8998a1730a80a653d329f8ed1257'
+'3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48'
+'998d1face674cc8d1af5bf28ded15c18936a28f278123448f29555a07775'
+'7f59b28475aa2018a7edfb81ea81444a6eb098fd3847d8e605809ae6fbeabde5'
+'eac96c034d3d7d16080d9aef4749e4eda493563a3348e6a06f08e8a330b027ba')
+
+prepare() {
+  # Apply configure fix from newlib CVS
+  cd $srcdir/newlib-$_newlibver/libgloss/arm
+  patch -Np0 -i $srcdir/libgloss-configure-fix.patch
+  autoreconf
+
+  cd $srcdir/gcc-$pkgver
+  patch -Np0 -i $srcdir/gcc-multilib.patch
+  patch -Np0 -i $srcdir/gcc-no-exceptions.patch
+
+  # Move newlib and libgloss to gcc source directory
+  mv $srcdir/newlib-$_newlibver/newlib $srcdir/gcc-$pkgver
+  mv $srcdir/newlib-$_newlibver/libgloss $srcdir/gcc-$pkgver
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ 
$srcdir/gcc-$pkgver/{libiberty,gcc}/configure
+}
+
+build() {
+  cd gcc-$pkgver
+  mkdir build
+  cd build
+
+  export CFLAGS_FOR_TARGET='-O2 -g -pipe'
+  export CXXFLAGS_FOR_TARGET='-O2 -g -pipe'
+
+  ../configure --target=$_target \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --with-pkgversion='Arch Repository' \
+   --with-bugurl='https://bugs.archlinux.org/' \
+   --enable-multilib \
+   --enable-interwork \
+   --enable-languages=c,c++ \
+   --with-newlib \
+   --with-gnu-as \
+   --with-gnu-ld \
+   --disable-nls \
+   --disable-shared \
+   --disable-threads \
+   --with-headers=newlib/libc/include \
+   --disable-libssp \
+   --disable-libstdcxx-pch \
+   --disable-libmudflap \
+   --disable-libgomp \
+   

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

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 17:47:47
  Author: fyan
Revision: 112764

upgpkg: pastebinit 1.4.1-1

Modified:
  pastebinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 15:05:35 UTC (rev 112763)
+++ PKGBUILD2014-06-06 15:47:47 UTC (rev 112764)
@@ -3,7 +3,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=pastebinit
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=Send anything you want directly to a pastebin from the command line
 arch=('any')
@@ -27,4 +27,4 @@
   cp -a mo/* $pkgdir/usr/share/locale
 }
 
-sha512sums=('79c8953cc960482b6a8b9f1d2deb73d113181ba525f2835a2b38ae36a87e8648af2d229bb382703035a8b07e2dd7aae46fed9f6e3368e2546c3e4ba5bff88d66')
+sha512sums=('1337c4fce52949afded095d683eb088f0cc796aab9093a8843ec4cbc5cbe63ef626f875ff5fda2a95847e346deecce3195e20e46c84c28d04004e2fde6788c2e')



[arch-commits] Commit in pastebinit/repos/community-any (PKGBUILD PKGBUILD)

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 17:48:25
  Author: fyan
Revision: 112765

archrelease: copy trunk to community-any

Added:
  pastebinit/repos/community-any/PKGBUILD
(from rev 112764, pastebinit/trunk/PKGBUILD)
Deleted:
  pastebinit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 15:47:47 UTC (rev 112764)
+++ PKGBUILD2014-06-06 15:48:25 UTC (rev 112765)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=pastebinit
-pkgver=1.4
-pkgrel=1
-pkgdesc=Send anything you want directly to a pastebin from the command line
-arch=('any')
-url=http://launchpad.net/pastebinit;
-license=(GPL)
-depends=(python)
-makedepends=(asciidoc)
-source=(http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
 
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d $pkgdir/usr/{bin,share/man/man1,share/locale}
-  install -m 755 pastebinit $pkgdir/usr/bin
-
-  cp -a pastebin.d $pkgdir/usr/share
-  a2x -f manpage pastebinit.xml
-  install -m 644 pastebinit.1 $pkgdir/usr/share/man/man1
-
-  cd po
-  make
-  cp -a mo/* $pkgdir/usr/share/locale
-}
-
-sha512sums=('79c8953cc960482b6a8b9f1d2deb73d113181ba525f2835a2b38ae36a87e8648af2d229bb382703035a8b07e2dd7aae46fed9f6e3368e2546c3e4ba5bff88d66')

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 112764, 
pastebinit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 15:48:25 UTC (rev 112765)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=pastebinit
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Send anything you want directly to a pastebin from the command line
+arch=('any')
+url=http://launchpad.net/pastebinit;
+license=(GPL)
+depends=(python)
+makedepends=(asciidoc)
+source=(http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
 
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d $pkgdir/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit $pkgdir/usr/bin
+
+  cp -a pastebin.d $pkgdir/usr/share
+  a2x -f manpage pastebinit.xml
+  install -m 644 pastebinit.1 $pkgdir/usr/share/man/man1
+
+  cd po
+  make
+  cp -a mo/* $pkgdir/usr/share/locale
+}
+
+sha512sums=('1337c4fce52949afded095d683eb088f0cc796aab9093a8843ec4cbc5cbe63ef626f875ff5fda2a95847e346deecce3195e20e46c84c28d04004e2fde6788c2e')



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

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 17:52:18
  Author: fyan
Revision: 112766

upgpkg: shadowsocks 2.0.1-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 15:48:25 UTC (rev 112765)
+++ PKGBUILD2014-06-06 15:52:18 UTC (rev 112766)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=shadowsocks
-pkgver=2.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
@@ -36,7 +36,7 @@
   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('37a6274c72173370fa8bfaf30fd9adbcf9a166399ef05239a0a8a815be7313dee8b0694ea0caeef99ef9e4d42fee062126ea91cfd23d4a04e55ae84e0dbc1a1d'
+sha512sums=('410875253a91bdf9115fa079f56c25679c5f8ba46d3c0c9eafae7b0744b79c8f69d1bae660bf48a8c98cf98cb06a72ed7aaebf1bb63ae9f25371762cd17ef55b'
 
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')



[arch-commits] Commit in shadowsocks/repos/community-testing-any (8 files)

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 17:53:12
  Author: fyan
Revision: 112767

archrelease: copy trunk to community-testing-any

Added:
  shadowsocks/repos/community-testing-any/PKGBUILD
(from rev 112766, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-testing-any/shadowsocks-server@.service
(from rev 112766, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-testing-any/shadowsocks.install
(from rev 112766, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-testing-any/shadowsocks@.service
(from rev 112766, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-testing-any/PKGBUILD
  shadowsocks/repos/community-testing-any/shadowsocks-server@.service
  shadowsocks/repos/community-testing-any/shadowsocks.install
  shadowsocks/repos/community-testing-any/shadowsocks@.service

-+
 PKGBUILD|   84 +-
 shadowsocks-server@.service |   24 ++--
 shadowsocks.install |   10 ++---
 shadowsocks@.service|   24 ++--
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 15:52:18 UTC (rev 112766)
+++ PKGBUILD2014-06-06 15:53:12 UTC (rev 112767)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=shadowsocks
-pkgver=2.0
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-depends=('python2' 'python2-setuptools')
-optdepends=('python2-m2crypto: For any encryption method other than table'
-'python2-numpy: For salsa20 support'
-'python2-salsa20: For salsa20 support')
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service)
-arch=('any')
-install=${pkgname}.install
-
-prepare() {
-  cd shadowsocks-$pkgver/shadowsocks
-  # python2 fix
-  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
-  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
-  -i local.py server.py encrypt.py __init__.py utils.py
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('37a6274c72173370fa8bfaf30fd9adbcf9a166399ef05239a0a8a815be7313dee8b0694ea0caeef99ef9e4d42fee062126ea91cfd23d4a04e55ae84e0dbc1a1d'
-
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-testing-any/PKGBUILD (from rev 112766, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 15:53:12 UTC (rev 112767)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=shadowsocks
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+depends=('python2' 'python2-setuptools')
+optdepends=('python2-m2crypto: For any encryption method other than table'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+arch=('any')
+install=${pkgname}.install
+
+prepare() {
+  cd shadowsocks-$pkgver/shadowsocks
+  # python2 fix
+  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
+  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
+  -i local.py server.py encrypt.py __init__.py utils.py
+}
+
+package() {
+  cd $srcdir/shadowsocks-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  
+  install -d $pkgdir/etc/shadowsocks
+  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
+  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
+  install -Dm644 $srcdir/LICENSE 

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

2014-06-06 Thread Jonathan Steel
Date: Friday, June 6, 2014 @ 18:50:07
  Author: jsteel
Revision: 112768

upgpkg: mednafen 0.9.35.1-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 15:53:12 UTC (rev 112767)
+++ PKGBUILD2014-06-06 16:50:07 UTC (rev 112768)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen mais...@archlinux.us
 
 pkgname=mednafen
-pkgver=0.9.35
+pkgver=0.9.35.1
 pkgrel=1
 pkgdesc=A command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
@@ -18,7 +18,7 @@
 replaces=('mednafen-wip')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('028b5df171872658325e96913166c754')
+md5sums=('99353ecbdd4ec4dd906aa7246f72cf51')
 
 build() {
   cd $srcdir/$pkgname



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

2014-06-06 Thread Jonathan Steel
Date: Friday, June 6, 2014 @ 18:50:29
  Author: jsteel
Revision: 112769

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

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

---+
 /PKGBUILD |   70 
 /mednafen.install |   12 ++
 community-i686/PKGBUILD   |   35 --
 community-i686/mednafen.install   |6 ---
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/mednafen.install |6 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 16:50:07 UTC (rev 112768)
+++ community-i686/PKGBUILD 2014-06-06 16:50:29 UTC (rev 112769)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.35
-pkgrel=1
-pkgdesc=A command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
-makedepends=('mesa' 'glu')
-replaces=('mednafen-wip')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('028b5df171872658325e96913166c754')
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 112768, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 16:50:29 UTC (rev 112769)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.35.1
+pkgrel=1
+pkgdesc=A command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('99353ecbdd4ec4dd906aa7246f72cf51')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/mednafen.install
===
--- community-i686/mednafen.install 2014-06-06 16:50:07 UTC (rev 112768)
+++ community-i686/mednafen.install 2014-06-06 16:50:29 UTC (rev 112769)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  if  [ $(vercmp 0.9 $2) -eq 1 ]; then
-echo '== Save states from 0.8.x and earlier are not compatible with 0.9.x
-also the configuration file name has changed to mednafen-09x.cfg'
-  fi
-}

Copied: mednafen/repos/community-i686/mednafen.install (from rev 112768, 
mednafen/trunk/mednafen.install)
===
--- community-i686/mednafen.install (rev 0)
+++ community-i686/mednafen.install 2014-06-06 16:50:29 UTC (rev 112769)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if  [ $(vercmp 0.9 $2) -eq 1 ]; then
+echo '== Save states from 0.8.x and earlier are not compatible with 0.9.x
+also the configuration file name has changed to mednafen-09x.cfg'
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-06 16:50:07 UTC (rev 112768)
+++ community-x86_64/PKGBUILD   2014-06-06 16:50:29 UTC (rev 112769)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: megadriver megadriver at gmx dot 

[arch-commits] Commit in ibus-table/trunk (2 files)

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 18:57:40
  Author: fyan
Revision: 112770

upgpkg: ibus-table 1.8.1-1

Modified:
  ibus-table/trunk/PKGBUILD
Deleted:
  ibus-table/trunk/109872fdb45dc625906e0039efc0897dd9c64ca5.patch

+
 109872fdb45dc625906e0039efc0897dd9c64ca5.patch |   85 ---
 PKGBUILD   |   13 +--
 2 files changed, 4 insertions(+), 94 deletions(-)

Deleted: 109872fdb45dc625906e0039efc0897dd9c64ca5.patch
===
--- 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  2014-06-06 16:50:29 UTC 
(rev 112769)
+++ 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  2014-06-06 16:57:40 UTC 
(rev 112770)
@@ -1,85 +0,0 @@
-diff --git a/engine/main.py b/engine/main.py
-index 782ad51..dff0c27 100644
 a/engine/main.py
-+++ b/engine/main.py
-@@ -254,6 +254,9 @@ def main():
- _symbol = SubElement (_engine, 'symbol')
- _symbol.text = _sq_db.ime_properties.get('symbol')
- 
-+_symbol = SubElement (_engine, 'symbol')
-+_symbol.text = _sq_db.get_ime_property ('symbol')
-+
- _desc = SubElement (_engine, 'description')
- _desc.text = _sq_db.ime_properties.get('description')
- 
-diff --git a/engine/tabsqlitedb.py b/engine/tabsqlitedb.py
-index b46d63a..d690cf8 100644
 a/engine/tabsqlitedb.py
-+++ b/engine/tabsqlitedb.py
-@@ -146,6 +146,7 @@ class tabsqlitedb:
- print('Error while initializing database.')
- # create IME property table
- self.db.executescript('CREATE TABLE IF NOT EXISTS main.ime (attr 
TEXT, val TEXT);')
-+ HEAD
- # Initalize missing attributes in the ime table with some
- # default values, they should be updated using the attributes
- # found in the source when creating a system database with
-@@ -208,6 +209,58 @@ class tabsqlitedb:
- default_properties=self._default_ime_attributes)
- # shared variables in this class:
- self._mlen = int(self.ime_properties.get(max_key_length))
-+===
-+# make sure we have values in ime table.
-+if not self.db.execute('SELECT val FROM main.ime \
-+WHERE attr=name;').fetchall():
-+ime_keys={'name':'',
-+  'name.zh_cn':'',
-+  'name.zh_hk':'',
-+  'name.zh_tw':'',
-+  'author':'somebody', 
-+  'uuid':'%s' % uuid.uuid4(),
-+  'serial_number':'%s' % time.strftime('%Y%m%d'),
-+  'icon':'ibus-table.svg',
-+  'license':'LGPL',
-+  'languages':'',
-+  'language_filter':'',
-+  'valid_input_chars':'abcdefghijklmnopqrstuvwxyz',
-+  'max_key_length':'4',
-+#  'commit_keys':'space',
-+#  'forward_keys':'Return',
-+  'select_keys':'1,2,3,4,5,6,7,8,9,0',
-+  'page_up_keys':'Page_Up,minus',
-+  'page_down_keys':'Page_Down,equal',
-+  'status_prompt':'',
-+  'def_full_width_punct':'TRUE',
-+  'def_full_width_letter':'FALSE',
-+  'user_can_define_phrase':'FALSE',
-+  'pinyin_mode':'FALSE',
-+  'dynamic_adjust':'FALSE',
-+  'auto_select':'false',
-+  'auto_commit':'false',
-+  #'no_check_chars':u'',
-+  'description':'A IME under IBus Table',
-+  'layout':'us',
-+  'symbol':'',
-+  'rules':'',
-+  
#'rules':'ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41'}
-+  'least_commit_length':'0',
-+  'start_chars':'',
-+  'orientation':'1',
-+  'always_show_lookup':'true'
-+  # we use this entry for those IME, which don't
-+  # have rules to build up phrase, but still need
-+  # auto commit to preedit
-+  }
-+# inital the attribute in ime table, which should be updated from 
mabiao
-+for _name in ime_keys:
-+sqlstr = 'INSERT INTO main.ime (attr,val) VALUES (?,?);'
-+self.db.execute( sqlstr, (_name,ime_keys[_name]) )
-+# share variables in this class:
-+self._mlen = int ( self.get_ime_property (max_key_length) )
-+# for chinese
-+ master
- self._is_chinese = self.is_chinese()
- self.user_can_define_phrase = 
self.ime_properties.get('user_can_define_phrase')
- if self.user_can_define_phrase:

Modified: PKGBUILD

[arch-commits] Commit in ibus-table/repos/community-any (5 files)

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 18:58:15
  Author: fyan
Revision: 112771

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 112770, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 112770, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 109872fdb45dc625906e0039efc0897dd9c64ca5.patch |   85 -
 PKGBUILD   |   89 ++-
 sgml_fix.patch |   48 ++--
 3 files changed, 66 insertions(+), 156 deletions(-)

Deleted: 109872fdb45dc625906e0039efc0897dd9c64ca5.patch
===
--- 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  2014-06-06 16:57:40 UTC 
(rev 112770)
+++ 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  2014-06-06 16:58:15 UTC 
(rev 112771)
@@ -1,85 +0,0 @@
-diff --git a/engine/main.py b/engine/main.py
-index 782ad51..dff0c27 100644
 a/engine/main.py
-+++ b/engine/main.py
-@@ -254,6 +254,9 @@ def main():
- _symbol = SubElement (_engine, 'symbol')
- _symbol.text = _sq_db.ime_properties.get('symbol')
- 
-+_symbol = SubElement (_engine, 'symbol')
-+_symbol.text = _sq_db.get_ime_property ('symbol')
-+
- _desc = SubElement (_engine, 'description')
- _desc.text = _sq_db.ime_properties.get('description')
- 
-diff --git a/engine/tabsqlitedb.py b/engine/tabsqlitedb.py
-index b46d63a..d690cf8 100644
 a/engine/tabsqlitedb.py
-+++ b/engine/tabsqlitedb.py
-@@ -146,6 +146,7 @@ class tabsqlitedb:
- print('Error while initializing database.')
- # create IME property table
- self.db.executescript('CREATE TABLE IF NOT EXISTS main.ime (attr 
TEXT, val TEXT);')
-+ HEAD
- # Initalize missing attributes in the ime table with some
- # default values, they should be updated using the attributes
- # found in the source when creating a system database with
-@@ -208,6 +209,58 @@ class tabsqlitedb:
- default_properties=self._default_ime_attributes)
- # shared variables in this class:
- self._mlen = int(self.ime_properties.get(max_key_length))
-+===
-+# make sure we have values in ime table.
-+if not self.db.execute('SELECT val FROM main.ime \
-+WHERE attr=name;').fetchall():
-+ime_keys={'name':'',
-+  'name.zh_cn':'',
-+  'name.zh_hk':'',
-+  'name.zh_tw':'',
-+  'author':'somebody', 
-+  'uuid':'%s' % uuid.uuid4(),
-+  'serial_number':'%s' % time.strftime('%Y%m%d'),
-+  'icon':'ibus-table.svg',
-+  'license':'LGPL',
-+  'languages':'',
-+  'language_filter':'',
-+  'valid_input_chars':'abcdefghijklmnopqrstuvwxyz',
-+  'max_key_length':'4',
-+#  'commit_keys':'space',
-+#  'forward_keys':'Return',
-+  'select_keys':'1,2,3,4,5,6,7,8,9,0',
-+  'page_up_keys':'Page_Up,minus',
-+  'page_down_keys':'Page_Down,equal',
-+  'status_prompt':'',
-+  'def_full_width_punct':'TRUE',
-+  'def_full_width_letter':'FALSE',
-+  'user_can_define_phrase':'FALSE',
-+  'pinyin_mode':'FALSE',
-+  'dynamic_adjust':'FALSE',
-+  'auto_select':'false',
-+  'auto_commit':'false',
-+  #'no_check_chars':u'',
-+  'description':'A IME under IBus Table',
-+  'layout':'us',
-+  'symbol':'',
-+  'rules':'',
-+  
#'rules':'ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41'}
-+  'least_commit_length':'0',
-+  'start_chars':'',
-+  'orientation':'1',
-+  'always_show_lookup':'true'
-+  # we use this entry for those IME, which don't
-+  # have rules to build up phrase, but still need
-+  # auto commit to preedit
-+  }
-+# inital the attribute in ime table, which should be updated from 
mabiao
-+for _name in ime_keys:
-+sqlstr = 'INSERT INTO main.ime (attr,val) VALUES (?,?);'
-+self.db.execute( sqlstr, (_name,ime_keys[_name]) )
-+# share variables in this 

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

2014-06-06 Thread Jonathan Steel
Date: Friday, June 6, 2014 @ 19:15:47
  Author: jsteel
Revision: 112772

Fix FS#40731

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 16:58:15 UTC (rev 112771)
+++ PKGBUILD2014-06-06 17:15:47 UTC (rev 112772)
@@ -5,12 +5,13 @@
 
 pkgname=stella
 pkgver=3.9.3
-pkgrel=1
+pkgrel=2
 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')
+makedepends=('glu')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
 md5sums=('007d45faa46341763da31f87d55df2d8')



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

2014-06-06 Thread Jonathan Steel
Date: Friday, June 6, 2014 @ 19:16:15
  Author: jsteel
Revision: 112773

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

Added:
  stella/repos/community-i686/PKGBUILD
(from rev 112772, stella/trunk/PKGBUILD)
  stella/repos/community-i686/stella.install
(from rev 112772, stella/trunk/stella.install)
  stella/repos/community-x86_64/PKGBUILD
(from rev 112772, stella/trunk/PKGBUILD)
  stella/repos/community-x86_64/stella.install
(from rev 112772, 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   |   62 ++
 /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, 84 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 17:15:47 UTC (rev 112772)
+++ community-i686/PKGBUILD 2014-06-06 17:16:15 UTC (rev 112773)
@@ -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.9.3
-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=('007d45faa46341763da31f87d55df2d8')
-
-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 112772, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 17:16:15 UTC (rev 112773)
@@ -0,0 +1,31 @@
+# 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.3
+pkgrel=2
+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')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('007d45faa46341763da31f87d55df2d8')
+
+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   2014-06-06 17:15:47 UTC (rev 112772)
+++ community-i686/stella.install   2014-06-06 17:16:15 UTC (rev 112773)
@@ -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 112772, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2014-06-06 17:16:15 UTC (rev 112773)
@@ -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   2014-06-06 17:15:47 UTC (rev 112772)
+++ community-x86_64/PKGBUILD   2014-06-06 17:16:15 UTC (rev 112773)
@@ -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.9.3
-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

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

2014-06-06 Thread Andrea Scarpino
Date: Friday, June 6, 2014 @ 19:19:28
  Author: andrea
Revision: 214326

Plasma Next packages

Added:
  breeze/
  breeze/repos/
  breeze/trunk/
  breeze/trunk/PKGBUILD

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

Added: breeze/trunk/PKGBUILD
===
--- breeze/trunk/PKGBUILD   (rev 0)
+++ breeze/trunk/PKGBUILD   2014-06-06 17:19:28 UTC (rev 214326)
@@ -0,0 +1,34 @@
+# Contributor: Antonio Rojas
+
+pkgname=breeze
+pkgver=4.96.0
+pkgrel=1
+pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma 
Desktop'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('plasma-next')
+source=(http://download.kde.org/unstable/plasma/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f9e008875140fa10491c8e71824d3f72')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export XDG_DATA_DIRS=/opt/kf5/share:$XDG_DATA_DIRS
+
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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


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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 19:28:18
  Author: spupykin
Revision: 112774

upgpkg: arpwatch 2.1a15-14

upd

Modified:
  arpwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 17:16:15 UTC (rev 112773)
+++ PKGBUILD2014-06-06 17:28:18 UTC (rev 112774)
@@ -4,7 +4,7 @@
 
 pkgname=arpwatch
 pkgver=2.1a15
-pkgrel=13
+pkgrel=14
 pkgdesc='Ethernet/FDDI station activity monitor'
 arch=('i686' 'x86_64')
 url='ftp://ftp.ee.lbl.gov/'
@@ -28,6 +28,8 @@
   sed -i 's/-\(o\|g\) bin/-\1 root/g' Makefile.in
   # Update ethercodes with recent OUI. See gen_ethercodes.sh
   cp -f $srcdir/ethercodes.dat ethercodes.dat
+  # Do not spam root user
+  sed -i 's|root|arpwatch|' addresses.h.in
 }
 
 build() {



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

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 19:28:49
  Author: spupykin
Revision: 112775

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

Added:
  arpwatch/repos/community-i686/LICENSE
(from rev 112774, arpwatch/trunk/LICENSE)
  arpwatch/repos/community-i686/PKGBUILD
(from rev 112774, arpwatch/trunk/PKGBUILD)
  arpwatch/repos/community-i686/arpwatch.service
(from rev 112774, arpwatch/trunk/arpwatch.service)
  arpwatch/repos/community-i686/ethercodes.dat.xz
(from rev 112774, arpwatch/trunk/ethercodes.dat.xz)
  arpwatch/repos/community-i686/gen_ethercode.sh
(from rev 112774, arpwatch/trunk/gen_ethercode.sh)
  arpwatch/repos/community-x86_64/LICENSE
(from rev 112774, arpwatch/trunk/LICENSE)
  arpwatch/repos/community-x86_64/PKGBUILD
(from rev 112774, arpwatch/trunk/PKGBUILD)
  arpwatch/repos/community-x86_64/arpwatch.service
(from rev 112774, arpwatch/trunk/arpwatch.service)
  arpwatch/repos/community-x86_64/ethercodes.dat.xz
(from rev 112774, arpwatch/trunk/ethercodes.dat.xz)
  arpwatch/repos/community-x86_64/gen_ethercode.sh
(from rev 112774, arpwatch/trunk/gen_ethercode.sh)
Deleted:
  arpwatch/repos/community-i686/LICENSE
  arpwatch/repos/community-i686/PKGBUILD
  arpwatch/repos/community-i686/arpwatch.service
  arpwatch/repos/community-i686/ethercodes.dat.xz
  arpwatch/repos/community-i686/gen_ethercode.sh
  arpwatch/repos/community-x86_64/LICENSE
  arpwatch/repos/community-x86_64/PKGBUILD
  arpwatch/repos/community-x86_64/arpwatch.service
  arpwatch/repos/community-x86_64/ethercodes.dat.xz
  arpwatch/repos/community-x86_64/gen_ethercode.sh

---+
 /LICENSE  |   36 
 /PKGBUILD |  108 
 /arpwatch.service |   22 +++
 /gen_ethercode.sh |   64 +
 community-i686/LICENSE|   18 --
 community-i686/PKGBUILD   |   52 -
 community-i686/arpwatch.service   |   11 ---
 community-i686/gen_ethercode.sh   |   32 --
 community-x86_64/LICENSE  |   18 --
 community-x86_64/PKGBUILD |   52 -
 community-x86_64/arpwatch.service |   11 ---
 community-x86_64/gen_ethercode.sh |   32 --
 12 files changed, 230 insertions(+), 226 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-06-06 17:28:18 UTC (rev 112774)
+++ community-i686/LICENSE  2014-06-06 17:28:49 UTC (rev 112775)
@@ -1,18 +0,0 @@
-Copyright (c) 1992, 1993, 1994, 1995, 1996, 1998, 2000
- The Regents of the University of California.  All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that: (1) source code distributions
-retain the above copyright notice and this paragraph in its entirety, (2)
-distributions including binary code include the above copyright notice and
-this paragraph in its entirety in the documentation or other materials
-provided with the distribution, and (3) all advertising materials mentioning
-features or use of this software display the following acknowledgement:
-``This product includes software developed by the University of California,
-Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
-the University nor the names of its contributors may be used to endorse
-or promote products derived from this software without specific prior
-written permission.
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Copied: arpwatch/repos/community-i686/LICENSE (from rev 112774, 
arpwatch/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-06-06 17:28:49 UTC (rev 112775)
@@ -0,0 +1,18 @@
+Copyright (c) 1992, 1993, 1994, 1995, 1996, 1998, 2000
+ The Regents of the University of California.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that: (1) source code distributions
+retain the above copyright notice and this paragraph in its entirety, (2)
+distributions including binary code include the above copyright notice and
+this paragraph in its entirety in the documentation or other materials
+provided with the distribution, and (3) all advertising materials mentioning
+features or use of this software display the following acknowledgement:
+``This product includes software developed by the University of California,
+Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
+the University nor the names of its contributors may be used to endorse
+or promote products derived from 

[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2014-06-06 Thread Anatol Pomozov
Date: Friday, June 6, 2014 @ 22:22:25
  Author: anatolik
Revision: 112776

Add support for gcc snapshot releases, the same as 'gcc' package

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 17:28:49 UTC (rev 112775)
+++ PKGBUILD2014-06-06 20:22:25 UTC (rev 112776)
@@ -1,9 +1,11 @@
-# Maintainer: Martin Schmölzer mschmoel...@gmail.com
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
 pkgver=4.9.0
 pkgrel=2
+_snapshot=4.9-20140604
 _newlibver=2.1.0
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
@@ -13,17 +15,24 @@
 makedepends=($_target-binutils gmp mpfr)
 #checkdepends=(dejagnu)
 options=(!emptydirs !strip staticlibs)
-source=(ftp://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.bz2
+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
 ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz
 gcc-multilib.patch
 gcc-no-exceptions.patch
 libgloss-configure-fix.patch)
-sha256sums=('b9b047a97bade9c1c89970bc8e211ff57b7b8998a1730a80a653d329f8ed1257'
+sha256sums=('321f35fbe73023ca805824db90b0df49bfcbb5ee13c29c3cc3ea6ae8fb04b9da'
 '3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48'
 '998d1face674cc8d1af5bf28ded15c18936a28f278123448f29555a07775'
 '7f59b28475aa2018a7edfb81ea81444a6eb098fd3847d8e605809ae6fbeabde5'
 'eac96c034d3d7d16080d9aef4749e4eda493563a3348e6a06f08e8a330b027ba')
 
+if [ -n $_snapshot ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
 prepare() {
   # Apply configure fix from newlib CVS
   cd $srcdir/newlib-$_newlibver/libgloss/arm
@@ -30,20 +39,22 @@
   patch -Np0 -i $srcdir/libgloss-configure-fix.patch
   autoreconf
 
-  cd $srcdir/gcc-$pkgver
+  cd $srcdir/$_basedir
+  echo $pkgver  gcc/BASE-VER
+
   patch -Np0 -i $srcdir/gcc-multilib.patch
   patch -Np0 -i $srcdir/gcc-no-exceptions.patch
 
   # Move newlib and libgloss to gcc source directory
-  mv $srcdir/newlib-$_newlibver/newlib $srcdir/gcc-$pkgver
-  mv $srcdir/newlib-$_newlibver/libgloss $srcdir/gcc-$pkgver
+  mv $srcdir/newlib-$_newlibver/newlib $srcdir/$_basedir
+  mv $srcdir/newlib-$_newlibver/libgloss $srcdir/$_basedir
 
   # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ 
$srcdir/gcc-$pkgver/{libiberty,gcc}/configure
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ 
$srcdir/$_basedir/{libiberty,gcc}/configure
 }
 
 build() {
-  cd gcc-$pkgver
+  cd $_basedir 
   mkdir build
   cd build
 
@@ -76,7 +87,7 @@
 }
 
 check() {
-  cd gcc-$pkgver/build
+  cd $_basedir/build
 # TODO: enable gcc tests for arm target
 #  make check 
RUNTESTFLAGS=--target_board=arm-sim\{-mhard-float,-msoft-float\}\{-O2,\}
 #  ../contrib/test_summary
@@ -83,7 +94,7 @@
 }
 
 package() {
-  cd gcc-$pkgver/build
+  cd $_basedir/build
 
   make DESTDIR=$pkgdir install -j1
 



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 22:45:11
  Author: andyrtr
Revision: 214327

upgpkg: libreoffice-fresh 4.3.0-0.8

upstream update 4.3.0beta2-buildfix1 - ftbs sometimes for i686

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 17:19:28 UTC (rev 214326)
+++ PKGBUILD2014-06-06 20:45:11 UTC (rev 214327)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=4.3.0.0.beta2
+_LOver=4.3.0.0.beta2-buildfix1
 pkgver=4.3.0
 pkgrel=0.8
 arch=('i686' 'x86_64')
@@ -20,7 +20,8 @@
'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 
'clucene'
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
-   'apr' 'serf' 'chrpath' 'ttf-liberation')
+   'apr' 'serf' 'chrpath' 'ttf-liberation'
+   'valgrind')
 
 #_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
 _mirror=http://dev-builds.libreoffice.org/pre-releases/src;
@@ -109,11 +110,11 @@
collada2gltf-master-6258611a6a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
510c3f8504bfb8cc8c8fc5d0fac74055-libgltf.tar.bz2)
-md5sums=('77e4e2d8b4d368b1a2d7c17b8f2442fb'
+md5sums=('d4dc0ed333569336519dfbddcbb1b329'
  'SKIP'
- 'c1134f27c3d7ec8e10a91eb9202272cd'
+ 'b009798fa57feea21924cdc6a4a6212a'
  'SKIP'
- '8ba8b0f2a9938cf7f0ac13ad24d7b082'
+ '4c502724049b9dd50eaee81ec7b1896b'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -280,6 +281,8 @@
 
touch src.downloaded
make
+   # use this if i686 fails
+   #make || make CppunitTest_sw_ooxmlsdrexport VALGRIND=memcheck
 
mkdir ${srcdir}/fakeinstall
make DESTDIR=${srcdir}/fakeinstall distro-pack-install



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 22:45:39
  Author: andyrtr
Revision: 214328

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

Added:
  libreoffice-fresh/repos/staging-i686/
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 214327, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 214327, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.install
(from rev 214327, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 214327, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 214327, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 214327, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 214327, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.install
(from rev 214327, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 214327, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 214327, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  406 
++
 staging-i686/libreoffice-fresh.csh  |6 
 staging-i686/libreoffice-fresh.install  |   13 
 staging-i686/libreoffice-fresh.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  406 
++
 staging-x86_64/libreoffice-fresh.csh|6 
 staging-x86_64/libreoffice-fresh.install|   13 
 staging-x86_64/libreoffice-fresh.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 950 insertions(+)

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


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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 22:59:25
  Author: andyrtr
Revision: 214329

upgpkg: libevdev 1.2.2-1

upstream update 1.2.2

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 20:45:39 UTC (rev 214328)
+++ PKGBUILD2014-06-06 20:59:25 UTC (rev 214329)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libevdev
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=Wrapper library for evdev devices
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('7cc522bee24f0c3e70ecf0a1c312258d7155e8197292cfeeeb85f2959edb1e38')
+sha256sums=('860e9a1d5594393ff1f711cdeaf048efe354992019068408abbcfa4914ad6709')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 22:59:43
  Author: andyrtr
Revision: 214330

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 20:59:25 UTC (rev 214329)
+++ extra-i686/PKGBUILD 2014-06-06 20:59:43 UTC (rev 214330)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libevdev
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Wrapper library for evdev devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('7cc522bee24f0c3e70ecf0a1c312258d7155e8197292cfeeeb85f2959edb1e38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 214329, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-06 20:59:43 UTC (rev 214330)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libevdev
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Wrapper library for evdev devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('860e9a1d5594393ff1f711cdeaf048efe354992019068408abbcfa4914ad6709')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-06 20:59:25 UTC (rev 214329)
+++ extra-x86_64/PKGBUILD   2014-06-06 20:59:43 UTC (rev 214330)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libevdev
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Wrapper library for evdev devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('7cc522bee24f0c3e70ecf0a1c312258d7155e8197292cfeeeb85f2959edb1e38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 214329, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-06 20:59:43 UTC (rev 214330)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libevdev
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Wrapper library for evdev devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

2014-06-06 Thread Jan Steffens
Date: Friday, June 6, 2014 @ 23:01:31
  Author: heftig
Revision: 214331

3.12.3

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 20:59:43 UTC (rev 214330)
+++ PKGBUILD2014-06-06 21:01:31 UTC (rev 214331)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-accounts
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc=GNOME service to access online accounts
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cac7758e09d32eb54af50ab6b23d65da0c8d48c555c8db011a0cf5b977d542ec')
+sha256sums=('afd7e2f0e6eccbde92f10183ea366c95b579767c540442ef82e4009d7759eda6')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:41:24
  Author: andyrtr
Revision: 214332

upgpkg: cups-filters 1.0.54-1

upstream update 1.0.54

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 21:01:31 UTC (rev 214331)
+++ PKGBUILD2014-06-06 21:41:24 UTC (rev 214332)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.53
-pkgrel=2
+pkgver=1.0.54
+pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('f9df275dd161eb0364f40c6f00d755a4')
+md5sums=('a2785a3dbe5d4977189363828b93d2cf')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:41:41
  Author: andyrtr
Revision: 214333

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 214332, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 214332, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 21:41:24 UTC (rev 214332)
+++ extra-i686/PKGBUILD 2014-06-06 21:41:41 UTC (rev 214333)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.53
-pkgrel=2
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('f9df275dd161eb0364f40c6f00d755a4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 214332, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-06 21:41:41 UTC (rev 214333)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.54
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('a2785a3dbe5d4977189363828b93d2cf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Deleted: 

[arch-commits] Commit in libxft/trunk (PKGBUILD freetype_header.patch)

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:44:52
  Author: andyrtr
Revision: 214334

upgpkg: libxft 2.3.2-1

upstream update 2.3.2

Modified:
  libxft/trunk/PKGBUILD
Deleted:
  libxft/trunk/freetype_header.patch

---+
 PKGBUILD  |   13 +
 freetype_header.patch |   30 --
 2 files changed, 5 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 21:41:41 UTC (rev 214333)
+++ PKGBUILD2014-06-06 21:44:52 UTC (rev 214334)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxft
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc=FreeType-based font drawing library for X
 arch=('i686' 'x86_64')
 license=('custom')
@@ -10,15 +11,11 @@
 url=http://xorg.freedesktop.org/;
 depends=('fontconfig' 'libxrender')
 makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2
-freetype_header.patch)
-sha256sums=('7fce32b92dcb7b2869bed567af2abc7bbad0d5d6fcf471b8a3e137964a31bbbd'
-'991c91998e61e83061c6c08218a2e6ac5643f16183750f73ee74f29fdd440be9')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
+sha256sums=('f5a3c824761df351ca91827ac221090943ef28b248573486050de89f4bfcdc4c')
 
 build() {
   cd ${srcdir}/libXft-${pkgver}
-  # fix build for freetype header moved - 
http://cgit.freedesktop.org/xorg/lib/libXft/patch/?id=4acfdaf95adb0a05c2a25550bdde036c865902f4
-  patch -Np1 -i ${srcdir}/freetype_header.patch
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }

Deleted: freetype_header.patch
===
--- freetype_header.patch   2014-06-06 21:41:41 UTC (rev 214333)
+++ freetype_header.patch   2014-06-06 21:44:52 UTC (rev 214334)
@@ -1,30 +0,0 @@
-From 4acfdaf95adb0a05c2a25550bdde036c865902f4 Mon Sep 17 00:00:00 2001
-From: Julien Cristau jcris...@debian.org
-Date: Mon, 02 Dec 2013 15:26:24 +
-Subject: Use FT_*_H macros instead of including freetype/*.h
-
-freetype moved its headers around in 2.5.1.
-
-Signed-off-by: Julien Cristau jcris...@debian.org

-diff --git a/src/xftglyphs.c b/src/xftglyphs.c
-index 2f3dc5a..4b5fb82 100644
 a/src/xftglyphs.c
-+++ b/src/xftglyphs.c
-@@ -21,10 +21,10 @@
-  */
- 
- #include xftint.h
--#include freetype/ftoutln.h
--#include freetype/ftlcdfil.h
-+#include FT_OUTLINE_H
-+#include FT_LCD_FILTER_H
- 
--#include freetype/ftsynth.h
-+#include FT_SYNTHESIS_H
- 
- /*
-  * Validate the memory info for a font
---
-cgit v0.9.0.2-2-gbebe
-



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:45:06
  Author: andyrtr
Revision: 214335

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

Added:
  libxft/repos/extra-i686/PKGBUILD
(from rev 214334, libxft/trunk/PKGBUILD)
  libxft/repos/extra-x86_64/PKGBUILD
(from rev 214334, libxft/trunk/PKGBUILD)
Deleted:
  libxft/repos/extra-i686/PKGBUILD
  libxft/repos/extra-i686/freetype_header.patch
  libxft/repos/extra-x86_64/PKGBUILD
  libxft/repos/extra-x86_64/freetype_header.patch

+
 /PKGBUILD  |   58 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/freetype_header.patch   |   30 --
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/freetype_header.patch |   30 --
 5 files changed, 58 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 21:44:52 UTC (rev 214334)
+++ extra-i686/PKGBUILD 2014-06-06 21:45:06 UTC (rev 214335)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxft
-pkgver=2.3.1
-pkgrel=2
-pkgdesc=FreeType-based font drawing library for X
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('fontconfig' 'libxrender')
-makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2
-freetype_header.patch)
-sha256sums=('7fce32b92dcb7b2869bed567af2abc7bbad0d5d6fcf471b8a3e137964a31bbbd'
-'991c91998e61e83061c6c08218a2e6ac5643f16183750f73ee74f29fdd440be9')
-
-build() {
-  cd ${srcdir}/libXft-${pkgver}
-  # fix build for freetype header moved - 
http://cgit.freedesktop.org/xorg/lib/libXft/patch/?id=4acfdaf95adb0a05c2a25550bdde036c865902f4
-  patch -Np1 -i ${srcdir}/freetype_header.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXft-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-}

Copied: libxft/repos/extra-i686/PKGBUILD (from rev 214334, 
libxft/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-06 21:45:06 UTC (rev 214335)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxft
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=FreeType-based font drawing library for X
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('fontconfig' 'libxrender')
+makedepends=('pkgconfig')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
+sha256sums=('f5a3c824761df351ca91827ac221090943ef28b248573486050de89f4bfcdc4c')
+
+build() {
+  cd ${srcdir}/libXft-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXft-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+}

Deleted: extra-i686/freetype_header.patch
===
--- extra-i686/freetype_header.patch2014-06-06 21:44:52 UTC (rev 214334)
+++ extra-i686/freetype_header.patch2014-06-06 21:45:06 UTC (rev 214335)
@@ -1,30 +0,0 @@
-From 4acfdaf95adb0a05c2a25550bdde036c865902f4 Mon Sep 17 00:00:00 2001
-From: Julien Cristau jcris...@debian.org
-Date: Mon, 02 Dec 2013 15:26:24 +
-Subject: Use FT_*_H macros instead of including freetype/*.h
-
-freetype moved its headers around in 2.5.1.
-
-Signed-off-by: Julien Cristau jcris...@debian.org

-diff --git a/src/xftglyphs.c b/src/xftglyphs.c
-index 2f3dc5a..4b5fb82 100644
 a/src/xftglyphs.c
-+++ b/src/xftglyphs.c
-@@ -21,10 +21,10 @@
-  */
- 
- #include xftint.h
--#include freetype/ftoutln.h
--#include freetype/ftlcdfil.h
-+#include FT_OUTLINE_H
-+#include FT_LCD_FILTER_H
- 
--#include freetype/ftsynth.h
-+#include FT_SYNTHESIS_H
- 
- /*
-  * Validate the memory info for a font
---
-cgit v0.9.0.2-2-gbebe
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-06 21:44:52 UTC (rev 214334)
+++ extra-x86_64/PKGBUILD   2014-06-06 21:45:06 UTC (rev 214335)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxft
-pkgver=2.3.1
-pkgrel=2
-pkgdesc=FreeType-based font drawing library for X
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('fontconfig' 'libxrender')
-makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2
-freetype_header.patch)

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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:48:26
  Author: andyrtr
Revision: 214337

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 21:48:12 UTC (rev 214336)
+++ extra-i686/PKGBUILD 2014-06-06 21:48:26 UTC (rev 214337)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Hussam Al-Tayeb ht990...@gmail.com
-
-pkgname=hunspell
-pkgver=1.3.2
-pkgrel=3
-pkgdesc=Spell checker and morphological analyzer library and program
-arch=('i686' 'x86_64')
-url=http://hunspell.sourceforge.net/;
-license=('GPL' 'LGPL' 'MPL')
-depends=('gcc-libs' 'readline')
-optdepends=('perl: for ispellaff2myspell')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
-
-build() {
-  cd $srcdir/hunspell-$pkgver
-  ./configure --prefix=/usr --disable-static \
-   --with-ui --with-readline --with-experimental
-  make
-}
-
-package() {
-  cd $srcdir/hunspell-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
-  pushd $pkgdir/usr/lib
-  ln -s libhunspell-?.?.so libhunspell.so
-  popd
-}

Copied: hunspell/repos/extra-i686/PKGBUILD (from rev 214336, 
hunspell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-06 21:48:26 UTC (rev 214337)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Hussam Al-Tayeb ht990...@gmail.com
+
+pkgname=hunspell
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Spell checker and morphological analyzer library and program
+arch=('i686' 'x86_64')
+url=http://hunspell.sourceforge.net/;
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
+md5sums=('4967da60b23413604c9e563beacc63b4')
+
+build() {
+  cd $srcdir/hunspell-$pkgver
+  ./configure --prefix=/usr --disable-static \
+   --with-ui --with-readline --with-experimental
+  make
+}
+
+package() {
+  cd $srcdir/hunspell-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
+  pushd $pkgdir/usr/lib
+  ln -s libhunspell-?.?.so libhunspell.so
+  popd
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-06 21:48:12 UTC (rev 214336)
+++ extra-x86_64/PKGBUILD   2014-06-06 21:48:26 UTC (rev 214337)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Hussam Al-Tayeb ht990...@gmail.com
-
-pkgname=hunspell
-pkgver=1.3.2
-pkgrel=3
-pkgdesc=Spell checker and morphological analyzer library and program
-arch=('i686' 'x86_64')
-url=http://hunspell.sourceforge.net/;
-license=('GPL' 'LGPL' 'MPL')
-depends=('gcc-libs' 'readline')
-optdepends=('perl: for ispellaff2myspell')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
-
-build() {
-  cd $srcdir/hunspell-$pkgver
-  ./configure --prefix=/usr --disable-static \
-   --with-ui --with-readline --with-experimental
-  make
-}
-
-package() {
-  cd $srcdir/hunspell-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # add generic hunspell.so for development and projects not using pkgconfig 
flags - FS#30592
-  pushd $pkgdir/usr/lib
-  ln -s libhunspell-?.?.so libhunspell.so
-  popd
-}

Copied: hunspell/repos/extra-x86_64/PKGBUILD (from rev 214336, 
hunspell/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-06 21:48:26 UTC (rev 214337)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Hussam Al-Tayeb ht990...@gmail.com
+
+pkgname=hunspell
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Spell checker and morphological analyzer library and program
+arch=('i686' 'x86_64')
+url=http://hunspell.sourceforge.net/;
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')

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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:48:12
  Author: andyrtr
Revision: 214336

upgpkg: hunspell 1.3.3-1

upstream update 1.3.3

Modified:
  hunspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 21:45:06 UTC (rev 214335)
+++ PKGBUILD2014-06-06 21:48:12 UTC (rev 214336)
@@ -3,8 +3,8 @@
 # Contributor: Hussam Al-Tayeb ht990...@gmail.com
 
 pkgname=hunspell
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
 pkgdesc=Spell checker and morphological analyzer library and program
 arch=('i686' 'x86_64')
 url=http://hunspell.sourceforge.net/;
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'readline')
 optdepends=('perl: for ispellaff2myspell')
 source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
+md5sums=('4967da60b23413604c9e563beacc63b4')
 
 build() {
   cd $srcdir/hunspell-$pkgver



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:56:37
  Author: andyrtr
Revision: 214338

upgpkg: hplip 3.14.6-1

upstream update 3.14.6

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 21:48:26 UTC (rev 214337)
+++ PKGBUILD2014-06-06 21:56:37 UTC (rev 214338)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Tom Gundersen t...@jklm.no
 # Contributor : Rémy Oudompheng r...@archlinux.org
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.14.4
+pkgver=3.14.6
 pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
@@ -27,7 +28,7 @@
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch)
-md5sums=('6e8d53fb2284271505d2e1706c01f6c5'
+md5sums=('ec14b3bf3ac17a7c00b96e51d4c38114'
  'SKIP'
  '257c8bfe675862d90f4ce07d3dff1d9f')
 



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

2014-06-06 Thread Andreas Radke
Date: Friday, June 6, 2014 @ 23:56:52
  Author: andyrtr
Revision: 214339

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 214338, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 214338, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 214338, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 214338, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 214338, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 214338, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip.install

+
 /PKGBUILD  |  198 +++
 /disable_upgrade.patch |   28 
 /hplip.install |   36 ++
 extra-i686/PKGBUILD|   98 -
 extra-i686/disable_upgrade.patch   |   14 --
 extra-i686/hplip.install   |   18 ---
 extra-x86_64/PKGBUILD  |   98 -
 extra-x86_64/disable_upgrade.patch |   14 --
 extra-x86_64/hplip.install |   18 ---
 9 files changed, 262 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 21:56:37 UTC (rev 214338)
+++ extra-i686/PKGBUILD 2014-06-06 21:56:52 UTC (rev 214339)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor : Rémy Oudompheng r...@archlinux.org
-# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
-
-pkgname=hplip
-pkgver=3.14.4
-pkgrel=1
-pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
-arch=('i686' 'x86_64')
-url=http://hplipopensource.com;
-license=('GPL')
-depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
-'net-snmp=5.7.1' 'wget')
-makedepends=('python2-pyqt4' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusb')
-optdepends=('cups: for printing support'
-'python2-dbus: for dbus support'
-'sane: for scanner support'
-'python2-pillow: for commandline scanning support'
-'python2-notify: for Desktop notification support'
-'python2-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python2-pyqt4: for running hp-toolbox'
-'python2-gobject2: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-md5sums=('6e8d53fb2284271505d2e1706c01f6c5'
- 'SKIP'
- '257c8bfe675862d90f4ce07d3dff1d9f')
-
-prepare() {
- cd $pkgname-$pkgver
- 
- export PYTHON=python2
- 
- find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' doctor.py setup.py 
makeuri.py logcapture.py base/magic.py
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
- sed -i 's|python ./print.py|python2 ./print.py|' scan.py
- sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
- sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
- sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
- sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
- sed -i 's|/usr/bin/python|/usr/bin/python2|' data/rules/hplip-printer@.service
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip  ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
-   

[arch-commits] Commit in sqlite/trunk (PKGBUILD sqlite-nautilus.patch)

2014-06-06 Thread Andreas Radke
Date: Saturday, June 7, 2014 @ 00:03:38
  Author: andyrtr
Revision: 214340

upgpkg: sqlite 3.8.5-1

upstream update 3.8.5

Modified:
  sqlite/trunk/PKGBUILD
Deleted:
  sqlite/trunk/sqlite-nautilus.patch

---+
 PKGBUILD  |   22 +++---
 sqlite-nautilus.patch |   41 -
 2 files changed, 7 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 21:56:52 UTC (rev 214339)
+++ PKGBUILD2014-06-06 22:03:38 UTC (rev 214340)
@@ -4,11 +4,11 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080403
+_amalgamationver=3080500
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.4.3
-pkgrel=2
+pkgver=3.8.5
+pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
 license=('custom:Public Domain')
@@ -17,20 +17,12 @@
 source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
-   license.txt
-   sqlite-nautilus.patch)
+   license.txt)
 options=('!emptydirs')
-sha1sums=('70f3b100fa22e5bfebfe1b0a2102612e3c6c53fb'
-  'ce8615799a9da7fc9d2cbcd2774d77da4ba72417'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853'
-  '4e9a4f80c91bbaf80f0f45b9b97fb1cbe3464bc7')
+sha1sums=('7f667e10ccebc26ab2086b8a30cb0a600ca0acae'
+  'c5655a4004095c50dc8403661e0ed02fd4191d57'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
-prepare() {
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-  # https://bugs.archlinux.org/task/39861
-  patch -Np1 -i ${srcdir}/sqlite-nautilus.patch
-}
-
 build() {
   export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
 

Deleted: sqlite-nautilus.patch
===
--- sqlite-nautilus.patch   2014-06-06 21:56:52 UTC (rev 214339)
+++ sqlite-nautilus.patch   2014-06-06 22:03:38 UTC (rev 214340)
@@ -1,41 +0,0 @@
-Upstream fix for the issue that caused nautilus to crash.
-RHBZ: #1075889
-
 src/sqlite3.c
-+++ src/sqlite3.c
-@@ -4855,18 +4855,10 @@
-   ** rowid appears in the ORDER BY clause, the corresponding WhereLoop is
-   ** automatically order-distinct.
-   */
- 
-   assert( pOrderBy!=0 );
--
--  /* Sortability of virtual tables is determined by the xBestIndex method
--  ** of the virtual table itself */
--  if( pLast-wsFlags  WHERE_VIRTUALTABLE ){
--testcase( nLoop0 );  /* True when outer loops are one-row and match 
--  ** no ORDER BY terms */
--return pLast-u.vtab.isOrdered;
--  }
-   if( nLoop  OptimizationDisabled(db, SQLITE_OrderByIdxJoin) ) return 0;
- 
-   nOrderBy = pOrderBy-nExpr;
-   testcase( nOrderBy==BMS-1 );
-   if( nOrderByBMS-1 ) return 0;  /* Cannot optimize overly large ORDER BYs */
-@@ -4875,11 +4867,14 @@
-   orderDistinctMask = 0;
-   ready = 0;
-   for(iLoop=0; isOrderDistinct  obSatobDone  iLoop=nLoop; iLoop++){
- if( iLoop0 ) ready |= pLoop-maskSelf;
- pLoop = iLoopnLoop ? pPath-aLoop[iLoop] : pLast;
--assert( (pLoop-wsFlags  WHERE_VIRTUALTABLE)==0 );
-+if( pLoop-wsFlags  WHERE_VIRTUALTABLE ){
-+  if( pLoop-u.vtab.isOrdered ) obSat = obDone;
-+  break;
-+}
- iCur = pWInfo-pTabList-a[pLoop-iTab].iCursor;
- 
- /* Mark off any ORDER BY term X that is a column in the table of
- ** the current loop for which there is term in the WHERE
- ** clause of the form X IS NULL or X=? that reference only outer
-



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

2014-06-06 Thread Andreas Radke
Date: Saturday, June 7, 2014 @ 00:03:53
  Author: andyrtr
Revision: 214341

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 214340, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 214340, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 214340, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 214340, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-i686/sqlite-nautilus.patch
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt
  sqlite/repos/extra-x86_64/sqlite-nautilus.patch

+
 /PKGBUILD  |  192 +++
 /license.txt   |   66 
 extra-i686/PKGBUILD|  104 --
 extra-i686/license.txt |   33 --
 extra-i686/sqlite-nautilus.patch   |   41 ---
 extra-x86_64/PKGBUILD  |  104 --
 extra-x86_64/license.txt   |   33 --
 extra-x86_64/sqlite-nautilus.patch |   41 ---
 8 files changed, 258 insertions(+), 356 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 22:03:38 UTC (rev 214340)
+++ extra-i686/PKGBUILD 2014-06-06 22:03:53 UTC (rev 214341)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080403
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.4.3
-pkgrel=2
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
-   license.txt
-   sqlite-nautilus.patch)
-options=('!emptydirs')
-sha1sums=('70f3b100fa22e5bfebfe1b0a2102612e3c6c53fb'
-  'ce8615799a9da7fc9d2cbcd2774d77da4ba72417'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853'
-  '4e9a4f80c91bbaf80f0f45b9b97fb1cbe3464bc7')
-
-prepare() {
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-  # https://bugs.archlinux.org/task/39861
-  patch -Np1 -i ${srcdir}/sqlite-nautilus.patch
-}
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  

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

2014-06-06 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 00:12:36
  Author: heftig
Revision: 112777

4.9.0-4

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 20:22:25 UTC (rev 112776)
+++ PKGBUILD2014-06-06 22:12:36 UTC (rev 112777)
@@ -8,8 +8,8 @@
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
 pkgver=4.9.0
 _pkgver=4.9
-pkgrel=3
-_snapshot=4.9-20140521
+pkgrel=4
+_snapshot=4.9-20140604
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -21,7 +21,7 @@
 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=('cd3cbe93ebc7207bf65d30e3c9a74a26'
+md5sums=('57aa4ff81c56262dc89994853c4d0149'
  '40cb437805e2f7a006aa0d0c3098ab0f')
 
 if [ -n ${_snapshot} ]; then



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

2014-06-06 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 00:29:19
  Author: heftig
Revision: 112778

archrelease: copy trunk to multilib-staging-x86_64

Added:
  gcc-multilib/repos/multilib-staging-x86_64/
  gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 112777, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-4.8-filename-output.patch
(from rev 112777, gcc-multilib/trunk/gcc-4.8-filename-output.patch)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 112777, gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-ada.install
(from rev 112777, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-fortran.install
(from rev 112777, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-go.install
(from rev 112777, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-libs.install
(from rev 112777, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc.install
(from rev 112777, gcc-multilib/trunk/gcc.install)

---+
 PKGBUILD  |  377 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 +++
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 8 files changed, 521 insertions(+)

Copied: gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 112777, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-06-06 22:29:19 UTC (rev 112778)
@@ -0,0 +1,377 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: 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-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.9.0
+_pkgver=4.9
+pkgrel=4
+_snapshot=4.9-20140604
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.24' 'libmpc' 'cloog' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc=2.19')
+checkdepends=('dejagnu' 'inetutils')
+options=('!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=('57aa4ff81c56262dc89994853c4d0149'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+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 --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  --enable-multilib --disable-werror \
+  --enable-checking=release
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+

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

2014-06-06 Thread Dave Reisner
Date: Saturday, June 7, 2014 @ 00:54:35
  Author: dreisner
Revision: 214342

upgpkg: systemd 213-6

- backport fix for faily MACAddress matching (FS#40675)
- backport fix for fsck/udev mess (FS#40706)
- re-enable LTO

Added:
  systemd/trunk/0001-fsck-disable-l-option-for-now.patch
  systemd/trunk/0001-networkd-link-intialize-mac-address.patch
Modified:
  systemd/trunk/PKGBUILD

+
 0001-fsck-disable-l-option-for-now.patch   |   58 +++
 0001-networkd-link-intialize-mac-address.patch |   33 +
 PKGBUILD   |   15 +++--
 3 files changed, 101 insertions(+), 5 deletions(-)

Added: 0001-fsck-disable-l-option-for-now.patch
===
--- 0001-fsck-disable-l-option-for-now.patch(rev 0)
+++ 0001-fsck-disable-l-option-for-now.patch2014-06-06 22:54:35 UTC (rev 
214342)
@@ -0,0 +1,58 @@
+From c343be283b7152554bac0c02493a4e1759c163f7 Mon Sep 17 00:00:00 2001
+From: Kay Sievers k...@vrfy.org
+Date: Wed, 4 Jun 2014 11:14:48 +0200
+Subject: [PATCH] fsck: disable -l option for now
+
+  https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
+---
+ TODO|  4 +++-
+ src/fsck/fsck.c | 13 -
+ 2 files changed, 15 insertions(+), 2 deletions(-)
+
+diff --git a/TODO b/TODO
+index 8169a57..fb118f1 100644
+--- a/TODO
 b/TODO
+@@ -1,4 +1,7 @@
+ Bugfixes:
++* Re-enable fsck -l when it is ready:
++   https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
++
+ * Should systemctl status \* work on all unit types, not just .service?
+ 
+ * enabling an instance unit creates a pointless link, and
+@@ -20,7 +23,6 @@ Bugfixes:
+   See the comment in sd_bus_unref() for more..
+ 
+ External:
+-
+ * Fedora: when installing fedora with yum --installroot /var/run is a 
directory, not a symlink
+https://bugzilla.redhat.com/show_bug.cgi?id=975864
+ 
+diff --git a/src/fsck/fsck.c b/src/fsck/fsck.c
+index 56cb52d..cb2f573 100644
+--- a/src/fsck/fsck.c
 b/src/fsck/fsck.c
+@@ -319,7 +319,18 @@ int main(int argc, char *argv[]) {
+ cmdline[i++] = /sbin/fsck;
+ cmdline[i++] =  arg_repair;
+ cmdline[i++] = -T;
+-cmdline[i++] = -l;
++
++/*
++ * Disable locking which conflict with udev's event
++ * ownershipi, until util-linux moves the flock
++ * synchronization file which prevents multiple fsck running
++ * on the same rotationg media, from the disk device
++ * node to a privately owned regular file.
++ *
++ * https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
++ *
++ * cmdline[i++] = -l;
++ */
+ 
+ if (!root_directory)
+ cmdline[i++] = -M;
+-- 
+2.0.0
+

Added: 0001-networkd-link-intialize-mac-address.patch
===
--- 0001-networkd-link-intialize-mac-address.patch  
(rev 0)
+++ 0001-networkd-link-intialize-mac-address.patch  2014-06-06 22:54:35 UTC 
(rev 214342)
@@ -0,0 +1,33 @@
+From 2ae6cda520f5c925ba313b8e83ea8b58bc00112c Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Wed, 4 Jun 2014 21:29:08 +0200
+Subject: [PATCH] networkd: link - intialize mac address
+
+Otherwise .netwrok matching on MAC address will not work.
+
+Based on patch by Dave Reisner, and bug originally reported by Max Pray.
+
+Conflicts:
+   src/network/networkd-link.c
+---
+ src/network/networkd-link.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c
+index 6677b94..9afb871 100644
+--- a/src/network/networkd-link.c
 b/src/network/networkd-link.c
+@@ -75,6 +75,10 @@ static int link_new(Manager *manager, sd_rtnl_message 
*message, Link **ret) {
+ if (!link-ifname)
+ return -ENOMEM;
+ 
++r = sd_rtnl_message_read_ether_addr(message, IFLA_ADDRESS, 
link-mac);
++if (r  0)
++return r;
++
+ r = asprintf(link-state_file, /run/systemd/network/links/%PRIu64,
+  link-ifindex);
+ if (r  0)
+-- 
+2.0.0
+

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 22:03:53 UTC (rev 214341)
+++ PKGBUILD2014-06-06 22:54:35 UTC (rev 214342)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=213
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -16,24 +16,29 @@
 'initcpio-hook-udev'
 'initcpio-install-systemd'
 'initcpio-install-udev'
-'0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch')
+'0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch'
+

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

2014-06-06 Thread Dave Reisner
Date: Saturday, June 7, 2014 @ 00:55:46
  Author: dreisner
Revision: 214343

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/0001-fsck-disable-l-option-for-now.patch
(from rev 214342, systemd/trunk/0001-fsck-disable-l-option-for-now.patch)
  systemd/repos/testing-i686/0001-networkd-link-intialize-mac-address.patch
(from rev 214342, 
systemd/trunk/0001-networkd-link-intialize-mac-address.patch)
  
systemd/repos/testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214342, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 214342, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 214342, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 214342, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 214342, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 214342, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-fsck-disable-l-option-for-now.patch
(from rev 214342, systemd/trunk/0001-fsck-disable-l-option-for-now.patch)
  systemd/repos/testing-x86_64/0001-networkd-link-intialize-mac-address.patch
(from rev 214342, 
systemd/trunk/0001-networkd-link-intialize-mac-address.patch)
  
systemd/repos/testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214342, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 214342, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 214342, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 214342, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 214342, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 214342, systemd/trunk/systemd.install)

+
 testing-i686/0001-fsck-disable-l-option-for-now.patch  
|   58 +++
 testing-i686/0001-networkd-link-intialize-mac-address.patch
|   33 ++
 testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch   
|   26 +
 testing-i686/PKGBUILD  
|  164 ++
 testing-i686/initcpio-hook-udev
|   22 +
 testing-i686/initcpio-install-systemd  
|  160 +
 testing-i686/initcpio-install-udev 
|   29 +
 testing-i686/systemd.install   
|  159 +
 testing-x86_64/0001-fsck-disable-l-option-for-now.patch
|   58 +++
 testing-x86_64/0001-networkd-link-intialize-mac-address.patch  
|   33 ++
 testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch 
|   26 +
 testing-x86_64/PKGBUILD
|  164 ++
 testing-x86_64/initcpio-hook-udev  
|   22 +
 testing-x86_64/initcpio-install-systemd
|  160 +
 testing-x86_64/initcpio-install-udev   
|   29 +
 testing-x86_64/systemd.install 
|  159 +
 16 files changed, 1302 insertions(+)

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


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

2014-06-06 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 01:59:11
  Author: heftig
Revision: 214345

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-06 23:58:32 UTC (rev 214344)
+++ extra-i686/PKGBUILD 2014-06-06 23:59:11 UTC (rev 214345)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.4
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib networkmanager)
-makedepends=(intltool geoip python2 modemmanager)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 214344, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-06 23:59:11 UTC (rev 214345)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.8
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-06 23:58:32 UTC (rev 214344)
+++ extra-x86_64/PKGBUILD   2014-06-06 23:59:11 UTC (rev 214345)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=geoclue2
-pkgver=2.1.4
-pkgrel=1
-pkgdesc=Modular geoinformation service built on the D-Bus messaging system
-arch=(i686 x86_64)
-url=http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib networkmanager)
-makedepends=(intltool geoip python2 modemmanager)
-optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 214344, 
geoclue2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-06 23:59:11 UTC (rev 214345)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.8
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc 

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

2014-06-06 Thread Jan Steffens
Date: Saturday, June 7, 2014 @ 01:58:32
  Author: heftig
Revision: 214344

2.1.8

Modified:
  geoclue2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 22:55:46 UTC (rev 214343)
+++ PKGBUILD2014-06-06 23:58:32 UTC (rev 214344)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=geoclue2
-pkgver=2.1.4
+pkgver=2.1.8
 pkgrel=1
 pkgdesc=Modular geoinformation service built on the D-Bus messaging system
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(intltool geoip python2 modemmanager)
 optdepends=('geoip: geoip-lookup server binary')
 
source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
+md5sums=('49096b9c3c2458b5e8e36b886983d9aa')
 
 build() {
   cd geoclue-$pkgver



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

2014-06-06 Thread Eric Bélanger
Date: Saturday, June 7, 2014 @ 04:59:37
  Author: eric
Revision: 214346

upgpkg: xscreensaver 5.28-1

Upstream update, Add intltool makedepends

Modified:
  xscreensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 23:59:11 UTC (rev 214345)
+++ PKGBUILD2014-06-07 02:59:37 UTC (rev 214346)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xscreensaver
-pkgver=5.26
+pkgver=5.28
 pkgrel=1
 pkgdesc=Screen saver and locker for the X Window System
 arch=('i686' 'x86_64')
@@ -9,12 +9,12 @@
 url=http://www.jwz.org/xscreensaver/;
 license=('BSD')
 depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'libxpm' 'gdm')
+makedepends=('bc' 'intltool' 'libxpm' 'gdm')
 optdepends=('gdm: for login manager support')
 backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
+source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
 xscreensaver-add-electricsheep.diff LICENSE)
-sha1sums=('8055822b661733e68550872a4ae6b6129c0b73fc'
+sha1sums=('293337889089f54023c3a221175392830254936c'
   'e8dc57b6471fb3867ee099304ac6bf628351cb98'
   '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
 



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

2014-06-06 Thread Eric Bélanger
Date: Saturday, June 7, 2014 @ 05:02:43
  Author: eric
Revision: 214347

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

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 214346, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 214346, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
(from rev 214346, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 214346, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 214346, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
(from rev 214346, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff

--+
 /LICENSE |   20 +
 /PKGBUILD|   84 +
 /xscreensaver-add-electricsheep.diff |   20 +
 extra-i686/LICENSE   |   10 --
 extra-i686/PKGBUILD  |   42 --
 extra-i686/xscreensaver-add-electricsheep.diff   |   10 --
 extra-x86_64/LICENSE |   10 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/xscreensaver-add-electricsheep.diff |   10 --
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-06-07 02:59:37 UTC (rev 214346)
+++ extra-i686/LICENSE  2014-06-07 03:02:43 UTC (rev 214347)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided as is without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 214346, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2014-06-07 03:02:43 UTC (rev 214347)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided as is without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-07 02:59:37 UTC (rev 214346)
+++ extra-i686/PKGBUILD 2014-06-07 03:02:43 UTC (rev 214347)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xscreensaver
-pkgver=5.26
-pkgrel=1
-pkgdesc=Screen saver and locker for the X Window System
-arch=('i686' 'x86_64')
-url=http://www.jwz.org/xscreensaver/;
-license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
-xscreensaver-add-electricsheep.diff LICENSE)
-sha1sums=('8055822b661733e68550872a4ae6b6129c0b73fc'
-  'e8dc57b6471fb3867ee099304ac6bf628351cb98'
-  '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/xscreensaver-add-electricsheep.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
---with-pam --with-login-manager --with-gtk --with-gl \
---without-gle --with-pixbuf --with-jpeg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d ${pkgdir}/etc/pam.d
-  make install_prefix=${pkgdir} install
-  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  chmod 

[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2014-06-06 Thread Anatol Pomozov
Date: Saturday, June 7, 2014 @ 06:54:35
  Author: anatolik
Revision: 112779

upgpkg: arm-none-eabi-gcc 4.9.0-3

Use gcc snapshots, the same was as 'gcc' does.

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 22:29:19 UTC (rev 112778)
+++ PKGBUILD2014-06-07 04:54:35 UTC (rev 112779)
@@ -4,7 +4,7 @@
 _target=arm-none-eabi
 pkgname=$_target-gcc
 pkgver=4.9.0
-pkgrel=2
+pkgrel=3
 _snapshot=4.9-20140604
 _newlibver=2.1.0
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
@@ -11,8 +11,8 @@
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
 license=(GPL LGPL FDL)
-depends=(cloog libmpc zlib)
-makedepends=($_target-binutils gmp mpfr)
+depends=($_target-binutils cloog libmpc zlib)
+makedepends=(gmp mpfr)
 #checkdepends=(dejagnu)
 options=(!emptydirs !strip staticlibs)
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2



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

2014-06-06 Thread Anatol Pomozov
Date: Saturday, June 7, 2014 @ 06:55:29
  Author: anatolik
Revision: 112780

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

Added:
  arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD
(from rev 112779, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-staging-i686/gcc-multilib.patch
(from rev 112779, arm-none-eabi-gcc/trunk/gcc-multilib.patch)
  arm-none-eabi-gcc/repos/community-staging-i686/gcc-no-exceptions.patch
(from rev 112779, arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-staging-i686/libgloss-configure-fix.patch
(from rev 112779, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD
(from rev 112779, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-staging-x86_64/gcc-multilib.patch
(from rev 112779, arm-none-eabi-gcc/trunk/gcc-multilib.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/gcc-no-exceptions.patch
(from rev 112779, arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/libgloss-configure-fix.patch
(from rev 112779, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)
Deleted:
  arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD
  arm-none-eabi-gcc/repos/community-staging-i686/gcc-multilib.patch
  arm-none-eabi-gcc/repos/community-staging-i686/gcc-no-exceptions.patch
  arm-none-eabi-gcc/repos/community-staging-i686/libgloss-configure-fix.patch
  arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD
  arm-none-eabi-gcc/repos/community-staging-x86_64/gcc-multilib.patch
  arm-none-eabi-gcc/repos/community-staging-x86_64/gcc-no-exceptions.patch
  arm-none-eabi-gcc/repos/community-staging-x86_64/libgloss-configure-fix.patch

---+
 /PKGBUILD |  216 
 /gcc-multilib.patch   |  190 ++
 /gcc-no-exceptions.patch  |   40 ++
 /libgloss-configure-fix.patch |   22 +
 community-staging-i686/PKGBUILD   |   97 ---
 community-staging-i686/gcc-multilib.patch |   95 ---
 community-staging-i686/gcc-no-exceptions.patch|   20 -
 community-staging-i686/libgloss-configure-fix.patch   |   11 
 community-staging-x86_64/PKGBUILD |   97 ---
 community-staging-x86_64/gcc-multilib.patch   |   95 ---
 community-staging-x86_64/gcc-no-exceptions.patch  |   20 -
 community-staging-x86_64/libgloss-configure-fix.patch |   11 
 12 files changed, 468 insertions(+), 446 deletions(-)

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