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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:08:35
  Author: spupykin
Revision: 116461

upgpkg: bugzilla 4.4.5-1

upd

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-27 23:35:12 UTC (rev 116460)
+++ PKGBUILD2014-07-28 09:08:35 UTC (rev 116461)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=bugzilla
-pkgver=4.4.4
+pkgver=4.4.5
 pkgrel=1
 pkgdesc=bug tracker
 arch=('any')
@@ -27,7 +27,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('234ee253eed5a38707c4d53f1124a85a')
+md5sums=('077c123ea9659ccbf76bb35ce951324b')
 
 package() {
   cd $srcdir



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:08:47
  Author: spupykin
Revision: 116462

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 116461, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 09:08:35 UTC (rev 116461)
+++ PKGBUILD2014-07-28 09:08:47 UTC (rev 116462)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bugzilla
-pkgver=4.4.4
-pkgrel=1
-pkgdesc=bug tracker
-arch=('any')
-url=http://www.bugzilla.org;
-license=(GPL)
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac)
-optdepends=('mod_perl'
-   'perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('234ee253eed5a38707c4d53f1124a85a')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 116461, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 09:08:47 UTC (rev 116462)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bugzilla
+pkgver=4.4.5
+pkgrel=1
+pkgdesc=bug tracker
+arch=('any')
+url=http://www.bugzilla.org;
+license=(GPL)
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac)
+optdepends=('mod_perl'
+   'perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('077c123ea9659ccbf76bb35ce951324b')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+}



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:08:58
  Author: spupykin
Revision: 116464

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   94 +++
 drupal.install |   30 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 09:08:51 UTC (rev 116463)
+++ PKGBUILD2014-07-28 09:08:58 UTC (rev 116464)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.29
-pkgrel=1
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-backup=(etc/webapps/drupal/.htaccess)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('6ffdfb0ee08fadfb531c7fed1d2c5633')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1ideny from all' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 116463, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 09:08:58 UTC (rev 116464)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.30
+pkgrel=1
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+backup=(etc/webapps/drupal/.htaccess)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('ef7bce65ca6395f1e6bc44c15fdbc3cb')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1ideny from all' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2014-07-28 09:08:51 UTC (rev 116463)
+++ drupal.install  2014-07-28 09:08:58 UTC (rev 116464)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 

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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:09:02
  Author: spupykin
Revision: 116465

upgpkg: emms 1:4.0-1

upd

Modified:
  emms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 09:08:58 UTC (rev 116464)
+++ PKGBUILD2014-07-28 09:09:02 UTC (rev 116465)
@@ -3,7 +3,8 @@
 # Contributor:  Gour g...@mail.inet.hr
 
 pkgname=emms
-pkgver=20140423
+epoch=1
+pkgver=4.0
 pkgrel=1
 pkgdesc=The Emacs Multimedia System
 url=http://www.gnu.org/software/emms/;
@@ -12,12 +13,12 @@
 depends=('emacs')
 makedepends=('git')
 install=${pkgname}.install
-#source=(http://www.gnu.org/software/$pkgname/download/$pkgname-$pkgver.tar.gz)
-source=(git://git.sv.gnu.org/emms.git)
-md5sums=('SKIP')
+source=(http://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz)
+#source=(git://git.sv.gnu.org/emms.git)
+md5sums=('351ce69d2d213d26d4629932f729615c')
 
 build() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-$pkgver
   sed -i \
 -e s|/usr/local|/usr|g \
 -e s|/info|/share/info|g \
@@ -26,7 +27,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-$pkgver
   mkdir -p $pkgdir/usr/share/{man/man1,info}
   make DESTDIR=$pkgdir install INSTALLINFO=/usr/bin/true
 }



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:08:51
  Author: spupykin
Revision: 116463

upgpkg: drupal 7.30-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 09:08:47 UTC (rev 116462)
+++ PKGBUILD2014-07-28 09:08:51 UTC (rev 116463)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier cp663...@stud.polimi.it
 
 pkgname=drupal
-pkgver=7.29
+pkgver=7.30
 pkgrel=1
 pkgdesc=A PHP-based content management platform
 arch=('any')
@@ -14,7 +14,7 @@
 options=(!strip)
 backup=(etc/webapps/drupal/.htaccess)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('6ffdfb0ee08fadfb531c7fed1d2c5633')
+md5sums=('ef7bce65ca6395f1e6bc44c15fdbc3cb')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:09:10
  Author: spupykin
Revision: 116466

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   65 -
 emms.install |   60 ++--
 2 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 09:09:02 UTC (rev 116465)
+++ PKGBUILD2014-07-28 09:09:10 UTC (rev 116466)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor:  Gour g...@mail.inet.hr
-
-pkgname=emms
-pkgver=20140423
-pkgrel=1
-pkgdesc=The Emacs Multimedia System
-url=http://www.gnu.org/software/emms/;
-arch=('any')
-license=('GPL3')
-depends=('emacs')
-makedepends=('git')
-install=${pkgname}.install
-#source=(http://www.gnu.org/software/$pkgname/download/$pkgname-$pkgver.tar.gz)
-source=(git://git.sv.gnu.org/emms.git)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname
-  sed -i \
--e s|/usr/local|/usr|g \
--e s|/info|/share/info|g \
-Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  mkdir -p $pkgdir/usr/share/{man/man1,info}
-  make DESTDIR=$pkgdir install INSTALLINFO=/usr/bin/true
-}

Copied: emms/repos/community-any/PKGBUILD (from rev 116465, emms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 09:09:10 UTC (rev 116466)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor:  Gour g...@mail.inet.hr
+
+pkgname=emms
+epoch=1
+pkgver=4.0
+pkgrel=1
+pkgdesc=The Emacs Multimedia System
+url=http://www.gnu.org/software/emms/;
+arch=('any')
+license=('GPL3')
+depends=('emacs')
+makedepends=('git')
+install=${pkgname}.install
+source=(http://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz)
+#source=(git://git.sv.gnu.org/emms.git)
+md5sums=('351ce69d2d213d26d4629932f729615c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i \
+-e s|/usr/local|/usr|g \
+-e s|/info|/share/info|g \
+Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/{man/man1,info}
+  make DESTDIR=$pkgdir install INSTALLINFO=/usr/bin/true
+}

Deleted: emms.install
===
--- emms.install2014-07-28 09:09:02 UTC (rev 116465)
+++ emms.install2014-07-28 09:09:10 UTC (rev 116466)
@@ -1,30 +0,0 @@
-infodir=/usr/share/info
-filelist=(emms)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-
-  cat  EOF
-== In order to use EMMS,  add the following lines to your ~/.emacs file:
-
-(require 'emms-setup)
-(emms-standard)
-(emms-default-players)
-
-For further configuration see the manual.
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: emms/repos/community-any/emms.install (from rev 116465, 
emms/trunk/emms.install)
===
--- emms.install(rev 0)
+++ emms.install2014-07-28 09:09:10 UTC (rev 116466)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+filelist=(emms)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+
+  cat  EOF
+== In order to use EMMS,  add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:09:13
  Author: spupykin
Revision: 116467

upgpkg: perl-email-send 2.199-2

upd

Modified:
  perl-email-send/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 09:09:10 UTC (rev 116466)
+++ PKGBUILD2014-07-28 09:09:13 UTC (rev 116467)
@@ -4,12 +4,13 @@
 
 pkgname=perl-email-send
 pkgver=2.199
-pkgrel=1
-pkgdesc=Simply Sending Email 
+pkgrel=2
+pkgdesc=simply sending email
 arch=('any')
 url=http://search.cpan.org/dist/Email-Send;
 license=('GPL' 'PerlArtistic')
-depends=('perl-email-address=1.80' 'perl-email-simple=1.92' 
'perl-return-value=1.28')
+depends=('perl-email-address=1.80' 'perl-email-simple=1.92' 
'perl-return-value=1.28'
+'perl-module-pluggable')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Send-$pkgver.tar.gz)
 md5sums=('1865147aa1f63bb65bef8e4edc20a29d')



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:09:34
  Author: spupykin
Revision: 116470

archrelease: copy trunk to community-any

Added:
  perl-finance-quote/repos/community-any/PKGBUILD
(from rev 116469, perl-finance-quote/trunk/PKGBUILD)
Deleted:
  perl-finance-quote/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 09:09:25 UTC (rev 116469)
+++ PKGBUILD2014-07-28 09:09:34 UTC (rev 116470)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-finance-quote
-pkgver=1.33
-pkgrel=1
-pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
-arch=(any)
-url=http://search.cpan.org/dist/Finance-Quote/;
-license=(GPL PerlArtistic)
-makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
-depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
-perl-libwww perl-date-calc perl-json)
-source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-md5sums=('0a049c7757eb3d95798cf7aeb576816c')
-
-build() {
-  cd $srcdir/Finance-Quote-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Finance-Quote-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-finance-quote/repos/community-any/PKGBUILD (from rev 116469, 
perl-finance-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 09:09:34 UTC (rev 116470)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-finance-quote
+pkgver=1.35
+pkgrel=1
+pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
+arch=(any)
+url=http://search.cpan.org/dist/Finance-Quote/;
+license=(GPL PerlArtistic)
+makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
+depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
+perl-libwww perl-date-calc perl-json)
+source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
+md5sums=('c81980d5266d94e51ce83f94a3315261')
+
+build() {
+  cd $srcdir/Finance-Quote-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Finance-Quote-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:09:25
  Author: spupykin
Revision: 116469

upgpkg: perl-finance-quote 1.35-1

upd

Modified:
  perl-finance-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 09:09:21 UTC (rev 116468)
+++ PKGBUILD2014-07-28 09:09:25 UTC (rev 116469)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-finance-quote
-pkgver=1.33
+pkgver=1.35
 pkgrel=1
 pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
 arch=(any)
@@ -13,7 +13,7 @@
 depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
 perl-libwww perl-date-calc perl-json)
 
source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-md5sums=('0a049c7757eb3d95798cf7aeb576816c')
+md5sums=('c81980d5266d94e51ce83f94a3315261')
 
 build() {
   cd $srcdir/Finance-Quote-$pkgver



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:09:21
  Author: spupykin
Revision: 116468

archrelease: copy trunk to community-any

Added:
  perl-email-send/repos/community-any/PKGBUILD
(from rev 116467, perl-email-send/trunk/PKGBUILD)
Deleted:
  perl-email-send/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 09:09:13 UTC (rev 116467)
+++ PKGBUILD2014-07-28 09:09:21 UTC (rev 116468)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-email-send
-pkgver=2.199
-pkgrel=1
-pkgdesc=Simply Sending Email 
-arch=('any')
-url=http://search.cpan.org/dist/Email-Send;
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-address=1.80' 'perl-email-simple=1.92' 
'perl-return-value=1.28')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Send-$pkgver.tar.gz)
-md5sums=('1865147aa1f63bb65bef8e4edc20a29d')
-
-build() {
-  cd  $srcdir/Email-Send-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Email-Send-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-send/repos/community-any/PKGBUILD (from rev 116467, 
perl-email-send/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 09:09:21 UTC (rev 116468)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-email-send
+pkgver=2.199
+pkgrel=2
+pkgdesc=simply sending email
+arch=('any')
+url=http://search.cpan.org/dist/Email-Send;
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-address=1.80' 'perl-email-simple=1.92' 
'perl-return-value=1.28'
+'perl-module-pluggable')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Send-$pkgver.tar.gz)
+md5sums=('1865147aa1f63bb65bef8e4edc20a29d')
+
+build() {
+  cd  $srcdir/Email-Send-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Email-Send-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:50:46
  Author: spupykin
Revision: 116471

upgpkg: sqlitebrowser 3.2.0-2

upd

Modified:
  sqlitebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 09:09:34 UTC (rev 116470)
+++ PKGBUILD2014-07-28 09:50:46 UTC (rev 116471)
@@ -5,22 +5,31 @@
 
 pkgname=sqlitebrowser
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
 arch=('i686' 'x86_64')
 url=http://sqlitebrowser.org/;
 license=('GPL')
 depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
+makedepends=('cmake')
 
source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
 md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
 
+prepare() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
+}
+
 build() {
   cd $srcdir/$pkgname-sqlb-$pkgver
-  qmake-qt5 QMAKE_INCDIR=/usr/include/qt/QtWidgets 
/usr/include/qt/QtPrintSupport/
+  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 
 package() {
   cd $srcdir/$pkgname-sqlb-$pkgver
-  install -Dm0755 src/$pkgname $pkgdir/usr/bin/$pkgname
+  make install DESTDIR=$pkgdir
+  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
+  install -dm0755 $pkgdir/usr/share/icons/
+  install -m0644 images/sqlitebrowser.{png,svg} $pkgdir/usr/share/icons/
 }



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 11:51:01
  Author: spupykin
Revision: 116472

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-28 09:50:46 UTC (rev 116471)
+++ community-i686/PKGBUILD 2014-07-28 09:51:01 UTC (rev 116472)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
-# Contributor: Michael Fellinger m.fellin...@gmail.com
-
-pkgname=sqlitebrowser
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
-arch=('i686' 'x86_64')
-url=http://sqlitebrowser.org/;
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
-
-build() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  qmake-qt5 QMAKE_INCDIR=/usr/include/qt/QtWidgets 
/usr/include/qt/QtPrintSupport/
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  install -Dm0755 src/$pkgname $pkgdir/usr/bin/$pkgname
-}

Copied: sqlitebrowser/repos/community-i686/PKGBUILD (from rev 116471, 
sqlitebrowser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-28 09:51:01 UTC (rev 116472)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+# Contributor: Michael Fellinger m.fellin...@gmail.com
+
+pkgname=sqlitebrowser
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
+arch=('i686' 'x86_64')
+url=http://sqlitebrowser.org/;
+license=('GPL')
+depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
+makedepends=('cmake')
+source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
+md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
+
+prepare() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  make install DESTDIR=$pkgdir
+  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
+  install -dm0755 $pkgdir/usr/share/icons/
+  install -m0644 images/sqlitebrowser.{png,svg} $pkgdir/usr/share/icons/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-28 09:50:46 UTC (rev 116471)
+++ community-x86_64/PKGBUILD   2014-07-28 09:51:01 UTC (rev 116472)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
-# Contributor: Michael Fellinger m.fellin...@gmail.com
-
-pkgname=sqlitebrowser
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
-arch=('i686' 'x86_64')
-url=http://sqlitebrowser.org/;
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
-
-build() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  qmake-qt5 QMAKE_INCDIR=/usr/include/qt/QtWidgets 
/usr/include/qt/QtPrintSupport/
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  install -Dm0755 src/$pkgname $pkgdir/usr/bin/$pkgname
-}

Copied: sqlitebrowser/repos/community-x86_64/PKGBUILD (from rev 116471, 
sqlitebrowser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-28 09:51:01 UTC (rev 116472)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+# Contributor: Michael Fellinger m.fellin...@gmail.com
+
+pkgname=sqlitebrowser
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 

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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 12:18:31
  Author: spupykin
Revision: 116473

upgpkg: scala 2.11.2-1

upd

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 09:51:01 UTC (rev 116472)
+++ PKGBUILD2014-07-28 10:18:31 UTC (rev 116473)
@@ -4,10 +4,10 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.1
+pkgver=2.11.2
 pkgrel=1
-_distdate=20140415-183722
-_distsha=cac6383e66
+_distdate=20140722-192300
+_distsha=73fb460c1c
 pkgdesc=A Java-interoperable language with object-oriented and functional 
features
 arch=('any')
 url=http://www.scala-lang.org;
@@ -16,8 +16,8 @@
 makedepends=('apache-ant' 'git')
 
source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('12f2e17fadc6558884348546024af5a9'
- '0610931b1d849e345e9fa32adef73b53')
+md5sums=('39427a4adf170e7f996111089e428ace'
+ 'ff1c89515d8c48355dd504e8dca65b29')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 12:18:39
  Author: spupykin
Revision: 116474

archrelease: copy trunk to community-any

Added:
  scala/repos/community-any/PKGBUILD
(from rev 116473, scala/trunk/PKGBUILD)
Deleted:
  scala/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 10:18:31 UTC (rev 116473)
+++ PKGBUILD2014-07-28 10:18:39 UTC (rev 116474)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Marcin Karpezo sirmacik at gmail dot com
-
-pkgbase=scala
-pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.1
-pkgrel=1
-_distdate=20140415-183722
-_distsha=cac6383e66
-pkgdesc=A Java-interoperable language with object-oriented and functional 
features
-arch=('any')
-url=http://www.scala-lang.org;
-license=('BSD')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
-   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('12f2e17fadc6558884348546024af5a9'
- '0610931b1d849e345e9fa32adef73b53')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  chmod 0755 tools/*
-  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
-  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
-  export M2_OPTS=-Dmaven.repo.local=/tmp
-  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
-}
-
-package_scala() {
-  depends=('java-runtime')
-  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
-
-  cd ${srcdir}/${pkgname}-${pkgver}/build/pack
-
-  install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
-  cp -r lib ${pkgdir}/usr/share/scala/
-  cp -r man ${pkgdir}/usr/share/
-  install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-
-  ln -s ../share/scala/bin/fsc ${pkgdir}/usr/bin/fsc
-  ln -s ../share/scala/bin/scala ${pkgdir}/usr/bin/scala
-  ln -s ../share/scala/bin/scalac ${pkgdir}/usr/bin/scalac
-  ln -s ../share/scala/bin/scalap ${pkgdir}/usr/bin/scalap
-  ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
-}
-
-package_scala-docs() {
-  replaces=('scala-doc' 'scala-devel-docs')
-  pkgdesc=Scala documentation
-  depends=()
-
-  cd ${srcdir}
-  mkdir -p $pkgdir/usr/share/doc/
-  cp -r scala-docs-${pkgver} $pkgdir/usr/share/doc/scala
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}
-
-package_scala-sources() {
-  replaces=('scala-src')
-  pkgdesc=Scala sources
-  depends=()
-
-  cd ${srcdir}/scala-${pkgver}
-  mkdir -p $pkgdir/usr/share/scala/
-  find . -type f -name '*-src.jar' | while read f; do
-install -Dm0644 $f $pkgdir/usr/share/scala/src/`basename $f`
-  done
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}

Copied: scala/repos/community-any/PKGBUILD (from rev 116473, 
scala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 10:18:39 UTC (rev 116474)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Marcin Karpezo sirmacik at gmail dot com
+
+pkgbase=scala
+pkgname=(scala scala-docs scala-sources)
+pkgver=2.11.2
+pkgrel=1
+_distdate=20140722-192300
+_distsha=73fb460c1c
+pkgdesc=A Java-interoperable language with object-oriented and functional 
features
+arch=('any')
+url=http://www.scala-lang.org;
+license=('BSD')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
+   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
+md5sums=('39427a4adf170e7f996111089e428ace'
+ 'ff1c89515d8c48355dd504e8dca65b29')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  chmod 0755 tools/*
+  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
+  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
+  export M2_OPTS=-Dmaven.repo.local=/tmp
+  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
+}
+
+package_scala() {
+  depends=('java-runtime')
+  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
+
+  

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

2014-07-28 Thread Felix Yan
Date: Monday, July 28, 2014 @ 12:31:38
  Author: fyan
Revision: 116475

upgpkg: goaccess 0.8.3-1

Modified:
  goaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 10:18:39 UTC (rev 116474)
+++ PKGBUILD2014-07-28 10:31:38 UTC (rev 116475)
@@ -4,7 +4,7 @@
 # Contributor: Nicolas Storme nico...@atelier-web.com
 
 pkgname=goaccess
-pkgver=0.8.1
+pkgver=0.8.3
 pkgrel=1
 pkgdesc=An open source real-time web log analyzer and interactive viewer
 arch=('i686' 'x86_64')
@@ -25,4 +25,4 @@
   make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
 }
 
-sha512sums=('91399abc97bd64d0a7174e9ebde54a7b621aca660375d1571354941e5334e7a04cf7acd33d6f8610a4affe20dfc22399e20450813d2aaf33e858e4b64b893f7f')
+sha512sums=('ae03a6a5090ffbc9a329365ffb1c706613553af6005288bcbae5c05edd20bc6198234d6a32808367a28c53358244caaec26c38aad52c5c669b9d592e75ba4660')



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

2014-07-28 Thread Felix Yan
Date: Monday, July 28, 2014 @ 12:32:24
  Author: fyan
Revision: 116476

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-28 10:31:38 UTC (rev 116475)
+++ community-i686/PKGBUILD 2014-07-28 10:32:24 UTC (rev 116476)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
-}
-
-sha512sums=('91399abc97bd64d0a7174e9ebde54a7b621aca660375d1571354941e5334e7a04cf7acd33d6f8610a4affe20dfc22399e20450813d2aaf33e858e4b64b893f7f')

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 116475, 
goaccess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-28 10:32:24 UTC (rev 116476)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
+}
+
+sha512sums=('ae03a6a5090ffbc9a329365ffb1c706613553af6005288bcbae5c05edd20bc6198234d6a32808367a28c53358244caaec26c38aad52c5c669b9d592e75ba4660')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-28 10:31:38 UTC (rev 116475)
+++ community-x86_64/PKGBUILD   2014-07-28 10:32:24 UTC (rev 116476)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
-}
-
-sha512sums=('91399abc97bd64d0a7174e9ebde54a7b621aca660375d1571354941e5334e7a04cf7acd33d6f8610a4affe20dfc22399e20450813d2aaf33e858e4b64b893f7f')

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 116475, 
goaccess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-28 10:32:24 UTC (rev 116476)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make 

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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 12:44:32
  Author: spupykin
Revision: 116477

upgpkg: dbmail 3.1.17-1

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 10:32:24 UTC (rev 116476)
+++ PKGBUILD2014-07-28 10:44:32 UTC (rev 116477)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Faltoni sebastian.falt...@gmail.com
 
 pkgname=dbmail
-pkgver=3.1.16
-pkgrel=2
+pkgver=3.1.17
+pkgrel=1
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')
@@ -28,7 +28,7 @@
dbmail-pop3d.xinetd
dbmail-timsieved.xinetd
dbmail-7-systemd.diff)
-md5sums=('e5dc416766e8bf335eb394ad9748b800'
+md5sums=('f7df17cb984385cadd17b276381b9af6'
  '890de13361afbdf4fed12d6d7eb53e66'
  '961593658cd596297d03d25eb9c9e98f'
  '4cb764894abd3914802e90602bf90a0c'



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

2014-07-28 Thread Sergej Pupykin
Date: Monday, July 28, 2014 @ 12:44:55
  Author: spupykin
Revision: 116478

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 116477, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 116477, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 116477, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 116477, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 116477, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 116477, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 116477, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 116477, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 116477, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 116477, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 116477, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 116477, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  136 +++
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   68 -
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   68 -
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 596 insertions(+), 596 deletions(-)

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


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

2014-07-28 Thread Alexander Rødseth
Date: Monday, July 28, 2014 @ 15:09:08
  Author: arodseth
Revision: 116479

upgpkg: liteide 23.1-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 10:44:55 UTC (rev 116478)
+++ PKGBUILD2014-07-28 13:09:08 UTC (rev 116479)
@@ -5,7 +5,7 @@
 # Contributor: Matthew Zimmerman mzimmer...@gmail.com
 
 pkgname=liteide
-pkgver=23
+pkgver=23.1
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')



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

2014-07-28 Thread Alexander Rødseth
Date: Monday, July 28, 2014 @ 15:10:15
  Author: arodseth
Revision: 116480

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 116479, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 116479, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 116479, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 116479, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-28 13:09:08 UTC (rev 116479)
+++ community-i686/PKGBUILD 2014-07-28 13:10:15 UTC (rev 116480)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=23
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  for bits in 32 64; do
-sed -i 's/GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 116479, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-28 13:10:15 UTC (rev 116480)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=23.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for FS#4662 

[arch-commits] Commit in util-linux/trunk (0001-fdisk-fix-l-device.patch PKGBUILD)

2014-07-28 Thread Dave Reisner
Date: Monday, July 28, 2014 @ 15:15:25
  Author: dreisner
Revision: 218249

upgpkg: util-linux 2.25-3

- backport fix for 'fdisk -l' regression

Added:
  util-linux/trunk/0001-fdisk-fix-l-device.patch
Modified:
  util-linux/trunk/PKGBUILD

---+
 0001-fdisk-fix-l-device.patch |   61 
 PKGBUILD  |   14 +++--
 2 files changed, 72 insertions(+), 3 deletions(-)

Added: 0001-fdisk-fix-l-device.patch
===
--- 0001-fdisk-fix-l-device.patch   (rev 0)
+++ 0001-fdisk-fix-l-device.patch   2014-07-28 13:15:25 UTC (rev 218249)
@@ -0,0 +1,61 @@
+From 52d92543ffb8efb56036f316a1072d8fbba62c38 Mon Sep 17 00:00:00 2001
+From: Karel Zak k...@redhat.com
+Date: Mon, 28 Jul 2014 11:57:10 +0200
+Subject: [PATCH] fdisk: fix -l [device]
+
+ * don't use err(), but warn(), so don't stop after the first error
+
+ * display all errors when -l device ... specified
+
+ * display only EACCES errors when list whole disks from
+   /proc/partitions (fdisk -l )
+
+Reported-by: Boian Bonev bbo...@ipacct.com
+Addresses: https://github.com/karelzak/util-linux/pull/106
+Signed-off-by: Karel Zak k...@redhat.com
+---
+ disk-utils/fdisk.c | 13 -
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c
+index 8d57dbb..46e632a 100644
+--- a/disk-utils/fdisk.c
 b/disk-utils/fdisk.c
+@@ -670,10 +670,13 @@ static int is_ide_cdrom_or_tape(char *device)
+   return ret;
+ }
+ 
+-static void print_device_pt(struct fdisk_context *cxt, char *device)
++static void print_device_pt(struct fdisk_context *cxt, char *device, int 
warnme)
+ {
+-  if (fdisk_context_assign_device(cxt, device, 1) != 0)   /* read-only */
+-  err(EXIT_FAILURE, _(cannot open %s), device);
++  if (fdisk_context_assign_device(cxt, device, 1) != 0) { /* read-only */
++  if (warnme || errno == EACCES)
++  warn(_(cannot open %s), device);
++  return;
++  }
+ 
+   list_disk_geometry(cxt);
+ 
+@@ -717,7 +720,7 @@ static void print_all_devices_pt(struct fdisk_context *cxt)
+   if (!cn)
+   continue;
+   if (!is_ide_cdrom_or_tape(cn))
+-  print_device_pt(cxt, cn);
++  print_device_pt(cxt, cn, 0);
+   free(cn);
+   }
+   fclose(f);
+@@ -912,7 +915,7 @@ int main(int argc, char **argv)
+   if (argc  optind) {
+   int k;
+   for (k = optind; k  argc; k++)
+-  print_device_pt(cxt, argv[k]);
++  print_device_pt(cxt, argv[k], 1);
+   } else
+   print_all_devices_pt(cxt);
+   break;
+-- 
+2.0.3
+

Modified: PKGBUILD
===
--- PKGBUILD2014-07-27 21:59:54 UTC (rev 218248)
+++ PKGBUILD2014-07-28 13:15:25 UTC (rev 218249)
@@ -6,7 +6,7 @@
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
 pkgver=2.25
-pkgrel=2
+pkgrel=3
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
@@ -17,13 +17,21 @@
 uuidd.tmpfiles
 pam-login
 pam-common
-pam-su)
+pam-su
+0001-fdisk-fix-l-device.patch)
 md5sums=('4c78fdef4cb882caafad61e33cafbc14'
  'a39554bfd65cccfd8254bb46922f4a67'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'
- 'fa85e5cce5d723275b14365ba71a8aad')
+ 'fa85e5cce5d723275b14365ba71a8aad'
+ '93cf977a7abc6f30152295e2aef453fa')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 $srcdir/0001-fdisk-fix-l-device.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 



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

