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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 07:59:59
  Author: thestinger
Revision: 119157

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

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 119156, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 119156, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 119156, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 119156, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   66 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   31 -
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   31 -
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 84 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 05:59:31 UTC (rev 119156)
+++ community-i686/PKGBUILD 2014-09-18 05:59:59 UTC (rev 119157)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1726/$pkgname-${pkgver}.tar.gz;
-$pkgname.service)
-md5sums=('850facc6e7f550d1a75925563b0e5caf'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 119156, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 05:59:59 UTC (rev 119157)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# This URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1726/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1727/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('850facc6e7f550d1a75925563b0e5caf'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2014-09-18 05:59:31 UTC (rev 
119156)
+++ community-i686/openvas-scanner.service  2014-09-18 05:59:59 UTC (rev 
119157)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
119156, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-09-18 05:59:59 UTC (rev 
119157)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]

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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:03:24
  Author: thestinger
Revision: 119158

upgpkg: openvas-manager 5.0.4-1

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 05:59:59 UTC (rev 119157)
+++ PKGBUILD2014-09-18 06:03:24 UTC (rev 119158)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=5.0.3
-pkgrel=3
+pkgver=5.0.4
+pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -10,14 +10,17 @@
 depends=('openvas-libraries' 'sqlite3')
 makedepends=('cmake' 'doxygen' 'xmltoman')
 groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
-md5sums=('42239d4ae6d39db67e891a532fb0df51')
+# This URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1730/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('ed1a74bd4961aa693b5674217f258753'
+ 'SKIP')
 
 build() {
   cd $pkgname-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
 }
 



[arch-commits] Commit in (4 files)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:04:28
  Author: fyan
Revision: 119160

addpkg: perl-mime-base32 1.02-1

Added:
  perl-mime-base32/
  perl-mime-base32/repos/
  perl-mime-base32/trunk/
  perl-mime-base32/trunk/PKGBUILD

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

Added: perl-mime-base32/trunk/PKGBUILD
===
--- perl-mime-base32/trunk/PKGBUILD (rev 0)
+++ perl-mime-base32/trunk/PKGBUILD 2014-09-18 06:04:28 UTC (rev 119160)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III 
j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name 
google offers a mail service at ending in dot com
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-mime-base32
+pkgver=1.02
+pkgrel=1
+pkgdesc=Base32 encoder / decoder
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/MIME-Base32'
+source=('http://search.cpan.org/CPAN/authors/id/D/DA/DANPEDER/MIME-Base32-1.02a.tar.gz')
+sha512sums=('8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3')
+_distdir=MIME-Base32-1.02
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:03:54
  Author: thestinger
Revision: 119159

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 119158, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 119158, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   27 ---
 community-x86_64/PKGBUILD |   27 ---
 3 files changed, 60 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 06:03:24 UTC (rev 119158)
+++ community-i686/PKGBUILD 2014-09-18 06:03:54 UTC (rev 119159)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.3
-pkgrel=3
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
-md5sums=('42239d4ae6d39db67e891a532fb0df51')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 119158, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 06:03:54 UTC (rev 119159)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# This URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1730/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('ed1a74bd4961aa693b5674217f258753'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-18 06:03:24 UTC (rev 119158)
+++ community-x86_64/PKGBUILD   2014-09-18 06:03:54 UTC (rev 119159)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.3
-pkgrel=3
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
-md5sums=('42239d4ae6d39db67e891a532fb0df51')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 119158, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-18 06:03:54 UTC (rev 119159)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# This URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29

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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:06:27
  Author: thestinger
Revision: 119161

upgpkg: openvas-cli 1.3.0-3

Modified:
  openvas-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 06:04:28 UTC (rev 119160)
+++ PKGBUILD2014-09-18 06:06:27 UTC (rev 119161)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-cli
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -10,14 +10,17 @@
 depends=('openvas-libraries')
 makedepends=('cmake' 'xmltoman' 'doxygen')
 groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
+# This URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
+ 'SKIP')
 
 build() {
   cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
 }
 



[arch-commits] Commit in perl-mime-base32/repos (community-any community-any/PKGBUILD)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:06:38
  Author: fyan
Revision: 119162

archrelease: copy trunk to community-any

Added:
  perl-mime-base32/repos/community-any/
  perl-mime-base32/repos/community-any/PKGBUILD
(from rev 119160, perl-mime-base32/trunk/PKGBUILD)

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