2014-07-28 Thread Dave Reisner
Date: Monday, July 28, 2014 @ 15:16:16
  Author: dreisner
Revision: 218250

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

Added:
  util-linux/repos/testing-i686/0001-fdisk-fix-l-device.patch
(from rev 218249, util-linux/trunk/0001-fdisk-fix-l-device.patch)
  util-linux/repos/testing-i686/PKGBUILD
(from rev 218249, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 218249, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 218249, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 218249, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 218249, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 218249, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/0001-fdisk-fix-l-device.patch
(from rev 218249, util-linux/trunk/0001-fdisk-fix-l-device.patch)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 218249, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 218249, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 218249, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 218249, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 218249, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 218249, util-linux/trunk/uuidd.tmpfiles)
Deleted:
  util-linux/repos/testing-i686/PKGBUILD
  util-linux/repos/testing-i686/pam-common
  util-linux/repos/testing-i686/pam-login
  util-linux/repos/testing-i686/pam-su
  util-linux/repos/testing-i686/util-linux.install
  util-linux/repos/testing-i686/uuidd.tmpfiles
  util-linux/repos/testing-x86_64/PKGBUILD
  util-linux/repos/testing-x86_64/pam-common
  util-linux/repos/testing-x86_64/pam-login
  util-linux/repos/testing-x86_64/pam-su
  util-linux/repos/testing-x86_64/util-linux.install
  util-linux/repos/testing-x86_64/uuidd.tmpfiles

--+
 /PKGBUILD|  206 +
 /pam-common  |   12 +
 /pam-login   |   14 +
 /pam-su  |   18 ++
 /util-linux.install  |   42 +
 /uuidd.tmpfiles  |2 
 testing-i686/0001-fdisk-fix-l-device.patch   |   61 +++
 testing-i686/PKGBUILD|   95 ---
 testing-i686/pam-common  |6 
 testing-i686/pam-login   |7 
 testing-i686/pam-su  |9 -
 testing-i686/util-linux.install  |   21 --
 testing-i686/uuidd.tmpfiles  |1 
 testing-x86_64/0001-fdisk-fix-l-device.patch |   61 +++
 testing-x86_64/PKGBUILD  |   95 ---
 testing-x86_64/pam-common|6 
 testing-x86_64/pam-login |7 
 testing-x86_64/pam-su|9 -
 testing-x86_64/util-linux.install|   21 --
 testing-x86_64/uuidd.tmpfiles|1 
 20 files changed, 416 insertions(+), 278 deletions(-)

Copied: util-linux/repos/testing-i686/0001-fdisk-fix-l-device.patch (from rev 
218249, util-linux/trunk/0001-fdisk-fix-l-device.patch)
===
--- testing-i686/0001-fdisk-fix-l-device.patch  (rev 0)
+++ testing-i686/0001-fdisk-fix-l-device.patch  2014-07-28 13:16:16 UTC (rev 
218250)
@@ -0,0 +1,61 @@
+From 52d92543ffb8efb56036f316a1072d8fbba62c38 Mon Sep 17 00:00:00 2001
+From: Karel Zak k...@redhat.com
+Date: Mon, 28 Jul 2014 11:57:10 +0200
+Subject: [PATCH] fdisk: fix -l [device]
+
+ * don't use err(), but warn(), so don't stop after the first error
+
+ * display all errors when -l device ... specified
+
+ * display only EACCES errors when list whole disks from
+   /proc/partitions (fdisk -l )
+
+Reported-by: Boian Bonev bbo...@ipacct.com
+Addresses: https://github.com/karelzak/util-linux/pull/106
+Signed-off-by: Karel Zak k...@redhat.com
+---
+ disk-utils/fdisk.c | 13 -
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c
+index 8d57dbb..46e632a 100644
+--- a/disk-utils/fdisk.c
 b/disk-utils/fdisk.c