Copied: perl-mime-base32/repos/community-any/PKGBUILD (from rev 119160, 
perl-mime-base32/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-09-18 06:06:38 UTC (rev 119162)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III 
j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name 
google offers a mail service at ending in dot com
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-mime-base32
+pkgver=1.02
+pkgrel=1
+pkgdesc=Base32 encoder / decoder
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/MIME-Base32'
+source=('http://search.cpan.org/CPAN/authors/id/D/DA/DANPEDER/MIME-Base32-1.02a.tar.gz')
+sha512sums=('8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3')
+_distdir=MIME-Base32-1.02
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:06:58
  Author: thestinger
Revision: 119163

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

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 119162, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 119162, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   27 ---
 community-x86_64/PKGBUILD |   27 ---
 3 files changed, 60 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 06:06:38 UTC (rev 119162)
+++ community-i686/PKGBUILD 2014-09-18 06:06:58 UTC (rev 119163)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 119162, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 06:06:58 UTC (rev 119163)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.0
+pkgrel=3
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# This URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-18 06:06:38 UTC (rev 119162)
+++ community-x86_64/PKGBUILD   2014-09-18 06:06:58 UTC (rev 119163)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 119162, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-18 06:06:58 UTC (rev 119163)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.0
+pkgrel=3
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# This URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake 

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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:07:29
  Author: thestinger
Revision: 119164

fix wording of comment

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 06:06:58 UTC (rev 119163)
+++ PKGBUILD2014-09-18 06:07:29 UTC (rev 119164)
@@ -10,7 +10,7 @@
 depends=('openvas-libraries' 'sqlite3')
 makedepends=('cmake' 'doxygen' 'xmltoman')
 groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
+# These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
 
source=(http://wald.intevation.org/frs/download.php/1730/$pkgname-${pkgver}.tar.gz;
 
http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc;)



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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:08:52
  Author: thestinger
Revision: 119166

openvas-scanner: fix wording of comment

Modified:
  openvas-scanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 06:08:15 UTC (rev 119165)
+++ PKGBUILD2014-09-18 06:08:52 UTC (rev 119166)
@@ -10,7 +10,7 @@
 depends=('openvas-libraries')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
+# These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
 
source=(http://wald.intevation.org/frs/download.php/1726/$pkgname-${pkgver}.tar.gz;
 
http://wald.intevation.org/frs/download.php/1727/$pkgname-${pkgver}.tar.gz.asc;



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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:08:15
  Author: thestinger
Revision: 119165

fix wording of comment

Modified:
  openvas-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 06:07:29 UTC (rev 119164)
+++ PKGBUILD2014-09-18 06:08:15 UTC (rev 119165)
@@ -10,7 +10,7 @@
 depends=('openvas-libraries')
 makedepends=('cmake' 'xmltoman' 'doxygen')
 groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
+# These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
 
source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;
 
http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc;)



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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:09:27
  Author: thestinger
Revision: 119167

openvas-libraries: fix wording of comment

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 06:08:52 UTC (rev 119166)
+++ PKGBUILD2014-09-18 06:09:27 UTC (rev 119167)
@@ -10,7 +10,7 @@
 depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
+# These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
 
source=(http://wald.intevation.org/frs/download.php/1722/$pkgname-${pkgver}.tar.gz;
 
http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc;)



[arch-commits] Commit in (4 files)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:12:30
  Author: fyan
Revision: 119168

addpkg: perl-digest-bubblebabble 0.02-1

Added:
  perl-digest-bubblebabble/
  perl-digest-bubblebabble/repos/
  perl-digest-bubblebabble/trunk/
  perl-digest-bubblebabble/trunk/PKGBUILD

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

Added: perl-digest-bubblebabble/trunk/PKGBUILD
===
--- perl-digest-bubblebabble/trunk/PKGBUILD (rev 0)
+++ perl-digest-bubblebabble/trunk/PKGBUILD 2014-09-18 06:12:30 UTC (rev 
119168)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III 
j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name 
google offers a mail service at ending in dot com
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-digest-bubblebabble
+pkgver=0.02
+pkgrel=1
+pkgdesc=Create bubble-babble fingerprints
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Digest-BubbleBabble'
+source=(http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Digest-BubbleBabble-$pkgver.tar.gz;)
+sha512sums=('7f5d7519184eed07e3b3ce302b7dd10980acf34af91f7ec8a317c2b7faf4a8a35dd4dadecf643c611456554ae7bfa82699afd80af195e801502047b243653ed5')
+_distdir=Digest-BubbleBabble-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in perl-digest-bubblebabble/repos (2 files)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:13:22
  Author: fyan
Revision: 119169

archrelease: copy trunk to community-any

Added:
  perl-digest-bubblebabble/repos/community-any/
  perl-digest-bubblebabble/repos/community-any/PKGBUILD
(from rev 119168, perl-digest-bubblebabble/trunk/PKGBUILD)

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

Copied: perl-digest-bubblebabble/repos/community-any/PKGBUILD (from rev 119168, 
perl-digest-bubblebabble/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-09-18 06:13:22 UTC (rev 119169)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III 
j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name 
google offers a mail service at ending in dot com
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-digest-bubblebabble
+pkgver=0.02
+pkgrel=1
+pkgdesc=Create bubble-babble fingerprints
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Digest-BubbleBabble'
+source=(http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Digest-BubbleBabble-$pkgver.tar.gz;)
+sha512sums=('7f5d7519184eed07e3b3ce302b7dd10980acf34af91f7ec8a317c2b7faf4a8a35dd4dadecf643c611456554ae7bfa82699afd80af195e801502047b243653ed5')
+_distdir=Digest-BubbleBabble-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:15:11
  Author: thestinger
Revision: 119170

upgpkg: greenbone-security-assistant 5.0.3-1

Modified:
  greenbone-security-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 06:13:22 UTC (rev 119169)
+++ PKGBUILD2014-09-18 06:15:11 UTC (rev 119170)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=greenbone-security-assistant
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.0.3
+pkgrel=1
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
 license=(GPL)
@@ -11,10 +11,12 @@
 makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
 groups=(openvas)
 backup=(etc/openvas/gsad_log.conf)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('d1148f21265346ee6257895918d8dedb'
+ 'SKIP')
 conflicts=(gsa)
 provides=(gsa)
 replaces=(gsa)
@@ -21,7 +23,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
 }
 



[arch-commits] Commit in greenbone-security-assistant/repos (4 files)

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:15:42
  Author: thestinger
Revision: 119171

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 119170, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 119170, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   31 
 community-x86_64/PKGBUILD |   31 
 3 files changed, 68 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 06:15:11 UTC (rev 119170)
+++ community-i686/PKGBUILD 2014-09-18 06:15:42 UTC (rev 119171)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-pkgrel=2
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
119170, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 06:15:42 UTC (rev 119171)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+groups=(openvas)
+backup=(etc/openvas/gsad_log.conf)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('d1148f21265346ee6257895918d8dedb'
+ 'SKIP')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-18 06:15:11 UTC (rev 119170)
+++ community-x86_64/PKGBUILD   2014-09-18 06:15:42 UTC (rev 119171)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-pkgrel=2
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
119170, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-18 06:15:42 UTC (rev 119171)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.3

[arch-commits] Commit in (4 files)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:21:26
  Author: fyan
Revision: 119172

addpkg: perl-crypt-openssl-dsa 0.14-1

Added:
  perl-crypt-openssl-dsa/
  perl-crypt-openssl-dsa/repos/
  perl-crypt-openssl-dsa/trunk/
  perl-crypt-openssl-dsa/trunk/PKGBUILD

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

Added: perl-crypt-openssl-dsa/trunk/PKGBUILD
===
--- perl-crypt-openssl-dsa/trunk/PKGBUILD   (rev 0)
+++ perl-crypt-openssl-dsa/trunk/PKGBUILD   2014-09-18 06:21:26 UTC (rev 
119172)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III 
j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name 
google offers a mail service at ending in dot com
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-crypt-openssl-dsa
+pkgver=0.14
+pkgrel=1
+pkgdesc=Digital Signature Algorithm using OpenSSL
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('openssl' 'perl')
+url='http://search.cpan.org/dist/Crypt-OpenSSL-DSA'
+source=(http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-$pkgver.tar.gz;)
+sha512sums=('55bc9111a16e1c61572c6dc2da7e1ce6cf6de6736bf662d937268e514f2c7a1f9ee77228dac89cf3b6963c28727258756edf46f188c7b66f39f57140b04acbc6')
+_distdir=Crypt-OpenSSL-DSA-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-crypt-openssl-dsa/repos (4 files)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:23:13
  Author: fyan
Revision: 119173

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

Added:
  perl-crypt-openssl-dsa/repos/community-i686/
  perl-crypt-openssl-dsa/repos/community-i686/PKGBUILD
(from rev 119172, perl-crypt-openssl-dsa/trunk/PKGBUILD)
  perl-crypt-openssl-dsa/repos/community-x86_64/
  perl-crypt-openssl-dsa/repos/community-x86_64/PKGBUILD
(from rev 119172, perl-crypt-openssl-dsa/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: perl-crypt-openssl-dsa/repos/community-i686/PKGBUILD (from rev 119172, 
perl-crypt-openssl-dsa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 06:23:13 UTC (rev 119173)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III 
j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name 
google offers a mail service at ending in dot com
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-crypt-openssl-dsa
+pkgver=0.14
+pkgrel=1
+pkgdesc=Digital Signature Algorithm using OpenSSL
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('openssl' 'perl')
+url='http://search.cpan.org/dist/Crypt-OpenSSL-DSA'
+source=(http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-$pkgver.tar.gz;)
+sha512sums=('55bc9111a16e1c61572c6dc2da7e1ce6cf6de6736bf662d937268e514f2c7a1f9ee77228dac89cf3b6963c28727258756edf46f188c7b66f39f57140b04acbc6')
+_distdir=Crypt-OpenSSL-DSA-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:

Copied: perl-crypt-openssl-dsa/repos/community-x86_64/PKGBUILD (from rev 
119172, perl-crypt-openssl-dsa/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-18 06:23:13 UTC (rev 119173)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III 
j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name 
google offers a mail service at ending in dot com
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-crypt-openssl-dsa
+pkgver=0.14
+pkgrel=1
+pkgdesc=Digital Signature Algorithm using OpenSSL
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('openssl' 'perl')
+url='http://search.cpan.org/dist/Crypt-OpenSSL-DSA'
+source=(http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-$pkgver.tar.gz;)
+sha512sums=('55bc9111a16e1c61572c6dc2da7e1ce6cf6de6736bf662d937268e514f2c7a1f9ee77228dac89cf3b6963c28727258756edf46f188c7b66f39f57140b04acbc6')
+_distdir=Crypt-OpenSSL-DSA-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:37:04
  Author: fyan
Revision: 119174

addpkg: perl-net-dns-sec 0.20-1

Added:
  perl-net-dns-sec/
  perl-net-dns-sec/repos/
  perl-net-dns-sec/trunk/
  perl-net-dns-sec/trunk/PKGBUILD

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

Added: perl-net-dns-sec/trunk/PKGBUILD
===
--- perl-net-dns-sec/trunk/PKGBUILD (rev 0)
+++ perl-net-dns-sec/trunk/PKGBUILD 2014-09-18 06:37:04 UTC (rev 119174)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III jnbek1972 -_AT_- g m a i l -_Dot_- com
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-dns-sec
+pkgver=0.20
+pkgrel=1
+pkgdesc=DNSSEC extensions to Net::DNS
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Net-DNS-SEC'
+source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
+sha512sums=('8ed4e5b1498d05ec39b104daad1b0be0b44d0c6dac08cf6a2997025e7b93c09d3dc6828690749214061e8887632519f02c92c44469df786aa6c51bf3757439a0')
+_distdir=Net-DNS-SEC-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in perl-net-dns-sec/repos (community-any community-any/PKGBUILD)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 08:38:02
  Author: fyan
Revision: 119175

archrelease: copy trunk to community-any

Added:
  perl-net-dns-sec/repos/community-any/
  perl-net-dns-sec/repos/community-any/PKGBUILD
(from rev 119174, perl-net-dns-sec/trunk/PKGBUILD)

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

Copied: perl-net-dns-sec/repos/community-any/PKGBUILD (from rev 119174, 
perl-net-dns-sec/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-09-18 06:38:02 UTC (rev 119175)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III jnbek1972 -_AT_- g m a i l -_Dot_- com
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-dns-sec
+pkgver=0.20
+pkgrel=1
+pkgdesc=DNSSEC extensions to Net::DNS
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Net-DNS-SEC'
+source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
+sha512sums=('8ed4e5b1498d05ec39b104daad1b0be0b44d0c6dac08cf6a2997025e7b93c09d3dc6828690749214061e8887632519f02c92c44469df786aa6c51bf3757439a0')
+_distdir=Net-DNS-SEC-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Maxime Gauduin
Date: Thursday, September 18, 2014 @ 10:30:50
  Author: alucryd
Revision: 119176

upgpkg: beets 1.3.8-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 06:38:02 UTC (rev 119175)
+++ PKGBUILD2014-09-18 08:30:50 UTC (rev 119176)
@@ -3,7 +3,7 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=beets
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
@@ -24,7 +24,7 @@
 'python2-pylast: LastGenre plugin'
 'python2-requests: FetchArt plugin')
 
source=(https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('12b3947379e21bd89390292ef5ff08453542232fa83049f98542ec983a0328a9')
+sha256sums=('102ab9067d230c6d30a8f2e1139df8ddd4cf37873fd19cf6f32991fd403da21b')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-09-18 Thread Maxime Gauduin
Date: Thursday, September 18, 2014 @ 10:33:15
  Author: alucryd
Revision: 119177

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 119176, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 08:30:50 UTC (rev 119176)
+++ PKGBUILD2014-09-18 08:33:15 UTC (rev 119177)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.3.7
-pkgrel=1
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'python2-flask: Web plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt plugin')
-source=(https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('12b3947379e21bd89390292ef5ff08453542232fa83049f98542ec983a0328a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-# Manpages
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 119176, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-18 08:33:15 UTC (rev 119177)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.8
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'python2-flask: Web plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
+'python2-pylast: LastGenre plugin'
+'python2-requests: FetchArt plugin')
+source=(https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('102ab9067d230c6d30a8f2e1139df8ddd4cf37873fd19cf6f32991fd403da21b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+# Manpages
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/
+  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 11:48:59
  Author: fyan
Revision: 119178

addpkg: perl-graphviz 2.16-1

Added:
  perl-graphviz/
  perl-graphviz/repos/
  perl-graphviz/trunk/
  perl-graphviz/trunk/PKGBUILD

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

Added: perl-graphviz/trunk/PKGBUILD
===
--- perl-graphviz/trunk/PKGBUILD(rev 0)
+++ perl-graphviz/trunk/PKGBUILD2014-09-18 09:48:59 UTC (rev 119178)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# http://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John jstjohn .. purdue . edu
+# Contributor: antoniolucas antoniolucasnobar at gmail dot com
+
+_perlmod=GraphViz
+pkgname=perl-graphviz
+pkgver=2.16
+pkgrel=1
+pkgdesc=GraphViz - Interface to ATT's GraphViz. Deprecated. See GraphViz2
+arch=('any')
+url=http://search.cpan.org/dist/$_perlmod;
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
+ 'perl-xml-twig' 'perl-xml-xpath' 'perl-libwww')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-pod')
+source=(https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_perlmod-$pkgver.tgz;)
+md5sums=('45954ab14ed5e5d2af0d7edaf982c927')
+
+build() {
+  cd $srcdir/$_perlmod-$pkgver
+
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  perl Build
+}
+
+check() {
+  cd $srcdir/$_perlmod-$pkgver
+  perl Build test
+}
+
+package() {
+  cd $srcdir/$_perlmod-$pkgver
+  perl Build install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 11:49:24
  Author: fyan
Revision: 119179

archrelease: copy trunk to community-any

Added:
  perl-graphviz/repos/community-any/
  perl-graphviz/repos/community-any/PKGBUILD
(from rev 119178, perl-graphviz/trunk/PKGBUILD)

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

Copied: perl-graphviz/repos/community-any/PKGBUILD (from rev 119178, 
perl-graphviz/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-09-18 09:49:24 UTC (rev 119179)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# http://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John jstjohn .. purdue . edu
+# Contributor: antoniolucas antoniolucasnobar at gmail dot com
+
+_perlmod=GraphViz
+pkgname=perl-graphviz
+pkgver=2.16
+pkgrel=1
+pkgdesc=GraphViz - Interface to ATT's GraphViz. Deprecated. See GraphViz2
+arch=('any')
+url=http://search.cpan.org/dist/$_perlmod;
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
+ 'perl-xml-twig' 'perl-xml-xpath' 'perl-libwww')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-pod')
+source=(https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_perlmod-$pkgver.tgz;)
+md5sums=('45954ab14ed5e5d2af0d7edaf982c927')
+
+build() {
+  cd $srcdir/$_perlmod-$pkgver
+
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  perl Build
+}
+
+check() {
+  cd $srcdir/$_perlmod-$pkgver
+  perl Build test
+}
+
+package() {
+  cd $srcdir/$_perlmod-$pkgver
+  perl Build install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Florian Pritz
Date: Thursday, September 18, 2014 @ 12:35:47
  Author: bluewind
Revision: 221922

remove unused patch

Modified:
  perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 05:11:52 UTC (rev 221921)
+++ PKGBUILD2014-09-18 10:35:47 UTC (rev 221922)
@@ -138,12 +138,10 @@
 # Add your own provides here
 provides=(${provides[@]})
 source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
-perl-vutil-revert.patch
 perlbin.sh
perlbin.csh)
 options=('makeflags' '!purge' 'emptydirs')
 md5sums=('ede5166f949d9a07163bc5b086be9759'
- '2a1e2849722b2b5be33bd5c50a69e77a'
  '5ed2542fdb9a60682f215bd33701e61a'
  '1f0cbbee783e8a6d32f01be5118e0d5e')
 



[arch-commits] Commit in perl/repos/testing-i686 (12 files)

2014-09-18 Thread Florian Pritz
Date: Thursday, September 18, 2014 @ 12:36:04
  Author: bluewind
Revision: 221923

archrelease: copy trunk to testing-i686

Added:
  perl/repos/testing-i686/PKGBUILD
(from rev 221922, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/generate-rebuild-list.sh
(from rev 221922, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-i686/patchprov
(from rev 221922, perl/trunk/patchprov)
  perl/repos/testing-i686/perlbin.csh
(from rev 221922, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 221922, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/upgpkg
(from rev 221922, perl/trunk/upgpkg)
Deleted:
  perl/repos/testing-i686/PKGBUILD
  perl/repos/testing-i686/generate-rebuild-list.sh
  perl/repos/testing-i686/patchprov
  perl/repos/testing-i686/perlbin.csh
  perl/repos/testing-i686/perlbin.sh
  perl/repos/testing-i686/upgpkg

--+
 PKGBUILD |  454 +++
 generate-rebuild-list.sh |8 
 patchprov|  518 ++---
 perlbin.csh  |   30 +-
 perlbin.sh   |   36 +--
 upgpkg   |8 
 6 files changed, 526 insertions(+), 528 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 10:35:47 UTC (rev 221922)
+++ PKGBUILD2014-09-18 10:36:04 UTC (rev 221923)
@@ -1,228 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: kevin kevin.archlinux.org
-# Contributor: judd jvinet.zeroflux.org
-# Contributor: francois francois.archlinux.org
-
-pkgname=perl
-pkgver=5.20.1
-pkgrel=1
-pkgdesc=A highly capable, feature-rich programming language
-arch=(i686 x86_64)
-license=('GPL' 'PerlArtistic')
-url=http://www.perl.org;
-groups=('base')
-depends=('gdbm' 'db' 'glibc')
-# NOTE: This array is automatically generated by `./patchprov`.
-#   If you want to add entries, do so in the next array.
-provides=('perl-archive-tar=1.96'
-  'perl-attribute-handlers=0.96'
-  'perl-autodie=2.23'
-  'perl-autoloader=5.74'
-  'perl-autouse=1.08'
-  'perl-b-debug=1.19'
-  'perl-base=2.22'
-  'perl-bignum=0.37'
-  'perl-carp=1.3301'
-  'perl-cgi=3.65'
-  'perl-compress-raw-bzip2=2.064'
-  'perl-compress-raw-zlib=2.065'
-  'perl-config-perl-v=0.22'
-  'perl-constant=1.31'
-  'perl-cpan-meta-requirements=2.125'
-  'perl-cpan-meta-yaml=0.012'
-  'perl-cpan-meta=2.140640'
-  'perl-cpan=2.05'
-  'perl-data-dumper=2.151'
-  'perl-db_file=1.831'
-  'perl-devel-ppport=3.21'
-  'perl-devel-selfstubber=1.05'
-  'perl-digest-md5=2.53'
-  'perl-digest-sha=5.88'
-  'perl-digest=1.17'
-  'perl-dumpvalue=1.17'
-  'perl-encode=2.60'
-  'perl-encoding-warnings=0.11'
-  'perl-env=1.04'
-  'perl-experimental=0.007'
-  'perl-exporter=5.71'
-  'perl-extutils-cbuilder=0.280217'
-  'perl-extutils-command=1.18'
-  'perl-extutils-constant=0.23'
-  'perl-extutils-install=1.67'
-  'perl-extutils-makemaker=6.98'
-  'perl-extutils-manifest=1.63'
-  'perl-extutils-parsexs=3.24'
-  'perl-file-fetch=0.48'
-  'perl-file-path=2.09'
-  'perl-file-temp=0.2304'
-  'perl-filter-simple=0.91'
-  'perl-filter-util-call=1.49'
-  'perl-getopt-long=2.42'
-  'perl-http-tiny=0.043'
-  'perl-i18n-collate=1.02'
-  'perl-i18n-langtags=0.40'
-  'perl-if=0.0603'
-  'perl-io-compress=2.064'
-  'perl-io-socket-ip=0.29'
-  'perl-io-zlib=1.10'
-  'perl-io=1.31'
-  'perl-ipc-cmd=0.92'
-  'perl-ipc-sysv=2.04'
-  'perl-json-pp=2.27203'
-  'perl-lib=0.63'
-  'perl-libnet=1.25'
-  'perl-locale-codes=3.30'
-  'perl-locale-maketext-simple=0.21'
-  'perl-locale-maketext=1.25'
-  'perl-math-bigint-fastcalc=0.31'
-  'perl-math-bigint=1.9993'
-  'perl-math-bigrat=0.2606'
-  'perl-math-complex=1.59'
-  'perl-memoize=1.03'
-  'perl-mime-base64=3.14'
-  'perl-module-build=0.4205'
-  'perl-module-corelist=5.020001'
-  'perl-module-load-conditional=0.62'
-  'perl-module-load=0.32'
-  'perl-module-loaded=0.08'
-  'perl-module-metadata=1.19'
-  'perl-net-ping=2.43'
-  'perl-package-constants=0.04'
-  'perl-params-check=0.38'
-  'perl-parent=0.228'
-  'perl-parse-cpan-meta=1.4414'
-  'perl-pathtools=3.48'
-  'perl-perl-ostype=1.007'
-  'perl-perlfaq=5.0150044'
-  'perl-perlio-via-quotedprint=0.07'
-  

[arch-commits] Commit in perl/repos/testing-x86_64 (12 files)

2014-09-18 Thread Florian Pritz
Date: Thursday, September 18, 2014 @ 12:36:23
  Author: bluewind
Revision: 221924

archrelease: copy trunk to testing-x86_64

Added:
  perl/repos/testing-x86_64/PKGBUILD
(from rev 221923, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/generate-rebuild-list.sh
(from rev 221923, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-x86_64/patchprov
(from rev 221923, perl/trunk/patchprov)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 221923, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 221923, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/upgpkg
(from rev 221923, perl/trunk/upgpkg)
Deleted:
  perl/repos/testing-x86_64/PKGBUILD
  perl/repos/testing-x86_64/generate-rebuild-list.sh
  perl/repos/testing-x86_64/patchprov
  perl/repos/testing-x86_64/perlbin.csh
  perl/repos/testing-x86_64/perlbin.sh
  perl/repos/testing-x86_64/upgpkg

--+
 PKGBUILD |  454 +++
 generate-rebuild-list.sh |8 
 patchprov|  518 ++---
 perlbin.csh  |   30 +-
 perlbin.sh   |   36 +--
 upgpkg   |8 
 6 files changed, 526 insertions(+), 528 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 10:36:04 UTC (rev 221923)
+++ PKGBUILD2014-09-18 10:36:23 UTC (rev 221924)
@@ -1,228 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: kevin kevin.archlinux.org
-# Contributor: judd jvinet.zeroflux.org
-# Contributor: francois francois.archlinux.org
-
-pkgname=perl
-pkgver=5.20.1
-pkgrel=1
-pkgdesc=A highly capable, feature-rich programming language
-arch=(i686 x86_64)
-license=('GPL' 'PerlArtistic')
-url=http://www.perl.org;
-groups=('base')
-depends=('gdbm' 'db' 'glibc')
-# NOTE: This array is automatically generated by `./patchprov`.
-#   If you want to add entries, do so in the next array.
-provides=('perl-archive-tar=1.96'
-  'perl-attribute-handlers=0.96'
-  'perl-autodie=2.23'
-  'perl-autoloader=5.74'
-  'perl-autouse=1.08'
-  'perl-b-debug=1.19'
-  'perl-base=2.22'
-  'perl-bignum=0.37'
-  'perl-carp=1.3301'
-  'perl-cgi=3.65'
-  'perl-compress-raw-bzip2=2.064'
-  'perl-compress-raw-zlib=2.065'
-  'perl-config-perl-v=0.22'
-  'perl-constant=1.31'
-  'perl-cpan-meta-requirements=2.125'
-  'perl-cpan-meta-yaml=0.012'
-  'perl-cpan-meta=2.140640'
-  'perl-cpan=2.05'
-  'perl-data-dumper=2.151'
-  'perl-db_file=1.831'
-  'perl-devel-ppport=3.21'
-  'perl-devel-selfstubber=1.05'
-  'perl-digest-md5=2.53'
-  'perl-digest-sha=5.88'
-  'perl-digest=1.17'
-  'perl-dumpvalue=1.17'
-  'perl-encode=2.60'
-  'perl-encoding-warnings=0.11'
-  'perl-env=1.04'
-  'perl-experimental=0.007'
-  'perl-exporter=5.71'
-  'perl-extutils-cbuilder=0.280217'
-  'perl-extutils-command=1.18'
-  'perl-extutils-constant=0.23'
-  'perl-extutils-install=1.67'
-  'perl-extutils-makemaker=6.98'
-  'perl-extutils-manifest=1.63'
-  'perl-extutils-parsexs=3.24'
-  'perl-file-fetch=0.48'
-  'perl-file-path=2.09'
-  'perl-file-temp=0.2304'
-  'perl-filter-simple=0.91'
-  'perl-filter-util-call=1.49'
-  'perl-getopt-long=2.42'
-  'perl-http-tiny=0.043'
-  'perl-i18n-collate=1.02'
-  'perl-i18n-langtags=0.40'
-  'perl-if=0.0603'
-  'perl-io-compress=2.064'
-  'perl-io-socket-ip=0.29'
-  'perl-io-zlib=1.10'
-  'perl-io=1.31'
-  'perl-ipc-cmd=0.92'
-  'perl-ipc-sysv=2.04'
-  'perl-json-pp=2.27203'
-  'perl-lib=0.63'
-  'perl-libnet=1.25'
-  'perl-locale-codes=3.30'
-  'perl-locale-maketext-simple=0.21'
-  'perl-locale-maketext=1.25'
-  'perl-math-bigint-fastcalc=0.31'
-  'perl-math-bigint=1.9993'
-  'perl-math-bigrat=0.2606'
-  'perl-math-complex=1.59'
-  'perl-memoize=1.03'
-  'perl-mime-base64=3.14'
-  'perl-module-build=0.4205'
-  'perl-module-corelist=5.020001'
-  'perl-module-load-conditional=0.62'
-  'perl-module-load=0.32'
-  'perl-module-loaded=0.08'
-  'perl-module-metadata=1.19'
-  'perl-net-ping=2.43'
-  'perl-package-constants=0.04'
-  'perl-params-check=0.38'
-  'perl-parent=0.228'
-  'perl-parse-cpan-meta=1.4414'
-  'perl-pathtools=3.48'
-  'perl-perl-ostype=1.007'
-  'perl-perlfaq=5.0150044'
-  'perl-perlio-via-quotedprint=0.07'
-   

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

2014-09-18 Thread Sven-Hendrik Haase
Date: Thursday, September 18, 2014 @ 14:21:01
  Author: svenstaro
Revision: 119180

upgpkg: openmw 0.32.0-1

upstream release 0.32.0

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 09:49:24 UTC (rev 119179)
+++ PKGBUILD2014-09-18 12:21:01 UTC (rev 119180)
@@ -2,8 +2,8 @@
 # Contributor: Sandy Carter bwrsand...@gmail.com
 
 pkgname=openmw
-pkgver=0.31.0
-pkgrel=3
+pkgver=0.32.0
+pkgrel=1
 pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
 arch=('i686' 'x86_64')
 url=http://www.openmw.org;
@@ -11,7 +11,7 @@
 depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
 makedepends=('cmake' 'boost')
 source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
+sha1sums=('4186d3a5aa55ef376bbc5a3534185ebea1544725')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}



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

2014-09-18 Thread Sven-Hendrik Haase
Date: Thursday, September 18, 2014 @ 14:21:09
  Author: svenstaro
Revision: 119181

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

Added:
  openmw/repos/community-staging-i686/
  openmw/repos/community-staging-i686/PKGBUILD
(from rev 119180, openmw/trunk/PKGBUILD)
  openmw/repos/community-staging-x86_64/
  openmw/repos/community-staging-x86_64/PKGBUILD
(from rev 119180, openmw/trunk/PKGBUILD)

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

Copied: openmw/repos/community-staging-i686/PKGBUILD (from rev 119180, 
openmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-18 12:21:09 UTC (rev 119181)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.32.0
+pkgrel=1
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('4186d3a5aa55ef376bbc5a3534185ebea1544725')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-staging-x86_64/PKGBUILD (from rev 119180, 
openmw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-18 12:21:09 UTC (rev 119181)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.32.0
+pkgrel=1
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('4186d3a5aa55ef376bbc5a3534185ebea1544725')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Jan Steffens
Date: Thursday, September 18, 2014 @ 14:44:11
  Author: heftig
Revision: 221925

Bump to pick up fixes

Modified:
  rtmpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 10:36:23 UTC (rev 221924)
+++ PKGBUILD2014-09-18 12:44:11 UTC (rev 221925)
@@ -4,7 +4,7 @@
 # Contributor: Elis Hughes elishug...@googlemail.com
 
 pkgname=rtmpdump
-pkgver=20131205
+pkgver=20140918
 pkgrel=1
 pkgdesc='Tool to download rtmp streams'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl')
 makedepends=('git')
 options=('!makeflags')
-source=(git://git.ffmpeg.org/rtmpdump#commit=dc76f0a8)
+source=(git://git.ffmpeg.org/rtmpdump#commit=a1900c3)
 md5sums=('SKIP')
 
 build() {



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

2014-09-18 Thread Jan Steffens
Date: Thursday, September 18, 2014 @ 14:45:03
  Author: heftig
Revision: 221926

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

Added:
  rtmpdump/repos/testing-i686/
  rtmpdump/repos/testing-i686/PKGBUILD
(from rev 221925, rtmpdump/trunk/PKGBUILD)
  rtmpdump/repos/testing-x86_64/
  rtmpdump/repos/testing-x86_64/PKGBUILD
(from rev 221925, rtmpdump/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: rtmpdump/repos/testing-i686/PKGBUILD (from rev 221925, 
rtmpdump/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-18 12:45:03 UTC (rev 221926)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: xduugu
+# Contributor: Elis Hughes elishug...@googlemail.com
+
+pkgname=rtmpdump
+pkgver=20140918
+pkgrel=1
+pkgdesc='Tool to download rtmp streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+makedepends=('git')
+options=('!makeflags')
+source=(git://git.ffmpeg.org/rtmpdump#commit=a1900c3)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make prefix=/usr sbindir=/usr/bin \
+mandir=/usr/share/man DESTDIR=$pkgdir \
+install
+}

Copied: rtmpdump/repos/testing-x86_64/PKGBUILD (from rev 221925, 
rtmpdump/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-18 12:45:03 UTC (rev 221926)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: xduugu
+# Contributor: Elis Hughes elishug...@googlemail.com
+
+pkgname=rtmpdump
+pkgver=20140918
+pkgrel=1
+pkgdesc='Tool to download rtmp streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+makedepends=('git')
+options=('!makeflags')
+source=(git://git.ffmpeg.org/rtmpdump#commit=a1900c3)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make prefix=/usr sbindir=/usr/bin \
+mandir=/usr/share/man DESTDIR=$pkgdir \
+install
+}



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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 14:52:24
  Author: tpowa
Revision: 221927

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 221926, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 221926, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/compal-laptop-hwmon-fix.patch
(from rev 221926, linux/repos/testing-i686/compal-laptop-hwmon-fix.patch)
  linux/repos/core-i686/config
(from rev 221926, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 221926, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 221926, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 221926, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 221926, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 221926, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/compal-laptop-hwmon-fix.patch
(from rev 221926, linux/repos/testing-x86_64/compal-laptop-hwmon-fix.patch)
  linux/repos/core-x86_64/config
(from rev 221926, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 221926, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 221926, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 221926, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/compal-laptop-hwmon-fix.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/compal-laptop-hwmon-fix.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  592 
 /change-default-console-loglevel.patch|   22 
 /compal-laptop-hwmon-fix.patch|   28 
 /config   |14154 
 /config.x86_64|13666 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  296 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/compal-laptop-hwmon-fix.patch   |   14 
 core-i686/config  | 7076 -
 core-i686/config.x86_64   | 6832 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  296 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/compal-laptop-hwmon-fix.patch |   14 
 core-x86_64/config| 7076 -
 core-x86_64/config.x86_64 | 6832 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 21 files changed, 28564 insertions(+), 28560 deletions(-)

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


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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 14:52:41
  Author: tpowa
Revision: 221929

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

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

-+
 /PKGBUILD   |  106 ++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   53 -
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   53 -
 extra-x86_64/nvidia.install |   15 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 12:52:40 UTC (rev 221928)
+++ extra-i686/PKGBUILD 2014-09-18 12:52:41 UTC (rev 221929)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.123
-_extramodules=extramodules-3.16-ARCH
-pkgrel=5
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.16' 'linux3.17' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('52307054483f5c40391608ce69114d48')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('9d461e9e00e473f458aee96cd6d85101')
-fi
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 221927, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 12:52:41 UTC (rev 221929)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.16-ARCH
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 14:52:40
  Author: tpowa
Revision: 221928

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 221927, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.service
(from rev 221927, lirc/repos/testing-i686/irexec.service)
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfaults.patch
(from rev 221927, lirc/repos/testing-i686/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 221927, lirc/repos/testing-i686/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 221927, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 221927, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 221927, lirc/repos/testing-i686/lirc.tmpfiles)
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
(from rev 221927, lirc/repos/testing-i686/wpc8769l-build-fix.patch)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 221927, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.service
(from rev 221927, lirc/repos/testing-x86_64/irexec.service)
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfaults.patch
(from rev 221927, lirc/repos/testing-x86_64/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 221927, lirc/repos/testing-x86_64/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 221927, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 221927, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 221927, lirc/repos/testing-x86_64/lirc.tmpfiles)
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch
(from rev 221927, lirc/repos/testing-x86_64/wpc8769l-build-fix.patch)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.service
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfault.patch
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/extra-i686/lirc-utils.install
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.service
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfault.patch
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/extra-x86_64/lirc-utils.install
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch
  lirc/repos/testing-i686/
  lirc/repos/testing-x86_64/

--+
 /PKGBUILD|  204 +
 /irexec.service  |   22 ++
 /lirc-0.9.1a-fix-segfaults.patch |  158 +++
 /lirc-utils.install  |   26 +++
 /lirc.install|   28 +++
 /lirc.logrotate  |   10 +
 /lirc.tmpfiles   |2 
 /wpc8769l-build-fix.patch|  180 ++
 extra-i686/PKGBUILD  |  102 
 extra-i686/irexec.service|   11 -
 extra-i686/lirc-0.9.1a-fix-segfault.patch|   41 -
 extra-i686/lirc-0.9.1a-fix-segfaults.patch   |   79 -
 extra-i686/lirc-utils.install|   13 -
 extra-i686/lirc.install  |   14 -
 extra-i686/lirc.logrotate|5 
 extra-i686/lirc.tmpfiles |1 
 extra-i686/wpc8769l-build-fix.patch  |   90 ---
 extra-x86_64/PKGBUILD|  102 
 extra-x86_64/irexec.service  |   11 -
 extra-x86_64/lirc-0.9.1a-fix-segfault.patch  |   41 -
 extra-x86_64/lirc-0.9.1a-fix-segfaults.patch |   79 -
 extra-x86_64/lirc-utils.install  |   13 -
 extra-x86_64/lirc.install|   14 -
 extra-x86_64/lirc.logrotate  |5 
 extra-x86_64/lirc.tmpfiles   |1 
 extra-x86_64/wpc8769l-build-fix.patch|   90 ---
 26 files changed, 630 insertions(+), 712 deletions(-)

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


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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 14:52:42
  Author: tpowa
Revision: 221930

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 221927, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-3.14.patch
(from rev 221927, nvidia/repos/testing-i686/nvidia-3.14.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 221927, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 221927, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-3.14.patch
(from rev 221927, nvidia/repos/testing-x86_64/nvidia-3.14.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 221927, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia-3.14.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia-3.14.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

+
 /PKGBUILD  |   98 +++
 /nvidia-3.14.patch |   24 +
 /nvidia.install|   36 ++
 extra-i686/PKGBUILD|   49 ---
 extra-i686/nvidia-3.14.patch   |   12 
 extra-i686/nvidia.install  |   18 ---
 extra-x86_64/PKGBUILD  |   49 ---
 extra-x86_64/nvidia-3.14.patch |   12 
 extra-x86_64/nvidia.install|   18 ---
 9 files changed, 158 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 12:52:41 UTC (rev 221929)
+++ extra-i686/PKGBUILD 2014-09-18 12:52:42 UTC (rev 221930)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=340.32
-_extramodules=extramodules-3.16-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.16' 'linux3.17' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('423ea1a6938dbf226bb84504746fc646'
- 'baea4c968a06d3eddec8fb1287bb38bb')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 221927, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 12:52:42 UTC (rev 221930)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=340.32
+_extramodules=extramodules-3.16-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('423ea1a6938dbf226bb84504746fc646'
+ 'baea4c968a06d3eddec8fb1287bb38bb')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat 

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

2014-09-18 Thread Sven-Hendrik Haase
Date: Thursday, September 18, 2014 @ 14:56:24
  Author: svenstaro
Revision: 119182

upgpkg: blender 14:2.71.git1.d42c08-6

ffmpeg 2.4 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 12:21:09 UTC (rev 119181)
+++ PKGBUILD2014-09-18 12:56:24 UTC (rev 119182)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.71
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=5
+pkgrel=6
 epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')



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

2014-09-18 Thread Sven-Hendrik Haase
Date: Thursday, September 18, 2014 @ 14:56:31
  Author: svenstaro
Revision: 119183

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

Added:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-i686/PKGBUILD
(from rev 119182, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 119182, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 119182, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 119182, blender/trunk/blender.install)

--+
 community-staging-i686/PKGBUILD  |  100 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|  100 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 226 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 119182, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-18 12:56:31 UTC (rev 119183)
@@ -0,0 +1,100 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+#_gittag=v2.71
+_gitcommit=d42c08
+
+pkgname=blender
+pkgver=2.71
+[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=6
+epoch=14
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_LLVM=ON \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=OFF \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
+-DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
+-DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
+  # Fix for gcc 4.9 :/
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+  python -O -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 119182, 
blender/trunk/blender.install)

[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)

2014-09-18 Thread Sven-Hendrik Haase
Date: Thursday, September 18, 2014 @ 15:09:55
  Author: svenstaro
Revision: 119185

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 119184, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 119184, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 119184, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 119184, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 119184, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 13:09:46 UTC (rev 119184)
+++ PKGBUILD2014-09-18 13:09:55 UTC (rev 119185)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.12
-_pkgver=40_12
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=044b26
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('4da72351a2f80e51e86609accbd19bf82ca85881832e4a716b055bd7754a880c'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 119184, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-18 13:09:55 

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

2014-09-18 Thread Sven-Hendrik Haase
Date: Thursday, September 18, 2014 @ 15:09:46
  Author: svenstaro
Revision: 119184

upgpkg: dwarffortress 0.40.13-1

upstream release 0.40.13

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 12:56:31 UTC (rev 119183)
+++ PKGBUILD2014-09-18 13:09:46 UTC (rev 119184)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
 # Contributor: djnm nmihalich [at} gmail dott com
 pkgname=dwarffortress
-pkgver=0.40.12
-_pkgver=40_12
+pkgver=0.40.13
+_pkgver=40_13
 pkgrel=1
 pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
 arch=(i686 x86_64)
@@ -30,7 +30,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('4da72351a2f80e51e86609accbd19bf82ca85881832e4a716b055bd7754a880c'
+sha256sums=('c17c021150e8e84c6bac949007ebed6383d9766d279a1b088808bac0e4ebfaab'
 'SKIP'
 '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'



[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-09-18 Thread Sven-Hendrik Haase
Date: Thursday, September 18, 2014 @ 15:22:08
  Author: svenstaro
Revision: 119186

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 119185, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 119185, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 119185, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 119185, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 119185, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 13:09:55 UTC (rev 119185)
+++ PKGBUILD2014-09-18 13:22:08 UTC (rev 119186)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.12
-_pkgver=40_12
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=044b26
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('4da72351a2f80e51e86609accbd19bf82ca85881832e4a716b055bd7754a880c'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 119185, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:22:53
  Author: tpowa
Revision: 119187

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 119186, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 119186, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 119186, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 119186, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   80 +++
 /acpi_call.install |   28 
 community-i686/PKGBUILD|   40 -
 community-i686/acpi_call.install   |   14 --
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/acpi_call.install |   14 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 13:22:08 UTC (rev 119186)
+++ community-i686/PKGBUILD 2014-09-18 13:22:53 UTC (rev 119187)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=11
-_extramodules=extramodules-3.16-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname};
-license=('GPL')
-depends=('linux=3.16' 'linux3.17')
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 119186, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 13:22:53 UTC (rev 119187)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=12
+_extramodules=extramodules-3.16-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2014-09-18 13:22:08 UTC (rev 119186)
+++ community-i686/acpi_call.install2014-09-18 13:22:53 UTC (rev 119187)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.16-ARCH
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:22:54
  Author: tpowa
Revision: 119188

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

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

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 13:22:53 UTC (rev 119187)
+++ community-i686/PKGBUILD 2014-09-18 13:22:54 UTC (rev 119188)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.16-ARCH # Don't forget to update bbswitch.install
-pkgrel=15
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.16' 'linux3.17')
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 119186, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 13:22:54 UTC (rev 119188)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.16-ARCH # Don't forget to update bbswitch.install
+pkgrel=16
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2014-09-18 13:22:53 UTC (rev 119187)
+++ community-i686/bbswitch.install 2014-09-18 13:22:54 UTC (rev 119188)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.16-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 119186, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2014-09-18 13:22:54 UTC (rev 119188)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:22:58
  Author: tpowa
Revision: 119191

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

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

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

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

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 119186, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 13:22:58 UTC (rev 119191)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=53
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:22:59
  Author: tpowa
Revision: 119192

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

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

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   44 
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   22 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   22 
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2014-09-18 13:22:58 UTC (rev 119191)
+++ community-i686/60-vhba.rules2014-09-18 13:22:59 UTC (rev 119192)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 119186, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2014-09-18 13:22:59 UTC (rev 119192)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 13:22:58 UTC (rev 119191)
+++ community-i686/PKGBUILD 2014-09-18 13:22:59 UTC (rev 119192)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140629
-_extramodules=extramodules-3.16-ARCH
-pkgrel=6
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.16' 'linux3.17')
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 119186, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 13:22:59 UTC (rev 119192)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.16-ARCH
+pkgrel=7
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:22:57
  Author: tpowa
Revision: 119190

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 119186, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 119186, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 119186, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 119186, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 13:22:55 UTC (rev 119189)
+++ community-i686/PKGBUILD 2014-09-18 13:22:57 UTC (rev 119190)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=9
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 119186, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 13:22:57 UTC (rev 119190)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=10
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:22:55
  Author: tpowa
Revision: 119189

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 119186, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/delayed_work_ethtool_ops_fix2.patch
(from rev 119186, 
r8168/repos/community-testing-i686/delayed_work_ethtool_ops_fix2.patch)
  r8168/repos/community-i686/r8168.install
(from rev 119186, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 119186, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/delayed_work_ethtool_ops_fix2.patch
(from rev 119186, 
r8168/repos/community-testing-x86_64/delayed_work_ethtool_ops_fix2.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 119186, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/delayed_work_ethtool_ops_fix2.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/delayed_work_ethtool_ops_fix2.patch
  r8168/repos/community-x86_64/r8168.install

--+
 /PKGBUILD|  110 +
 /delayed_work_ethtool_ops_fix2.patch |   52 
 /r8168.install   |   34 +
 community-i686/PKGBUILD  |   55 
 community-i686/delayed_work_ethtool_ops_fix2.patch   |   26 
 community-i686/r8168.install |   17 --
 community-x86_64/PKGBUILD|   55 
 community-x86_64/delayed_work_ethtool_ops_fix2.patch |   26 
 community-x86_64/r8168.install   |   17 --
 9 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 13:22:54 UTC (rev 119188)
+++ community-i686/PKGBUILD 2014-09-18 13:22:55 UTC (rev 119189)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.038.00
-pkgrel=10
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;
-delayed_work_ethtool_ops_fix2.patch)
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072'
-'2a03fa65e476cb7dd3ed5976037e0218260ff2660b6a4c495a824865eb10c303')
-
-prepare(){
-   cd $pkgname-$pkgver
-
-   # Fix build with Linux 3.15 and 3.16
-   # https://code.google.com/p/r8168/issues/detail?id=19
-   patch -Np1 -i $srcdir/delayed_work_ethtool_ops_fix2.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 119186, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 13:22:55 UTC (rev 119189)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=11
+pkgdesc=A kernel module for Realtek 8168 network cards

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:23:01
  Author: tpowa
Revision: 119193

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

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

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   60 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   60 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 13:22:59 UTC (rev 119192)
+++ community-i686/PKGBUILD 2014-09-18 13:23:01 UTC (rev 119193)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.16
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.16' 'linux3.17'
- 'linux-headers=3.16' 'linux-headers3.17'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.16-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.16' 'linux3.17')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.16' 'linux3.17')
-  

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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:26:22
  Author: tpowa
Revision: 221931

upgpkg: b43-fwcutter 019-1

bump to latest version

Modified:
  b43-fwcutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 12:52:42 UTC (rev 221930)
+++ PKGBUILD2014-09-18 13:26:22 UTC (rev 221931)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=b43-fwcutter
-pkgver=018
+pkgver=019
 pkgrel=1
 pkgdesc=firmware extractor for the b43 kernel module
 url=http://wireless.kernel.org/en/users/Drivers/b43;
@@ -10,7 +10,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('56fcb0c64dcc94dd2672b9ff87f8217f')
+md5sums=('19d1f4226a625756726bdf7ed5dc2a0a')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2014-09-18 Thread Tobias Powalowski
Date: Thursday, September 18, 2014 @ 15:26:35
  Author: tpowa
Revision: 221932

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

Added:
  b43-fwcutter/repos/testing-i686/
  b43-fwcutter/repos/testing-i686/PKGBUILD
(from rev 221931, b43-fwcutter/trunk/PKGBUILD)
  b43-fwcutter/repos/testing-x86_64/
  b43-fwcutter/repos/testing-x86_64/PKGBUILD
(from rev 221931, b43-fwcutter/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: b43-fwcutter/repos/testing-i686/PKGBUILD (from rev 221931, 
b43-fwcutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-18 13:26:35 UTC (rev 221932)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=019
+pkgrel=1
+pkgdesc=firmware extractor for the b43 kernel module
+url=http://wireless.kernel.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('19d1f4226a625756726bdf7ed5dc2a0a')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}

Copied: b43-fwcutter/repos/testing-x86_64/PKGBUILD (from rev 221931, 
b43-fwcutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-18 13:26:35 UTC (rev 221932)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=019
+pkgrel=1
+pkgdesc=firmware extractor for the b43 kernel module
+url=http://wireless.kernel.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('19d1f4226a625756726bdf7ed5dc2a0a')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}



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

2014-09-18 Thread Alexander Rødseth
Date: Thursday, September 18, 2014 @ 16:33:32
  Author: arodseth
Revision: 119194

upgpkg: netbeans 8.0.1-1

Modified:
  netbeans/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 13:23:01 UTC (rev 119193)
+++ PKGBUILD2014-09-18 14:33:32 UTC (rev 119194)
@@ -4,9 +4,9 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=netbeans
-pkgver=8.0
-_subpkgver=201403101706
-pkgrel=3
+pkgver=8.0.1
+_subver=201408251540
+pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
@@ -20,9 +20,11 @@
 'lib32-glibc')
 install='netbeans.install'
 options=('!strip')
-source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
 # http://dlc.sun.com.edgesuite.net/netbeans/8.0/final/zip/
-sha256sums=('0d063507f48292f4033a238783fb318a6df58485a7be86206a45a97ce12de97b')
+source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subver.zip;
+'http://www.jimvernon.com/wp-content/uploads/2014/02/netbeans.png')
+sha256sums=('5c572e18ff610d7d78044c7602bfaa97d0faaeb6ba3f4fbe1427cadb12285e5e'
+'1d519f018ebeff6e29436c8492dbb266446bd0144fb5519b2ef6637664de6f4a')
 
 prepare() {
   gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc
@@ -32,14 +34,19 @@
 
 package() {
   mkdir -p $pkgdir/usr/{bin,share/applications}
+
+  # Binary file
+  install -Dm755 $pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  # Resources
   cp -r $pkgname $pkgdir/usr/share/
+
+  # Desktop shortcut and icon
   install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
-  cd $pkgname
-  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
 
-  # Cleanup (contains the file that is now placed in /usr/bin + .exe-files)
+  # Cleanup of directory that contains the binary file and .exe-files
   rm -r $pkgdir/usr/share/$pkgname/bin
 }
 



[arch-commits] Commit in netbeans/repos/community-any (4 files)

2014-09-18 Thread Alexander Rødseth
Date: Thursday, September 18, 2014 @ 16:33:43
  Author: arodseth
Revision: 119195

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 119194, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.install
(from rev 119194, netbeans/trunk/netbeans.install)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.install

--+
 PKGBUILD |   99 -
 netbeans.install |   26 ++---
 2 files changed, 66 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 14:33:32 UTC (rev 119194)
+++ PKGBUILD2014-09-18 14:33:43 UTC (rev 119195)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=netbeans
-pkgver=8.0
-_subpkgver=201403101706
-pkgrel=3
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
-backup=('usr/share/netbeans/etc/netbeans.conf')
-makedepends=('gendesk' 'setconf')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-install='netbeans.install'
-options=('!strip')
-source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
-# http://dlc.sun.com.edgesuite.net/netbeans/8.0/final/zip/
-sha256sums=('0d063507f48292f4033a238783fb318a6df58485a7be86206a45a97ce12de97b')
-
-prepare() {
-  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc
-  setconf $pkgname/bin/$pkgname basedir /usr/share/$pkgname
-  setconf -a $pkgname/etc/$pkgname.conf netbeans_jdkhome 
'/usr/lib/jvm/default'
-}
-
-package() {
-  mkdir -p $pkgdir/usr/{bin,share/applications}
-  cp -r $pkgname $pkgdir/usr/share/
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  cd $pkgname
-  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
-
-  # Cleanup (contains the file that is now placed in /usr/bin + .exe-files)
-  rm -r $pkgdir/usr/share/$pkgname/bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 119194, 
netbeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-18 14:33:43 UTC (rev 119195)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netbeans
+pkgver=8.0.1
+_subver=201408251540
+pkgrel=1
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
+backup=('usr/share/netbeans/etc/netbeans.conf')
+makedepends=('gendesk' 'setconf')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+install='netbeans.install'
+options=('!strip')
+# http://dlc.sun.com.edgesuite.net/netbeans/8.0/final/zip/
+source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subver.zip;
+'http://www.jimvernon.com/wp-content/uploads/2014/02/netbeans.png')
+sha256sums=('5c572e18ff610d7d78044c7602bfaa97d0faaeb6ba3f4fbe1427cadb12285e5e'
+'1d519f018ebeff6e29436c8492dbb266446bd0144fb5519b2ef6637664de6f4a')
+
+prepare() {
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc
+  setconf $pkgname/bin/$pkgname basedir /usr/share/$pkgname
+  setconf -a $pkgname/etc/$pkgname.conf netbeans_jdkhome 
'/usr/lib/jvm/default'
+}
+
+package() {
+  mkdir -p $pkgdir/usr/{bin,share/applications}
+
+  # Binary file
+  install -Dm755 $pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  # Resources
+  cp -r $pkgname $pkgdir/usr/share/
+
+  # Desktop shortcut and icon
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+
+  # Cleanup of directory that contains the binary file and .exe-files
+  rm -r $pkgdir/usr/share/$pkgname/bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: netbeans.install
===
--- netbeans.install2014-09-18 14:33:32 UTC (rev 119194)
+++ netbeans.install2014-09-18 14:33:43 UTC (rev 119195)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database /dev/null 21

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

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 16:51:16
  Author: fyan
Revision: 221933

upgpkg: python-setuptools 1:5.8-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 13:26:35 UTC (rev 221932)
+++ PKGBUILD2014-09-18 14:51:16 UTC (rev 221933)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('2fd5ae00acf8b3224e4fb741a6d0d1af42e63cf924839c3e4f71d7e1f6cece72d85fed27cee65a406dcfc30741f74d3b76bc802d3a425b2909a0806f9fd1b781')
+sha512sums=('91354da9bb2a99068fc1d29b0e252fb3f610e84cb8879d58af5ff3e74f0ef76b711bc50d56baefc0fb81e476ad6a6e9f8892896dcde9f1ce6467bc576957097c')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-09-18 Thread Felix Yan
Date: Thursday, September 18, 2014 @ 16:51:43
  Author: fyan
Revision: 221934

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 14:51:16 UTC (rev 221933)
+++ PKGBUILD2014-09-18 14:51:43 UTC (rev 221934)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.7
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('2fd5ae00acf8b3224e4fb741a6d0d1af42e63cf924839c3e4f71d7e1f6cece72d85fed27cee65a406dcfc30741f74d3b76bc802d3a425b2909a0806f9fd1b781')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 221933, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-18 14:51:43 UTC (rev 221934)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.8
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('91354da9bb2a99068fc1d29b0e252fb3f610e84cb8879d58af5ff3e74f0ef76b711bc50d56baefc0fb81e476ad6a6e9f8892896dcde9f1ce6467bc576957097c')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() 

[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2014-09-18 Thread Pierre Schmitz
Date: Thursday, September 18, 2014 @ 18:07:29
  Author: pierre
Revision: 221937

upgpkg: grml-zsh-config 0.10.0-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 14:52:28 UTC (rev 221936)
+++ PKGBUILD2014-09-18 16:07:29 UTC (rev 221937)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.9.6
+pkgver=0.10.0
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('34a8fc0ffa8242e84d2c492f05da214b69e5662a175de79b96c5eb1a96303c72')
+sha256sums=('6f0246c04d6c069e992d7ddf5d89e384ca9823ed35185ede15559d304d88d703')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc



[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2014-09-18 Thread Pierre Schmitz
Date: Thursday, September 18, 2014 @ 18:07:59
  Author: pierre
Revision: 221938

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 221937, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 16:07:29 UTC (rev 221937)
+++ PKGBUILD2014-09-18 16:07:59 UTC (rev 221938)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=grml-zsh-config
-pkgver=0.9.6
-pkgrel=1
-pkgdesc=grml's zsh setup
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('34a8fc0ffa8242e84d2c492f05da214b69e5662a175de79b96c5eb1a96303c72')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 221937, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-18 16:07:59 UTC (rev 221938)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.10.0
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('6f0246c04d6c069e992d7ddf5d89e384ca9823ed35185ede15559d304d88d703')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}



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

2014-09-18 Thread Pierre Schmitz
Date: Thursday, September 18, 2014 @ 18:10:05
  Author: pierre
Revision: 221940

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

Added:
  php-xcache/repos/extra-i686/PKGBUILD
(from rev 221939, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-i686/xcache.ini
(from rev 221939, php-xcache/trunk/xcache.ini)
  php-xcache/repos/extra-x86_64/PKGBUILD
(from rev 221939, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-x86_64/xcache.ini
(from rev 221939, php-xcache/trunk/xcache.ini)
Deleted:
  php-xcache/repos/extra-i686/PKGBUILD
  php-xcache/repos/extra-i686/xcache-r1486.patch
  php-xcache/repos/extra-i686/xcache.ini
  php-xcache/repos/extra-x86_64/PKGBUILD
  php-xcache/repos/extra-x86_64/xcache-r1486.patch
  php-xcache/repos/extra-x86_64/xcache.ini

-+
 /PKGBUILD   |   84 
 /xcache.ini |6 
 extra-i686/PKGBUILD |   43 
 extra-i686/xcache-r1486.patch   | 5316 --
 extra-i686/xcache.ini   |3 
 extra-x86_64/PKGBUILD   |   43 
 extra-x86_64/xcache-r1486.patch | 5316 --
 extra-x86_64/xcache.ini |3 
 8 files changed, 90 insertions(+), 10724 deletions(-)

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


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

2014-09-18 Thread Pierre Schmitz
Date: Thursday, September 18, 2014 @ 18:09:49
  Author: pierre
Revision: 221939

upgpkg: php-xcache 3.2.0-2

Modified:
  php-xcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 16:07:59 UTC (rev 221938)
+++ PKGBUILD2014-09-18 16:09:49 UTC (rev 221939)
@@ -3,21 +3,20 @@
 
 pkgname=php-xcache
 pkgver=3.2.0
-_pkgver=${pkgver}-rc1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
 depends=('php')
 license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${_pkgver}/xcache-${_pkgver}.tar.bz2;
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('f2ff89e969381039f13369f3387142da'
+md5sums=('51bbbf533f4b476c73373f9f480f3097'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {
-   cd $srcdir/$_pkgver
+   cd $srcdir/xcache-$pkgver
phpize
./configure --prefix=/usr
make
@@ -24,7 +23,7 @@
 }
 
 check() {
-   cd $srcdir/$_pkgver
+   cd $srcdir/xcache-$pkgver
export NO_INTERACTION=1
make test
echo
@@ -31,7 +30,7 @@
 }
 
 package() {
-   cd $srcdir/$_pkgver
+   cd $srcdir/xcache-$pkgver
make INSTALL_ROOT=$pkgdir install
 
install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini



[arch-commits] Commit in php-composer/repos/extra-any (4 files)

2014-09-18 Thread Pierre Schmitz
Date: Thursday, September 18, 2014 @ 18:34:26
  Author: pierre
Revision: 221943

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 221942, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 221942, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   22 ++--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-18 16:34:16 UTC (rev 221942)
+++ PKGBUILD2014-09-18 16:34:26 UTC (rev 221943)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.468
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- '9d871623bc2ec0a37a7d78f708a7f838')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -on install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 221942, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-18 16:34:26 UTC (rev 221943)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.473
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ '9d871623bc2ec0a37a7d78f708a7f838')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -on install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-09-18 16:34:16 UTC (rev 221942)
+++ php.ini 2014-09-18 16:34:26 UTC (rev 221943)
@@ -1,11 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 221942, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-09-18 16:34:26 UTC (rev 221943)
@@ -0,0 +1,11 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=curl.so
+extension=intl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off



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

2014-09-18 Thread Pierre Schmitz
Date: Thursday, September 18, 2014 @ 18:34:16
  Author: pierre
Revision: 221942

upgpkg: php-composer 1.0.0.alpha8.473-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 16:25:05 UTC (rev 221941)
+++ PKGBUILD2014-09-18 16:34:16 UTC (rev 221942)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.468
+pkgver=1.0.0.alpha8.473
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 20:30:50
  Author: foutrelis
Revision: 221945

upgpkg: xfce4-battery-plugin 1.0.5-3

Update URL and adopt.

Modified:
  xfce4-battery-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 16:42:15 UTC (rev 221944)
+++ PKGBUILD2014-09-18 18:30:50 UTC (rev 221945)
@@ -1,14 +1,15 @@
 # $Id$
-# Maintainer: aurelien aurel...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: aurelien aurel...@archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-battery-plugin
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc=A battery monitor plugin for the Xfce panel
 arch=('i686' 'x86_64')
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
@@ -17,7 +18,7 @@
 sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 20:31:01
  Author: foutrelis
Revision: 221946

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

Added:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
(from rev 221945, xfce4-battery-plugin/trunk/PKGBUILD)
  xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install
(from rev 221945, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221945, xfce4-battery-plugin/trunk/PKGBUILD)
  xfce4-battery-plugin/repos/extra-x86_64/xfce4-battery-plugin.install
(from rev 221945, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
Deleted:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
  xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-battery-plugin/repos/extra-x86_64/xfce4-battery-plugin.install

---+
 /PKGBUILD |   76 
 /xfce4-battery-plugin.install |   26 +
 extra-i686/PKGBUILD   |   37 -
 extra-i686/xfce4-battery-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   37 -
 extra-x86_64/xfce4-battery-plugin.install |   13 
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 18:30:50 UTC (rev 221945)
+++ extra-i686/PKGBUILD 2014-09-18 18:31:01 UTC (rev 221946)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: aurelien aurel...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-battery-plugin
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=A battery monitor plugin for the Xfce panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-i686/PKGBUILD (from rev 221945, 
xfce4-battery-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 18:31:01 UTC (rev 221946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-battery-plugin
+pkgver=1.0.5
+pkgrel=3
+pkgdesc=A battery monitor plugin for the Xfce panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-battery-plugin.install
===
--- extra-i686/xfce4-battery-plugin.install 2014-09-18 18:30:50 UTC (rev 
221945)
+++ extra-i686/xfce4-battery-plugin.install 2014-09-18 18:31:01 UTC (rev 
221946)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install 
(from rev 221945, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
===
--- extra-i686/xfce4-battery-plugin.install (rev 0)
+++ extra-i686/xfce4-battery-plugin.install 2014-09-18 18:31:01 UTC (rev 
221946)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in xfce4-clipman-plugin/trunk (2 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 20:41:25
  Author: foutrelis
Revision: 221947

Adopt package

Modified:
  xfce4-clipman-plugin/trunk/PKGBUILD
  xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install

--+
 PKGBUILD |   29 +
 xfce4-clipman-plugin.install |5 +++--
 2 files changed, 20 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 18:31:01 UTC (rev 221946)
+++ PKGBUILD2014-09-18 18:41:25 UTC (rev 221947)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: tobias tobias at archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias at archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-clipman-plugin
@@ -7,26 +8,30 @@
 pkgrel=1
 pkgdesc=A clipboard plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL2')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libunique' 'libxtst' 'qrencode')
 makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha1sums=('71767fef0a8366bb9a6bd3edeacf4a8dabdcaa40')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-debug
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-clipman-plugin.install
===
--- xfce4-clipman-plugin.install2014-09-18 18:31:01 UTC (rev 221946)
+++ xfce4-clipman-plugin.install2014-09-18 18:41:25 UTC (rev 221947)
@@ -3,10 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
 
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (2 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 20:49:30
  Author: foutrelis
Revision: 221948

Adopt package

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD
  xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install

--+
 PKGBUILD |   31 ++-
 xfce4-cpufreq-plugin.install |6 --
 2 files changed, 22 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 18:41:25 UTC (rev 221947)
+++ PKGBUILD2014-09-18 18:49:30 UTC (rev 221948)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
@@ -12,22 +13,26 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('dcc56af0e19266956c297d124ba551f4')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6')
 
 build() {
-  cd xfce4-cpufreq-plugin-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
   make
 }
 
 package() {
-  cd xfce4-cpufreq-plugin-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-cpufreq-plugin.install
===
--- xfce4-cpufreq-plugin.install2014-09-18 18:41:25 UTC (rev 221947)
+++ xfce4-cpufreq-plugin.install2014-09-18 18:49:30 UTC (rev 221948)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 20:51:29
  Author: foutrelis
Revision: 221949

Use SHA256 for source checksums

Modified:
  xfce4-clipman-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 18:49:30 UTC (rev 221948)
+++ PKGBUILD2014-09-18 18:51:29 UTC (rev 221949)
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha1sums=('71767fef0a8366bb9a6bd3edeacf4a8dabdcaa40')
+sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-09-18 Thread Andreas Radke
Date: Thursday, September 18, 2014 @ 20:52:22
  Author: andyrtr
Revision: 221950

upgpkg: linux-lts 3.14.19-1

upstream update 3.14.19

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

---+
 PKGBUILD  |8 
 config|8 ++--
 config.x86_64 |8 ++--
 3 files changed, 16 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 18:51:29 UTC (rev 221949)
+++ PKGBUILD2014-09-18 18:52:22 UTC (rev 221950)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.18
+pkgver=3.14.19
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,9 +25,9 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'3723d8d91e1bba0ed57a4951e8089ebfaa21ac186c3b729b4d2bad2da3eaed9f'
-'4c05b88384ee809120da06e6a3d0bbafb7cdfe6208b2e62237aaeaa25dfb29b7'
-'a5b318c7fd21c1be2ac262d1b919d50bacedd0c841e9a82e7bca53d5b25b217b'
+'8f168278944be5109f7bcb7488578acb9fdba985ae9fc44a04eefd4fe27d8591'
+'b38fa8ee4af87046f808fe8375699ff6a7c15f7dbd59b79538615f9a43e44d8e'
+'466f2893f214c23a0cc4909113a8f723654ee8b4e370960e5ba0c7102d5d541f'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'

Modified: config
===
--- config  2014-09-18 18:51:29 UTC (rev 221949)
+++ config  2014-09-18 18:52:22 UTC (rev 221950)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.11-1 Kernel Configuration
+# Linux/x86 3.14.19-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -331,6 +331,7 @@
 CONFIG_INLINE_READ_UNLOCK_IRQ=y
 CONFIG_INLINE_WRITE_UNLOCK=y
 CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
+CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
 CONFIG_MUTEX_SPIN_ON_OWNER=y
 CONFIG_FREEZER=y
 
@@ -417,6 +418,8 @@
 # CONFIG_X86_MCE_INJECT is not set
 CONFIG_X86_THERMAL_VECTOR=y
 CONFIG_VM86=y
+CONFIG_X86_16BIT=y
+CONFIG_X86_ESPFIX32=y
 CONFIG_TOSHIBA=m
 CONFIG_I8K=m
 CONFIG_X86_REBOOTFIXUPS=y
@@ -1650,8 +1653,8 @@
 CONFIG_OF_PCI=y
 CONFIG_OF_PCI_IRQ=y
 CONFIG_OF_MTD=y
+CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT=m
-CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT_PC=m
 CONFIG_PARPORT_SERIAL=m
 # CONFIG_PARPORT_PC_FIFO is not set
@@ -4160,6 +4163,7 @@
 CONFIG_VIDEO_SAA7146_VV=m
 CONFIG_SMS_SIANO_MDTV=m
 CONFIG_SMS_SIANO_RC=y
+# CONFIG_SMS_SIANO_DEBUGFS is not set
 
 #
 # Media ancillary drivers (tuners, sensors, i2c, frontends)

Modified: config.x86_64
===
--- config.x86_64   2014-09-18 18:51:29 UTC (rev 221949)
+++ config.x86_64   2014-09-18 18:52:22 UTC (rev 221950)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.11-1 Kernel Configuration
+# Linux/x86 3.14.19-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -342,6 +342,7 @@
 CONFIG_INLINE_READ_UNLOCK_IRQ=y
 CONFIG_INLINE_WRITE_UNLOCK=y
 CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
+CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
 CONFIG_MUTEX_SPIN_ON_OWNER=y
 CONFIG_FREEZER=y
 
@@ -413,6 +414,8 @@
 CONFIG_X86_MCE_THRESHOLD=y
 # CONFIG_X86_MCE_INJECT is not set
 CONFIG_X86_THERMAL_VECTOR=y
+CONFIG_X86_16BIT=y
+CONFIG_X86_ESPFIX64=y
 CONFIG_I8K=m
 CONFIG_MICROCODE=m
 CONFIG_MICROCODE_INTEL=y
@@ -1614,8 +1617,8 @@
 CONFIG_MTD_UBI_BEB_LIMIT=20
 # CONFIG_MTD_UBI_FASTMAP is not set
 # CONFIG_MTD_UBI_GLUEBI is not set
+CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT=m
-CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT_PC=m
 CONFIG_PARPORT_SERIAL=m
 # CONFIG_PARPORT_PC_FIFO is not set
@@ -4033,6 +4036,7 @@
 CONFIG_VIDEO_SAA7146_VV=m
 CONFIG_SMS_SIANO_MDTV=m
 CONFIG_SMS_SIANO_RC=y
+# CONFIG_SMS_SIANO_DEBUGFS is not set
 
 #
 # Media ancillary drivers (tuners, sensors, i2c, frontends)



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

2014-09-18 Thread Andreas Radke
Date: Thursday, September 18, 2014 @ 20:53:05
  Author: andyrtr
Revision: 221951

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 221950, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 221950, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 221950, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 221950, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 221950, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 221950, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 221950, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 221950, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 221950, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 221950, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 221950, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 221950, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 221950, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 221950, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 221950, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 221950, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 221950, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 221950, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 221950, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 221950, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  322 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6695 ++
 testing-i686/config.x86_64 
| 6486 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  322 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6695 ++
 testing-x86_64/config.x86_64   
| 6486 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30336 insertions(+)

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


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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 20:56:23
  Author: foutrelis
Revision: 221952

Adopt package

Modified:
  xfce4-cpugraph-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 18:53:05 UTC (rev 221951)
+++ PKGBUILD2014-09-18 18:56:23 UTC (rev 221952)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-cpugraph-plugin



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:01:14
  Author: foutrelis
Revision: 221953

upgpkg: xfce4-datetime-plugin 0.6.2-3

Update URL and adopt.

Modified:
  xfce4-datetime-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 18:56:23 UTC (rev 221952)
+++ PKGBUILD2014-09-18 19:01:14 UTC (rev 221953)
@@ -1,33 +1,36 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Andreas Radke andy...@archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-datetime-plugin
 pkgver=0.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A date and time display plugin for the Xfce panel
 arch=('i686' 'x86_64')
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-static
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-datetime-plugin/repos (4 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:01:24
  Author: foutrelis
Revision: 221954

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

Added:
  xfce4-datetime-plugin/repos/extra-i686/PKGBUILD
(from rev 221953, xfce4-datetime-plugin/trunk/PKGBUILD)
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221953, xfce4-datetime-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-datetime-plugin/repos/extra-i686/PKGBUILD
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:01:14 UTC (rev 221953)
+++ extra-i686/PKGBUILD 2014-09-18 19:01:24 UTC (rev 221954)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-datetime-plugin
-pkgver=0.6.2
-pkgrel=2
-pkgdesc=A date and time display plugin for the Xfce panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-datetime-plugin/repos/extra-i686/PKGBUILD (from rev 221953, 
xfce4-datetime-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:01:24 UTC (rev 221954)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.6.2
+pkgrel=3
+pkgdesc=A date and time display plugin for the Xfce panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-18 19:01:14 UTC (rev 221953)
+++ extra-x86_64/PKGBUILD   2014-09-18 19:01:24 UTC (rev 221954)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-datetime-plugin
-pkgver=0.6.2
-pkgrel=2
-pkgdesc=A date and time display plugin for the Xfce panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD (from rev 221953, 
xfce4-datetime-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-18 19:01:24 UTC (rev 221954)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.6.2
+pkgrel=3
+pkgdesc=A date and time display plugin for the Xfce panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin;
+groups=('xfce4-goodies')

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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:02:41
  Author: foutrelis
Revision: 221955

Adopt package

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:01:24 UTC (rev 221954)
+++ PKGBUILD2014-09-18 19:02:41 UTC (rev 221955)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-diskperf-plugin



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:04:16
  Author: foutrelis
Revision: 221956

Adopt package

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:02:41 UTC (rev 221955)
+++ PKGBUILD2014-09-18 19:04:16 UTC (rev 221956)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:09:27
  Author: foutrelis
Revision: 221958

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

Added:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
(from rev 221957, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install
(from rev 221957, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221957, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-x86_64/xfce4-fsguard-plugin.install
(from rev 221957, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
Deleted:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-x86_64/xfce4-fsguard-plugin.install

---+
 /PKGBUILD |   76 
 /xfce4-fsguard-plugin.install |   26 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/xfce4-fsguard-plugin.install   |   11 
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/xfce4-fsguard-plugin.install |   11 
 6 files changed, 102 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:09:18 UTC (rev 221957)
+++ extra-i686/PKGBUILD 2014-09-18 19:09:27 UTC (rev 221958)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=File system usage monitor plugin for the Xfce4 panel
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9c179371475e2837004cc208026e30c1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD (from rev 221957, 
xfce4-fsguard-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:09:27 UTC (rev 221958)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=xfce4-fsguard-plugin
+pkgver=1.0.1
+pkgrel=3
+pkgdesc=File system usage monitor plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fffb7ee09769ec0b991b8752b848578e6434a675a939c5588f0728c2ef33aab7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-fsguard-plugin.install
===
--- extra-i686/xfce4-fsguard-plugin.install 2014-09-18 19:09:18 UTC (rev 
221957)
+++ extra-i686/xfce4-fsguard-plugin.install 2014-09-18 19:09:27 UTC (rev 
221958)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install 
(from rev 221957, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
===
--- extra-i686/xfce4-fsguard-plugin.install (rev 0)
+++ extra-i686/xfce4-fsguard-plugin.install 2014-09-18 19:09:27 UTC (rev 
221958)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

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

[arch-commits] Commit in xfce4-fsguard-plugin/trunk (2 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:09:18
  Author: foutrelis
Revision: 221957

upgpkg: xfce4-fsguard-plugin 1.0.1-3

Update URL and adopt.

Modified:
  xfce4-fsguard-plugin/trunk/PKGBUILD
  xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install

--+
 PKGBUILD |   37 +
 xfce4-fsguard-plugin.install |6 --
 2 files changed, 25 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:04:16 UTC (rev 221956)
+++ PKGBUILD2014-09-18 19:09:18 UTC (rev 221957)
@@ -1,33 +1,38 @@
 # $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Ben b...@benmazer.net
 
 pkgname=xfce4-fsguard-plugin
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=File system usage monitor plugin for the Xfce4 panel
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9c179371475e2837004cc208026e30c1')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fffb7ee09769ec0b991b8752b848578e6434a675a939c5588f0728c2ef33aab7')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-fsguard-plugin.install
===
--- xfce4-fsguard-plugin.install2014-09-18 19:04:16 UTC (rev 221956)
+++ xfce4-fsguard-plugin.install2014-09-18 19:09:18 UTC (rev 221957)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:14:44
  Author: foutrelis
Revision: 221959

Adopt package

Modified:
  xfce4-genmon-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:09:27 UTC (rev 221958)
+++ PKGBUILD2014-09-18 19:14:44 UTC (rev 221959)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 



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

2014-09-18 Thread Andreas Radke
Date: Thursday, September 18, 2014 @ 21:16:43
  Author: andyrtr
Revision: 221960

upgpkg: nvidia-304xx-lts 304.123-3

kernel update rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:14:44 UTC (rev 221959)
+++ PKGBUILD2014-09-18 19:16:43 UTC (rev 221960)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.123
 _extramodules=extramodules-3.14-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.11' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.14.11')
+depends=('linux-lts=3.14.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.19')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')



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

2014-09-18 Thread Andreas Radke
Date: Thursday, September 18, 2014 @ 21:16:55
  Author: andyrtr
Revision: 221961

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

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

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 221960, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-18 19:16:55 UTC (rev 221961)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.123
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.19')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
221960, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-09-18 19:16:55 UTC (rev 
221961)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 221960, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-18 19:16:55 UTC (rev 221961)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.123
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.19')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+   

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

2014-09-18 Thread Andreas Radke
Date: Thursday, September 18, 2014 @ 21:21:59
  Author: andyrtr
Revision: 221963

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

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

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

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 221962, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-18 19:21:59 UTC (rev 221963)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=340.32
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('423ea1a6938dbf226bb84504746fc646'
+ 'baea4c968a06d3eddec8fb1287bb38bb')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 221962, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-09-18 19:21:59 UTC (rev 221963)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 221962, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-18 19:21:59 UTC (rev 221963)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=340.32
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.19' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('423ea1a6938dbf226bb84504746fc646'
+ 'baea4c968a06d3eddec8fb1287bb38bb')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  

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

2014-09-18 Thread Andreas Radke
Date: Thursday, September 18, 2014 @ 21:21:49
  Author: andyrtr
Revision: 221962

upgpkg: nvidia-lts 340.32-3

kernel update rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:16:55 UTC (rev 221961)
+++ PKGBUILD2014-09-18 19:21:49 UTC (rev 221962)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=340.32
 _extramodules=extramodules-3.14-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.11' nvidia-utils=$pkgver 'nvidia-libgl')
-makedepends=('linux-lts-headers=3.14.11')
+depends=('linux-lts=3.14.19' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.19')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:22:52
  Author: foutrelis
Revision: 221965

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

Added:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
(from rev 221964, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
(from rev 221964, 
xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221964, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin.install
(from rev 221964, 
xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
Deleted:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin.install

-+
 /PKGBUILD   |   72 ++
 /xfce4-mailwatch-plugin.install |   26 +
 extra-i686/PKGBUILD |   32 ---
 extra-i686/xfce4-mailwatch-plugin.install   |   11 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/xfce4-mailwatch-plugin.install |   11 ---
 6 files changed, 98 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:22:43 UTC (rev 221964)
+++ extra-i686/PKGBUILD 2014-09-18 19:22:52 UTC (rev 221965)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Suzy Williams suzanne.willia...@verizon.net
-
-pkgname=xfce4-mailwatch-plugin
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=A mailbox watch/check plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7263114ec0f2987a3aff15afeeb45577')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD (from rev 221964, 
xfce4-mailwatch-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:22:52 UTC (rev 221965)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Suzy Williams suzanne.willia...@verizon.net
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mailwatch-plugin.install
===
--- extra-i686/xfce4-mailwatch-plugin.install   2014-09-18 19:22:43 UTC (rev 
221964)
+++ extra-i686/xfce4-mailwatch-plugin.install   2014-09-18 19:22:52 UTC (rev 
221965)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install 
(from rev 221964, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
===
--- extra-i686/xfce4-mailwatch-plugin.install   (rev 0)
+++ extra-i686/xfce4-mailwatch-plugin.install   2014-09-18 19:22:52 UTC (rev 
221965)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in xfce4-mailwatch-plugin/trunk (2 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:22:43
  Author: foutrelis
Revision: 221964

upgpkg: xfce4-mailwatch-plugin 1.2.0-3

Update package description and adopt.

Modified:
  xfce4-mailwatch-plugin/trunk/PKGBUILD
  xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install

+
 PKGBUILD   |   30 +-
 xfce4-mailwatch-plugin.install |6 --
 2 files changed, 21 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:21:59 UTC (rev 221963)
+++ PKGBUILD2014-09-18 19:22:43 UTC (rev 221964)
@@ -4,8 +4,8 @@
 
 pkgname=xfce4-mailwatch-plugin
 pkgver=1.2.0
-pkgrel=2
-pkgdesc=A mailbox watch/check plugin for the Xfce4 panel
+pkgrel=3
+pkgdesc=Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
 license=('GPL2')
@@ -12,21 +12,25 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7263114ec0f2987a3aff15afeeb45577')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-debug
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-mailwatch-plugin.install
===
--- xfce4-mailwatch-plugin.install  2014-09-18 19:21:59 UTC (rev 221963)
+++ xfce4-mailwatch-plugin.install  2014-09-18 19:22:43 UTC (rev 221964)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:28:31
  Author: foutrelis
Revision: 221966

upgpkg: xfce4-mount-plugin 0.6.7-2

Update package description and adopt.

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:22:52 UTC (rev 221965)
+++ PKGBUILD2014-09-18 19:28:31 UTC (rev 221966)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mount-plugin
 pkgver=0.6.7
-pkgrel=1
-pkgdesc=Plugin for the Xfce4 panel to mount and unmount volumes
+pkgrel=2
+pkgdesc=Mount/umount utility for the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
 license=('GPL')
@@ -17,7 +18,8 @@
 sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -29,6 +31,8 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:28:40
  Author: foutrelis
Revision: 221967

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

Added:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
(from rev 221966, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/extra-i686/xfce4-mount-plugin.install
(from rev 221966, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221966, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/extra-x86_64/xfce4-mount-plugin.install
(from rev 221966, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
Deleted:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
  xfce4-mount-plugin/repos/extra-i686/xfce4-mount-plugin.install
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-mount-plugin/repos/extra-x86_64/xfce4-mount-plugin.install

-+
 /PKGBUILD   |   76 ++
 /xfce4-mount-plugin.install |   26 ++
 extra-i686/PKGBUILD |   34 -
 extra-i686/xfce4-mount-plugin.install   |   13 -
 extra-x86_64/PKGBUILD   |   34 -
 extra-x86_64/xfce4-mount-plugin.install |   13 -
 6 files changed, 102 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:28:31 UTC (rev 221966)
+++ extra-i686/PKGBUILD 2014-09-18 19:28:40 UTC (rev 221967)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mount-plugin
-pkgver=0.6.7
-pkgrel=1
-pkgdesc=Plugin for the Xfce4 panel to mount and unmount volumes
-arch=('i686' 'x86_64')
-url=http://xfce-goodies.berlios.de/;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfce4-mount-plugin/repos/extra-i686/PKGBUILD (from rev 221966, 
xfce4-mount-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:28:40 UTC (rev 221967)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-mount-plugin
+pkgver=0.6.7
+pkgrel=2
+pkgdesc=Mount/umount utility for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mount-plugin.install
===
--- extra-i686/xfce4-mount-plugin.install   2014-09-18 19:28:31 UTC (rev 
221966)
+++ extra-i686/xfce4-mount-plugin.install   2014-09-18 19:28:40 UTC (rev 
221967)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-i686/xfce4-mount-plugin.install (from 
rev 221966, xfce4-mount-plugin/trunk/xfce4-mount-plugin.install)
===
--- extra-i686/xfce4-mount-plugin.install   (rev 0)
+++ extra-i686/xfce4-mount-plugin.install   2014-09-18 19:28:40 UTC (rev 
221967)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-18 19:28:31 UTC (rev 

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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:32:59
  Author: foutrelis
Revision: 221968

upgpkg: xfce4-mpc-plugin 0.4.4-3

Update package description and adopt.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:28:40 UTC (rev 221967)
+++ PKGBUILD2014-09-18 19:32:59 UTC (rev 221968)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andy...@archlinux.org
 # Contributor: aurelien aurel...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.4.4
-pkgrel=2
-pkgdesc=A plugin to control the music player daemon from the xfce4-panel
+pkgrel=3
+pkgdesc=Control the Music Player Daemon from the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
 license=('BSD')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
+depends=('xfce4-panel' 'libmpd')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')



[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:33:09
  Author: foutrelis
Revision: 221969

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

Added:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
(from rev 221968, xfce4-mpc-plugin/trunk/PKGBUILD)
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221968, xfce4-mpc-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   39 ---
 extra-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:32:59 UTC (rev 221968)
+++ extra-i686/PKGBUILD 2014-09-18 19:33:09 UTC (rev 221969)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.4
-pkgrel=2
-pkgdesc=A plugin to control the music player daemon from the xfce4-panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-i686/PKGBUILD (from rev 221968, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:33:09 UTC (rev 221969)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.4.4
+pkgrel=3
+pkgdesc=Control the Music Player Daemon from the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-18 19:32:59 UTC (rev 221968)
+++ extra-x86_64/PKGBUILD   2014-09-18 19:33:09 UTC (rev 221969)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.4
-pkgrel=2
-pkgdesc=A plugin to control the music player daemon from the xfce4-panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 221968, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   

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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:36:07
  Author: foutrelis
Revision: 221970

upgpkg: xfce4-netload-plugin 1.2.0-3

Adopt and rebuild for new URL.

Modified:
  xfce4-netload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:33:09 UTC (rev 221969)
+++ PKGBUILD2014-09-18 19:36:07 UTC (rev 221970)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-netload-plugin
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A netload plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
@@ -12,7 +12,7 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=xfce4-netload-plugin.install
+install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845')
 
@@ -32,4 +32,5 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
+
 # vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:36:16
  Author: foutrelis
Revision: 221971

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

Added:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
(from rev 221970, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install
(from rev 221970, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221970, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-x86_64/xfce4-netload-plugin.install
(from rev 221970, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
Deleted:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
  xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-netload-plugin/repos/extra-x86_64/xfce4-netload-plugin.install

---+
 /PKGBUILD |   72 
 /xfce4-netload-plugin.install |   26 ++
 extra-i686/PKGBUILD   |   35 -
 extra-i686/xfce4-netload-plugin.install   |   13 -
 extra-x86_64/PKGBUILD |   35 -
 extra-x86_64/xfce4-netload-plugin.install |   13 -
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:36:07 UTC (rev 221970)
+++ extra-i686/PKGBUILD 2014-09-18 19:36:16 UTC (rev 221971)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-netload-plugin
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=A netload plugin for the Xfce panel
-arch=('i686' 'x86_64')
-url=http://xfce-goodies.berlios.de/;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=xfce4-netload-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-i686/PKGBUILD (from rev 221970, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:36:16 UTC (rev 221971)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-netload-plugin
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=A netload plugin for the Xfce panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-netload-plugin.install
===
--- extra-i686/xfce4-netload-plugin.install 2014-09-18 19:36:07 UTC (rev 
221970)
+++ extra-i686/xfce4-netload-plugin.install 2014-09-18 19:36:16 UTC (rev 
221971)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install 
(from rev 221970, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
===
--- extra-i686/xfce4-netload-plugin.install (rev 0)
+++ extra-i686/xfce4-netload-plugin.install 2014-09-18 19:36:16 UTC (rev 
221971)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-18 19:36:07 UTC (rev 221970)
+++ extra-x86_64/PKGBUILD   2014-09-18 

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

2014-09-18 Thread Bartłomiej Piotrowski
Date: Thursday, September 18, 2014 @ 21:39:16
  Author: bpiotrowski
Revision: 119196

upgpkg: acpi_call-lts 1.1.0-9

rebuild against linux-lts 3.14.19

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 14:33:43 UTC (rev 119195)
+++ PKGBUILD2014-09-18 19:39:16 UTC (rev 119196)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=8
+pkgrel=9
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')



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

2014-09-18 Thread Bartłomiej Piotrowski
Date: Thursday, September 18, 2014 @ 21:39:34
  Author: bpiotrowski
Revision: 119197

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 119196, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 119196, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 119196, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 119196, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   41 +++
 community-testing-i686/acpi_call.install   |   14 +
 community-testing-x86_64/PKGBUILD  |   41 +++
 community-testing-x86_64/acpi_call.install |   14 +
 4 files changed, 110 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 119196, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-18 19:39:34 UTC (rev 119197)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=9
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts=3.14.11')
+makedepends=('linux-lts-headers=3.14.11')
+provides=(${pkgname%-*})
+install=${pkgname%-*}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
119196, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-09-18 19:39:34 UTC (rev 
119197)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.14-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 119196, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-18 19:39:34 UTC (rev 119197)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=9
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts=3.14.11')
+makedepends=('linux-lts-headers=3.14.11')
+provides=(${pkgname%-*})
+install=${pkgname%-*}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 

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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:41:16
  Author: foutrelis
Revision: 221973

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

Added:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
(from rev 221972, xfce4-notes-plugin/trunk/PKGBUILD)
  xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install
(from rev 221972, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
  xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221972, xfce4-notes-plugin/trunk/PKGBUILD)
  xfce4-notes-plugin/repos/extra-x86_64/xfce4-notes-plugin.install
(from rev 221972, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
Deleted:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
  xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install
  xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-notes-plugin/repos/extra-x86_64/xfce4-notes-plugin.install

-+
 /PKGBUILD   |   76 ++
 /xfce4-notes-plugin.install |   26 ++
 extra-i686/PKGBUILD |   33 -
 extra-i686/xfce4-notes-plugin.install   |   12 
 extra-x86_64/PKGBUILD   |   33 -
 extra-x86_64/xfce4-notes-plugin.install |   12 
 6 files changed, 102 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-18 19:41:06 UTC (rev 221972)
+++ extra-i686/PKGBUILD 2014-09-18 19:41:16 UTC (rev 221973)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andyrtr at archlinux.org
-# Contributor: Ben Mazer contrasu...@myrealbox.com
-
-pkgname=xfce4-notes-plugin
-pkgver=1.7.7
-pkgrel=5
-pkgdesc=A notes plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-notes-plugin/repos/extra-i686/PKGBUILD (from rev 221972, 
xfce4-notes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-18 19:41:16 UTC (rev 221973)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andyrtr at archlinux.org
+# Contributor: Ben Mazer contrasu...@myrealbox.com
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=6
+pkgdesc=A notes plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-notes-plugin.install
===
--- extra-i686/xfce4-notes-plugin.install   2014-09-18 19:41:06 UTC (rev 
221972)
+++ extra-i686/xfce4-notes-plugin.install   2014-09-18 19:41:16 UTC (rev 
221973)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-

Copied: xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install (from 
rev 221972, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===
--- extra-i686/xfce4-notes-plugin.install   (rev 0)
+++ extra-i686/xfce4-notes-plugin.install   2014-09-18 19:41:16 UTC (rev 
221973)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in xfce4-notes-plugin/trunk (2 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:41:06
  Author: foutrelis
Revision: 221972

upgpkg: xfce4-notes-plugin 1.7.7-6

Adopt and rebuild for new URL.

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD
  xfce4-notes-plugin/trunk/xfce4-notes-plugin.install

+
 PKGBUILD   |   35 ---
 xfce4-notes-plugin.install |5 +++--
 2 files changed, 23 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:36:16 UTC (rev 221971)
+++ PKGBUILD2014-09-18 19:41:06 UTC (rev 221972)
@@ -1,33 +1,38 @@
 # $Id$
-# Maintainer: Andreas Radke andyrtr at archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andyrtr at archlinux.org
 # Contributor: Ben Mazer contrasu...@myrealbox.com
 
 pkgname=xfce4-notes-plugin
 pkgver=1.7.7
-pkgrel=5
+pkgrel=6
 pkgdesc=A notes plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin;
 groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-notes-plugin.install
===
--- xfce4-notes-plugin.install  2014-09-18 19:36:16 UTC (rev 221971)
+++ xfce4-notes-plugin.install  2014-09-18 19:41:06 UTC (rev 221972)
@@ -3,10 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
 
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in julia/trunk (PKGBUILD julia.conf)

2014-09-18 Thread Alexander Rødseth
Date: Thursday, September 18, 2014 @ 21:45:40
  Author: arodseth
Revision: 119198

Split into julia and julia-docs + added ld.so.conf.d/julia.conf

Added:
  julia/trunk/julia.conf
Modified:
  julia/trunk/PKGBUILD

+
 PKGBUILD   |4 ++--
 julia.conf |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:39:34 UTC (rev 119197)
+++ PKGBUILD2014-09-18 19:45:40 UTC (rev 119198)
@@ -14,7 +14,7 @@
 arch=('x86_64' 'i686')
 url='http://julialang.org/'
 license=('GPL')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
 backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
@@ -51,7 +51,7 @@
 }
 
 package_julia() {
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
+  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack')
   install='sysfix.install'
 
   make -C $pkgname DESTDIR=$pkgdir \

Added: julia.conf
===
--- julia.conf  (rev 0)
+++ julia.conf  2014-09-18 19:45:40 UTC (rev 119198)
@@ -0,0 +1 @@
+/usr/lib/julia



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

2014-09-18 Thread Alexander Rødseth
Date: Thursday, September 18, 2014 @ 21:45:57
  Author: arodseth
Revision: 119199

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 119198, julia/trunk/PKGBUILD)
  julia/repos/community-i686/julia.conf
(from rev 119198, julia/trunk/julia.conf)
  julia/repos/community-i686/sysfix.install
(from rev 119198, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 119198, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/julia.conf
(from rev 119198, julia/trunk/julia.conf)
  julia/repos/community-x86_64/sysfix.install
(from rev 119198, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  208 ++
 /sysfix.install |   16 ++
 community-i686/PKGBUILD |   85 ---
 community-i686/julia.conf   |1 
 community-i686/sysfix.install   |8 -
 community-x86_64/PKGBUILD   |   83 ---
 community-x86_64/julia.conf |1 
 community-x86_64/sysfix.install |8 -
 8 files changed, 226 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 19:45:40 UTC (rev 119198)
+++ community-i686/PKGBUILD 2014-09-18 19:45:57 UTC (rev 119199)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lex Black autumn-wind at web dot de
-# Contributor: Michael Jakl jakl.mich...@gmail.com
-# Contributor: devmotion nospam-archlinux@devmotion.de
-
-pkgname=julia
-pkgver=0.3.0
-pkgrel=1
-epoch=2
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org'
-license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-source=(git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-})
-install=sysfix.install
-sha256sums=('SKIP')
-
-prepare() {
-  # Fix for FS#40736
-  [ $CARCH != x86_64 ] || (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2)
-}
-
-build() {
-  make -C $pkgname prefix=/usr sysconfdir=/etc \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir \
-prefix=/usr sysconfdir=/etc  \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-# Remove duplicate man-page from julia/doc
-rm -rv $pkgdir/usr/share/julia/doc/man
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 119198, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 19:45:57 UTC (rev 119199)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Michael Jakl jakl.mich...@gmail.com
+# Contributor: devmotion nospam-archlinux@devmotion.de
+# Contributor: Valentin Churavy v.chur...@gmail.com
+
+pkgbase=julia
+pkgname=('julia' 'julia-docs')
+epoch=2
+pkgver=0.3.0
+pkgrel=3
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org/'
+license=('GPL')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+backup=('etc/ld.so.conf.d/julia.conf' 

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

2014-09-18 Thread Bartłomiej Piotrowski
Date: Thursday, September 18, 2014 @ 21:47:27
  Author: bpiotrowski
Revision: 119200

upgpkg: r8168-lts 8.038.00-6

rebuild against linux-lts 3.14.19

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:45:57 UTC (rev 119199)
+++ PKGBUILD2014-09-18 19:47:27 UTC (rev 119200)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.038.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2014-09-18 Thread Bartłomiej Piotrowski
Date: Thursday, September 18, 2014 @ 21:47:34
  Author: bpiotrowski
Revision: 119201

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 119200, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/linux-3.10.patch
(from rev 119200, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 119200, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 119200, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/linux-3.10.patch
(from rev 119200, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 119200, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   34 +++
 community-testing-i686/linux-3.10.patch|   59 +++
 community-testing-i686/r8168-lts.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   34 +++
 community-testing-x86_64/linux-3.10.patch  |   59 +++
 community-testing-x86_64/r8168-lts.install |   17 +++
 6 files changed, 220 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 119200, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-18 19:47:34 UTC (rev 119201)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.038.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.14.11 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168-lts/repos/community-testing-i686/linux-3.10.patch (from rev 
119200, r8168-lts/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2014-09-18 19:47:34 UTC (rev 
119201)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+ dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
++#endif
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+ dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
+ #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+@@ -16210,7 +16225,11 @@
+ #else
+ dev-features |= NETIF_F_RXCSUM;
+ dev-hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
++#if LINUX_VERSION_CODE = 

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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:51:35
  Author: foutrelis
Revision: 221974

upgpkg: xfce4-quicklauncher-plugin 1.9.4-9

Adopt and rebuild for new URL.

Modified:
  xfce4-quicklauncher-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:41:16 UTC (rev 221973)
+++ PKGBUILD2014-09-18 19:51:35 UTC (rev 221974)
@@ -1,49 +1,57 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-quicklauncher-plugin
 pkgver=1.9.4
-pkgrel=8
-pkgdesc=plugin that creates 4 little application launcher in the Xfce4 panel
+pkgrel=9
+pkgdesc=Plugin that creates little application launchers in the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin;
 groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4' 'libxfcegui4')
+depends=('xfce4-panel' 'libxfcegui4')
 makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.9/${pkgname}-${pkgver}.tar.bz2
-   xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
-   xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
-   xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
-   xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
-   xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch)
-md5sums=('299e17f196ecfa5fb018cf65abb19b56'
- 'a7826c9f8199a2f1e914fd39b7f9e2bf'
- '4ea4d06ab7284e78ddc4d60304f02cdf'
- '5e8126c05def1211fb4a2a65f2812a1b'
- '474237b205035214df1c723407251ade'
- '9e7f789129b08c787978c7a72a55fae7')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.9/$pkgname-$pkgver.tar.bz2
+xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
+xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
+xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
+xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
+xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch)
+sha256sums=('0b253d96e3b3fb02508e1100cbf39bfb8b40e9c75da75053e6432d83dedfffdf'
+'b652819d9f4b1c1b1851e7fbd6f811c9087ca500cd8231abf7aa28072293254e'
+'3d7b41a5f4c8a7506f57f612b68b6b92cdd2d251cc7d3b7a7762bbaed60d612d'
+'f2ec190adcf1d4bef2317b29a3005ce3066b34f9cf5d6a48c045112f1c16c4c3'
+'7944d9ac739cefd37fc00abca2ed6d7c45b00ed7afd02bb8779d9a11b54d986e'
+'0c678f3128df6b3061fa409a06c2399e43031f7424a1aaa6643fa98aa02e25c7')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Patches from Fedora
+  patch -Np0 -i $srcdir/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
+  patch -Np0 -i 
$srcdir/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
+  patch -Np1 -i $srcdir/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
+  patch -Np1 -i 
$srcdir/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
+  patch -Np0 -i 
$srcdir/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # Fedora patches
-  patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
-  patch -Np0 -i 
${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
-  patch -Np1 -i 
${srcdir}/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
-  patch -Np1 -i 
${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
-  patch -Np0 -i 
${srcdir}/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
-  
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-09-18 Thread Bartłomiej Piotrowski
Date: Thursday, September 18, 2014 @ 21:51:46
  Author: bpiotrowski
Revision: 119202

upgpkg: tp_smapi-lts 0.41-31

rebuild against linux-lts 3.14.19

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:47:34 UTC (rev 119201)
+++ PKGBUILD2014-09-18 19:51:46 UTC (rev 119202)
@@ -12,7 +12,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.14-lts
 pkgver=0.41
-pkgrel=30
+pkgrel=31
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-09-18 Thread Bartłomiej Piotrowski
Date: Thursday, September 18, 2014 @ 21:51:48
  Author: bpiotrowski
Revision: 119203

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

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

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-i686/tp_smapi-lts.install   |   13 +
 community-testing-x86_64/PKGBUILD |   57 
 community-testing-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 140 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 119202, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-18 19:51:48 UTC (rev 119203)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=31
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.14.11' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${_pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 119202, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2014-09-18 19:51:48 UTC (rev 
119203)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.14-lts
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 119202, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-18 19:51:48 UTC (rev 119203)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=31
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.14.11' 'linux-lts3.15')

[arch-commits] Commit in xfce4-quicklauncher-plugin/repos (24 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:51:52
  Author: foutrelis
Revision: 221975

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

Added:
  xfce4-quicklauncher-plugin/repos/extra-i686/PKGBUILD
(from rev 221974, xfce4-quicklauncher-plugin/trunk/PKGBUILD)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch)
  xfce4-quicklauncher-plugin/repos/extra-x86_64/PKGBUILD
(from rev 221974, xfce4-quicklauncher-plugin/trunk/PKGBUILD)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
(from rev 221974, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch)
Deleted:
  xfce4-quicklauncher-plugin/repos/extra-i686/PKGBUILD
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
  xfce4-quicklauncher-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch

-+
 /PKGBUILD  
 |  114 +
 /xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch   
 |   20 
 /xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
 |  206 ++
 /xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
 |   54 ++
 /xfce4-quicklauncher-plugin-1.9.4-save-settings.patch  
 |   24 +
 /xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch 
 |   22 +
 extra-i686/PKGBUILD
 |   49 --
 extra-i686/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch 
 |   10 
 
extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
   |  103 -
 extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch  
 |   27 -
 extra-i686/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
 |   12 
 

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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:53:20
  Author: foutrelis
Revision: 221976

Adopt package

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:51:52 UTC (rev 221975)
+++ PKGBUILD2014-09-18 19:53:20 UTC (rev 221976)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Andreas Radke andy...@archlinux.org
 # Contributor: Merk Matthias ma...@chello.at
 



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:56:01
  Author: foutrelis
Revision: 221977

Adopt package

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:53:20 UTC (rev 221976)
+++ PKGBUILD2014-09-18 19:56:01 UTC (rev 221977)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
@@ -18,11 +18,15 @@
 sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   patch -Np0 -i $srcdir/xfce4-smartbookmark-plugin-archlinux.patch
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \



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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:59:10
  Author: foutrelis
Revision: 221978

Adopt package

Modified:
  xfce4-systemload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:56:01 UTC (rev 221977)
+++ PKGBUILD2014-09-18 19:59:10 UTC (rev 221978)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-systemload-plugin
@@ -12,21 +13,25 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('22d48c0883f9d598bce24e81d93e692e')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
+
+# vim:set ts=2 sw=2 et:



  1   2   3   >