+@@ -670,10 +670,13 @@ static int is_ide_cdrom_or_tape(char *device)
+   return ret;
+ }
+ 
+-static void print_device_pt(struct fdisk_context *cxt, char *device)
++static void print_device_pt(struct fdisk_context *cxt, char *device, int 
warnme)
+ {
+-  if (fdisk_context_assign_device(cxt, device, 1) != 0)   /* read-only */
+-  err(EXIT_FAILURE, _(cannot open %s), device);
++  if (fdisk_context_assign_device(cxt, device, 

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

2014-07-28 Thread Felix Yan
Date: Monday, July 28, 2014 @ 15:52:46
  Author: fyan
Revision: 116481

upgpkg: jenkins 1.574-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 13:10:15 UTC (rev 116480)
+++ PKGBUILD2014-07-28 13:52:46 UTC (rev 116481)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.573
+pkgver=1.574
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('34b2ab1bb48671657b1a5d429eaa6d5b7567f99379df85a06fb466c10384bdc224dfa488e9d3bac792805c371b08b8ccac1b6e276a5809309014ad3f3ca1a2fc'
+sha512sums=('0667c1f3e9e72586cd6b2461aabef15b15d55ebea30b6e6fc32970f40e5fdd10430b61c426138ae99f696fdbdb80f3620bb5d233f1d4955a4644d76d1a434db6'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-07-28 Thread Felix Yan
Date: Monday, July 28, 2014 @ 15:53:29
  Author: fyan
Revision: 116482

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 116481, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 116481, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 116481, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 116481, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 116481, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 116481, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-28 13:52:46 UTC (rev 116481)
+++ LICENSE 2014-07-28 13:53:29 UTC (rev 116482)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 116481, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-28 13:53:29 UTC (rev 116482)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 13:52:46 UTC (rev 116481)
+++ PKGBUILD2014-07-28 13:53:29 UTC (rev 116482)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.573
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-07-28 Thread Daniel Micay
Date: Monday, July 28, 2014 @ 18:30:29
  Author: thestinger
Revision: 116483

upgpkg: linux-grsec 3.15.6.201407280729-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 13:53:29 UTC (rev 116482)
+++ PKGBUILD2014-07-28 16:30:29 UTC (rev 116483)
@@ -8,10 +8,10 @@
 _srcname=linux-3.15
 _pkgver=3.15.6
 _grsecver=3.0
-_timestamp=201407232200
+_timestamp=201407280729
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -31,7 +31,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 'f2a15b142cd332c57e71ca06097c1fd159fa0d0709389b9fc10b7f78c48f741b'
-'90c7a7d4666ae4807eb45b766f73e649e4fcf9fdcb983b710fe33e3f80f7b546'
+'28f3afab6e7d23c1bf486537c68ef0bb72f90e8504ef7202d6cb85b27cfd'
 'SKIP'
 'e453e2c7f5d3f52032b310a5475932378aea378e9291f84fe0258d64da2a1a1b'
 'f77adc49d47a754fbe0fcf9384642f436e569d59aa26c1cfbb85cce0bb8361ae'



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

2014-07-28 Thread Daniel Micay
Date: Monday, July 28, 2014 @ 18:31:40
  Author: thestinger
Revision: 116484

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

Added:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
(from rev 116483, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 116483, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 116483, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 116483, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 116483, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 116483, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 116483, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 116483, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
(from rev 116483, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 116483, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 116483, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 116483, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 116483, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 116483, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 116483, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 116483, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

+
 /0013-efistub-fix.patch|  354 
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13306 ++
 /linux-grsec.install   |  206 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/0013-efistub-fix.patch  |  177 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6912 ---
 community-i686/config.x86_64   | 6653 ---
 community-i686/linux-grsec.install |  103 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/0013-efistub-fix.patch|  177 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6912 ---
 community-x86_64/config.x86_64 | 6653 ---
 community-x86_64/linux-grsec.install   |  103 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 24 files changed, 28656 insertions(+), 28656 deletions(-)

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


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

2014-07-28 Thread Maxime Gauduin
Date: Monday, July 28, 2014 @ 18:44:53
  Author: alucryd
Revision: 116486

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

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

--+
 /PKGBUILD|   72 +
 /aegisub.install |   28 ++
 community-i686/PKGBUILD  |   35 -
 community-i686/aegisub.install   |   14 ---
 community-x86_64/PKGBUILD|   35 -
 community-x86_64/aegisub.install |   14 ---
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-28 16:44:37 UTC (rev 116485)
+++ community-i686/PKGBUILD 2014-07-28 16:44:53 UTC (rev 116486)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: kozec ko...@kozec.com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgname=aegisub
-pkgver=3.1.3
-pkgrel=2
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-install=${pkgname}.install
-source=(http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
-  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/PKGBUILD (from rev 116485, 
aegisub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-28 16:44:53 UTC (rev 116486)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install=${pkgname}.install
+source=(http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('d9e5fd48b243e29832361a13f8be82b271ef0c606b13593ec72461156ee19159')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss} \
+  --disable-update-checker
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/aegisub.install
===
--- community-i686/aegisub.install  2014-07-28 16:44:37 UTC (rev 116485)
+++ community-i686/aegisub.install  2014-07-28 16:44:53 UTC (rev 116486)
@@ -1,14 +0,0 @@
-post_install() {
-gtk-update-icon-cache -ftq usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/aegisub.install (from rev 116485, 
aegisub/trunk/aegisub.install)
===
--- community-i686/aegisub.install  (rev 0)
+++ community-i686/aegisub.install  2014-07-28 16:44:53 UTC (rev 116486)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-28 16:44:37 UTC (rev 116485)
+++ 

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

2014-07-28 Thread Maxime Gauduin
Date: Monday, July 28, 2014 @ 18:44:37
  Author: alucryd
Revision: 116485

upgpkg: aegisub 3.2.0-1

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 16:31:40 UTC (rev 116484)
+++ PKGBUILD2014-07-28 16:44:37 UTC (rev 116485)
@@ -4,8 +4,8 @@
 # Contributor: Limao Luo luolimao+...@gmail.com
 
 pkgname=aegisub
-pkgver=3.1.3
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'
@@ -14,12 +14,13 @@
 makedepends=('boost' 'intltool' 'mesa')
 install=${pkgname}.install
 
source=(http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58')
+sha256sums=('d9e5fd48b243e29832361a13f8be82b271ef0c606b13593ec72461156ee19159')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss} \
+  --disable-update-checker
   make
 }
 



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

2014-07-28 Thread Laurent Carlier
Date: Monday, July 28, 2014 @ 19:10:40
  Author: lcarlier
Revision: 116487

upgpkg: lib32-libtasn1 4.0-1

upstream update 4.0

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 16:44:53 UTC (rev 116486)
+++ PKGBUILD2014-07-28 17:10:40 UTC (rev 116487)
@@ -5,7 +5,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=3.6
+pkgver=4.0
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('6ed38e161e11013054f2a2bb4c4da449'
+md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
  SKIP)
 
 build() {



[arch-commits] Commit in lib32-libtasn1/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-07-28 Thread Laurent Carlier
Date: Monday, July 28, 2014 @ 19:10:54
  Author: lcarlier
Revision: 116488

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD
(from rev 116487, lib32-libtasn1/trunk/PKGBUILD)
Deleted:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 17:10:40 UTC (rev 116487)
+++ PKGBUILD2014-07-28 17:10:54 UTC (rev 116488)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Florian Pritz bluew...@xinu.at
-# Contributor: josephgbr rafael.f.f1 at gmail.com
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=3.6
-pkgrel=1
-pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/libtasn1/;
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('6ed38e161e11013054f2a2bb4c4da449'
- SKIP)
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 116487, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 17:10:54 UTC (rev 116488)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Florian Pritz bluew...@xinu.at
+# Contributor: josephgbr rafael.f.f1 at gmail.com
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=4.0
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
+ SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2014-07-28 Thread Laurent Carlier
Date: Monday, July 28, 2014 @ 19:16:30
  Author: lcarlier
Revision: 116489

upgpkg: lib32-libdrm 2.4.55-1

upstream update 2.4.55

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 17:10:54 UTC (rev 116488)
+++ PKGBUILD2014-07-28 17:16:30 UTC (rev 116489)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.54
+pkgver=2.4.55
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services (32-bit)
 arch=(x86_64)
@@ -13,8 +13,9 @@
 makedepends=(gcc-multilib)
 options=('!libtool')
 url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('d94001ebfbe80e1523d1228ee2df57294698d1c734fad9ccf53efde8932fe4e9')
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('5caf273766147ec57c7acfb9d468ed59baf767828e51517abc161057ca70c643'
+'SKIP')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}



[arch-commits] Commit in lib32-libdrm/repos (2 files)

2014-07-28 Thread Laurent Carlier
Date: Monday, July 28, 2014 @ 19:16:37
  Author: lcarlier
Revision: 116490

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 116489, lib32-libdrm/trunk/PKGBUILD)

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

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 116489, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-07-28 17:16:37 UTC (rev 116490)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.55
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services (32-bit)
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('5caf273766147ec57c7acfb9d468ed59baf767828e51517abc161057ca70c643'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # pthread is useless in Linux
+  sed -i /pthread-stubs/d configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+  --enable-udev 
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}
+



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

2014-07-28 Thread Thomas Bächler
Date: Monday, July 28, 2014 @ 19:24:00
  Author: thomas
Revision: 218252

upgpkg: cryptsetup 1.6.5-2

Added:
  
cryptsetup/trunk/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
  cryptsetup/trunk/0002-Re-check-flags-after-DM-device-creations.patch
  
cryptsetup/trunk/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch
Modified:
  cryptsetup/trunk/PKGBUILD

-+
 0001-Move-safe-table-params-wipe-into-function-which-allo.patch |   37 
 0002-Re-check-flags-after-DM-device-creations.patch |   62 ++
 0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch |   92 
++
 PKGBUILD|   22 +-
 4 files changed, 209 insertions(+), 4 deletions(-)

Added: 0001-Move-safe-table-params-wipe-into-function-which-allo.patch
===
--- 0001-Move-safe-table-params-wipe-into-function-which-allo.patch 
(rev 0)
+++ 0001-Move-safe-table-params-wipe-into-function-which-allo.patch 
2014-07-28 17:24:00 UTC (rev 218252)
@@ -0,0 +1,37 @@
+From 2250d5f71f9dd66112d5c63367169f4e6af8ad70 Mon Sep 17 00:00:00 2001
+From: Milan Broz gmazyl...@gmail.com
+Date: Thu, 24 Jul 2014 11:37:24 +0200
+Subject: [PATCH 1/3] Move safe table params wipe into function which allocates
+ it.
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ lib/libdevmapper.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/libdevmapper.c b/lib/libdevmapper.c
+index 3ed87c0..8e5a696 100644
+--- a/lib/libdevmapper.c
 b/lib/libdevmapper.c
+@@ -642,8 +642,6 @@ out_no_removal:
+   if (cookie  _dm_use_udev())
+   (void)_dm_udev_wait(cookie);
+ 
+-  if (params)
+-  crypt_safe_free(params);
+   if (dmt)
+   dm_task_destroy(dmt);
+ 
+@@ -674,6 +672,8 @@ int dm_create_device(struct crypt_device *cd, const char 
*name,
+   r = _dm_create_device(name, type, dmd-data_device,
+ dmd-flags, dmd-uuid, dmd-size,
+ table_params, reload);
++
++  crypt_safe_free(table_params);
+   dm_exit_context();
+   return r;
+ }
+-- 
+2.0.1
+

Added: 0002-Re-check-flags-after-DM-device-creations.patch
===
--- 0002-Re-check-flags-after-DM-device-creations.patch 
(rev 0)
+++ 0002-Re-check-flags-after-DM-device-creations.patch 2014-07-28 17:24:00 UTC 
(rev 218252)
@@ -0,0 +1,62 @@
+From 3640eaa726b7a9d761f1c67cd8620153d791688e Mon Sep 17 00:00:00 2001
+From: Milan Broz gmazyl...@gmail.com
+Date: Thu, 24 Jul 2014 11:52:58 +0200
+Subject: [PATCH 2/3] Re-check flags after DM device creations.
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ lib/libdevmapper.c | 16 +++-
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/lib/libdevmapper.c b/lib/libdevmapper.c
+index 8e5a696..6138a6b 100644
+--- a/lib/libdevmapper.c
 b/lib/libdevmapper.c
+@@ -566,6 +566,9 @@ static int _dm_create_device(const char *name, const char 
*type,
+   uint32_t cookie = 0;
+   uint16_t udev_flags = 0;
+ 
++  if (!params)
++  return -EINVAL;
++
+   if (flags  CRYPT_ACTIVATE_PRIVATE)
+   udev_flags = CRYPT_TEMP_UDEV_FLAGS;
+ 
+@@ -646,6 +649,10 @@ out_no_removal:
+   dm_task_destroy(dmt);
+ 
+   dm_task_update_nodes();
++
++  /* If code just loaded target module, update versions */
++  _dm_check_versions();
++
+   return r;
+ }
+ 
+@@ -655,7 +662,7 @@ int dm_create_device(struct crypt_device *cd, const char 
*name,
+int reload)
+ {
+   char *table_params = NULL;
+-  int r = -EINVAL;
++  int r;
+ 
+   if (!type)
+   return -EINVAL;
+@@ -668,10 +675,9 @@ int dm_create_device(struct crypt_device *cd, const char 
*name,
+   else if (dmd-target == DM_VERITY)
+   table_params = get_dm_verity_params(dmd-u.verity.vp, dmd);
+ 
+-  if (table_params)
+-  r = _dm_create_device(name, type, dmd-data_device,
+-dmd-flags, dmd-uuid, dmd-size,
+-table_params, reload);
++  r = _dm_create_device(name, type, dmd-data_device,
++dmd-flags, dmd-uuid, dmd-size,
++table_params, reload);
+ 
+   crypt_safe_free(table_params);
+   dm_exit_context();
+-- 
+2.0.1
+

Added: 0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch
===
--- 0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch 
(rev 0)
+++ 

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

2014-07-28 Thread Thomas Bächler
Date: Monday, July 28, 2014 @ 19:24:35
  Author: thomas
Revision: 218253

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

Added:
  cryptsetup/repos/testing-i686/
  
cryptsetup/repos/testing-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
(from rev 218252, 
cryptsetup/trunk/0001-Move-safe-table-params-wipe-into-function-which-allo.patch)
  
cryptsetup/repos/testing-i686/0002-Re-check-flags-after-DM-device-creations.patch
(from rev 218252, 
cryptsetup/trunk/0002-Re-check-flags-after-DM-device-creations.patch)
  
cryptsetup/repos/testing-i686/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch
(from rev 218252, 
cryptsetup/trunk/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch)
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 218252, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 218252, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 218252, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-i686/sd-encrypt
(from rev 218252, cryptsetup/trunk/sd-encrypt)
  cryptsetup/repos/testing-x86_64/
  
cryptsetup/repos/testing-x86_64/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
(from rev 218252, 
cryptsetup/trunk/0001-Move-safe-table-params-wipe-into-function-which-allo.patch)
  
cryptsetup/repos/testing-x86_64/0002-Re-check-flags-after-DM-device-creations.patch
(from rev 218252, 
cryptsetup/trunk/0002-Re-check-flags-after-DM-device-creations.patch)
  
cryptsetup/repos/testing-x86_64/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch
(from rev 218252, 
cryptsetup/trunk/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch)
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 218252, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 218252, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 218252, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/sd-encrypt
(from rev 218252, cryptsetup/trunk/sd-encrypt)

+
 testing-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch   
|   37 ++
 testing-i686/0002-Re-check-flags-after-DM-device-creations.patch   
|   62 
 testing-i686/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch   
|   92 ++
 testing-i686/PKGBUILD  
|   50 +++
 testing-i686/encrypt_hook  
|  139 ++
 testing-i686/encrypt_install   
|   44 +++
 testing-i686/sd-encrypt
|   42 +++
 testing-x86_64/0001-Move-safe-table-params-wipe-into-function-which-allo.patch 
|   37 ++
 testing-x86_64/0002-Re-check-flags-after-DM-device-creations.patch 
|   62 
 testing-x86_64/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch 
|   92 ++
 testing-x86_64/PKGBUILD
|   50 +++
 testing-x86_64/encrypt_hook
|  139 ++
 testing-x86_64/encrypt_install 
|   44 +++
 testing-x86_64/sd-encrypt  
|   42 +++
 14 files changed, 932 insertions(+)

Copied: 
cryptsetup/repos/testing-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
 (from rev 218252, 
cryptsetup/trunk/0001-Move-safe-table-params-wipe-into-function-which-allo.patch)
===
--- 
testing-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
(rev 0)
+++ 
testing-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
2014-07-28 17:24:35 UTC (rev 218253)
@@ -0,0 +1,37 @@
+From 2250d5f71f9dd66112d5c63367169f4e6af8ad70 Mon Sep 17 00:00:00 2001
+From: Milan Broz gmazyl...@gmail.com
+Date: Thu, 24 Jul 2014 11:37:24 +0200
+Subject: [PATCH 1/3] Move safe table params wipe into function which allocates
+ it.
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ lib/libdevmapper.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/libdevmapper.c b/lib/libdevmapper.c
+index 3ed87c0..8e5a696 100644
+--- a/lib/libdevmapper.c
 b/lib/libdevmapper.c
+@@ -642,8 +642,6 @@ out_no_removal:
+   if (cookie  _dm_use_udev())
+   (void)_dm_udev_wait(cookie);
+ 
+-  if (params)
+-  crypt_safe_free(params);
+   if (dmt)
+   dm_task_destroy(dmt);
+ 
+@@ -674,6 +672,8 @@ int dm_create_device(struct crypt_device *cd, const char 
*name,
+ 

[arch-commits] Commit in linux-tools/trunk (2 files)

2014-07-28 Thread Anatol Pomozov
Date: Monday, July 28, 2014 @ 19:26:40
  Author: anatolik
Revision: 116491

upgpkg: linux-tools 3.15.6-1

Added:
  linux-tools/trunk/03-fix-acpidump-compile-error.patch
Modified:
  linux-tools/trunk/PKGBUILD

-+
 03-fix-acpidump-compile-error.patch |   13 +
 PKGBUILD|   19 ---
 2 files changed, 25 insertions(+), 7 deletions(-)

Added: 03-fix-acpidump-compile-error.patch
===
--- 03-fix-acpidump-compile-error.patch (rev 0)
+++ 03-fix-acpidump-compile-error.patch 2014-07-28 17:26:40 UTC (rev 116491)
@@ -0,0 +1,13 @@
+diff --git a/tools/power/acpi/tools/acpidump/acpidump.c 
b/tools/power/acpi/tools/acpidump/acpidump.c
+index a84553a..df453cc 100644
+--- a/tools/power/acpi/tools/acpidump/acpidump.c
 b/tools/power/acpi/tools/acpidump/acpidump.c
+@@ -49,8 +49,6 @@ typedef int  s32;
+ typedef unsigned char u8;
+ typedef unsigned shortu16;
+ typedef unsigned int  u32;
+-typedef unsigned long longu64;
+-typedef long long s64;
+ #endif
+ 
+ #include sys/mman.h

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 17:16:37 UTC (rev 116490)
+++ PKGBUILD2014-07-28 17:26:40 UTC (rev 116491)
@@ -13,8 +13,8 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=3.14
-pkgrel=3
+pkgver=3.15.6
+pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -27,7 +27,7 @@
 # cpupower deps
 makedepends+=('pciutils')
 # usbip deps
-makedepends+=('glib2' 'sysfsutils')
+makedepends+=('glib2' 'sysfsutils' 'udev')
 # tmon deps
 makedepends+=('ncurses')
 groups=($pkgbase)
@@ -38,15 +38,17 @@
 'cpupower.service'
 'usbipd.service'
 '01-fix-perf-python.patch'
-'02-archlinux-paths.patch')
+'02-archlinux-paths.patch'
+'03-fix-acpidump-compile-error.patch')
 # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
-sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
+sha256sums=('6bf4ecfe14b27a9b0785c2b046776112a67409f4b0303d3a8c069035fde0e9e6'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
 '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
 'fce128f5e0abfa6916d5cb881456d892d1b163b9639166a4c6c1d53e4dc5086a'
-'eb866a589a26b1979ffb2fe08be09417e277a4befac34bdb279a6bb3a27b0570')
+'eb866a589a26b1979ffb2fe08be09417e277a4befac34bdb279a6bb3a27b0570'
+'c791c9eb95e9db28b5a6530232885def9de941d0cbeb9e8b3b999f0567de3199')
 
 prepare() {
   cd linux-$pkgver
@@ -53,6 +55,9 @@
   #patch -N -p1 -i $srcdir/patch-$pkgver.3
   patch -N -p1 -i $srcdir/01-fix-perf-python.patch
   patch -N -p1 -i $srcdir/02-archlinux-paths.patch
+  # the following patch is a fix for compile error in 3.15
+  # in the 3.16 acpidump code has been reimplemented and patch is not needed.
+  patch -N -p1 -i $srcdir/03-fix-acpidump-compile-error.patch
 }
 
 build() {
@@ -190,7 +195,7 @@
 
 package_usbip() {
   pkgdesc='An USB device sharing system over IP network'
-  depends=('glib2' 'sysfsutils')
+  depends=('glib2' 'sysfsutils' 'libsystemd')
 
   pushd linux-$pkgver/drivers/staging/usbip/userspace
   make install DESTDIR=$pkgdir



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

2014-07-28 Thread Anatol Pomozov
Date: Monday, July 28, 2014 @ 19:28:09
  Author: anatolik
Revision: 116492

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

Added:
  linux-tools/repos/community-testing-i686/
  linux-tools/repos/community-testing-i686/01-fix-perf-python.patch
(from rev 116491, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-testing-i686/02-archlinux-paths.patch
(from rev 116491, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-testing-i686/03-fix-acpidump-compile-error.patch
(from rev 116491, linux-tools/trunk/03-fix-acpidump-compile-error.patch)
  linux-tools/repos/community-testing-i686/PKGBUILD
(from rev 116491, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-testing-i686/cpupower.default
(from rev 116491, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-testing-i686/cpupower.install
(from rev 116491, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-testing-i686/cpupower.service
(from rev 116491, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-testing-i686/cpupower.systemd
(from rev 116491, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-testing-i686/usbipd.service
(from rev 116491, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-testing-x86_64/
  linux-tools/repos/community-testing-x86_64/01-fix-perf-python.patch
(from rev 116491, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-testing-x86_64/02-archlinux-paths.patch
(from rev 116491, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-testing-x86_64/03-fix-acpidump-compile-error.patch
(from rev 116491, linux-tools/trunk/03-fix-acpidump-compile-error.patch)
  linux-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 116491, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-testing-x86_64/cpupower.default
(from rev 116491, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-testing-x86_64/cpupower.install
(from rev 116491, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-testing-x86_64/cpupower.service
(from rev 116491, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-testing-x86_64/cpupower.systemd
(from rev 116491, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-testing-x86_64/usbipd.service
(from rev 116491, linux-tools/trunk/usbipd.service)

--+
 community-testing-i686/01-fix-perf-python.patch  |   12 
 community-testing-i686/02-archlinux-paths.patch  |   21 
 community-testing-i686/03-fix-acpidump-compile-error.patch   |   13 
 community-testing-i686/PKGBUILD  |  237 ++
 community-testing-i686/cpupower.default  |   29 +
 community-testing-i686/cpupower.install  |   13 
 community-testing-i686/cpupower.service  |   10 
 community-testing-i686/cpupower.systemd  |   32 +
 community-testing-i686/usbipd.service|9 
 community-testing-x86_64/01-fix-perf-python.patch|   12 
 community-testing-x86_64/02-archlinux-paths.patch|   21 
 community-testing-x86_64/03-fix-acpidump-compile-error.patch |   13 
 community-testing-x86_64/PKGBUILD|  237 ++
 community-testing-x86_64/cpupower.default|   29 +
 community-testing-x86_64/cpupower.install|   13 
 community-testing-x86_64/cpupower.service|   10 
 community-testing-x86_64/cpupower.systemd|   32 +
 community-testing-x86_64/usbipd.service  |9 
 18 files changed, 752 insertions(+)

Copied: linux-tools/repos/community-testing-i686/01-fix-perf-python.patch (from 
rev 116491, linux-tools/trunk/01-fix-perf-python.patch)
===
--- community-testing-i686/01-fix-perf-python.patch 
(rev 0)
+++ community-testing-i686/01-fix-perf-python.patch 2014-07-28 17:28:09 UTC 
(rev 116492)
@@ -0,0 +1,12 @@
+--- a/tools/perf/config/feature-checks/Makefile  2014-01-21 01:58:25.444339009 
+0100
 b/tools/perf/config/feature-checks/Makefile  2014-01-21 01:46:58.081780576 
+0100
+@@ -103,9 +103,6 @@
+ test-libperl:
+$(BUILD) $(FLAGS_PERL_EMBED)
+ 
+-override PYTHON := python
+-override PYTHON_CONFIG := python-config
+-
+ escape-for-shell-sq =  $(subst ','\'',$(1))
+ shell-sq = '$(escape-for-shell-sq)'
+ 

Copied: linux-tools/repos/community-testing-i686/02-archlinux-paths.patch (from 
rev 116491, linux-tools/trunk/02-archlinux-paths.patch)
===
--- community-testing-i686/02-archlinux-paths.patch 
(rev 0)
+++ 

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

2014-07-28 Thread Anatol Pomozov
Date: Monday, July 28, 2014 @ 19:36:26
  Author: anatolik
Revision: 116493

upgpkg: linux-tools 3.15.7-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 17:28:09 UTC (rev 116492)
+++ PKGBUILD2014-07-28 17:36:26 UTC (rev 116493)
@@ -13,7 +13,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=3.15.6
+pkgver=3.15.7
 pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@
 '02-archlinux-paths.patch'
 '03-fix-acpidump-compile-error.patch')
 # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
-sha256sums=('6bf4ecfe14b27a9b0785c2b046776112a67409f4b0303d3a8c069035fde0e9e6'
+sha256sums=('d299fdff6e9eb7a9d646440a38eb5507687b048ac561db7c7458a6151f19980c'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'



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

2014-07-28 Thread Anatol Pomozov
Date: Monday, July 28, 2014 @ 19:37:57
  Author: anatolik
Revision: 116494

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

Added:
  linux-tools/repos/community-testing-i686/01-fix-perf-python.patch
(from rev 116493, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-testing-i686/02-archlinux-paths.patch
(from rev 116493, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-testing-i686/03-fix-acpidump-compile-error.patch
(from rev 116493, linux-tools/trunk/03-fix-acpidump-compile-error.patch)
  linux-tools/repos/community-testing-i686/PKGBUILD
(from rev 116493, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-testing-i686/cpupower.default
(from rev 116493, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-testing-i686/cpupower.install
(from rev 116493, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-testing-i686/cpupower.service
(from rev 116493, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-testing-i686/cpupower.systemd
(from rev 116493, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-testing-i686/usbipd.service
(from rev 116493, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-testing-x86_64/01-fix-perf-python.patch
(from rev 116493, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-testing-x86_64/02-archlinux-paths.patch
(from rev 116493, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-testing-x86_64/03-fix-acpidump-compile-error.patch
(from rev 116493, linux-tools/trunk/03-fix-acpidump-compile-error.patch)
  linux-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 116493, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-testing-x86_64/cpupower.default
(from rev 116493, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-testing-x86_64/cpupower.install
(from rev 116493, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-testing-x86_64/cpupower.service
(from rev 116493, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-testing-x86_64/cpupower.systemd
(from rev 116493, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-testing-x86_64/usbipd.service
(from rev 116493, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-testing-i686/01-fix-perf-python.patch
  linux-tools/repos/community-testing-i686/02-archlinux-paths.patch
  linux-tools/repos/community-testing-i686/03-fix-acpidump-compile-error.patch
  linux-tools/repos/community-testing-i686/PKGBUILD
  linux-tools/repos/community-testing-i686/cpupower.default
  linux-tools/repos/community-testing-i686/cpupower.install
  linux-tools/repos/community-testing-i686/cpupower.service
  linux-tools/repos/community-testing-i686/cpupower.systemd
  linux-tools/repos/community-testing-i686/usbipd.service
  linux-tools/repos/community-testing-x86_64/01-fix-perf-python.patch
  linux-tools/repos/community-testing-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-testing-x86_64/03-fix-acpidump-compile-error.patch
  linux-tools/repos/community-testing-x86_64/PKGBUILD
  linux-tools/repos/community-testing-x86_64/cpupower.default
  linux-tools/repos/community-testing-x86_64/cpupower.install
  linux-tools/repos/community-testing-x86_64/cpupower.service
  linux-tools/repos/community-testing-x86_64/cpupower.systemd
  linux-tools/repos/community-testing-x86_64/usbipd.service

--+
 /01-fix-perf-python.patch|   24 
 /02-archlinux-paths.patch|   42 
 /03-fix-acpidump-compile-error.patch |   26 
 /PKGBUILD|  474 ++
 /cpupower.default|   58 +
 /cpupower.install|   26 
 /cpupower.service|   20 
 /cpupower.systemd|   64 +
 /usbipd.service  |   18 
 community-testing-i686/01-fix-perf-python.patch  |   12 
 community-testing-i686/02-archlinux-paths.patch  |   21 
 community-testing-i686/03-fix-acpidump-compile-error.patch   |   13 
 community-testing-i686/PKGBUILD  |  237 -
 community-testing-i686/cpupower.default  |   29 
 community-testing-i686/cpupower.install  |   13 
 community-testing-i686/cpupower.service  |   10 
 community-testing-i686/cpupower.systemd  |   32 
 community-testing-i686/usbipd.service|9 
 community-testing-x86_64/01-fix-perf-python.patch|   12 
 

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

2014-07-28 Thread Ike Devolder
Date: Monday, July 28, 2014 @ 19:48:19
  Author: idevolder
Revision: 116495

xbmc :: 13.1-4

FS#41366 - [xbmc] crashes after playing FLAC file after latest ffmpeg update

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 17:37:57 UTC (rev 116494)
+++ PKGBUILD2014-07-28 17:48:19 UTC (rev 116495)
@@ -12,7 +12,7 @@
 pkgname=xbmc
 pkgver=13.1
 _codename=Gotham
-pkgrel=3
+pkgrel=4
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;



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

2014-07-28 Thread Ike Devolder
Date: Monday, July 28, 2014 @ 19:48:46
  Author: idevolder
Revision: 116496

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

Added:
  
xbmc/repos/community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 116495, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  xbmc/repos/community-i686/PKGBUILD
(from rev 116495, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/enable-external-ffmpeg.patch
(from rev 116495, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-i686/libnfs-header-changes.patch
(from rev 116495, xbmc/trunk/libnfs-header-changes.patch)
  xbmc/repos/community-i686/xbmc.install
(from rev 116495, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 116495, xbmc/trunk/xbmc.service)
  
xbmc/repos/community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 116495, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 116495, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/enable-external-ffmpeg.patch
(from rev 116495, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-x86_64/libnfs-header-changes.patch
(from rev 116495, xbmc/trunk/libnfs-header-changes.patch)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 116495, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 116495, xbmc/trunk/xbmc.service)
Deleted:
  
xbmc/repos/community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/enable-external-ffmpeg.patch
  xbmc/repos/community-i686/libnfs-header-changes.patch
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  
xbmc/repos/community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/enable-external-ffmpeg.patch
  xbmc/repos/community-x86_64/libnfs-header-changes.patch
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

--+
 /0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch   
  |   54 +
 /PKGBUILD  
  |  278 ++
 /enable-external-ffmpeg.patch  
  |  200 +++
 /libnfs-header-changes.patch   
  |   48 +
 /xbmc.install  
  |   72 ++
 /xbmc.service  
  |   32 +
 community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch 
  |   27 
 community-i686/PKGBUILD
  |  139 -
 community-i686/enable-external-ffmpeg.patch
  |  100 ---
 community-i686/libnfs-header-changes.patch 
  |   24 
 community-i686/xbmc.install
  |   36 -
 community-i686/xbmc.service
  |   16 
 
community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
 |   27 
 community-x86_64/PKGBUILD  
  |  139 -
 community-x86_64/enable-external-ffmpeg.patch  
  |  100 ---
 community-x86_64/libnfs-header-changes.patch   
  |   24 
 community-x86_64/xbmc.install  
  |   36 -
 community-x86_64/xbmc.service  
  |   16 
 18 files changed, 684 insertions(+), 684 deletions(-)

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


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

2014-07-28 Thread Eric Bélanger
Date: Monday, July 28, 2014 @ 20:06:20
  Author: eric
Revision: 218254

upgpkg: imagemagick 6.8.9.6-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 17:24:35 UTC (rev 218253)
+++ PKGBUILD2014-07-28 18:06:20 UTC (rev 218254)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.5
+pkgver=6.8.9.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('0808fcc20e92bd3fdfc6af75229d584f67cb723c'
+sha1sums=('d2e30cdc0e3becb781ac011f0452171926a72a2a'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 



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

2014-07-28 Thread Eric Bélanger
Date: Monday, July 28, 2014 @ 20:08:56
  Author: eric
Revision: 218255

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 218254, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 218254, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 218254, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 218254, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  180 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   90 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   90 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-28 18:06:20 UTC (rev 218254)
+++ extra-i686/PKGBUILD 2014-07-28 18:08:56 UTC (rev 218255)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('0808fcc20e92bd3fdfc6af75229d584f67cb723c'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE 

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

2014-07-28 Thread Eric Bélanger
Date: Monday, July 28, 2014 @ 20:13:47
  Author: eric
Revision: 218256

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 218255, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 218255, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 218255, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 218255, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  180 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   90 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   90 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-28 18:08:56 UTC (rev 218255)
+++ extra-i686/PKGBUILD 2014-07-28 18:13:47 UTC (rev 218256)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('d2e30cdc0e3becb781ac011f0452171926a72a2a'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE 

[arch-commits] Commit in linux/trunk (0013-efistub-fix.patch PKGBUILD)

2014-07-28 Thread Thomas Bächler
Date: Monday, July 28, 2014 @ 21:59:38
  Author: thomas
Revision: 218257

upgpkg: linux 3.15.7-1

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/0013-efistub-fix.patch

+
 0013-efistub-fix.patch |  177 ---
 PKGBUILD   |   16 +---
 2 files changed, 5 insertions(+), 188 deletions(-)

Deleted: 0013-efistub-fix.patch
===
--- 0013-efistub-fix.patch  2014-07-28 18:13:47 UTC (rev 218256)
+++ 0013-efistub-fix.patch  2014-07-28 19:59:38 UTC (rev 218257)
@@ -1,177 +0,0 @@
-From c7fb93ec51d462ec3540a729ba446663c26a0505 Mon Sep 17 00:00:00 2001
-From: Michael Brown mbr...@fensystems.co.uk
-Date: Thu, 10 Jul 2014 12:26:20 +0100
-Subject: x86/efi: Include a .bss section within the PE/COFF headers
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The PE/COFF headers currently describe only the initialised-data
-portions of the image, and result in no space being allocated for the
-uninitialised-data portions.  Consequently, the EFI boot stub will end
-up overwriting unexpected areas of memory, with unpredictable results.
-
-Fix by including a .bss section in the PE/COFF headers (functionally
-equivalent to the init_size field in the bzImage header).
-
-Signed-off-by: Michael Brown mbr...@fensystems.co.uk
-Cc: Thomas Bächler tho...@archlinux.org
-Cc: Josh Boyer jwbo...@fedoraproject.org
-Cc: sta...@vger.kernel.org
-Signed-off-by: Matt Fleming matt.flem...@intel.com
-
-diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
-index 84c2234..7a6d43a 100644
 a/arch/x86/boot/header.S
-+++ b/arch/x86/boot/header.S
-@@ -91,10 +91,9 @@ bs_die:
- 
-   .section .bsdata, a
- bugger_off_msg:
--  .ascii  Direct floppy boot is not supported. 
--  .ascii  Use a boot loader program instead.\r\n
-+  .ascii  Use a boot loader.\r\n
-   .ascii  \n
--  .ascii  Remove disk and press any key to reboot ...\r\n
-+  .ascii  Remove disk and press any key to reboot...\r\n
-   .byte   0
- 
- #ifdef CONFIG_EFI_STUB
-@@ -108,7 +107,7 @@ coff_header:
- #else
-   .word   0x8664  # x86-64
- #endif
--  .word   3   # nr_sections
-+  .word   4   # nr_sections
-   .long   0   # TimeDateStamp
-   .long   0   # PointerToSymbolTable
-   .long   1   # NumberOfSymbols
-@@ -250,6 +249,25 @@ section_table:
-   .word   0   # NumberOfLineNumbers
-   .long   0x60500020  # Characteristics (section 
flags)
- 
-+  #
-+  # The offset  size fields are filled in by build.c.
-+  #
-+  .ascii  .bss
-+  .byte   0
-+  .byte   0
-+  .byte   0
-+  .byte   0
-+  .long   0
-+  .long   0x0
-+  .long   0   # Size of initialized data
-+  # on disk
-+  .long   0x0
-+  .long   0   # PointerToRelocations
-+  .long   0   # PointerToLineNumbers
-+  .word   0   # NumberOfRelocations
-+  .word   0   # NumberOfLineNumbers
-+  .long   0xc880  # Characteristics (section 
flags)
-+
- #endif /* CONFIG_EFI_STUB */
- 
-   # Kernel attributes; used by setup.  This is part 1 of the
-diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c
-index 1a2f212..a7661c4 100644
 a/arch/x86/boot/tools/build.c
-+++ b/arch/x86/boot/tools/build.c
-@@ -143,7 +143,7 @@ static void usage(void)
- 
- #ifdef CONFIG_EFI_STUB
- 
--static void update_pecoff_section_header(char *section_name, u32 offset, u32 
size)
-+static void update_pecoff_section_header_fields(char *section_name, u32 vma, 
u32 size, u32 datasz, u32 offset)
- {
-   unsigned int pe_header;
-   unsigned short num_sections;
-@@ -164,10 +164,10 @@ static void update_pecoff_section_header(char 
*section_name, u32 offset, u32 siz
-   put_unaligned_le32(size, section + 0x8);
- 
-   /* section header vma field */
--  put_unaligned_le32(offset, section + 0xc);
-+  put_unaligned_le32(vma, section + 0xc);
- 
-   /* section header 'size of initialised data' field */
--  put_unaligned_le32(size, section + 0x10);
-+  put_unaligned_le32(datasz, section + 0x10);
- 
-   /* section header 'file offset' field */
-   put_unaligned_le32(offset, section + 0x14);
-@@ -179,6 +179,11 @@ static void update_pecoff_section_header(char 
*section_name, u32 offset, u32 siz
-   }
- }
- 
-+static void 

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

2014-07-28 Thread Thomas Bächler
Date: Monday, July 28, 2014 @ 22:00:06
  Author: thomas
Revision: 218258

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

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

--+
 /PKGBUILD|  582 
 /change-default-console-loglevel.patch   |   24 
 /config  |13540 +
 /config.x86_64   |13088 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/0013-efistub-fix.patch  |  177 
 testing-i686/PKGBUILD|  297 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6770 
 testing-i686/config.x86_64   | 6544 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/0013-efistub-fix.patch|  177 
 testing-x86_64/PKGBUILD  |  297 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6770 
 testing-x86_64/config.x86_64 | 6544 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 20 files changed, 27336 insertions(+), 27702 deletions(-)

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


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

2014-07-28 Thread Sven-Hendrik Haase
Date: Monday, July 28, 2014 @ 22:03:22
  Author: svenstaro
Revision: 116497

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 116496, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 116496, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 116496, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 116496, 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.png

---+
 PKGBUILD  |  144 
 dwarffortress |   30 +-
 dwarffortress.desktop |   18 +++---
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-28 17:48:46 UTC (rev 116496)
+++ PKGBUILD2014-07-28 20:03:22 UTC (rev 116497)
@@ -1,72 +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.04
-_pkgver=40_04
-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')
-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
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('fda7955254c34c029c5de85615d6d24819a1299228ed85b6a605c65b05c1f34f'
-'SKIP'
-'4a7cc39dabe4fa3c28fdb9bdff83f7cdf55de0beff700fd6ebe605dda2f81688'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-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 116496, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-28 20:03:22 UTC (rev 116497)
@@ -0,0 +1,72 @@
+# $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.05
+_pkgver=40_05
+pkgrel=1
+pkgdesc=A 

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

2014-07-28 Thread Andreas Radke
Date: Monday, July 28, 2014 @ 22:22:19
  Author: andyrtr
Revision: 218259

upgpkg: linux-lts 3.14.14-1

upstream update 3.14.14

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 20:00:06 UTC (rev 218258)
+++ PKGBUILD2014-07-28 20:22:19 UTC (rev 218259)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.13
+pkgver=3.14.14
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,7 +25,7 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'e6b1a87470ab9f749002959e2c9ca2f7229b4b34f313120b4800eb39f08c4698'
+'282451336497b075749a99678de0ef638a46f22fbb0837480dfd354fb2561c1f'
 '4c05b88384ee809120da06e6a3d0bbafb7cdfe6208b2e62237aaeaa25dfb29b7'
 'a5b318c7fd21c1be2ac262d1b919d50bacedd0c841e9a82e7bca53d5b25b217b'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'



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

2014-07-28 Thread Andreas Radke
Date: Monday, July 28, 2014 @ 22:23:02
  Author: andyrtr
Revision: 218260

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 218259, 
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 218259, 
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 218259, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 218259, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 218259, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 218259, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 218259, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 218259, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 218259, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 218259, 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 218259, 
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 218259, 
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 218259, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 218259, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 218259, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 218259, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 218259, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 218259, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 218259, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 218259, 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
| 6691 ++
 testing-i686/config.x86_64 
| 6482 +
 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  
| 6691 ++
 testing-x86_64/config.x86_64   
| 6482 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30320 insertions(+)

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


[arch-commits] Commit in gdal/trunk (PKGBUILD gdal.changelog)

2014-07-28 Thread Jaroslav Lichtblau
Date: Monday, July 28, 2014 @ 23:09:32
  Author: jlichtblau
Revision: 116498

libspatialite soname rebuild: gdal 1.11.0-4

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog

+
 PKGBUILD   |2 +-
 gdal.changelog |6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 20:03:22 UTC (rev 116497)
+++ PKGBUILD2014-07-28 21:09:32 UTC (rev 116498)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=1.11.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;

Modified: gdal.changelog
===
--- gdal.changelog  2014-07-28 20:03:22 UTC (rev 116497)
+++ gdal.changelog  2014-07-28 21:09:32 UTC (rev 116498)
@@ -1,3 +1,9 @@
+2014-07-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * gdal 1.11.0-4 libspatialiet soname rebuild
+
+2014-05-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * gdal 1.11.0-2 giflib soname rebuild
+
 2014-04-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* gdal 1.11.0-1
 



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

2014-07-28 Thread Jaroslav Lichtblau
Date: Monday, July 28, 2014 @ 23:09:45
  Author: jlichtblau
Revision: 116499

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 116498, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/fix_json_012.patch
(from rev 116498, gdal/trunk/fix_json_012.patch)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 116498, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 116498, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/giflib51.patch
(from rev 116498, gdal/trunk/giflib51.patch)

-+
 PKGBUILD|   84 ++
 fix_json_012.patch  |   84 ++
 gdal-1.5.1-python-install.patch |   10 ++
 gdal.changelog  |   29 +++
 giflib51.patch  |  139 ++
 5 files changed, 346 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 116498, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-28 21:09:45 UTC (rev 116499)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.0
+pkgrel=4
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+fix_json_012.patch
+gdal-1.5.1-python-install.patch
+giflib51.patch)
+sha256sums=('989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe'
+'0ef2a20e9a0e86f85eab9a4a1e5caf7364f1d547deed6f2249fe542d4d2881f4'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
+'99bb57b514101a53fda4f163efffb0d9859423c9bd51766bbf99313f1eb0cafc')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+
+  # Fix compilation failure related to recent json-c changes. FS#40584
+  patch -Np0 -i ${srcdir}/fix_json_012.patch
+
+  patch -Np0 -i ../giflib51.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug 23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-x86_64/fix_json_012.patch (from rev 
116498, gdal/trunk/fix_json_012.patch)
===
--- community-staging-x86_64/fix_json_012.patch (rev 0)
+++ community-staging-x86_64/fix_json_012.patch 2014-07-28 

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

2014-07-28 Thread Thomas Bächler
Date: Monday, July 28, 2014 @ 23:21:52
  Author: thomas
Revision: 218261

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 218260, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 218260, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 218260, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 218260, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 218260, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 218260, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 218260, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 218260, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 218260, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 218260, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 218260, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 218260, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0013-efistub-fix.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.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/0013-efistub-fix.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.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 |  582 
 /change-default-console-loglevel.patch|   24 
 /config   |13540 
 /config.x86_64|13088 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/0013-efistub-fix.patch  |  177 
 core-i686/PKGBUILD|  297 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6770 --
 core-i686/config.x86_64   | 6544 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/0013-efistub-fix.patch|  177 
 core-x86_64/PKGBUILD  |  297 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6770 --
 core-x86_64/config.x86_64 | 6544 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 20 files changed, 27336 insertions(+), 27702 deletions(-)

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


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

2014-07-28 Thread Thomas Bächler
Date: Monday, July 28, 2014 @ 23:21:54
  Author: thomas
Revision: 218262

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

Added:
  
cryptsetup/repos/core-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
(from rev 218260, 
cryptsetup/repos/testing-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch)
  cryptsetup/repos/core-i686/0002-Re-check-flags-after-DM-device-creations.patch
(from rev 218260, 
cryptsetup/repos/testing-i686/0002-Re-check-flags-after-DM-device-creations.patch)
  
cryptsetup/repos/core-i686/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch
(from rev 218260, 
cryptsetup/repos/testing-i686/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch)
  cryptsetup/repos/core-i686/PKGBUILD
(from rev 218260, cryptsetup/repos/testing-i686/PKGBUILD)
  cryptsetup/repos/core-i686/encrypt_hook
(from rev 218260, cryptsetup/repos/testing-i686/encrypt_hook)
  cryptsetup/repos/core-i686/encrypt_install
(from rev 218260, cryptsetup/repos/testing-i686/encrypt_install)
  cryptsetup/repos/core-i686/sd-encrypt
(from rev 218260, cryptsetup/repos/testing-i686/sd-encrypt)
  
cryptsetup/repos/core-x86_64/0001-Move-safe-table-params-wipe-into-function-which-allo.patch
(from rev 218260, 
cryptsetup/repos/testing-x86_64/0001-Move-safe-table-params-wipe-into-function-which-allo.patch)
  
cryptsetup/repos/core-x86_64/0002-Re-check-flags-after-DM-device-creations.patch
(from rev 218260, 
cryptsetup/repos/testing-x86_64/0002-Re-check-flags-after-DM-device-creations.patch)
  
cryptsetup/repos/core-x86_64/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch
(from rev 218260, 
cryptsetup/repos/testing-x86_64/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch)
  cryptsetup/repos/core-x86_64/PKGBUILD
(from rev 218260, cryptsetup/repos/testing-x86_64/PKGBUILD)
  cryptsetup/repos/core-x86_64/encrypt_hook
(from rev 218260, cryptsetup/repos/testing-x86_64/encrypt_hook)
  cryptsetup/repos/core-x86_64/encrypt_install
(from rev 218260, cryptsetup/repos/testing-x86_64/encrypt_install)
  cryptsetup/repos/core-x86_64/sd-encrypt
(from rev 218260, cryptsetup/repos/testing-x86_64/sd-encrypt)
Deleted:
  cryptsetup/repos/core-i686/PKGBUILD
  cryptsetup/repos/core-i686/encrypt_hook
  cryptsetup/repos/core-i686/encrypt_install
  cryptsetup/repos/core-i686/sd-encrypt
  cryptsetup/repos/core-x86_64/PKGBUILD
  cryptsetup/repos/core-x86_64/encrypt_hook
  cryptsetup/repos/core-x86_64/encrypt_install
  cryptsetup/repos/core-x86_64/sd-encrypt
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-x86_64/

-+
 /PKGBUILD   |  
100 +++
 /encrypt_hook   |  
278 ++
 /encrypt_install|  
 88 +++
 /sd-encrypt |  
 84 +++
 core-i686/0001-Move-safe-table-params-wipe-into-function-which-allo.patch   |  
 37 +
 core-i686/0002-Re-check-flags-after-DM-device-creations.patch   |  
 62 ++
 core-i686/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch   |  
 92 +++
 core-i686/PKGBUILD  |  
 36 -
 core-i686/encrypt_hook  |  
139 -
 core-i686/encrypt_install   |  
 44 -
 core-i686/sd-encrypt|  
 42 -
 core-x86_64/0001-Move-safe-table-params-wipe-into-function-which-allo.patch |  
 37 +
 core-x86_64/0002-Re-check-flags-after-DM-device-creations.patch |  
 62 ++
 core-x86_64/0003-Properly-allow-activation-of-discard-even-if-dm_cryp.patch |  
 92 +++
 core-x86_64/PKGBUILD|  
 36 -
 core-x86_64/encrypt_hook|  
139 -
 core-x86_64/encrypt_install |  
 44 -
 core-x86_64/sd-encrypt  |  
 42 -
 18 files changed, 932 insertions(+), 522 deletions(-)

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


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

2014-07-28 Thread Maxime Gauduin
Date: Tuesday, July 29, 2014 @ 00:25:29
  Author: alucryd
Revision: 116500

upgpkg: hexchat 2.10.1-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 21:09:45 UTC (rev 116499)
+++ PKGBUILD2014-07-28 22:25:29 UTC (rev 116500)
@@ -3,8 +3,8 @@
 # Contributor: TingPing tingp...@tingping.se
 
 pkgname=hexchat
-pkgver=2.10.0
-pkgrel=2
+pkgver=2.10.1
+pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
@@ -16,7 +16,7 @@
 'python: Python plugin')
 install=${pkgname}.install
 source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
+sha256sums=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2014-07-28 Thread Maxime Gauduin
Date: Tuesday, July 29, 2014 @ 00:25:38
  Author: alucryd
Revision: 116501

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-28 22:25:29 UTC (rev 116500)
+++ community-i686/PKGBUILD 2014-07-28 22:25:38 UTC (rev 116501)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: TingPing tingp...@tingping.se
-
-pkgname=hexchat
-pkgver=2.10.0
-pkgrel=2
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'perl: Perl plugin'
-'python: Python plugin')
-install=${pkgname}.install
-source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 116500, 
hexchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-28 22:25:38 UTC (rev 116501)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: TingPing tingp...@tingping.se
+
+pkgname=hexchat
+pkgver=2.10.1
+pkgrel=1
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+install=${pkgname}.install
+source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/hexchat.install
===
--- community-i686/hexchat.install  2014-07-28 22:25:29 UTC (rev 116500)
+++ community-i686/hexchat.install  2014-07-28 22:25:38 UTC (rev 116501)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/hexchat.install (from rev 116500, 
hexchat/trunk/hexchat.install)
===
--- community-i686/hexchat.install  (rev 0)
+++ community-i686/hexchat.install  2014-07-28 22:25:38 UTC (rev 116501)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2014-07-28 Thread Anatol Pomozov
Date: Tuesday, July 29, 2014 @ 03:31:30
  Author: anatolik
Revision: 218263

upgpkg: libarchive 3.1.2-8

Add lzo dependency. As libarchive is highly-popular package
all users will be forced to replace lzo2 with lzo.

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-28 21:21:54 UTC (rev 218262)
+++ PKGBUILD2014-07-29 01:31:30 UTC (rev 218263)
@@ -3,12 +3,12 @@
 
 pkgname=libarchive
 pkgver=3.1.2
-pkgrel=7
+pkgrel=8
 pkgdesc=library that can create and read several streaming archive formats
 arch=('i686' 'x86_64')
 url=http://libarchive.org/;
 license=('BSD')
-depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lzo' 'openssl' 'xz' 'zlib')
 options=('strip' 'debug' 'libtool')
 provides=('libarchive.so')
 source=(http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz;



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

2014-07-28 Thread Anatol Pomozov
Date: Tuesday, July 29, 2014 @ 03:32:53
  Author: anatolik
Revision: 218264

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

Added:
  
libarchive/repos/testing-i686/0001-Limit-write-requests-to-at-most-INT_MAX.patch
(from rev 218263, 
libarchive/trunk/0001-Limit-write-requests-to-at-most-INT_MAX.patch)
  
libarchive/repos/testing-i686/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 218263, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/testing-i686/PKGBUILD
(from rev 218263, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-i686/libarchive-3.1.2-acl.patch
(from rev 218263, libarchive/trunk/libarchive-3.1.2-acl.patch)
  libarchive/repos/testing-i686/libarchive-3.1.2-sparce-mtree.patch
(from rev 218263, libarchive/trunk/libarchive-3.1.2-sparce-mtree.patch)
  
libarchive/repos/testing-x86_64/0001-Limit-write-requests-to-at-most-INT_MAX.patch
(from rev 218263, 
libarchive/trunk/0001-Limit-write-requests-to-at-most-INT_MAX.patch)
  
libarchive/repos/testing-x86_64/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 218263, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/testing-x86_64/PKGBUILD
(from rev 218263, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-x86_64/libarchive-3.1.2-acl.patch
(from rev 218263, libarchive/trunk/libarchive-3.1.2-acl.patch)
  libarchive/repos/testing-x86_64/libarchive-3.1.2-sparce-mtree.patch
(from rev 218263, libarchive/trunk/libarchive-3.1.2-sparce-mtree.patch)
Deleted:
  
libarchive/repos/testing-i686/0001-Limit-write-requests-to-at-most-INT_MAX.patch
  
libarchive/repos/testing-i686/0001-mtree-fix-line-filename-length-calculation.patch
  libarchive/repos/testing-i686/PKGBUILD
  libarchive/repos/testing-i686/libarchive-3.1.2-acl.patch
  libarchive/repos/testing-i686/libarchive-3.1.2-sparce-mtree.patch
  
libarchive/repos/testing-x86_64/0001-Limit-write-requests-to-at-most-INT_MAX.patch
  
libarchive/repos/testing-x86_64/0001-mtree-fix-line-filename-length-calculation.patch
  libarchive/repos/testing-x86_64/PKGBUILD
  libarchive/repos/testing-x86_64/libarchive-3.1.2-acl.patch
  libarchive/repos/testing-x86_64/libarchive-3.1.2-sparce-mtree.patch

--+
 /0001-Limit-write-requests-to-at-most-INT_MAX.patch  |   64 
 /0001-mtree-fix-line-filename-length-calculation.patch   |   58 
 /PKGBUILD|  118 +
 /libarchive-3.1.2-acl.patch  |  438 

 /libarchive-3.1.2-sparce-mtree.patch |  956 
++
 testing-i686/0001-Limit-write-requests-to-at-most-INT_MAX.patch  |   32 
 testing-i686/0001-mtree-fix-line-filename-length-calculation.patch   |   29 
 testing-i686/PKGBUILD|   59 
 testing-i686/libarchive-3.1.2-acl.patch  |  219 --
 testing-i686/libarchive-3.1.2-sparce-mtree.patch |  478 
-
 testing-x86_64/0001-Limit-write-requests-to-at-most-INT_MAX.patch|   32 
 testing-x86_64/0001-mtree-fix-line-filename-length-calculation.patch |   29 
 testing-x86_64/PKGBUILD  |   59 
 testing-x86_64/libarchive-3.1.2-acl.patch|  219 --
 testing-x86_64/libarchive-3.1.2-sparce-mtree.patch   |  478 
-
 15 files changed, 1634 insertions(+), 1634 deletions(-)

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