[arch-commits] Commit in archlinux-keyring/repos (3 files)

2015-02-11 Thread Pierre Schmitz
Date: Thursday, February 12, 2015 @ 06:22:18
  Author: pierre
Revision: 231319

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 231318, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 231318, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   21 +
 archlinux-keyring.install |   22 ++
 2 files changed, 43 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 231318, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-02-12 05:22:18 UTC (rev 231319)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=archlinux-keyring
+pkgver=20150212
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('6f1c01af59098e16918f97ff947f7e54'
+ 'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC')
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
231318, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2015-02-12 05:22:18 UTC (rev 
231319)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z "$2" ] || [ "$2" = "20130525-1" ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2>/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2015-02-11 Thread Pierre Schmitz
Date: Thursday, February 12, 2015 @ 06:22:12
  Author: pierre
Revision: 231318

upgpkg: archlinux-keyring 20150212-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 04:14:05 UTC (rev 231317)
+++ PKGBUILD2015-02-12 05:22:12 UTC (rev 231318)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archlinux-keyring
-pkgver=20141218
+pkgver=20150212
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,8 +11,9 @@
 install="${pkgname}.install"
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('a795c516bc5bc1764d85b1030751072f'
+md5sums=('6f1c01af59098e16918f97ff947f7e54'
  'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC')
 
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-02-11 Thread Gaetan Bisson
Date: Thursday, February 12, 2015 @ 05:13:19
  Author: bisson
Revision: 231316

implement FS#43789

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 03:56:27 UTC (rev 231315)
+++ PKGBUILD2015-02-12 04:13:19 UTC (rev 231316)
@@ -5,12 +5,12 @@
 
 pkgname=postfix
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'libsasl' 'libldap' 'db'
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
 'aliases.patch'


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

2015-02-11 Thread Gaetan Bisson
Date: Thursday, February 12, 2015 @ 05:14:05
  Author: bisson
Revision: 231317

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 231316, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 231316, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 231316, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 231316, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 231316, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 231316, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 231316, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 231316, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  168 +++
 /aliases.patch |   36 +
 /install   |   36 +
 /service   |   28 +++
 extra-i686/PKGBUILD|   84 -
 extra-i686/aliases.patch   |   18 
 extra-i686/install |   18 
 extra-i686/service |   14 ---
 extra-x86_64/PKGBUILD  |   84 -
 extra-x86_64/aliases.patch |   18 
 extra-x86_64/install   |   18 
 extra-x86_64/service   |   14 ---
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-12 04:13:19 UTC (rev 231316)
+++ extra-i686/PKGBUILD 2015-02-12 04:14:05 UTC (rev 231317)
@@ -1,84 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.0.0
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
-'aliases.patch'
-'service')
-sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_SAMPLE_DIR=\"/etc/postfix/sample\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-LD_PRELOAD= LD_LIBRARY_PATH=./lib \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   cd "${pkgdir}"
-   patch -p0 -i "${srcdir}"/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "etc/postfix/postfix-files"
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 231316, 
postfix/tr

[arch-commits] Commit in perl-async-interrupt/repos (4 files)

2015-02-11 Thread Felix Yan
Date: Thursday, February 12, 2015 @ 04:04:08
  Author: fyan
Revision: 231314

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

Added:
  perl-async-interrupt/repos/extra-i686/PKGBUILD
(from rev 231313, perl-async-interrupt/trunk/PKGBUILD)
  perl-async-interrupt/repos/extra-x86_64/PKGBUILD
(from rev 231313, perl-async-interrupt/trunk/PKGBUILD)
Deleted:
  perl-async-interrupt/repos/extra-i686/PKGBUILD
  perl-async-interrupt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-12 03:02:34 UTC (rev 231313)
+++ extra-i686/PKGBUILD 2015-02-12 03:04:08 UTC (rev 231314)
@@ -1,46 +0,0 @@
-# Packager: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-async-interrupt
-_ver=1.2
-pkgver=1.20
-pkgrel=2
-pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl-common-sense)
-url=https://metacpan.org/release/Async-Interrupt
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
-md5sums=('3ec1355c266dfd77245d1c3a1de6fa8d')
-sha512sums=('41091c445247597567c9470fd926318e42d08b1f71e4bee2ed9bad327f66ef679b9bfd89b3e0c66d820a3a82e423eac5a56dca97675a11566e917257f77a2a90')
-
-build()
-(
-  cd "$srcdir/Async-Interrupt-$_ver"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/Async-Interrupt-$_ver"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/Async-Interrupt-$_ver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-async-interrupt/repos/extra-i686/PKGBUILD (from rev 231313, 
perl-async-interrupt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-12 03:04:08 UTC (rev 231314)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin Davis (juster) 
+
+pkgname=perl-async-interrupt
+_ver=1.21
+pkgver=1.21
+pkgrel=1
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/Async-Interrupt
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
+sha512sums=('c8376e00f234398dbbe2eb9ddeeed0a083b1218e8f142b59979647c7c91606a7e7a279301cdf0624ffbf8b81a87404f34700429c02efc5ab815c1d49cb2f1bd9')
+
+build() {
+  cd "$srcdir/Async-Interrupt-$_ver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Async-Interrupt-$_ver"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/Async-Interrupt-$_ver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-12 03:02:34 UTC (rev 231313)
+++ extra-x86_64/PKGBUILD   2015-02-12 03:04:08 UTC (rev 231314)
@@ -1,46 +0,0 @@
-# Packager: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-async-interrupt
-_ver=1.2
-pkgver=1.20
-pkgrel=2
-pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl-common-sense)
-url=https://metacpan.org/release/Async-Interrupt
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
-md5sums=('3ec1355c266dfd77245d1c3a1de6fa8d')
-sha512sums=('41091c445247597567c9470fd926318e42d08b1f71e4bee2ed9bad327f66ef679b9bfd89b3e0c66d820a3a82e423eac5a56dca97675a11566e917257f77a2a90')
-
-build()
-(
-  cd "$srcdir/Async-Interrupt-$_ver"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/Async-Interrupt-$_ver"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/Async-Interrupt-$_ver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-#

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

2015-02-11 Thread Felix Yan
Date: Thursday, February 12, 2015 @ 04:02:34
  Author: fyan
Revision: 231313

upgpkg: perl-async-interrupt 1.21-1

Modified:
  perl-async-interrupt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 02:04:07 UTC (rev 231312)
+++ PKGBUILD2015-02-12 03:02:34 UTC (rev 231313)
@@ -1,10 +1,11 @@
-# Packager: Justin Davis (juster) 
 # $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin Davis (juster) 
 
 pkgname=perl-async-interrupt
-_ver=1.2
-pkgver=1.20
-pkgrel=2
+_ver=1.21
+pkgver=1.21
+pkgrel=1
 pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)
@@ -12,32 +13,28 @@
 depends=(perl-common-sense)
 url=https://metacpan.org/release/Async-Interrupt
 
source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
-md5sums=('3ec1355c266dfd77245d1c3a1de6fa8d')
-sha512sums=('41091c445247597567c9470fd926318e42d08b1f71e4bee2ed9bad327f66ef679b9bfd89b3e0c66d820a3a82e423eac5a56dca97675a11566e917257f77a2a90')
+sha512sums=('c8376e00f234398dbbe2eb9ddeeed0a083b1218e8f142b59979647c7c91606a7e7a279301cdf0624ffbf8b81a87404f34700429c02efc5ab815c1d49cb2f1bd9')
 
-build()
-(
+build() {
   cd "$srcdir/Async-Interrupt-$_ver"
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
   /usr/bin/perl Makefile.PL
   make
-)
+}
 
-check()
-(
+check() {
   cd "$srcdir/Async-Interrupt-$_ver"
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
   make test
-)
+}
 
-package()
-(
+package() {
   cd "$srcdir/Async-Interrupt-$_ver"
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
+}
 
 # Local Variables:
 # mode: shell-script


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

2015-02-11 Thread Jan Steffens
Date: Thursday, February 12, 2015 @ 03:04:07
  Author: heftig
Revision: 231312

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

Added:
  speex/repos/testing-i686/
  speex/repos/testing-i686/PKGBUILD
(from rev 231311, speex/trunk/PKGBUILD)
  speex/repos/testing-x86_64/
  speex/repos/testing-x86_64/PKGBUILD
(from rev 231311, speex/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: speex/repos/testing-i686/PKGBUILD (from rev 231311, 
speex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-12 02:04:07 UTC (rev 231312)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jason Chu 
+
+pkgname=speex
+pkgver=1.2rc2
+pkgrel=1
+pkgdesc="A free codec for free speech"
+arch=(i686 x86_64)
+url="http://www.speex.org/";
+license=(BSD)
+depends=(libogg speexdsp)
+source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--enable-binaries # Must be given or configure won't use pkg-config 
correctly
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: speex/repos/testing-x86_64/PKGBUILD (from rev 231311, 
speex/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-12 02:04:07 UTC (rev 231312)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jason Chu 
+
+pkgname=speex
+pkgver=1.2rc2
+pkgrel=1
+pkgdesc="A free codec for free speech"
+arch=(i686 x86_64)
+url="http://www.speex.org/";
+license=(BSD)
+depends=(libogg speexdsp)
+source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--enable-binaries # Must be given or configure won't use pkg-config 
correctly
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-02-11 Thread Jan Steffens
Date: Thursday, February 12, 2015 @ 03:03:24
  Author: heftig
Revision: 231311

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

Added:
  speexdsp/repos/testing-i686/
  speexdsp/repos/testing-i686/PKGBUILD
(from rev 231310, speexdsp/trunk/PKGBUILD)
  speexdsp/repos/testing-x86_64/
  speexdsp/repos/testing-x86_64/PKGBUILD
(from rev 231310, speexdsp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: speexdsp/repos/testing-i686/PKGBUILD (from rev 231310, 
speexdsp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-12 02:03:24 UTC (rev 231311)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=speexdsp
+pkgver=1.2rc3
+pkgrel=1
+pkgdesc="DSP library derived from Speex"
+arch=(i686 x86_64)
+url="http://www.speex.org/";
+license=(BSD)
+depends=(glibc)
+source=(http://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz)
+sha256sums=('4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: speexdsp/repos/testing-x86_64/PKGBUILD (from rev 231310, 
speexdsp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-12 02:03:24 UTC (rev 231311)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=speexdsp
+pkgver=1.2rc3
+pkgrel=1
+pkgdesc="DSP library derived from Speex"
+arch=(i686 x86_64)
+url="http://www.speex.org/";
+license=(BSD)
+depends=(glibc)
+source=(http://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz)
+sha256sums=('4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-02-11 Thread Jan Steffens
Date: Thursday, February 12, 2015 @ 03:02:26
  Author: heftig
Revision: 231310

1.2rc2

Modified:
  speex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 01:40:58 UTC (rev 231309)
+++ PKGBUILD2015-02-12 02:02:26 UTC (rev 231310)
@@ -1,24 +1,30 @@
 # $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
-# Contributer: Jason Chu 
+# Contributor: Jason Chu 
 
 pkgname=speex
-pkgver=1.2rc1
-pkgrel=4
+pkgver=1.2rc2
+pkgrel=1
 pkgdesc="A free codec for free speech"
 arch=(i686 x86_64)
 url="http://www.speex.org/";
 license=(BSD)
-depends=(libogg)
+depends=(libogg speexdsp)
 source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c4438b22c08e5811ff10e2b06ee9b9ae')
+md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--enable-binaries # Must be given or configure won't use pkg-config 
correctly
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


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

2015-02-11 Thread Jan Steffens
Date: Thursday, February 12, 2015 @ 02:40:58
  Author: heftig
Revision: 231309

Add check (no tests, but harmless)

Modified:
  speexdsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 01:38:43 UTC (rev 231308)
+++ PKGBUILD2015-02-12 01:40:58 UTC (rev 231309)
@@ -18,6 +18,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


[arch-commits] Commit in (4 files)

2015-02-11 Thread Jan Steffens
Date: Thursday, February 12, 2015 @ 02:38:43
  Author: heftig
Revision: 231308

speexdsp, split from speex

Added:
  speexdsp/
  speexdsp/repos/
  speexdsp/trunk/
  speexdsp/trunk/PKGBUILD

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

Added: speexdsp/trunk/PKGBUILD
===
--- speexdsp/trunk/PKGBUILD (rev 0)
+++ speexdsp/trunk/PKGBUILD 2015-02-12 01:38:43 UTC (rev 231308)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=speexdsp
+pkgver=1.2rc3
+pkgrel=1
+pkgdesc="DSP library derived from Speex"
+arch=(i686 x86_64)
+url="http://www.speex.org/";
+license=(BSD)
+depends=(glibc)
+source=(http://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz)
+sha256sums=('4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2015-02-11 Thread Felix Yan
Date: Thursday, February 12, 2015 @ 02:17:26
  Author: fyan
Revision: 127588

archrelease: copy trunk to community-any

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

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

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

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


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

2015-02-11 Thread Felix Yan
Date: Thursday, February 12, 2015 @ 02:17:09
  Author: fyan
Revision: 127587

upgpkg: perl-test-inter 1.06-1

Modified:
  perl-test-inter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 01:15:41 UTC (rev 127586)
+++ PKGBUILD2015-02-12 01:17:09 UTC (rev 127587)
@@ -1,8 +1,8 @@
 # $Id: PKGBUILD 109093 2014-04-10 12:45:00Z fyan $
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgname=perl-test-inter
-pkgver=1.05
+pkgver=1.06
 pkgrel=1
 pkgdesc='Framework for more readable interactive test scripts'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz";)
-sha1sums=('22b785e7e0da26cbab9efa2cfe893038406569fb')
+sha1sums=('fe7ac2c6328546dd11f6dcbe297261c5792c114f')
 
 build() {
   cd Test-Inter-$pkgver


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

2015-02-11 Thread Felix Yan
Date: Thursday, February 12, 2015 @ 02:15:41
  Author: fyan
Revision: 127586

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-12 01:15:24 UTC (rev 127585)
+++ PKGBUILD2015-02-12 01:15:41 UTC (rev 127586)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-net-dns-sec
-pkgver=0.21
-pkgrel=1
-pkgdesc="DNSSEC extensions to Net::DNS"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Net-DNS-SEC'
-source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz";)
-sha512sums=('8b7dbedba9467b68f9ccf47a2e8353a52c7e2aaab0937b9058aea7379249c5e24466327ef61976045233806325a0a50374e1fd657fa78216418dc12d9704d314')
-_distdir="Net-DNS-SEC-$pkgver"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

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


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

2015-02-11 Thread Felix Yan
Date: Thursday, February 12, 2015 @ 02:15:24
  Author: fyan
Revision: 127585

upgpkg: perl-net-dns-sec 0.22-1

Modified:
  perl-net-dns-sec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-12 00:18:22 UTC (rev 127584)
+++ PKGBUILD2015-02-12 01:15:24 UTC (rev 127585)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-net-dns-sec
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc="DNSSEC extensions to Net::DNS"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-pod')
 url='http://search.mcpan.org/dist/Net-DNS-SEC'
 
source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz";)
-sha512sums=('8b7dbedba9467b68f9ccf47a2e8353a52c7e2aaab0937b9058aea7379249c5e24466327ef61976045233806325a0a50374e1fd657fa78216418dc12d9704d314')
+sha512sums=('d51f35d778a0c1d2b461e1ac851a50534e56889ce2c6444c88bad268cb386aaed4be8e1314c5a16cfa825ddf5cfda23501b8536175c45c66c0da41954db29364')
 _distdir="Net-DNS-SEC-$pkgver"
 
 build() {


[arch-commits] Commit in lib32-glibc/repos/multilib-x86_64 (5 files)

2015-02-11 Thread Jan Steffens
Date: Thursday, February 12, 2015 @ 01:18:22
  Author: heftig
Revision: 127584

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glibc/repos/multilib-x86_64/PKGBUILD
(from rev 127583, lib32-glibc/trunk/PKGBUILD)
  lib32-glibc/repos/multilib-x86_64/glibc-2.21-roundup.patch
(from rev 127583, lib32-glibc/trunk/glibc-2.21-roundup.patch)
  lib32-glibc/repos/multilib-x86_64/lib32-glibc.conf
(from rev 127583, lib32-glibc/trunk/lib32-glibc.conf)
Deleted:
  lib32-glibc/repos/multilib-x86_64/PKGBUILD
  lib32-glibc/repos/multilib-x86_64/lib32-glibc.conf

--+
 PKGBUILD |  292 ++---
 glibc-2.21-roundup.patch |   70 ++
 lib32-glibc.conf |2 
 3 files changed, 218 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-12 00:16:48 UTC (rev 127583)
+++ PKGBUILD2015-02-12 00:18:22 UTC (rev 127584)
@@ -1,145 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-
-_pkgbasename=glibc
-pkgname=lib32-$_pkgbasename
-pkgver=2.21
-pkgrel=1
-pkgdesc="GNU C Library (32-bit)"
-arch=('x86_64')
-url="http://www.gnu.org/software/libc";
-license=('GPL' 'LGPL')
-groups=()
-depends=()
-makedepends=('gcc-multilib>=4.9')
-backup=()
-
-
-options=('!strip' 'staticlibs' '!emptydirs')
-
-source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-lib32-glibc.conf)
-md5sums=('9cb398828e8f84f57d1f7d5588cf40cd'
- 'SKIP'
- '6e052f1cb693d5d3203f50f9d4e8c33b')
-validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
-
-prepare() {
-  cd ${srcdir}/glibc-${pkgver}
-
-  # glibc-2.21..
-  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
-
-  mkdir ${srcdir}/glibc-build
-}
-
-build() {
-  cd ${srcdir}/glibc-build
-
-  #if [[ ${CARCH} = "i686" ]]; then
-# Hack to fix NPTL issues with Xen, only required on 32bit platforms
-# TODO: make separate glibc-xen package for i686
-export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
-  #fi
-
-  echo "slibdir=/usr/lib32" >> configparms
-  echo "rtlddir=/usr/lib32" >> configparms
-  echo "sbindir=/usr/bin" >> configparms
-  echo "rootsbindir=/usr/bin" >> configparms
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-
-  # remove hardening options for building libraries
-  CFLAGS=${CFLAGS/-fstack-protector-strong/}
-  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-
-  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
-  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
-  --with-headers=/usr/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-add-ons \
-  --enable-obsolete-rpc \
-  --enable-kernel=2.6.32 \
-  --enable-bind-now --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --enable-multi-arch \
-  --disable-werror \
-  i686-unknown-linux-gnu
-
-  # build libraries with hardening disabled
-  echo "build-programs=no" >> configparms
-  make
-
-  # re-enable hardening for programs
-  sed -i "/build-programs=/s#no#yes#" configparms
-  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
-  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
-  make
-
-  # remove harding in preparation to run test-suite
-  sed -i '5,7d' configparms
-}
-
-check() {
-  # the linker commands need to be reordered - fixed in 2.19
-  LDFLAGS=${LDFLAGS/--as-needed,/}
-
-  cd ${srcdir}/glibc-build
-
-  # tst-cleanupx4 failure on i686 is "expected"
-  make check || true
-}
-
-package() {
-  cd ${srcdir}/glibc-build
-  make install_root=${pkgdir} install
-
-  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
-
-  # We need one 32 bit specific header file
-  find ${pkgdir}/usr/include -type f -not -name stubs-32.h -delete
-
-
-  # Dynamic linker
-  mkdir ${pkgdir}/usr/lib
-  ln -s ../lib32/ld-linux.so.2 ${pkgdir}/usr/lib/
-
-  # Add lib32 paths to the default library search path
-  install -Dm644 "$srcdir/lib32-glibc.conf" 
"$pkgdir/etc/ld.so.conf.d/lib32-glibc.conf"
-
-  # Symlink /usr/lib32/locale to /usr/lib/locale
-  ln -s ../lib/locale "$pkgdir/usr/lib32/locale"
-
-  # remove the static libraries that have a shared counterpart
-  # libc, libdl, libm and libpthread are required for toolchain testsuites
-  # in addition libcrypt appears widely required
-  rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
-
-  # Do not strip the following files for improved debugging support
-  # ("improved" as in not breaking gdb and valgrind...):
-  #   ld-${pkgver}.so
-  #   libc-${pkgver}.so
-  #   libpthread-${pkgver}.so
-  #   libthread_db-1.0.so
-
-  cd $pkgdir
-  strip $STRIP_BINARIES \
-\
-\
-  

[arch-commits] Commit in lib32-glibc/trunk (PKGBUILD glibc-2.21-roundup.patch)

2015-02-11 Thread Jan Steffens
Date: Thursday, February 12, 2015 @ 01:16:48
  Author: heftig
Revision: 127583

2.21-2

Added:
  lib32-glibc/trunk/glibc-2.21-roundup.patch
Modified:
  lib32-glibc/trunk/PKGBUILD

--+
 PKGBUILD |8 +++--
 glibc-2.21-roundup.patch |   70 +
 2 files changed, 75 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 20:13:00 UTC (rev 127582)
+++ PKGBUILD2015-02-12 00:16:48 UTC (rev 127583)
@@ -8,7 +8,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.21
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU C Library (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc";
@@ -22,9 +22,11 @@
 options=('!strip' 'staticlibs' '!emptydirs')
 
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+glibc-2.21-roundup.patch
 lib32-glibc.conf)
 md5sums=('9cb398828e8f84f57d1f7d5588cf40cd'
  'SKIP'
+ 'bf9d96b11c76b113606aae102da63d9d'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
 
@@ -31,8 +33,8 @@
 prepare() {
   cd ${srcdir}/glibc-${pkgver}
 
-  # glibc-2.21..
-  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
+  # glibc-2.21..75adf430
+  patch -p1 -i $srcdir/glibc-2.21-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }

Added: glibc-2.21-roundup.patch
===
--- glibc-2.21-roundup.patch(rev 0)
+++ glibc-2.21-roundup.patch2015-02-12 00:16:48 UTC (rev 127583)
@@ -0,0 +1,70 @@
+diff --git a/ChangeLog b/ChangeLog
+index dc1ed1b..45579de 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,9 @@
++2015-02-10  Evangelos Foutras  
++
++  [BZ #17949]
++  * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
++  jump label.
++
+ 2015-02-06  Carlos O'Donell  
+ 
+   * version.h (RELEASE): Set to "stable".
+@@ -7,6 +13,7 @@
+   * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
+ 
+ 2015-02-05  Paul Pluzhnikov  
++  Paul Eggert  
+ 
+   [BZ #16618]
+   * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
+diff --git a/NEWS b/NEWS
+index 617cdbb..ff79f0d 100644
+--- a/NEWS
 b/NEWS
+@@ -5,6 +5,12 @@ See the end for copying conditions.
+ Please send GNU C library bug reports via 
+ using `glibc' in the "product" field.
+ 
++Version 2.21.1
++
++* The following bugs are resolved with this release:
++
++  17949.
++
+ Version 2.21
+ 
+ * The following bugs are resolved with this release:
+@@ -21,10 +27,11 @@ Version 2.21
+   17801, 17803, 17806, 17834, 17844, 17848, 17868, 17869, 17870, 17885,
+   17892.
+ 
+-* CVE-2015-1472 Under certain conditions wscanf can allocate too little
+-  memory for the to-be-scanned arguments and overflow the allocated
+-  buffer.  The implementation now correctly computes the required buffer
+-  size when using malloc.
++* CVE-2015-1472 CVE-2015-1473 Under certain conditions wscanf can allocate
++  too little memory for the to-be-scanned arguments and overflow the
++  allocated buffer.  The implementation now correctly computes the required
++  buffer size when using malloc, and switches to malloc from alloca as
++  intended.
+ 
+ * A new semaphore algorithm has been implemented in generic C code for all
+   machines. Previous custom assembly implementations of semaphore were
+diff --git a/sysdeps/i386/i686/multiarch/mempcpy_chk.S 
b/sysdeps/i386/i686/multiarch/mempcpy_chk.S
+index 207b648..b6fa202 100644
+--- a/sysdeps/i386/i686/multiarch/mempcpy_chk.S
 b/sysdeps/i386/i686/multiarch/mempcpy_chk.S
+@@ -36,8 +36,8 @@ ENTRY(__mempcpy_chk)
+   cmpl$0, KIND_OFFSET+__cpu_features@GOTOFF(%ebx)
+   jne 1f
+   call__init_cpu_features
+-  leal__mempcpy_chk_ia32@GOTOFF(%ebx), %eax
+-1:testl   $bit_SSE2, CPUID_OFFSET+index_SSE2+__cpu_features@GOTOFF(%ebx)
++1:leal__mempcpy_chk_ia32@GOTOFF(%ebx), %eax
++  testl   $bit_SSE2, CPUID_OFFSET+index_SSE2+__cpu_features@GOTOFF(%ebx)
+   jz  2f
+   leal__mempcpy_chk_sse2_unaligned@GOTOFF(%ebx), %eax
+   testl   $bit_Fast_Unaligned_Load, 
FEATURE_OFFSET+index_Fast_Unaligned_Load+__cpu_features@GOTOFF(%ebx)


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

2015-02-11 Thread Gaetan Bisson
Date: Thursday, February 12, 2015 @ 00:26:44
  Author: bisson
Revision: 231307

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 231306, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 231306, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 231306, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 231306, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-i686/install|   25 +++
 testing-x86_64/PKGBUILD |   58 ++
 testing-x86_64/install  |   25 +++
 4 files changed, 166 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 231306, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 23:26:44 UTC (rev 231307)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('7e972cb9af47d9b8ce164dcf37fc4f32634d6cd6' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 231306, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-02-11 23:26:44 UTC (rev 231307)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] &&
+   dirmngr /dev/null ||
+   return 0
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 231306, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 23:26:44 UTC (rev 231307)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28

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

2015-02-11 Thread Gaetan Bisson
Date: Thursday, February 12, 2015 @ 00:26:15
  Author: bisson
Revision: 231306

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 22:28:02 UTC (rev 231305)
+++ PKGBUILD2015-02-11 23:26:15 UTC (rev 231306)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -21,7 +21,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('3d11fd150cf86f842d077437edb119a775c7325d' 'SKIP')
+sha1sums=('7e972cb9af47d9b8ce164dcf37fc4f32634d6cd6' 'SKIP')
 
 install=install
 


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

2015-02-11 Thread Jan Steffens
Date: Wednesday, February 11, 2015 @ 23:28:02
  Author: heftig
Revision: 231305

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 22:27:09 UTC (rev 231304)
+++ extra-i686/PKGBUILD 2015-02-11 22:28:02 UTC (rev 231305)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libndp
-pkgver=1.3
-pkgrel=1
-pkgdesc="Library for Neighbor Discovery Protocol"
-arch=(i686 x86_64)
-url="http://libndp.org/";
-license=(LGPL2.1)
-depends=(glibc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libndp/repos/extra-i686/PKGBUILD (from rev 231304, 
libndp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-11 22:28:02 UTC (rev 231305)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libndp
+pkgver=1.4
+pkgrel=1
+pkgdesc="Library for Neighbor Discovery Protocol"
+arch=(i686 x86_64)
+url="http://libndp.org/";
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-11 22:27:09 UTC (rev 231304)
+++ extra-x86_64/PKGBUILD   2015-02-11 22:28:02 UTC (rev 231305)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libndp
-pkgver=1.3
-pkgrel=1
-pkgdesc="Library for Neighbor Discovery Protocol"
-arch=(i686 x86_64)
-url="http://libndp.org/";
-license=(LGPL2.1)
-depends=(glibc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libndp/repos/extra-x86_64/PKGBUILD (from rev 231304, 
libndp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-11 22:28:02 UTC (rev 231305)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libndp
+pkgver=1.4
+pkgrel=1
+pkgdesc="Library for Neighbor Discovery Protocol"
+arch=(i686 x86_64)
+url="http://libndp.org/";
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-02-11 Thread Jan Steffens
Date: Wednesday, February 11, 2015 @ 23:27:09
  Author: heftig
Revision: 231304

1.4

Modified:
  libndp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 22:17:35 UTC (rev 231303)
+++ PKGBUILD2015-02-11 22:27:09 UTC (rev 231304)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libndp
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="Library for Neighbor Discovery Protocol"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(glibc)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e')
+sha256sums=('3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in perl/trunk (perl-binary-module-dependency-1.template)

2015-02-11 Thread Florian Pritz
Date: Wednesday, February 11, 2015 @ 23:17:35
  Author: bluewind
Revision: 231303

improve template

Modified:
  perl/trunk/perl-binary-module-dependency-1.template

--+
 perl-binary-module-dependency-1.template |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: perl-binary-module-dependency-1.template
===
--- perl-binary-module-dependency-1.template2015-02-11 22:03:00 UTC (rev 
231302)
+++ perl-binary-module-dependency-1.template2015-02-11 22:17:35 UTC (rev 
231303)
@@ -1,5 +1,5 @@
 if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
@{$v}[0].".".(@{$v}[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
@{$v}[0].".".(@{$v}[1]+1);')
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
 fi


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

2015-02-11 Thread Florian Pritz
Date: Wednesday, February 11, 2015 @ 23:03:00
  Author: bluewind
Revision: 231302

prepare inclusion of makepkg-template file

Added:
  perl/trunk/perl-binary-module-dependency-1.template
Modified:
  perl/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 perl-binary-module-dependency-1.template |5 +
 2 files changed, 13 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 19:45:20 UTC (rev 231301)
+++ PKGBUILD2015-02-11 22:03:00 UTC (rev 231302)
@@ -7,7 +7,7 @@
 
 pkgname=perl
 pkgver=5.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -139,7 +139,8 @@
 provides=(${provides[@]})
 source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
 perlbin.sh
-   perlbin.csh)
+perlbin.csh
+perl-binary-module-dependency-1.template)
 options=('makeflags' '!purge' 'emptydirs')
 md5sums=('ede5166f949d9a07163bc5b086be9759'
  '5ed2542fdb9a60682f215bd33701e61a'
@@ -183,6 +184,11 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install
 
+  for template in "$srcdir/*.template"; do
+install -Dm644 "$template" 
"$pkgdir/usr/share/makepkg-template/${template##*/}"
+  done
+  ls -s "perl-binary-module-dependency-1.template" 
"$pkgdir/usr/share/makepkg-template/perl-binary-module-dependency.template"
+
   ### Perl Settings ###
   # Change man page extensions for site and vendor module builds.
   # Set no mail address since bug reports should go to the bug tracker

Added: perl-binary-module-dependency-1.template
===
--- perl-binary-module-dependency-1.template(rev 0)
+++ perl-binary-module-dependency-1.template2015-02-11 22:03:00 UTC (rev 
231302)
@@ -0,0 +1,5 @@
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
@{$v}[0].".".(@{$v}[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
@{$v}[0].".".(@{$v}[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi


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

2015-02-11 Thread Kyle Keen
Date: Wednesday, February 11, 2015 @ 21:13:00
  Author: kkeen
Revision: 127582

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 127581, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 20:12:25 UTC (rev 127581)
+++ PKGBUILD2015-02-11 20:13:00 UTC (rev 127582)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="http://ipython.org";
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=("python-nose: for IPython's test suite"
-"python-pyqt4: for ipython qtconsole"
-"python-sip: for ipython qtconsole"
-"python-pygments: for ipython qtconsole"
-"python-pyzmq: ipython notebook and ipython qtconsole"
-"python-tornado: for ipython notebook"
-"python-jinja: for ipython notebook"
-"haskell-pandoc: ipython notebook conversion")
-#source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
-source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz";)
-md5sums=('c386d654d1291e8afaf3643720044893')
-
-build() {
-  cd "$srcdir"
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  find "$pkgdir/" -name '*.pyc' -delete
-  find "$pkgdir/" -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-}
-
-package_ipython2() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=("wxpython: needed for ipython2 --gui=wx"
-  "python2-nose: for IPython's test suite"
-  "python2-pyqt4: for ipython qtconsole"
-  "python2-sip: for ipython qtconsole"
-  "python2-pygments: for ipython qtconsole"
-  "python2-pyzmq: ipython notebook and ipython qtconsole"
-  "python2-tornado: for ipython notebook"
-  "python2-jinja: for ipython notebook"
-  "haskell-pandoc: ipython notebook conversion")
-
-  cd "$srcdir/ipython2-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  rm -rf "$pkgdir/usr/share/doc"
-  find "$pkgdir" -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find "$pkgdir/" -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
-
-  # hack to get around ipython collision
-  cd "$pkgdir/usr/share/man/man1/"
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython2.desktop"
-  install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython2-qtconsole.desktop"
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 127581, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 20:13:00 UTC (rev 127582)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgbase=ipython 
+pkgname=(ipython ipython2)
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org";
+license=('BSD')
+depends=('python' 'sqlite' 'python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
+optdepends=("python-nose: for IPython's test suite"
+"python-pyqt4: for ipython qtconsole"
+"python-sip: for ipython qtconsole"
+"

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

2015-02-11 Thread Kyle Keen
Date: Wednesday, February 11, 2015 @ 21:12:25
  Author: kkeen
Revision: 127581

upgpkg: ipython 2.4.1-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 20:09:58 UTC (rev 127580)
+++ PKGBUILD2015-02-11 20:12:25 UTC (rev 127581)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2)
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -25,7 +25,7 @@
 "haskell-pandoc: ipython notebook conversion")
 #source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
 
source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz";)
-md5sums=('c386d654d1291e8afaf3643720044893')
+md5sums=('70149981d6515d77ecb3d7507de2d7d9')
 
 build() {
   cd "$srcdir"


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

2015-02-11 Thread Antonio Rojas
Date: Wednesday, February 11, 2015 @ 21:09:58
  Author: arojas
Revision: 127580

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 127579, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 127579, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 127579, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 127579, owncloud-client/trunk/owncloud-client.install)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-i686/owncloud-client.install
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/owncloud-client.install

--+
 /PKGBUILD|   86 +
 /owncloud-client.install |   22 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/owncloud-client.install   |   11 ---
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/owncloud-client.install |   11 ---
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-11 20:08:53 UTC (rev 127579)
+++ community-i686/PKGBUILD 2015-02-11 20:09:58 UTC (rev 127580)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-
-_name=mirall
-pkgname=owncloud-client
-pkgver=1.7.1
-pkgrel=3
-pkgdesc='ownCloud client based on mirall'
-arch=('i686' 'x86_64')
-url='http://owncloud.org/'
-license=('GPL2')
-depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
-makedepends=('cmake' 'python-sphinx')
-optdepends=('python2-nautilus: integration with Nautilus')
-install=owncloud-client.install
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2";
-
"https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2.asc";)
-md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b'
- 'SKIP')
-validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../${_name}-${pkgver} \
--DBUILD_WITH_QT4=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 127579, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-11 20:09:58 UTC (rev 127580)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+
+_name=mirall
+pkgname=owncloud-client
+pkgver=1.7.1
+pkgrel=4
+pkgdesc='ownCloud client based on mirall'
+arch=('i686' 'x86_64')
+url='http://owncloud.org/'
+license=('GPL2')
+depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
+makedepends=('cmake' 'python-sphinx')
+optdepends=('python2-nautilus: integration with Nautilus' 'sni-qt: needed to 
run in some DEs (Plasma 5, Unity)')
+install=owncloud-client.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2"{,.asc})
+md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b' 'SKIP')
+validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../${_name}-${pkgver} \
+-DBUILD_WITH_QT4=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/owncloud-client.install
===
--- community-i686/owncloud-client.install  2015-02-11 20:08:53 UTC (rev 
127579)
+++ community-i686/owncloud-client.install  2015-02-11 20:09:58 UTC (rev 
127580)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: owncloud-client/repos/community-i686/owncloud-client.install (from rev 
127579, owncloud-client/trunk/owncloud-client.install)
===
--- community-i686/owncloud-client.install  (rev 0)
+++ community-i686/owncloud-client.install  2015-02-11 20:

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

2015-02-11 Thread Antonio Rojas
Date: Wednesday, February 11, 2015 @ 21:08:53
  Author: arojas
Revision: 127579

Add sni-qt optdepend (FS#43785)

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 18:12:53 UTC (rev 127578)
+++ PKGBUILD2015-02-11 20:08:53 UTC (rev 127579)
@@ -5,7 +5,7 @@
 _name=mirall
 pkgname=owncloud-client
 pkgver=1.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc='ownCloud client based on mirall'
 arch=('i686' 'x86_64')
 url='http://owncloud.org/'
@@ -12,13 +12,11 @@
 license=('GPL2')
 depends=('qtkeychain-qt4' 'qtwebkit' 'neon')
 makedepends=('cmake' 'python-sphinx')
-optdepends=('python2-nautilus: integration with Nautilus')
+optdepends=('python2-nautilus: integration with Nautilus' 'sni-qt: needed to 
run in some DEs (Plasma 5, Unity)')
 install=owncloud-client.install
 backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2";
-
"https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2.asc";)
-md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b'
- 'SKIP')
+source=("https://download.owncloud.com/desktop/stable/${_name}-${pkgver}.tar.bz2"{,.asc})
+md5sums=('5355f5dee2beb2d2dc39c8ad77511c0b' 'SKIP')
 validpgpkeys=('F8A819CEB7B10C78D032F028C2B0EE195647594B')
 
 prepare() {


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

2015-02-11 Thread Gaetan Bisson
Date: Wednesday, February 11, 2015 @ 20:45:20
  Author: bisson
Revision: 231301

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 231300, postfix/repos/testing-i686/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 231300, postfix/repos/testing-i686/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 231300, postfix/repos/testing-i686/install)
  postfix/repos/extra-i686/service
(from rev 231300, postfix/repos/testing-i686/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 231300, postfix/repos/testing-x86_64/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 231300, postfix/repos/testing-x86_64/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 231300, postfix/repos/testing-x86_64/install)
  postfix/repos/extra-x86_64/service
(from rev 231300, postfix/repos/testing-x86_64/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service
  postfix/repos/testing-i686/
  postfix/repos/testing-x86_64/

+
 /PKGBUILD  |  168 +++
 /aliases.patch |   36 +
 /install   |   36 +
 /service   |   28 +++
 extra-i686/PKGBUILD|   84 -
 extra-i686/aliases.patch   |   18 
 extra-i686/install |   18 
 extra-i686/service |   14 ---
 extra-x86_64/PKGBUILD  |   84 -
 extra-x86_64/aliases.patch |   18 
 extra-x86_64/install   |   18 
 extra-x86_64/service   |   14 ---
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 16:17:41 UTC (rev 231300)
+++ extra-i686/PKGBUILD 2015-02-11 19:45:20 UTC (rev 231301)
@@ -1,84 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=(postfix postfix-tools)
-pkgbase=postfix
-pkgver=2.11.3
-pkgrel=2
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-_postfix_depends=('pcre' 'libsasl' 'libldap' 'db'
-'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-_postfix_tools_depends=('openssl')
-makedepends=("${_postfix_depends[@]}" "${_postfix_tools_depends[@]}")
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
-'aliases.patch'
-'service')
-sha1sums=('2c0e974d7a24eb48e352c9268b5bb131e7c9debf'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   -DHAS_CDB \
-   -DDEF_COMMAND_DIR=\"/usr/bin\" \
-   -DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
-   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\" \
-   -DDEF_README_DIR=\"/usr/share/doc/postfix\" \
-   -DDEF_SAMPLE_DIR=\"/etc/postfix/sample\" \
-   -DDEF_MANPAGE_DIR=\"/usr/share/man\" \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   -lcdb \
-   ' OPT="${CFLAGS} ${LDFLAGS}"
-
-   make
-}
-
-package_postfix() {
-   pkgdesc='Fast, easy to administer, secure mail server'
-   depends=("${_postfix_depends[@]}")
-   
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-   provides=('smtp-server' 'smtp-forwarder')
-   conflicts=('smtp-server' 'smtp-forwarder')
-   install=install
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   cd "${pkgdir}"
-   patch -p0 -i "${srcdir}"/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
"usr/lib/${pkgname}/postfix-files"
-}
-
-package_postfix-tools() {
-   pkgdesc='SMTP/QMQP tools from the postfix distribution'
-   depends=("${_postfix_tools_depends[@]}")
-   cd "

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

2015-02-11 Thread Lukas Jirkovsky
Date: Wednesday, February 11, 2015 @ 19:12:53
  Author: stativ
Revision: 127578

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-11 18:12:46 UTC (rev 127577)
+++ community-i686/PKGBUILD 2015-02-11 18:12:53 UTC (rev 127578)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.01a25
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/";
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('9e5211656d950e1f5275346cdc4a92e0')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 127577, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-11 18:12:53 UTC (rev 127578)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.01a27
+pkgrel=1
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('i686' 'x86_64')
+url="http://cdrecord.org/";
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('2c2b8074d617f6380175aff3bca53e44')
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-11 18:12:46 UTC (rev 127577)
+++ community-x86_64/PKGBUILD   2015-02-11 18:12:53 UTC (rev 127578)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.01a25
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/";
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('9e5211656d950e1f5275346cdc4a92e0')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=

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

2015-02-11 Thread Lukas Jirkovsky
Date: Wednesday, February 11, 2015 @ 19:12:46
  Author: stativ
Revision: 127577

upgpkg: cdrtools 3.01a27-1

update to 3.01a27

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 18:01:32 UTC (rev 127576)
+++ PKGBUILD2015-02-11 18:12:46 UTC (rev 127577)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
-pkgver=3.01a25
+pkgver=3.01a27
 pkgrel=1
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('9e5211656d950e1f5275346cdc4a92e0')
+md5sums=('2c2b8074d617f6380175aff3bca53e44')
 
 build() {
   cd "$srcdir"/cdrtools-${pkgver%%a*}


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

2015-02-11 Thread Jonathan Steel
Date: Wednesday, February 11, 2015 @ 19:01:32
  Author: jsteel
Revision: 127576

archrelease: copy trunk to community-any

Added:
  facter/repos/community-any/PKGBUILD
(from rev 127575, facter/trunk/PKGBUILD)
Deleted:
  facter/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 18:01:14 UTC (rev 127575)
+++ PKGBUILD2015-02-11 18:01:32 UTC (rev 127576)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Collect and display system facts"
-arch=('any')
-url="http://puppetlabs.com/facter";
-license=('APACHE')
-depends=('ruby' 'inetutils' 'net-tools')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c12c1b0e1427734af3b05f758c7688bb')
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: facter/repos/community-any/PKGBUILD (from rev 127575, 
facter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 18:01:32 UTC (rev 127576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('any')
+url="http://puppetlabs.com/facter";
+license=('APACHE')
+depends=('ruby' 'inetutils' 'net-tools')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7d4c2128b890c3de6ff9892b1389bc22')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-02-11 Thread Jonathan Steel
Date: Wednesday, February 11, 2015 @ 19:01:14
  Author: jsteel
Revision: 127575

upgpkg: facter 2.4.1-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 16:40:55 UTC (rev 127574)
+++ PKGBUILD2015-02-11 18:01:14 UTC (rev 127575)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('any')
@@ -15,12 +15,12 @@
 license=('APACHE')
 depends=('ruby' 'inetutils' 'net-tools')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c12c1b0e1427734af3b05f758c7688bb')
+md5sums=('7d4c2128b890c3de6ff9892b1389bc22')
 
 package() {
   cd $pkgname-$pkgver
 
-  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
 'puts RbConfig::CONFIG["vendorlibdir"]' )"
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:46
  Author: spupykin
Revision: 127573

upgpkg: roundcubemail 1.1.0-4

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 16:40:42 UTC (rev 127572)
+++ PKGBUILD2015-02-11 16:40:46 UTC (rev 127573)
@@ -3,12 +3,13 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
 license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
+'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')


[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:55
  Author: spupykin
Revision: 127574

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 127573, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 127573, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 127573, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  109 
 apache.conf   |   14 +++---
 roundcubemail.install |   14 +++---
 3 files changed, 69 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 16:40:46 UTC (rev 127573)
+++ PKGBUILD2015-02-11 16:40:55 UTC (rev 127574)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net";
-license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
--e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat <$pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 127573, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 16:40:55 UTC (rev 127574)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=roundcubemail
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net";
+license=('GPL')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
+'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('784b001753cebb9d0db59142f22e1764'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
+-e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat <$pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubem

[arch-commits] Commit in pear-net-sieve/repos (community-any community-any/PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:42
  Author: spupykin
Revision: 127572

archrelease: copy trunk to community-any

Added:
  pear-net-sieve/repos/community-any/
  pear-net-sieve/repos/community-any/PKGBUILD
(from rev 127571, pear-net-sieve/trunk/PKGBUILD)

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

Copied: pear-net-sieve/repos/community-any/PKGBUILD (from rev 127571, 
pear-net-sieve/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-11 16:40:42 UTC (rev 127572)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-net-sieve
+_pkgname=Net_Sieve
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Handles talking to a sieve server"
+url=http://pear.php.net/package/${_pkgname}
+arch=('any')
+license=('BSD')
+makedepends=('php-pear')
+noextract=(${_pkgname}-$pkgver.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)
+md5sums=('957970bc68bfc0fe169f14ce3d9eba3a')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}


[arch-commits] Commit in pear-net-sieve/trunk (PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:34
  Author: spupykin
Revision: 127571

upgpkg: pear-net-sieve 1.3.4-1

upd

Modified:
  pear-net-sieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 16:40:31 UTC (rev 127570)
+++ PKGBUILD2015-02-11 16:40:34 UTC (rev 127571)
@@ -9,7 +9,7 @@
 pkgdesc="Handles talking to a sieve server"
 url=http://pear.php.net/package/${_pkgname}
 arch=('any')
-license=('PHP')
+license=('BSD')
 makedepends=('php-pear')
 noextract=(${_pkgname}-$pkgver.tgz)
 source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)


[arch-commits] Commit in pear-auth-sasl/trunk (PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:13
  Author: spupykin
Revision: 127568

upgpkg: pear-auth-sasl 1.0.6-1

upd

Modified:
  pear-auth-sasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 16:10:14 UTC (rev 127567)
+++ PKGBUILD2015-02-11 16:40:13 UTC (rev 127568)
@@ -9,7 +9,7 @@
 pkgdesc="Abstraction of various SASL mechanism responses"
 url=http://pear.php.net/package/${_pkgname}
 arch=('any')
-license=('PHP')
+license=('BSD')
 makedepends=('php-pear')
 noextract=(${_pkgname}-$pkgver.tgz)
 source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)


[arch-commits] Commit in pear-mail-mime-decode/repos (2 files)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:31
  Author: spupykin
Revision: 127570

archrelease: copy trunk to community-any

Added:
  pear-mail-mime-decode/repos/community-any/
  pear-mail-mime-decode/repos/community-any/PKGBUILD
(from rev 127569, pear-mail-mime-decode/trunk/PKGBUILD)

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

Copied: pear-mail-mime-decode/repos/community-any/PKGBUILD (from rev 127569, 
pear-mail-mime-decode/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-11 16:40:31 UTC (rev 127570)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: max-k 
+
+pkgname=pear-mail-mime-decode
+_pkgname=Mail_mimeDecode
+pkgver=1.5.5
+pkgrel=1
+pkgdesc='Provides a class to decode MIME messages'
+arch=('any')
+url="http://pear.php.net/package/${_pkgname}";
+license=('BSD')
+depends=('php>=4.3.0')
+makedepends=('php-pear>=1.6.0')
+options=('!strip')
+noextract=(${_pkgname}-${pkgver}.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-${pkgver}.tgz)
+md5sums=('915bf1c68a5518afc14700d5b1132200')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}
+


[arch-commits] Commit in pear-auth-sasl/repos (community-any community-any/PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:23
  Author: spupykin
Revision: 127569

archrelease: copy trunk to community-any

Added:
  pear-auth-sasl/repos/community-any/
  pear-auth-sasl/repos/community-any/PKGBUILD
(from rev 127568, pear-auth-sasl/trunk/PKGBUILD)

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

Copied: pear-auth-sasl/repos/community-any/PKGBUILD (from rev 127568, 
pear-auth-sasl/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-11 16:40:23 UTC (rev 127569)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-auth-sasl
+_pkgname=Auth_SASL
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Abstraction of various SASL mechanism responses"
+url=http://pear.php.net/package/${_pkgname}
+arch=('any')
+license=('BSD')
+makedepends=('php-pear')
+noextract=(${_pkgname}-$pkgver.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)
+md5sums=('75792cb080b66c3ed942c793ce977b09')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}


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

2015-02-11 Thread Gaetan Bisson
Date: Wednesday, February 11, 2015 @ 17:17:41
  Author: bisson
Revision: 231300

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

Added:
  p7zip/repos/extra-i686/7zFM.desktop
(from rev 231299, p7zip/trunk/7zFM.desktop)
  p7zip/repos/extra-i686/PKGBUILD
(from rev 231299, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-i686/install
(from rev 231299, p7zip/trunk/install)
  p7zip/repos/extra-i686/osversion.patch
(from rev 231299, p7zip/trunk/osversion.patch)
  p7zip/repos/extra-x86_64/7zFM.desktop
(from rev 231299, p7zip/trunk/7zFM.desktop)
  p7zip/repos/extra-x86_64/PKGBUILD
(from rev 231299, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-x86_64/install
(from rev 231299, p7zip/trunk/install)
  p7zip/repos/extra-x86_64/osversion.patch
(from rev 231299, p7zip/trunk/osversion.patch)
Deleted:
  p7zip/repos/extra-i686/7zFM.desktop
  p7zip/repos/extra-i686/PKGBUILD
  p7zip/repos/extra-i686/install
  p7zip/repos/extra-i686/osversion.patch
  p7zip/repos/extra-x86_64/7zFM.desktop
  p7zip/repos/extra-x86_64/PKGBUILD
  p7zip/repos/extra-x86_64/install
  p7zip/repos/extra-x86_64/osversion.patch

--+
 /7zFM.desktop|   18 +
 /PKGBUILD|  142 +
 /install |   26 +++
 /osversion.patch |   56 
 extra-i686/7zFM.desktop  |9 --
 extra-i686/PKGBUILD  |   69 ---
 extra-i686/install   |   13 ---
 extra-i686/osversion.patch   |   28 
 extra-x86_64/7zFM.desktop|9 --
 extra-x86_64/PKGBUILD|   69 ---
 extra-x86_64/install |   13 ---
 extra-x86_64/osversion.patch |   28 
 12 files changed, 242 insertions(+), 238 deletions(-)

Deleted: extra-i686/7zFM.desktop
===
--- extra-i686/7zFM.desktop 2015-02-11 16:16:56 UTC (rev 231299)
+++ extra-i686/7zFM.desktop 2015-02-11 16:17:41 UTC (rev 231300)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=7-Zip FM
-GenericName=7-Zip File Manager
-Type=Application
-Categories=GTK;Utility;Archiving;Compression;
-Terminal=false
-Icon=p7zip
-Exec=7zFM

Copied: p7zip/repos/extra-i686/7zFM.desktop (from rev 231299, 
p7zip/trunk/7zFM.desktop)
===
--- extra-i686/7zFM.desktop (rev 0)
+++ extra-i686/7zFM.desktop 2015-02-11 16:17:41 UTC (rev 231300)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=7-Zip FM
+GenericName=7-Zip File Manager
+Type=Application
+Categories=GTK;Utility;Archiving;Compression;
+Terminal=false
+Icon=p7zip
+Exec=7zFM

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 16:16:56 UTC (rev 231299)
+++ extra-i686/PKGBUILD 2015-02-11 16:17:41 UTC (rev 231300)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Thayer Williams 
-# Contributor: Hugo Doria 
-# Contributor: TuxSpirit  2007/11/17 21:22:36 UTC
-# Contributor: Daniel J Griffiths 
-# Maintainer: Gaetan Bisson 
-
-pkgname=p7zip
-pkgver=9.38
-pkgrel=1
-pkgdesc='Command-line version of the 7zip compressed file archiver'
-url='http://p7zip.sourceforge.net/'
-license=('GPL' 'custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'bash')
-optdepends=('wxgtk: GUI'
-'desktop-file-utils: desktop entries')
-makedepends=('yasm' 'nasm' 'wxgtk')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2";
-'osversion.patch'
-'7zFM.desktop')
-sha1sums=('693bc2a1426df7a12762b4542a8327add23f0dc3'
-  '8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
-  'f2c370d6f1b286b7ce9a2804e22541b755616a40')
-
-options=('!makeflags')
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   [[ $CARCH = x86_64 ]] &&
-   cp makefile.linux_amd64_asm makefile.machine ||
-   cp makefile.linux_x86_asm_gcc_4.X makefile.machine
-
-   patch -p1 -i ../osversion.patch
-   sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
-}
-
-build() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   make all4 OPTFLAGS="${CXXFLAGS}"
-}
-
-package() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   make install \
-   DEST_DIR="${pkgdir}" \
-   DEST_HOME="/usr" \
-   DEST_MAN="/usr/share/man"
-
-   # Doc and licenses
-   cp -a DOC/* "${pkgdir}"/usr/share/doc/p7zip
-   install -d "${pkgdir}"/usr/share/licenses/p7zip
-   ln -s -t "${pkgdir}"/usr/share/licenses/p7zip \
-   /usr/share/doc/p7zip/License.txt \
-   /usr/share/doc/p7zip/unRarLicense.txt
-
-   # Integration with stuff...
-   install -Dm644 GUI/p7zip_32.png 
"${pkgdir}"/usr/share/icons/hicolor/32x32/apps/p7zip.png
-   install -d 
"${pkgdir}"/usr/share/{applications,kde4/services/Servic

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

2015-02-11 Thread Gaetan Bisson
Date: Wednesday, February 11, 2015 @ 17:16:56
  Author: bisson
Revision: 231299

fix FS#43766

Modified:
  p7zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 15:28:28 UTC (rev 231298)
+++ PKGBUILD2015-02-11 16:16:56 UTC (rev 231299)
@@ -7,7 +7,7 @@
 
 pkgname=p7zip
 pkgver=9.38
-pkgrel=1
+pkgrel=2
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 url='http://p7zip.sourceforge.net/'
 license=('GPL' 'custom')
@@ -34,6 +34,8 @@
 
patch -p1 -i ../osversion.patch
sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
+
+   rm GUI/kde4/p7zip_compress.desktop # FS#43766
 }
 
 build() {


[arch-commits] Commit in (12 files)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:10:14
  Author: spupykin
Revision: 127567

add more roundcube deps

Added:
  pear-auth-sasl/
  pear-auth-sasl/repos/
  pear-auth-sasl/trunk/
  pear-auth-sasl/trunk/PKGBUILD
  pear-mail-mime-decode/
  pear-mail-mime-decode/repos/
  pear-mail-mime-decode/trunk/
  pear-mail-mime-decode/trunk/PKGBUILD
  pear-net-sieve/
  pear-net-sieve/repos/
  pear-net-sieve/trunk/
  pear-net-sieve/trunk/PKGBUILD

--+
 pear-auth-sasl/trunk/PKGBUILD|   26 ++
 pear-mail-mime-decode/trunk/PKGBUILD |   29 +
 pear-net-sieve/trunk/PKGBUILD|   26 ++
 3 files changed, 81 insertions(+)

Added: pear-auth-sasl/trunk/PKGBUILD
===
--- pear-auth-sasl/trunk/PKGBUILD   (rev 0)
+++ pear-auth-sasl/trunk/PKGBUILD   2015-02-11 16:10:14 UTC (rev 127567)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-auth-sasl
+_pkgname=Auth_SASL
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Abstraction of various SASL mechanism responses"
+url=http://pear.php.net/package/${_pkgname}
+arch=('any')
+license=('PHP')
+makedepends=('php-pear')
+noextract=(${_pkgname}-$pkgver.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)
+md5sums=('75792cb080b66c3ed942c793ce977b09')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}

Added: pear-mail-mime-decode/trunk/PKGBUILD
===
--- pear-mail-mime-decode/trunk/PKGBUILD(rev 0)
+++ pear-mail-mime-decode/trunk/PKGBUILD2015-02-11 16:10:14 UTC (rev 
127567)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: max-k 
+
+pkgname=pear-mail-mime-decode
+_pkgname=Mail_mimeDecode
+pkgver=1.5.5
+pkgrel=1
+pkgdesc='Provides a class to decode MIME messages'
+arch=('any')
+url="http://pear.php.net/package/${_pkgname}";
+license=('BSD')
+depends=('php>=4.3.0')
+makedepends=('php-pear>=1.6.0')
+options=('!strip')
+noextract=(${_pkgname}-${pkgver}.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-${pkgver}.tgz)
+md5sums=('915bf1c68a5518afc14700d5b1132200')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}
+

Added: pear-net-sieve/trunk/PKGBUILD
===
--- pear-net-sieve/trunk/PKGBUILD   (rev 0)
+++ pear-net-sieve/trunk/PKGBUILD   2015-02-11 16:10:14 UTC (rev 127567)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-net-sieve
+_pkgname=Net_Sieve
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Handles talking to a sieve server"
+url=http://pear.php.net/package/${_pkgname}
+arch=('any')
+license=('PHP')
+makedepends=('php-pear')
+noextract=(${_pkgname}-$pkgver.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)
+md5sums=('957970bc68bfc0fe169f14ce3d9eba3a')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}


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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 16:28:20
  Author: jgc
Revision: 231297

upgpkg: evolution-ews 3.12.11-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 15:13:58 UTC (rev 231296)
+++ PKGBUILD2015-02-11 15:28:20 UTC (rev 231297)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.12.10
+pkgver=3.12.11
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8840ff682803ab738a8bebde49bdc6dc9b91c1aa03ad4c3146f77f7701dd0206')
+sha256sums=('adbf4efd25e9c2df823a20d14f45027bacbaf14d57ffb5978ae4d33184315e83')
 
 build() {
   cd $pkgname-$pkgver


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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 16:28:28
  Author: jgc
Revision: 231298

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 231297, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 231297, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 15:28:20 UTC (rev 231297)
+++ extra-i686/PKGBUILD 2015-02-11 15:28:28 UTC (rev 231298)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.12.10
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://wiki.gnome.org/Apps/Evolution/EWS";
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8840ff682803ab738a8bebde49bdc6dc9b91c1aa03ad4c3146f77f7701dd0206')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 231297, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-11 15:28:28 UTC (rev 231298)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.12.11
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('adbf4efd25e9c2df823a20d14f45027bacbaf14d57ffb5978ae4d33184315e83')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-11 15:28:20 UTC (rev 231297)
+++ extra-x86_64/PKGBUILD   2015-02-11 15:28:28 UTC (rev 231298)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.12.10
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://wiki.gnome.org/Apps/Evolution/EWS";
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8840ff682803ab738a8bebde49bdc6dc9b91c1aa03ad4c3146f77f7701dd0206')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 231297, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-11 15:28:28 UTC (rev 231298)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.12.11
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('adbf4efd25e9c2df823a20d14f45027bacbaf14d57ffb5978ae4d33184315e83')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pk

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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 16:13:50
  Author: jgc
Revision: 231295

upgpkg: evolution 3.12.11-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 14:35:24 UTC (rev 231294)
+++ PKGBUILD2015-02-11 15:13:50 UTC (rev 231295)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.12.10
+pkgver=3.12.11
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/Evolution
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('12d2cd7af1f8a21fd9f701e6908e7b539cdec9ec68b0ebd92e746d7580937f75')
+sha256sums=('f9ec78ae7b9aadb7efc76777c4c93a98f7c61be2a4cfaaf351dd051604e981f5')
 
 build() {
   cd $pkgbase-$pkgver


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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 16:13:58
  Author: jgc
Revision: 231296

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

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

+
 /PKGBUILD  |  132 +++
 /evolution.install |   38 +++
 extra-i686/PKGBUILD|   66 ---
 extra-i686/evolution.install   |   19 -
 extra-x86_64/PKGBUILD  |   66 ---
 extra-x86_64/evolution.install |   19 -
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 15:13:50 UTC (rev 231295)
+++ extra-i686/PKGBUILD 2015-02-11 15:13:58 UTC (rev 231296)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.12.10
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server gtkhtml4 libcanberra 
libpst libytnef psmisc desktop-file-utils hicolor-icon-theme dconf gtkspell3)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('12d2cd7af1f8a21fd9f701e6908e7b539cdec9ec68b0ebd92e746d7580937f75')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package_evolution() {
-  depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
-   desktop-file-utils hicolor-icon-theme dconf gtkspell3)
-  install=evolution.install
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so" 
../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-
-
-}
-
-
-package_evolution-bogofilter() {
-  depends=("evolution=$pkgver" 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  depends=("evolution=$pkgver" 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 231295, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-11 15:13:58 UTC (rev 231296)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.12.11
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server gtkhtml4 libcanberra 
libpst libytnef psmisc desktop-file-utils hicolor-icon-theme dconf gtkspell3)
+

[arch-commits] Commit in evolution-data-server/repos (8 files)

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 15:35:24
  Author: jgc
Revision: 231294

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 231293, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 231293, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 231293, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 231293, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   72 +++
 /evolution-data-server.install |   22 
 extra-i686/PKGBUILD|   36 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 14:35:16 UTC (rev 231293)
+++ extra-i686/PKGBUILD 2015-02-11 14:35:24 UTC (rev 231294)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.12.10
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-install=$pkgname.install
-url="https://wiki.gnome.org/Apps/Evolution";
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('52466d16487474787f879b57f0b2de2aad0554e5c5161b366a597fc522ce673d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
- 
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 231293, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-11 14:35:24 UTC (rev 231294)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.12.11
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution";
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('59023d2cf92e36b69c1f83b2e56a0ba037754982a23cb06f35f6cc5de7a12201')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+ 
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2015-02-11 14:35:16 UTC (rev 
231293)
+++ extra-i686/evolution-data-server.install2015-02-11 14:35:24 UTC (rev 
231294)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: evolution-data-server/repos/extra-i686/

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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 15:35:16
  Author: jgc
Revision: 231293

upgpkg: evolution-data-server 3.12.11-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 14:10:18 UTC (rev 231292)
+++ PKGBUILD2015-02-11 14:35:16 UTC (rev 231293)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.12.10
+pkgver=3.12.11
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url="https://wiki.gnome.org/Apps/Evolution";
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('52466d16487474787f879b57f0b2de2aad0554e5c5161b366a597fc522ce673d')
+sha256sums=('59023d2cf92e36b69c1f83b2e56a0ba037754982a23cb06f35f6cc5de7a12201')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 15:10:18
  Author: jgc
Revision: 231292

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

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 231291, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/bugreport.patch
(from rev 231291, totem/trunk/bugreport.patch)
  totem/repos/extra-i686/totem.install
(from rev 231291, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 231291, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/bugreport.patch
(from rev 231291, totem/trunk/bugreport.patch)
  totem/repos/extra-x86_64/totem.install
(from rev 231291, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/bugreport.patch
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/bugreport.patch
  totem/repos/extra-x86_64/totem.install

--+
 /PKGBUILD|  124 +
 /bugreport.patch |   44 ++
 /totem.install   |   26 
 extra-i686/PKGBUILD  |   62 
 extra-i686/bugreport.patch   |   22 ---
 extra-i686/totem.install |   13 
 extra-x86_64/PKGBUILD|   62 
 extra-x86_64/bugreport.patch |   22 ---
 extra-x86_64/totem.install   |   13 
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 14:10:09 UTC (rev 231291)
+++ extra-i686/PKGBUILD 2015-02-11 14:10:18 UTC (rev 231292)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.14.1
-pkgrel=1
-pkgdesc="GNOME3 movie player based on GStreamer"
-url="http://www.gnome.org";
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
- hicolor-icon-theme gsettings-desktop-schemas dconf
- python-gobject python-xdg
- gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
-makedepends=(intltool libnautilus-extension lirc-utils vala zeitgeist
- itstool docbook-xsl python-pylint)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'lirc-utils: Infrared Remote Control plugin'
-'grilo-plugins: Media discovery'
-'zeitgeist: Zeitgeist plugin'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-options=('!emptydirs')
-install=totem.install
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-bugreport.patch)
-sha256sums=('288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Make compatible with Python 3 and Gstreamer 1.0
-  patch -Np1 -i ../bugreport.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 231291, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-11 14:10:18 UTC (rev 231292)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.14.2
+pkgrel=1
+pkgdesc="GNOME3 movie player based on GStreamer"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
+ hicolor-icon-theme gsettings-desktop-schemas dconf
+ python-gobject python-xdg
+ gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist
+ itstool docbook-xsl python-pylint)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+install=totem.install
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+source=(http://ftp.gnome.org/p

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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 15:10:09
  Author: jgc
Revision: 231291

upgpkg: totem 3.14.2-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 11:15:05 UTC (rev 231290)
+++ PKGBUILD2015-02-11 14:10:09 UTC (rev 231291)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org";
@@ -28,7 +28,7 @@
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 bugreport.patch)
-sha256sums=('288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536'
+sha256sums=('967dcf3070365a82873e5bc678299d5fb058f87f151d1e22d60313fab2ac09cc'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 prepare() {


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

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 15:01:12
  Author: spupykin
Revision: 127565

upgpkg: wanderlust 20150211-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 13:27:55 UTC (rev 127564)
+++ PKGBUILD2015-02-11 14:01:12 UTC (rev 127565)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20141127
+pkgver=20150211
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)


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

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 15:01:20
  Author: spupykin
Revision: 127566

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 14:01:12 UTC (rev 127565)
+++ PKGBUILD2015-02-11 14:01:20 UTC (rev 127566)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20141127
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-#url="http://www.gohome.org/wl";
-url="https://github.com/wanderlust/wanderlust/";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('SKIP')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 127565, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 14:01:20 UTC (rev 127566)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20150211
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+#url="http://www.gohome.org/wl";
+url="https://github.com/wanderlust/wanderlust/";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
+md5sums=('SKIP')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2015-02-11 14:01:12 UTC (rev 127565)
+++ wanderlust.install  2015-02-11 14:01:20 UTC (rev 127566)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info "$infodir/wl.info.gz" "$infodir/dir"
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 127565, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2015-02-11 14:01:20 UTC (rev 127566)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info "$infodir/wl.info.gz" "$infodir/dir"
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
+}


[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 14:27:55
  Author: spupykin
Revision: 127564

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 127563, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 127563, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 127563, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  108 
 apache.conf   |   14 +++---
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 13:27:45 UTC (rev 127563)
+++ PKGBUILD2015-02-11 13:27:55 UTC (rev 127564)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net";
-license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
--e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat <$pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 127563, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 13:27:55 UTC (rev 127564)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=roundcubemail
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net";
+license=('GPL')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('784b001753cebb9d0db59142f22e1764'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
+-e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat <$pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
+
+  rm -rf temp logs
+}

Deleted: apache.

[arch-commits] Commit in pear-net-smtp/repos (community-any community-any/PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 14:27:36
  Author: spupykin
Revision: 127562

archrelease: copy trunk to community-any

Added:
  pear-net-smtp/repos/community-any/
  pear-net-smtp/repos/community-any/PKGBUILD
(from rev 127561, pear-net-smtp/trunk/PKGBUILD)

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

Copied: pear-net-smtp/repos/community-any/PKGBUILD (from rev 127561, 
pear-net-smtp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-11 13:27:36 UTC (rev 127562)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-net-smtp
+_pkgname=Net_SMTP
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Provides an implementation of the SMTP protocol using PEAR's 
Net_Socket class"
+url=http://pear.php.net/package/$_pkgname
+arch=('any')
+license=('PHP')
+depends=('pear-net-socket')
+makedepends=('php-pear')
+optdepends=('pear-auth-sasl2')
+source=(http://download.pear.php.net/package/$_pkgname-$pkgver.tgz)
+md5sums=('8b9262332948001f17110b4bfd7c15b3')
+noextract=($_pkgname-$pkgver.tgz)
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}


[arch-commits] Commit in pear-net-socket/repos (community-any community-any/PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 14:27:45
  Author: spupykin
Revision: 127563

archrelease: copy trunk to community-any

Added:
  pear-net-socket/repos/community-any/
  pear-net-socket/repos/community-any/PKGBUILD
(from rev 127562, pear-net-socket/trunk/PKGBUILD)

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

Copied: pear-net-socket/repos/community-any/PKGBUILD (from rev 127562, 
pear-net-socket/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-11 13:27:45 UTC (rev 127563)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-net-socket
+_pkgname=Net_Socket
+pkgver=1.0.14
+pkgrel=1
+pkgdesc="Net_Socket is a class interface to TCP sockets. It provides blocking 
and non-blocking operation, with different reading and writing modes"
+url=http://pear.php.net/package/$_pkgname
+arch=('any')
+license=('PHP')
+makedepends=('php-pear')
+source=(http://download.pear.php.net/package/$_pkgname-$pkgver.tgz)
+md5sums=('b0710ca5ec75cfcde1690d39788a3eb3')
+noextract=($_pkgname-$pkgver.tgz)
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}


[arch-commits] Commit in pear-mail-mime/repos (community-any community-any/PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 14:27:27
  Author: spupykin
Revision: 127561

archrelease: copy trunk to community-any

Added:
  pear-mail-mime/repos/community-any/
  pear-mail-mime/repos/community-any/PKGBUILD
(from rev 127560, pear-mail-mime/trunk/PKGBUILD)

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

Copied: pear-mail-mime/repos/community-any/PKGBUILD (from rev 127560, 
pear-mail-mime/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-11 13:27:27 UTC (rev 127561)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: max-k 
+
+pkgname=pear-mail-mime
+_pkgname=Mail_Mime
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Provides a class to create MIME messages.'
+arch=('any')
+url="http://pear.php.net/package/${_pkgname}";
+license=('BSD')
+depends=('php>=4.3.0')
+makedepends=('php-pear>=1.6.0')
+options=('!strip')
+noextract=(${_pkgname}-${pkgver}.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-${pkgver}.tgz)
+md5sums=('7c60ad83a87cc83621dd50cd713b3080')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}
+


[arch-commits] Commit in (13 files)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 14:27:16
  Author: spupykin
Revision: 127560

fix roundcubemail deps

Added:
  pear-mail-mime/
  pear-mail-mime/repos/
  pear-mail-mime/trunk/
  pear-mail-mime/trunk/PKGBUILD
  pear-net-smtp/
  pear-net-smtp/repos/
  pear-net-smtp/trunk/
  pear-net-smtp/trunk/PKGBUILD
  pear-net-socket/
  pear-net-socket/repos/
  pear-net-socket/trunk/
  pear-net-socket/trunk/PKGBUILD
Modified:
  xmms2/trunk/PKGBUILD

+
 pear-mail-mime/trunk/PKGBUILD  |   29 +
 pear-net-smtp/trunk/PKGBUILD   |   28 
 pear-net-socket/trunk/PKGBUILD |   26 ++
 xmms2/trunk/PKGBUILD   |   12 ++--
 4 files changed, 89 insertions(+), 6 deletions(-)

Added: pear-mail-mime/trunk/PKGBUILD
===
--- pear-mail-mime/trunk/PKGBUILD   (rev 0)
+++ pear-mail-mime/trunk/PKGBUILD   2015-02-11 13:27:16 UTC (rev 127560)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: max-k 
+
+pkgname=pear-mail-mime
+_pkgname=Mail_Mime
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Provides a class to create MIME messages.'
+arch=('any')
+url="http://pear.php.net/package/${_pkgname}";
+license=('BSD')
+depends=('php>=4.3.0')
+makedepends=('php-pear>=1.6.0')
+options=('!strip')
+noextract=(${_pkgname}-${pkgver}.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-${pkgver}.tgz)
+md5sums=('7c60ad83a87cc83621dd50cd713b3080')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}
+


Property changes on: pear-mail-mime/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pear-net-smtp/trunk/PKGBUILD
===
--- pear-net-smtp/trunk/PKGBUILD(rev 0)
+++ pear-net-smtp/trunk/PKGBUILD2015-02-11 13:27:16 UTC (rev 127560)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-net-smtp
+_pkgname=Net_SMTP
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Provides an implementation of the SMTP protocol using PEAR's 
Net_Socket class"
+url=http://pear.php.net/package/$_pkgname
+arch=('any')
+license=('PHP')
+depends=('pear-net-socket')
+makedepends=('php-pear')
+optdepends=('pear-auth-sasl2')
+source=(http://download.pear.php.net/package/$_pkgname-$pkgver.tgz)
+md5sums=('8b9262332948001f17110b4bfd7c15b3')
+noextract=($_pkgname-$pkgver.tgz)
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}


Property changes on: pear-net-smtp/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pear-net-socket/trunk/PKGBUILD
===
--- pear-net-socket/trunk/PKGBUILD  (rev 0)
+++ pear-net-socket/trunk/PKGBUILD  2015-02-11 13:27:16 UTC (rev 127560)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Steel 
+
+pkgname=pear-net-socket
+_pkgname=Net_Socket
+pkgver=1.0.14
+pkgrel=1
+pkgdesc="Net_Socket is a class interface to TCP sockets. It provides blocking 
and non-blocking operation, with different reading and writing modes"
+url=http://pear.php.net/package/$_pkgname
+arch=('any')
+license=('PHP')
+makedepends=('php-pear')
+source=(http://download.pear.php.net/package/$_pkgname-$pkgver.tgz)
+md5sums=('b0710ca5ec75cfcde1690d39788a3eb3')
+noextract=($_pkgname-$pkgver.tgz)
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}


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

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

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 14:26:56
  Author: spupykin
Revision: 127559

upgpkg: roundcubemail 1.1.0-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 12:26:04 UTC (rev 127558)
+++ PKGBUILD2015-02-11 13:26:56 UTC (rev 127559)
@@ -3,12 +3,12 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
 license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')


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

2015-02-11 Thread Martin Wimpress
Date: Wednesday, February 11, 2015 @ 13:26:04
  Author: flexiondotorg
Revision: 127558

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

Added:
  nullmailer/repos/community-i686/PKGBUILD
(from rev 127557, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 127557, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-i686/nullmailer.service
(from rev 127557, nullmailer/trunk/nullmailer.service)
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 127557, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 127557, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/nullmailer.service
(from rev 127557, nullmailer/trunk/nullmailer.service)
Deleted:
  nullmailer/repos/community-i686/PKGBUILD
  nullmailer/repos/community-i686/nullmailer.install
  nullmailer/repos/community-i686/nullmailer.service
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.install
  nullmailer/repos/community-x86_64/nullmailer.service

-+
 /PKGBUILD   |   82 ++
 /nullmailer.install |   70 +
 /nullmailer.service |   26 ++
 community-i686/PKGBUILD |   40 
 community-i686/nullmailer.install   |   44 --
 community-i686/nullmailer.service   |   13 -
 community-x86_64/PKGBUILD   |   40 
 community-x86_64/nullmailer.install |   44 --
 community-x86_64/nullmailer.service |   13 -
 9 files changed, 178 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-11 12:25:53 UTC (rev 127557)
+++ community-i686/PKGBUILD 2015-02-11 12:26:04 UTC (rev 127558)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Roberto Alsina 
-# Contributor: Kurt J. Bosch 
-
-pkgname=nullmailer
-pkgver=1.13
-pkgrel=3
-pkgdesc="Simple relay-only mail transport agent."
-arch=('i686' 'x86_64')
-url="http://www.untroubled.org/nullmailer/";
-license=("GPL")
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-depends=('gnutls')
-install=nullmailer.install
-source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
-nullmailer.service)
-md5sums=('aaeb8746fbc082917b26d0827ccc9270'
- '300f17c52422d4156583f207f2405930')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-tls
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m 0644 ../nullmailer.service 
"${pkgdir}/usr/lib/systemd/system/nullmailer.service"
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f "${pkgdir}/var/nullmailer/trigger"
-}

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 127557, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-11 12:26:04 UTC (rev 127558)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Roberto Alsina 
+# Contributor: Kurt J. Bosch 
+
+pkgname=nullmailer
+pkgver=1.13
+pkgrel=4
+pkgdesc="Simple relay-only mail transport agent."
+arch=('i686' 'x86_64')
+url="http://www.untroubled.org/nullmailer/";
+license=("GPL")
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+options=(emptydirs)
+install=nullmailer.install
+source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
+nullmailer.service)
+md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m 0644 ../nullmailer.service 
"${pkgdir}/usr/lib/systemd/system/nullmailer.service"
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f "${pkgdir}/var/nullmailer/trigger"
+}

Deleted: community-i686/nullmailer.install
===
--- community-i686/nullmailer.install   2015-02-11 12:25:53 UTC (rev 127557)
+++ community-i686/nullmailer.install   2015-02

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

2015-02-11 Thread Martin Wimpress
Date: Wednesday, February 11, 2015 @ 13:25:53
  Author: flexiondotorg
Revision: 127557

upgpkg: nullmailer 1.13-4 - Do not remove user and group on uninstall.

Modified:
  nullmailer/trunk/PKGBUILD
  nullmailer/trunk/nullmailer.install

+
 PKGBUILD   |3 ++-
 nullmailer.install |9 -
 2 files changed, 2 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 12:08:16 UTC (rev 127556)
+++ PKGBUILD2015-02-11 12:25:53 UTC (rev 127557)
@@ -5,7 +5,7 @@
 
 pkgname=nullmailer
 pkgver=1.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple relay-only mail transport agent."
 arch=('i686' 'x86_64')
 url="http://www.untroubled.org/nullmailer/";
@@ -13,6 +13,7 @@
 provides=('smtp-forwarder')
 conflicts=('smtp-forwarder' 'smtp-server')
 depends=('gnutls')
+options=(emptydirs)
 install=nullmailer.install
 
source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
 nullmailer.service)

Modified: nullmailer.install
===
--- nullmailer.install  2015-02-11 12:08:16 UTC (rev 127556)
+++ nullmailer.install  2015-02-11 12:25:53 UTC (rev 127557)
@@ -1,4 +1,3 @@
-# arg 1: the new package version
 post_install() {
 if ! getent passwd nullmail > /dev/null; then
 echo "==> Creating nullmail user"
@@ -25,20 +24,12 @@
 fi
 }
 
-# arg 1:  the new package version
-# arg 2:  the old package version
 post_upgrade() {
 post_install $1
 }
 
-# arg 1:  the old package version
 pre_remove() {
 systemctl stop nullmailer
 # Leave the 'queue' directory intact
 rm -rf var/service/nullmailer/{tmp,trigger}
-echo "==> Removing nullmailer user and group"
-userdel nullmail
-if getent group nullmail > /dev/null; then
-groupdel nullmail
-fi
 }


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

2015-02-11 Thread Martin Wimpress
Date: Wednesday, February 11, 2015 @ 12:53:37
  Author: flexiondotorg
Revision: 127555

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

Added:
  bip/repos/community-i686/PKGBUILD
(from rev 127554, bip/trunk/PKGBUILD)
  bip/repos/community-i686/bip.install
(from rev 127554, bip/trunk/bip.install)
  bip/repos/community-i686/bip.service
(from rev 127554, bip/trunk/bip.service)
  bip/repos/community-x86_64/PKGBUILD
(from rev 127554, bip/trunk/PKGBUILD)
  bip/repos/community-x86_64/bip.install
(from rev 127554, bip/trunk/bip.install)
  bip/repos/community-x86_64/bip.service
(from rev 127554, bip/trunk/bip.service)
Deleted:
  bip/repos/community-i686/PKGBUILD
  bip/repos/community-i686/bip.install
  bip/repos/community-i686/bip.service
  bip/repos/community-x86_64/PKGBUILD
  bip/repos/community-x86_64/bip.install
  bip/repos/community-x86_64/bip.service

--+
 /PKGBUILD|   80 +
 /bip.install |   42 +
 /bip.service |   24 
 community-i686/PKGBUILD  |   40 
 community-i686/bip.install   |   26 -
 community-i686/bip.service   |   12 --
 community-x86_64/PKGBUILD|   40 
 community-x86_64/bip.install |   26 -
 community-x86_64/bip.service |   12 --
 9 files changed, 146 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-11 11:51:17 UTC (rev 127554)
+++ community-i686/PKGBUILD 2015-02-11 11:53:37 UTC (rev 127555)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-
-pkgname=bip
-pkgver=0.8.9
-pkgrel=4
-pkgdesc="Multiuser IRC proxy that supports replaying of logged conversations."
-arch=('i686' 'x86_64')
-url="http://bip.milkypond.org/";
-license=('GPL')
-depends=('openssl')
-source=("http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/04158ad020db221ed87cdc03660ef6c9/${pkgname}-${pkgver}.tar.gz";
-"${pkgname}.service")
-md5sums=('04158ad020db221ed87cdc03660ef6c9'
- 'a716f77fc40573cd359d9984a9cc8a66')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# Don't treat warnings as errors.
-sed -i 's/-Werror//g' Makefile.in
-# Make the sample configuration reflect the PKGBUILD defaults
-sed -i 's:/var/proxy/logs:/var/log/bip:' samples/$pkgname.conf
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m755 ${srcdir}/${pkgname}-${pkgver}/scripts/bipgenconfig 
"${pkgdir}"/usr/bin/bipgenconfig
-install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.conf 
"${pkgdir}"/usr/share/$pkgname/$pkgname.conf.sample
-install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.vim 
"${pkgdir}"/usr/share/vim/syntax/$pkgname.vim
-install -D -m 0644 ${srcdir}/${pkgname}.service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: bip/repos/community-i686/PKGBUILD (from rev 127554, bip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-11 11:53:37 UTC (rev 127555)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+
+pkgname=bip
+pkgver=0.8.9
+pkgrel=5
+pkgdesc="Multiuser IRC proxy that supports replaying of logged conversations."
+arch=('i686' 'x86_64')
+url="http://bip.milkypond.org/";
+license=('GPL')
+depends=('openssl')
+source=("http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/04158ad020db221ed87cdc03660ef6c9/${pkgname}-${pkgver}.tar.gz";
+"${pkgname}.service")
+md5sums=('04158ad020db221ed87cdc03660ef6c9'
+ 'a716f77fc40573cd359d9984a9cc8a66')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# Don't treat warnings as errors.
+sed -i 's/-Werror//g' Makefile.in
+# Make the sample configuration reflect the PKGBUILD defaults
+sed -i 's:/var/proxy/logs:/var/log/bip:' samples/$pkgname.conf
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m755 ${srcdir}/${pkgname}-${pkgver}/scripts/bipgenconfig 
"${pkgdir}"/usr/bin/bipgenconfig
+install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.conf 
"${pkgdir}"/usr/share/$pkgname/$pkgname.conf.sample
+install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.vim 
"${pkgdir}"/usr/share/vim/syntax/$pkgname.vim
+install -D -m 0644 ${srcdir}/${pkgname}.service 
"${pkgdir}/usr/lib

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

2015-02-11 Thread Martin Wimpress
Date: Wednesday, February 11, 2015 @ 12:51:17
  Author: flexiondotorg
Revision: 127554

upgpkg: bip 0.8.9-5

Modified:
  bip/trunk/PKGBUILD
  bip/trunk/bip.install

-+
 PKGBUILD|2 +-
 bip.install |5 -
 2 files changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 10:32:27 UTC (rev 127553)
+++ PKGBUILD2015-02-11 11:51:17 UTC (rev 127554)
@@ -3,7 +3,7 @@
 
 pkgname=bip
 pkgver=0.8.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Multiuser IRC proxy that supports replaying of logged conversations."
 arch=('i686' 'x86_64')
 url="http://bip.milkypond.org/";

Modified: bip.install
===
--- bip.install 2015-02-11 10:32:27 UTC (rev 127553)
+++ bip.install 2015-02-11 11:51:17 UTC (rev 127554)
@@ -17,10 +17,5 @@
 
 pre_remove() {
 systemctl stop bip
-echo "==> Removing bip user and group"
-userdel bip
-if getent group bip > /dev/null; then
-groupdel bip
-fi
 rm -rf /var/run/bip
 }


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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 12:15:05
  Author: jgc
Revision: 231290

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

Added:
  gnome-music/repos/extra-i686/PKGBUILD
(from rev 231289, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-i686/gnome-music.install
(from rev 231289, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/extra-x86_64/PKGBUILD
(from rev 231289, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-x86_64/gnome-music.install
(from rev 231289, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/extra-i686/PKGBUILD
  gnome-music/repos/extra-i686/gnome-music.install
  gnome-music/repos/extra-x86_64/PKGBUILD
  gnome-music/repos/extra-x86_64/gnome-music.install

--+
 /PKGBUILD|   60 +
 /gnome-music.install |   24 ++
 extra-i686/PKGBUILD  |   27 
 extra-i686/gnome-music.install   |   12 ---
 extra-x86_64/PKGBUILD|   27 
 extra-x86_64/gnome-music.install |   12 ---
 6 files changed, 84 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-11 11:14:58 UTC (rev 231289)
+++ extra-i686/PKGBUILD 2015-02-11 11:15:05 UTC (rev 231290)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.14.2
-pkgrel=1
-pkgdesc="Music player and management application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://wiki.gnome.org/Apps/Music";
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus
- dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo)
-makedepends=(intltool itstool python2)
-groups=('gnome-extra')
-install=gnome-music.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f322897cabfab464e424ab7ff3c7d759912c977b365009dc02f074cf971afb35')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 231289, 
gnome-music/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-11 11:15:05 UTC (rev 231290)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.14.3.1
+pkgrel=1
+pkgdesc="Music player and management application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://wiki.gnome.org/Apps/Music";
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs 
python-gobject python-cairo gst-plugins-base)
+makedepends=(intltool itstool python2)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9bf614cd790bc7abebe56c65f3acae56c90ea5488f97a41a8ef70bcbce42604a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gnome-music.install
===
--- extra-i686/gnome-music.install  2015-02-11 11:14:58 UTC (rev 231289)
+++ extra-i686/gnome-music.install  2015-02-11 11:15:05 UTC (rev 231290)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-music/repos/extra-i686/gnome-music.install (from rev 231289, 
gnome-music/trunk/gnome-music.install)
===
--- extra-i686/gnome-music.install  (rev 0)
+++ extra-i686/gnome-music.install  2015-02-11 11:15:05 UTC (rev 231290)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-11 11:14:58 UTC (rev 231289)
+++ extra-x86_64/PKGBUILD   2015-02-11 11:15:05 UTC (rev 231290)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.14.2
-pkgrel=1
-pkgdesc="Music player a

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

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 12:14:58
  Author: jgc
Revision: 231289

upgpkg: gnome-music 3.14.3.1-1

Update to new version, fixes crash on startup (FS#43572).
Add optdepends on codecs, add dependency on gst-plugins-base (FS#39974)

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 09:35:08 UTC (rev 231288)
+++ PKGBUILD2015-02-11 11:14:58 UTC (rev 231289)
@@ -1,19 +1,22 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=3.14.2
+pkgver=3.14.3.1
 pkgrel=1
 pkgdesc="Music player and management application"
 arch=(i686 x86_64)
 license=('GPL')
 url="https://wiki.gnome.org/Apps/Music";
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus
- dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo)
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs 
python-gobject python-cairo gst-plugins-base)
 makedepends=(intltool itstool python2)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
 groups=('gnome-extra')
 install=gnome-music.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f322897cabfab464e424ab7ff3c7d759912c977b365009dc02f074cf971afb35')
+sha256sums=('9bf614cd790bc7abebe56c65f3acae56c90ea5488f97a41a8ef70bcbce42604a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in umlet/repos/community-any (6 files)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 11:32:27
  Author: spupykin
Revision: 127553

archrelease: copy trunk to community-any

Added:
  umlet/repos/community-any/PKGBUILD
(from rev 127552, umlet/trunk/PKGBUILD)
  umlet/repos/community-any/UMLet.sh.diff
(from rev 127552, umlet/trunk/UMLet.sh.diff)
  umlet/repos/community-any/umlet.desktop
(from rev 127552, umlet/trunk/umlet.desktop)
Deleted:
  umlet/repos/community-any/PKGBUILD
  umlet/repos/community-any/UMLet.sh.diff
  umlet/repos/community-any/umlet.desktop

---+
 PKGBUILD  |   72 
 UMLet.sh.diff |   32 
 umlet.desktop |   22 -
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 10:32:15 UTC (rev 127552)
+++ PKGBUILD2015-02-11 10:32:27 UTC (rev 127553)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Gleidson Echeli 
-
-pkgname=umlet
-pkgver=13.1
-pkgrel=1
-pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
-arch=('any')
-url="http://www.umlet.com";
-license=('GPL')
-depends=('java-runtime')
-makedepends=('unzip' 'patch')
-source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip";
-   'umlet.desktop'
-   'UMLet.sh.diff')
-md5sums=('061493765a10b489e0abc8e69852b74f'
- '4efcfeea2f54b849bc86e3f1905449be'
- 'ef9620bd90f0e3bba7133629cf5885c8')
-
-build() {
-  cd ${srcdir}/Umlet
-
-  patch -Np1 -i ../UMLet.sh.diff
-  rm -f Umlet.sh.orig
-  rm -rf src
-  rm -ff Umlet.exe
-}
-
-package() {
-  cd ${srcdir}/Umlet
-  install -D -m755 umlet.sh ${pkgdir}/usr/bin/umlet
-  install -d -m755 ${pkgdir}/usr/share
-  mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet
-  install -D -m644 ${srcdir}/umlet.desktop 
$pkgdir/usr/share/applications/umlet.desktop
-}

Copied: umlet/repos/community-any/PKGBUILD (from rev 127552, 
umlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 10:32:27 UTC (rev 127553)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gleidson Echeli 
+
+pkgname=umlet
+pkgver=13.2
+pkgrel=1
+pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
+arch=('any')
+url="http://www.umlet.com";
+license=('GPL')
+depends=('java-runtime')
+makedepends=('unzip' 'patch')
+source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip";
+   'umlet.desktop'
+   'UMLet.sh.diff')
+md5sums=('1f9a71016041d0a69acd842239069d71'
+ '4efcfeea2f54b849bc86e3f1905449be'
+ 'ef9620bd90f0e3bba7133629cf5885c8')
+
+build() {
+  cd ${srcdir}/Umlet
+
+  patch -Np1 -i ../UMLet.sh.diff
+  rm -f Umlet.sh.orig
+  rm -rf src
+  rm -ff Umlet.exe
+}
+
+package() {
+  cd ${srcdir}/Umlet
+  install -D -m755 umlet.sh ${pkgdir}/usr/bin/umlet
+  install -d -m755 ${pkgdir}/usr/share
+  mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet
+  install -D -m644 ${srcdir}/umlet.desktop 
$pkgdir/usr/share/applications/umlet.desktop
+}

Deleted: UMLet.sh.diff
===
--- UMLet.sh.diff   2015-02-11 10:32:15 UTC (rev 127552)
+++ UMLet.sh.diff   2015-02-11 10:32:27 UTC (rev 127553)
@@ -1,16 +0,0 @@
-diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh
 Umlet/umlet.sh 2011-02-18 18:27:14.0 +
-+++ Umlet.my/umlet.sh  2011-03-03 15:20:48.0 +
-@@ -2,11 +2,7 @@
- 
- # Shell script for running umlet from the command prompt in linux
- 
--# If you want to put umlet.sh in your home bin directory ($HOME/bin/) to 
start it from anywhere with
--#$ umlet.sh myDiagram.uxf
--# you must specify the programDir directly instead
--#programDir=/path/to/umlet
--programDir=$(cd $(dirname $0);pwd)
-+programDir=/usr/share/umlet
- 
- if [ $# -gt 0 ]
-  then java -jar ${programDir}/umlet.jar -filename="$1"

Copied: umlet/repos/community-any/UMLet.sh.diff (from rev 127552, 
umlet/trunk/UMLet.sh.diff)
===
--- UMLet.sh.diff   (rev 0)
+++ UMLet.sh.diff   2015-02-11 10:32:27 UTC (rev 127553)
@@ -0,0 +1,16 @@
+diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh
+--- Umlet/umlet.sh 2011-02-18 18:27:14.0 +
 Umlet.my/umlet.sh  2011-03-03 15:20:48.0 +
+@@ -2,11 +2,7 @@
+ 
+ # Shell script for running umlet from the command prompt in linux
+ 
+-# If you want to put umlet.sh in your home bin directory ($HOME/bin/) to 
start it from anywhere with
+-#$ umlet.sh myDiagram.uxf
+-# you must specify the programDir directly instead
+-#programDir=/path/to/umlet
+-programDir=$(cd $(dirname $0);pwd)
++programDir=/usr/share/umlet
+ 
+ if [ $# -gt 0 ]
+  then java -jar ${programDir}/umlet.jar -filename="$1"

Deleted: umlet.desktop
=

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

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 11:32:15
  Author: spupykin
Revision: 127552

upgpkg: umlet 13.2-1

upd

Modified:
  umlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 10:18:29 UTC (rev 127551)
+++ PKGBUILD2015-02-11 10:32:15 UTC (rev 127552)
@@ -3,7 +3,7 @@
 # Contributor: Gleidson Echeli 
 
 pkgname=umlet
-pkgver=13.1
+pkgver=13.2
 pkgrel=1
 pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
 arch=('any')
@@ -14,7 +14,7 @@
 source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip";
'umlet.desktop'
'UMLet.sh.diff')
-md5sums=('061493765a10b489e0abc8e69852b74f'
+md5sums=('1f9a71016041d0a69acd842239069d71'
  '4efcfeea2f54b849bc86e3f1905449be'
  'ef9620bd90f0e3bba7133629cf5885c8')
 


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

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 11:18:29
  Author: spupykin
Revision: 127551

add user description

Modified:
  prosody/trunk/PKGBUILD
  prosody/trunk/sysuser.conf

--+
 PKGBUILD |2 +-
 sysuser.conf |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 09:39:52 UTC (rev 127550)
+++ PKGBUILD2015-02-11 10:18:29 UTC (rev 127551)
@@ -30,7 +30,7 @@
  '01b6aa0b1e1e3067756c45b0751bee78'
  'e2f5a1df410b05696a30dcb058841084'
  'e74045f27cb60908d535969906781f75'
- 'af7005df7322c4c92cc0f5c1e56f6f4f')
+ '385ca73d9f6046f3636266ce9bf38797')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: sysuser.conf
===
--- sysuser.conf2015-02-11 09:39:52 UTC (rev 127550)
+++ sysuser.conf2015-02-11 10:18:29 UTC (rev 127551)
@@ -1,3 +1,3 @@
 g jabber17 --
-u prosody   -  -/var/lib/prosody
+u prosody   -  "Prosody XMPP Server" /var/lib/prosody
 m prosody   jabber


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

2015-02-11 Thread Felix Yan
Date: Wednesday, February 11, 2015 @ 10:39:52
  Author: fyan
Revision: 127550

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 127549, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 127549, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-11 09:39:27 UTC (rev 127549)
+++ LICENSE 2015-02-11 09:39:52 UTC (rev 127550)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-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: python-urllib3/repos/community-any/LICENSE (from rev 127549, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-11 09:39:52 UTC (rev 127550)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+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
===
--- PKGBUILD2015-02-11 09:39:27 UTC (rev 127549)
+++ PKGBUILD2015-02-11 09:39:52 UTC (rev 127550)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3";
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=("https://github.com/shazow/urllib3/archive/$pkgver.tar.gz"; 
-LICENSE)
-md5sums=('50c94eef356ea0d35feba54747666e62'
- '350846ab4dd11ce105b570c15c1b0764')
-
-prepare() 

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

2015-02-11 Thread Felix Yan
Date: Wednesday, February 11, 2015 @ 10:39:27
  Author: fyan
Revision: 127549

upgpkg: python-urllib3 1.10.1-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 09:38:54 UTC (rev 127548)
+++ PKGBUILD2015-02-11 09:39:27 UTC (rev 127549)
@@ -6,7 +6,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
@@ -17,7 +17,7 @@
   'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
 source=("https://github.com/shazow/urllib3/archive/$pkgver.tar.gz"; 
 LICENSE)
-md5sums=('50c94eef356ea0d35feba54747666e62'
+md5sums=('47443bfddc94334f272b8a3706428db6'
  '350846ab4dd11ce105b570c15c1b0764')
 
 prepare() {


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

2015-02-11 Thread Felix Yan
Date: Wednesday, February 11, 2015 @ 10:38:54
  Author: fyan
Revision: 127548

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 09:38:23 UTC (rev 127547)
+++ PKGBUILD2015-02-11 09:38:54 UTC (rev 127548)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks
-pkgver=2.6.7
-pkgrel=1
-pkgdesc="A lightweight tunnel proxy"
-license=("MIT")
-url="http://pypi.python.org/pypi/shadowsocks";
-arch=('any')
-depends=('python' 'python-setuptools')
-optdepends=('libsodium: For salsa20 and chacha20 support')
-install=${pkgname}.install
-source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
-
"$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
-"shadowsocks@.service"
-"shadowsocks-server@.service")
-sha512sums=('8ab52bcaa531a0049664ec628883957a2c3a5a540340dfe635820005a829e4378dd2fd3278e5db668190273a61916e2041743b72f8612afe637c5dfca4a905b2'
-
'ff6b57edea530a10559793fe20d1da0359100043855f180f3c7c7c821321ce84ee9f914b170eb2b34ee000493bd2a1864a96a95038373e460306f76f50eee46d'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd "$srcdir/shadowsocks-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  
-  install -d "$pkgdir/etc/shadowsocks"
-  install -Dm644 "$srcdir/shadowsocks@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks@.service"
-  install -Dm644 "$srcdir/shadowsocks-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service"
-  install -Dm644 "$srcdir/$pkgname-LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 127547, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 09:38:54 UTC (rev 127548)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks
+pkgver=2.6.8
+pkgrel=1
+pkgdesc="A lightweight tunnel proxy"
+license=('Apache')
+url="http://pypi.python.org/pypi/shadowsocks";
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+install=${pkgname}.install
+source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
+"shadowsocks@.service"
+"shadowsocks-server@.service")
+sha512sums=('5b674c3d101766261c891a01bff11f40d9e54fcd31f1f52e64ab9c3af4bee69447ee727af4a54f57dcb4f5b73f1051cd7c17a8199a9d74709b2b56f5da610d61'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
+
+check() {
+  cd shadowsocks-$pkgver
+
+  # Tests not included
+  return
+  python tests/test.py -c tests/table.json
+  python tests/test.py -c tests/aes.json
+  python tests/test.py -c tests/rc4-md5.json
+  python tests/test.py -c tests/salsa20.json
+  python tests/test.py -c tests/server-multi-ports.json
+  python tests/test.py -c tests/server-multi-pas

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

2015-02-11 Thread Felix Yan
Date: Wednesday, February 11, 2015 @ 10:38:23
  Author: fyan
Revision: 127547

upgpkg: shadowsocks 2.6.8-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 08:52:23 UTC (rev 127546)
+++ PKGBUILD2015-02-11 09:38:23 UTC (rev 127547)
@@ -2,10 +2,10 @@
 # Maintainer: Felix Yan 
 
 pkgname=shadowsocks
-pkgver=2.6.7
+pkgver=2.6.8
 pkgrel=1
 pkgdesc="A lightweight tunnel proxy"
-license=("MIT")
+license=('Apache')
 url="http://pypi.python.org/pypi/shadowsocks";
 arch=('any')
 depends=('python' 'python-setuptools')
@@ -12,11 +12,9 @@
 optdepends=('libsodium: For salsa20 and chacha20 support')
 install=${pkgname}.install
 
source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
-
"$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
 "shadowsocks@.service"
 "shadowsocks-server@.service")
-sha512sums=('8ab52bcaa531a0049664ec628883957a2c3a5a540340dfe635820005a829e4378dd2fd3278e5db668190273a61916e2041743b72f8612afe637c5dfca4a905b2'
-
'ff6b57edea530a10559793fe20d1da0359100043855f180f3c7c7c821321ce84ee9f914b170eb2b34ee000493bd2a1864a96a95038373e460306f76f50eee46d'
+sha512sums=('5b674c3d101766261c891a01bff11f40d9e54fcd31f1f52e64ab9c3af4bee69447ee727af4a54f57dcb4f5b73f1051cd7c17a8199a9d74709b2b56f5da610d61'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
 
@@ -43,5 +41,4 @@
   install -d "$pkgdir/etc/shadowsocks"
   install -Dm644 "$srcdir/shadowsocks@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks@.service"
   install -Dm644 "$srcdir/shadowsocks-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service"
-  install -Dm644 "$srcdir/$pkgname-LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2015-02-11 Thread Felix Yan
Date: Wednesday, February 11, 2015 @ 10:34:46
  Author: fyan
Revision: 231287

upgpkg: python-setuptools 1:12.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 08:51:32 UTC (rev 231286)
+++ PKGBUILD2015-02-11 09:34:46 UTC (rev 231287)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=12.0.5
+pkgver=12.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('d4d3a0decc9e77abf12ee5121df0cbf9863f9f8cf680a728bf581484587bbd1f1abc523a8ce3b35ab0ffce08d8de8728b450aee8738b67d2046460da4122fb7e')
+sha512sums=('3525e870f3ccae59c720a4e87258b69eeabaa6a1c8deaa55457a89d10a09fb27687a36d4d93da702319060f096df77135b8e74d218459446b8bcd537e1ff5ea0')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


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

2015-02-11 Thread Felix Yan
Date: Wednesday, February 11, 2015 @ 10:35:08
  Author: fyan
Revision: 231288

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 09:34:46 UTC (rev 231287)
+++ PKGBUILD2015-02-11 09:35:08 UTC (rev 231288)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=12.0.5
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('d4d3a0decc9e77abf12ee5121df0cbf9863f9f8cf680a728bf581484587bbd1f1abc523a8ce3b35ab0ffce08d8de8728b450aee8738b67d2046460da4122fb7e')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 231287, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-11 09:35:08 UTC (rev 231288)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=12.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
+sha512sums=('3525e870f3ccae59c720a4e87258b69eeabaa6a1c8deaa55457a89d10a09fb27687a36d4d93da702319060f096df77135b8e74d218459446b8bcd537e1ff5ea0')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "${srcdir}/setuptools-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2')
+  provides=('python2-distribute' 'setuptools')
+  re

[arch-commits] Commit in xf86-video-voodoo/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:29
  Author: lcarlier
Revision: 231285

db-move: moved xf86-video-voodoo from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-voodoo/repos/testing-i686/
  xf86-video-voodoo/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-voodoo/repos/staging-i686/PKGBUILD)
  xf86-video-voodoo/repos/testing-i686/git-fixes.diff
(from rev 231256, xf86-video-voodoo/repos/staging-i686/git-fixes.diff)
  xf86-video-voodoo/repos/testing-x86_64/
  xf86-video-voodoo/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-voodoo/repos/staging-x86_64/PKGBUILD)
  xf86-video-voodoo/repos/testing-x86_64/git-fixes.diff
(from rev 231256, xf86-video-voodoo/repos/staging-x86_64/git-fixes.diff)
Deleted:
  xf86-video-voodoo/repos/staging-i686/
  xf86-video-voodoo/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   35 +++
 testing-i686/git-fixes.diff   |   23 +++
 testing-x86_64/PKGBUILD   |   35 +++
 testing-x86_64/git-fixes.diff |   23 +++
 4 files changed, 116 insertions(+)

Copied: xf86-video-voodoo/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-voodoo/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:29 UTC (rev 231285)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.5
+pkgrel=6
+pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
+sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'
+'ab21fc45573bb309f3ad413a3242a48e0850b0fe36f30cad8443a2555cafcd66')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: xf86-video-voodoo/repos/testing-i686/git-fixes.diff (from rev 231256, 
xf86-video-voodoo/repos/staging-i686/git-fixes.diff)
===
--- testing-i686/git-fixes.diff (rev 0)
+++ testing-i686/git-fixes.diff 2015-02-11 08:51:29 UTC (rev 231285)
@@ -0,0 +1,23 @@
+From 9172ae566a0e85313fc80ab62b4455393eefe593 Mon Sep 17 00:00:00 2001
+From: Dave Airlie 
+Date: Mon, 22 Sep 2014 10:56:02 +1000
+Subject: don't use PCITAG in struct anymore
+
+
+diff --git a/src/voodoo.h b/src/voodoo.h
+index bfed497..c3eb64e 100644
+--- a/src/voodoo.h
 b/src/voodoo.h
+@@ -23,7 +23,9 @@ typedef struct {
+   
+   Bool  Voodoo2;  /* Set if Voodoo2 */
+   pciVideoPtr   PciInfo;  /* PCI data */
++#ifndef XSERVER_LIBPCIACCESS
+   PCITAGPciTag;
++#endif
+   CARD32PhysBase;
+   
+   CARD32Width;/* Current width */
+-- 
+cgit v0.10.2
+

Copied: xf86-video-voodoo/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-voodoo/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:51:29 UTC (rev 231285)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.5
+pkgrel=6
+pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
+sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'
+'ab21fc45573bb309f3ad413a3242a48e0850b0fe36f30cad8443a2555cafcd66')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+

[arch-commits] Commit in xf86-video-vesa/repos (10 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:25
  Author: lcarlier
Revision: 231283

db-move: moved xf86-video-vesa from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-vesa/repos/testing-i686/
  xf86-video-vesa/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-vesa/repos/staging-i686/PKGBUILD)
  xf86-video-vesa/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-vesa/repos/staging-i686/git-fixes.patch)
  xf86-video-vesa/repos/testing-i686/revert-kernelcheck.patch
(from rev 231256, 
xf86-video-vesa/repos/staging-i686/revert-kernelcheck.patch)
  xf86-video-vesa/repos/testing-x86_64/
  xf86-video-vesa/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-vesa/repos/staging-x86_64/PKGBUILD)
  xf86-video-vesa/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-vesa/repos/staging-x86_64/git-fixes.patch)
  xf86-video-vesa/repos/testing-x86_64/revert-kernelcheck.patch
(from rev 231256, 
xf86-video-vesa/repos/staging-x86_64/revert-kernelcheck.patch)
Deleted:
  xf86-video-vesa/repos/staging-i686/
  xf86-video-vesa/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   39 +
 testing-i686/git-fixes.patch|   55 ++
 testing-i686/revert-kernelcheck.patch   |   31 
 testing-x86_64/PKGBUILD |   39 +
 testing-x86_64/git-fixes.patch  |   55 ++
 testing-x86_64/revert-kernelcheck.patch |   31 
 6 files changed, 250 insertions(+)

Copied: xf86-video-vesa/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-vesa/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:25 UTC (rev 231283)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vesa
+pkgver=2.3.2
+pkgrel=6
+pkgdesc="X.org vesa video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+revert-kernelcheck.patch
+git-fixes.patch)
+sha256sums=('144a17ffae3c86603ddc4ae33521a52813498ee1f8213faa662dc4a8d6490ee3'
+'ef591a342cea65f1b08e84771ae0de84395c98ac8a71739dbf5c0a7f7a36543c'
+'beba7e8499b1d0b457762e28e7e413b223cbe87a84a39a3566e96c44da8544a1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-vesa/repos/testing-i686/git-fixes.patch (from rev 231256, 
xf86-video-vesa/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:25 UTC (rev 231283)
@@ -0,0 +1,55 @@
+From 7aafaf56fbca97f36c775462c1ceea3e03700c42 Mon Sep 17 00:00:00 2001
+From: Alexandr Shadchin 
+Date: Sat, 18 Aug 2012 14:53:34 +
+Subject: Fix check function in VESASaveRestore
+
+Signed-off-by: Alexandr Shadchin 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+---
+diff --git a/src/vesa.c b/src/vesa.c
+index 8ac77da..11cd26c 100644
+--- a/src/vesa.c
 b/src/vesa.c
+@@ -1626,7 +1626,7 @@ VESASaveRestore(ScrnInfoPtr pScrn, 
vbeSaveRestoreFunction function)
+ {
+ VESAPtr pVesa;
+ 
+-if (MODE_QUERY < 0 || function > MODE_RESTORE)
++if (function < MODE_QUERY || function > MODE_RESTORE)
+   return (FALSE);
+ 
+ pVesa = VESAGetRec(pScrn);
+--
+cgit v0.9.0.2-2-gbebe
+From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:55:03 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/vesa.c b/src/vesa.c
+index 11cd26c..b73d104 100644
+--- a/src/vesa.c
 b/src/vesa.c
+@@ -49,9 +49,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* Colormap handling */
+ #include "micmap.h"
+ #include "xf86cmap.h"
+@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL)
+ VESADGAInit(pScrn, pScreen);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+   

[arch-commits] Commit in xf86-video-sis/repos (12 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:17
  Author: lcarlier
Revision: 231278

db-move: moved xf86-video-sis from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-sis/repos/testing-i686/
  
xf86-video-sis/repos/testing-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
(from rev 231256, 
xf86-video-sis/repos/staging-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch)
  xf86-video-sis/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-sis/repos/staging-i686/PKGBUILD)
  xf86-video-sis/repos/testing-i686/Xi.patch
(from rev 231256, xf86-video-sis/repos/staging-i686/Xi.patch)
  xf86-video-sis/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-sis/repos/staging-i686/git-fixes.patch)
  xf86-video-sis/repos/testing-x86_64/
  
xf86-video-sis/repos/testing-x86_64/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
(from rev 231256, 
xf86-video-sis/repos/staging-x86_64/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch)
  xf86-video-sis/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-sis/repos/staging-x86_64/PKGBUILD)
  xf86-video-sis/repos/testing-x86_64/Xi.patch
(from rev 231256, xf86-video-sis/repos/staging-x86_64/Xi.patch)
  xf86-video-sis/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-sis/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-sis/repos/staging-i686/
  xf86-video-sis/repos/staging-x86_64/

-+
 testing-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch   |   66 
+
 testing-i686/PKGBUILD   |   44 
+
 testing-i686/Xi.patch   |   19 
 testing-i686/git-fixes.patch|  389 
++
 testing-x86_64/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch |   66 
+
 testing-x86_64/PKGBUILD |   44 
+
 testing-x86_64/Xi.patch |   19 
 testing-x86_64/git-fixes.patch  |  389 
++
 8 files changed, 1036 insertions(+)

Copied: 
xf86-video-sis/repos/testing-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
 (from rev 231256, 
xf86-video-sis/repos/staging-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch)
===
--- testing-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch   
(rev 0)
+++ testing-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch   
2015-02-11 08:51:17 UTC (rev 231278)
@@ -0,0 +1,66 @@
+From c0ff117d3e19e14829a21d89673e03f9d6389043 Mon Sep 17 00:00:00 2001
+From: Jan de Groot 
+Date: Thu, 22 Nov 2012 15:04:42 +0100
+Subject: [PATCH] Disable UploadToScreen and DownloadFromScreen. These
+ functions use invalid pointers, causing crashes. As the
+ driver is technically unmaintained, it's better to rely on
+ software fallback than trying to fix the driver
+ implementation.
+
+---
+ src/sis300_accel.c | 2 ++
+ src/sis310_accel.c | 2 ++
+ src/sis_accel.c| 2 ++
+ 3 files changed, 6 insertions(+)
+
+diff --git a/src/sis300_accel.c b/src/sis300_accel.c
+index af0527d..2162d76 100644
+--- a/src/sis300_accel.c
 b/src/sis300_accel.c
+@@ -1273,9 +1273,11 @@ SiS300AccelInit(ScreenPtr pScreen)
+ 
+/* Composite not supported */
+ 
++#if 0
+/* Upload, download to/from Screen */
+pSiS->EXADriverPtr->UploadToScreen = SiSUploadToScreen;
+pSiS->EXADriverPtr->DownloadFromScreen = SiSDownloadFromScreen;
++#endif
+ 
+ } else {
+ 
+diff --git a/src/sis310_accel.c b/src/sis310_accel.c
+index 1a6f639..20106ce 100644
+--- a/src/sis310_accel.c
 b/src/sis310_accel.c
+@@ -2303,9 +2303,11 @@ SiS315AccelInit(ScreenPtr pScreen)
+ }
+ #endif
+ 
++#if 0
+ /* Upload, download to/from Screen */
+ pSiS->EXADriverPtr->UploadToScreen = SiSUploadToScreen;
+ pSiS->EXADriverPtr->DownloadFromScreen = SiSDownloadFromScreen;
++#endif
+ 
+  }
+ #endif
+diff --git a/src/sis_accel.c b/src/sis_accel.c
+index c2c24c7..bb08296 100644
+--- a/src/sis_accel.c
 b/src/sis_accel.c
+@@ -801,9 +801,11 @@ SiSAccelInit(ScreenPtr pScreen)
+ 
+ /* Composite not supported */
+ 
++#if 0
+ /* Upload, download to/from Screen */
+ pSiS->EXADriverPtr->UploadToScreen = SiSUploadToScreen;
+ pSiS->EXADriverPtr->DownloadFromScreen = SiSDownloadFromScreen;
++#endif
+ 
+}
+ #endif /* EXA */
+-- 
+1.8.0
+

Copied: xf86-video-sis/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-sis/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testin

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

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:32
  Author: lcarlier
Revision: 231286

db-move: moved xorg-server from [staging] to [testing] (i686, x86_64)

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 231256, xorg-server/repos/staging-i686/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 231256, xorg-server/repos/staging-i686/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 231256, 
xorg-server/repos/staging-i686/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 231256, xorg-server/repos/staging-i686/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 231256, xorg-server/repos/staging-i686/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 231256, xorg-server/repos/staging-i686/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 231256, xorg-server/repos/staging-x86_64/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 231256, xorg-server/repos/staging-x86_64/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 231256, 
xorg-server/repos/staging-x86_64/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 231256, xorg-server/repos/staging-x86_64/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 231256, xorg-server/repos/staging-x86_64/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 231256, xorg-server/repos/staging-x86_64/xvfb-run.1)
Deleted:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  215 
 testing-i686/autoconfig-sis.patch  |   21 ++
 testing-i686/nvidia-drm-outputclass.conf   |6 
 testing-i686/xorg-server.install   |   18 +
 testing-i686/xvfb-run  |  180 +
 testing-i686/xvfb-run.1|  282 +++
 testing-x86_64/PKGBUILD|  215 
 testing-x86_64/autoconfig-sis.patch|   21 ++
 testing-x86_64/nvidia-drm-outputclass.conf |6 
 testing-x86_64/xorg-server.install |   18 +
 testing-x86_64/xvfb-run|  180 +
 testing-x86_64/xvfb-run.1  |  282 +++
 12 files changed, 1444 insertions(+)

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


[arch-commits] Commit in xf86-video-savage/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:13
  Author: lcarlier
Revision: 231276

db-move: moved xf86-video-savage from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-savage/repos/testing-i686/
  xf86-video-savage/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-savage/repos/staging-i686/PKGBUILD)
  xf86-video-savage/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-savage/repos/staging-i686/git-fixes.patch)
  xf86-video-savage/repos/testing-x86_64/
  xf86-video-savage/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-savage/repos/staging-x86_64/PKGBUILD)
  xf86-video-savage/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-savage/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-savage/repos/staging-i686/
  xf86-video-savage/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   37 
 testing-i686/git-fixes.patch   |   85 +++
 testing-x86_64/PKGBUILD|   37 
 testing-x86_64/git-fixes.patch |   85 +++
 4 files changed, 244 insertions(+)

Copied: xf86-video-savage/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-savage/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:13 UTC (rev 231276)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-savage
+pkgver=2.3.7
+pkgrel=4
+pkgdesc="X.org savage video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+optdepends=('savage-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('041d4205c9222c1780fba6e0e397a559aed393b7a7991b58fa79ba854a44'
+'06c113851952d21fac93f448337a446634ed64449d0646421a6425c75d45')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-savage/repos/testing-i686/git-fixes.patch (from rev 231256, 
xf86-video-savage/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:13 UTC (rev 231276)
@@ -0,0 +1,85 @@
+From 2e9217bb88b76cebfcd2b65b76c8733f80da77ea Mon Sep 17 00:00:00 2001
+From: Jeremy White 
+Date: Thu, 21 Mar 2013 10:59:13 -0500
+Subject: Include xf86Modes.h to use functions from
+ hw/xfree86/modes/xf86Modes.c.
+
+Signed-off-by: Jeremy White 
+Reviewed-by: Robert Morell 
+
+diff --git a/src/savage_driver.h b/src/savage_driver.h
+index ec4b1ea..de042af 100644
+--- a/src/savage_driver.h
 b/src/savage_driver.h
+@@ -54,6 +54,7 @@
+ #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
+ #include "xf86Resources.h"
+ #endif
++#include "xf86Modes.h"
+ #include "xf86Pci.h"
+ #include "xf86_OSproc.h"
+ #include "xf86Cursor.h"
+-- 
+cgit v0.10.2
+From 16a672d1ba183601d513c4cdca32b47e926a6d1e Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 21 May 2014 14:11:46 -0400
+Subject: Use own thunk function instead of vgaHW*Weak
+
+I plan to remove the Weak functions from a future server.
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/savage_driver.c b/src/savage_driver.c
+index bca2c60..e82794f 100644
+--- a/src/savage_driver.c
 b/src/savage_driver.c
+@@ -4576,6 +4576,12 @@ SavageDDC1Read(ScrnInfoPtr pScrn)
+ return ((unsigned int) (tmp & 0x08));
+ }
+ 
++static void
++SavageDDC1SetSpeed(ScrnInfoPtr pScrn, xf86ddcSpeed speed)
++{
++vgaHWddc1SetSpeed(pScrn, speed);
++}
++
+ static Bool
+ SavageDDC1(ScrnInfoPtr pScrn)
+ {
+@@ -4589,7 +4595,8 @@ SavageDDC1(ScrnInfoPtr pScrn)
+ InI2CREG(byte,psav->I2CPort);
+ OutI2CREG(byte | 0x12,psav->I2CPort);
+ 
+-pMon = 
xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn),vgaHWddc1SetSpeedWeak(),SavageDDC1Read);
++pMon = xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn), SavageDDC1SetSpeed,
++ SavageDDC1Read);
+ if (!pMon)
+ return FALSE;
+ 
+-- 
+cgit v0.10.2
+From d28cd83c7b0b4a943efbe5ddf257c8ee2646ea73 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 29 Jul 2014 09:15:26 -0400
+Subject: dri: Stop (uselessly) initializing the ValidateTree hooks
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/s

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

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:27
  Author: lcarlier
Revision: 231284

db-move: moved xf86-video-vmware from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-vmware/repos/testing-i686/
  xf86-video-vmware/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-vmware/repos/staging-i686/PKGBUILD)
  xf86-video-vmware/repos/testing-x86_64/
  xf86-video-vmware/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-vmware/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-vmware/repos/staging-i686/
  xf86-video-vmware/repos/staging-x86_64/

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

Copied: xf86-video-vmware/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-vmware/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:27 UTC (rev 231284)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vmware
+pkgver=13.1.0
+pkgrel=2
+pkgdesc="X.org vmware video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm' 'mesa>=10.0')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('3c1d244e4b1b77e92126957965cdc9fb82de4c215c0706a3a8aaff6939e4a0cc'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-vmware/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-vmware/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:51:27 UTC (rev 231284)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vmware
+pkgver=13.1.0
+pkgrel=2
+pkgdesc="X.org vmware video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm' 'mesa>=10.0')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('3c1d244e4b1b77e92126957965cdc9fb82de4c215c0706a3a8aaff6939e4a0cc'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-tseng/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:23
  Author: lcarlier
Revision: 231282

db-move: moved xf86-video-tseng from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-tseng/repos/testing-i686/
  xf86-video-tseng/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-tseng/repos/staging-i686/PKGBUILD)
  xf86-video-tseng/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-tseng/repos/staging-i686/git-fixes.patch)
  xf86-video-tseng/repos/testing-x86_64/
  xf86-video-tseng/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-tseng/repos/staging-x86_64/PKGBUILD)
  xf86-video-tseng/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-tseng/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-tseng/repos/staging-i686/
  xf86-video-tseng/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/git-fixes.patch   |   31 +++
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/git-fixes.patch |   31 +++
 4 files changed, 130 insertions(+)

Copied: xf86-video-tseng/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-tseng/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:23 UTC (rev 231282)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tseng
+pkgver=1.2.5
+pkgrel=6
+pkgdesc="X.org tseng video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('c06dc5205f627e5afc795ecfa75e18d2d1db4e1f1f195fd017dad60854407819'
+'8a337e2bab9a5ee7ba15dde6665abcfa9559d769074873cb2a85cc86716bd5da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-tseng/repos/testing-i686/git-fixes.patch (from rev 231256, 
xf86-video-tseng/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:23 UTC (rev 231282)
@@ -0,0 +1,31 @@
+From d2d5c8437e401181f56804cc68594c4831a0983d Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:55:02 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/tseng_driver.c b/src/tseng_driver.c
+index ffafb19..0db62e5 100644
+--- a/src/tseng_driver.c
 b/src/tseng_driver.c
+@@ -39,9 +39,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "fb.h"
+ 
+ #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
+@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
+   }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ /* Initialise cursor functions */
+ miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-tseng/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-tseng/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:51:23 UTC (rev 231282)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tseng
+pkgver=1.2.5
+pkgrel=6
+pkgdesc="X.org tseng video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('c06dc5205f627e5afc795ecfa75e18d2d1db4e1f1f195fd017dad60854407819'
+'8a337e2bab9a5ee7ba15dde6665abcfa9559d769074873cb2a85cc86716bd5da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  insta

[arch-commits] Commit in xf86-video-rendition/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:05
  Author: lcarlier
Revision: 231273

db-move: moved xf86-video-rendition from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-rendition/repos/testing-i686/
  xf86-video-rendition/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-rendition/repos/staging-i686/PKGBUILD)
  xf86-video-rendition/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-rendition/repos/staging-i686/git-fixes.patch)
  xf86-video-rendition/repos/testing-x86_64/
  xf86-video-rendition/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-rendition/repos/staging-x86_64/PKGBUILD)
  xf86-video-rendition/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-rendition/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   37 +++
 testing-i686/git-fixes.patch   |  125 +++
 testing-x86_64/PKGBUILD|   37 +++
 testing-x86_64/git-fixes.patch |  125 +++
 4 files changed, 324 insertions(+)

Copied: xf86-video-rendition/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-rendition/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:05 UTC (rev 231273)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=6
+pkgdesc="X.org Rendition video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'43301ab296b6a928ed880ea56fc476c7c2d80803c9a63b71e0391fca10457f55')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  strip --strip-unneeded 
"${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so"
+}

Copied: xf86-video-rendition/repos/testing-i686/git-fixes.patch (from rev 
231256, xf86-video-rendition/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:05 UTC (rev 231273)
@@ -0,0 +1,125 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:50 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+
+ /*/
+ /* The actual setup of the driver-specific code  */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
 b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include "micmap.h"
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From 30a4b73644ee22904824d4847e44ca69369fad02 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 30 Sep 2014 10:21:58 -0400
+Subject: Fix build against xserver 1.17
+
+Also port from pci_device_map_region to pci_device_map_range.  Somewhat
+alarming that the previous code was using map_region but unmap_range...
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/rendition.c b/src/rendition.c
+index 888bb4a..9677850 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1371,6 +1371,18 @@ renditionMapMem(ScrnInfoPtr pScreenInfo)
+/* Override on users request */
+ WriteCombine
+   = xf86ReturnOptValBool(pRendition->Options, OPTION_FBWC, WriteCombine);
++#ifdef XSERVER_LIBPCIACCESS
++mapOption = PCI_DEV_MAP_FLAG_WRITABLE;
++if (WriteCombine)
++  mapOption |= PCI_DEV_MAP_FLAG_WRITE_COMBINE;
++
++err = pci_device_m

[arch-commits] Commit in xf86-video-openchrome/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:01
  Author: lcarlier
Revision: 231271

db-move: moved xf86-video-openchrome from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-openchrome/repos/testing-i686/
  xf86-video-openchrome/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-openchrome/repos/staging-i686/PKGBUILD)
  xf86-video-openchrome/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-openchrome/repos/staging-i686/git-fixes.patch)
  xf86-video-openchrome/repos/testing-x86_64/
  xf86-video-openchrome/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-openchrome/repos/staging-x86_64/PKGBUILD)
  xf86-video-openchrome/repos/testing-x86_64/git-fixes.patch
(from rev 231256, 
xf86-video-openchrome/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-openchrome/repos/staging-i686/
  xf86-video-openchrome/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/git-fixes.patch   |   25 +++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/git-fixes.patch |   25 +++
 4 files changed, 132 insertions(+)

Copied: xf86-video-openchrome/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-openchrome/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:01 UTC (rev 231271)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.3
+pkgrel=5
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/";
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 git-fixes.patch)
+sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295'
+  '048a756f0d051df740279f98be9e2aa3e5c75415')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-openchrome/repos/testing-i686/git-fixes.patch (from rev 
231256, xf86-video-openchrome/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:01 UTC (rev 231271)
@@ -0,0 +1,25 @@
+From 319fcdad57ebf4f1ef828c3344058ff8f6197432 Mon Sep 17 00:00:00 2001
+From: Xavier Bachelot 
+Date: Tue, 13 Jan 2015 18:34:53 +0100
+Subject: [PATCH] Add missing header inclusion. Fixes
+ https://bugs.freedesktop.org/show_bug.cgi?id=88334
+
+---
+ src/via_3d.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/via_3d.h b/src/via_3d.h
+index c33228e..15be0be 100644
+--- a/src/via_3d.h
 b/src/via_3d.h
+@@ -24,6 +24,7 @@
+ #ifndef VIA_3D_H
+ #define VIA_3D_H
+ 
++#include "xorg-server.h"
+ #include "xf86.h"
+ #include "via_dmabuffer.h"
+ 
+-- 
+2.3.0
+

Copied: xf86-video-openchrome/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-openchrome/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:51:01 UTC (rev 231271)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.3
+pkgrel=5
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Openchrome/";
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 git-fixes.patch)
+sha1sums=('1f7b23d4ed53417eda5c6730486b

[arch-commits] Commit in xf86-video-trident/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:22
  Author: lcarlier
Revision: 231281

db-move: moved xf86-video-trident from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-trident/repos/testing-i686/
  xf86-video-trident/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-trident/repos/staging-i686/PKGBUILD)
  xf86-video-trident/repos/testing-i686/git_fixes.diff
(from rev 231256, xf86-video-trident/repos/staging-i686/git_fixes.diff)
  xf86-video-trident/repos/testing-x86_64/
  xf86-video-trident/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-trident/repos/staging-x86_64/PKGBUILD)
  xf86-video-trident/repos/testing-x86_64/git_fixes.diff
(from rev 231256, xf86-video-trident/repos/staging-x86_64/git_fixes.diff)
Deleted:
  xf86-video-trident/repos/staging-i686/
  xf86-video-trident/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   36 ++
 testing-i686/git_fixes.diff   |   63 
 testing-x86_64/PKGBUILD   |   36 ++
 testing-x86_64/git_fixes.diff |   63 
 4 files changed, 198 insertions(+)

Copied: xf86-video-trident/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-trident/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:22 UTC (rev 231281)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-trident
+pkgver=1.3.6
+pkgrel=7
+pkgdesc="X.org Trident video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git_fixes.diff)
+sha256sums=('6a58e3f3034abd8803af8a5c7dd5a6a4a28ed4fdac742ffb05518caaddc28104'
+'e51d7a9c5a3d7d2df7f56e482f5fbeac1babc2b30cdf4655052b11c9d4ec2c1c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git_fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-trident/repos/testing-i686/git_fixes.diff (from rev 231256, 
xf86-video-trident/repos/staging-i686/git_fixes.diff)
===
--- testing-i686/git_fixes.diff (rev 0)
+++ testing-i686/git_fixes.diff 2015-02-11 08:51:22 UTC (rev 231281)
@@ -0,0 +1,63 @@
+From 30787294c837aefa8820b6f76f00fe30d4e54181 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:55:01 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/trident_driver.c b/src/trident_driver.c
+index dc12b76..408c870 100644
+--- a/src/trident_driver.c
 b/src/trident_driver.c
+@@ -56,7 +56,6 @@
+ 
+ #include "mipointer.h"
+ 
+-#include "mibstore.h"
+ #include "shadow.h"
+ #include "trident.h"
+ #include "trident_regs.h"
+@@ -3037,7 +3036,6 @@ TRIDENTScreenInit(SCREEN_INIT_ARGS_DECL)
+   TridentAccelInit(pScreen);
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ 
+ /* Initialise cursor functions */
+--
+cgit v0.9.0.2-2-gbebe
+From 48c15909691e28ad2c188a2978b1c8ef3d9d8760 Mon Sep 17 00:00:00 2001
+From: Timo Aaltonen 
+Date: Wed, 26 Sep 2012 08:01:26 +
+Subject: Fix loading the driver without XAA
+
+---
+diff --git a/src/trident_dga.c b/src/trident_dga.c
+index 0263aa7..c4b5b9a 100644
+--- a/src/trident_dga.c
 b/src/trident_dga.c
+@@ -37,10 +37,10 @@
+ static Bool TRIDENT_OpenFramebuffer(ScrnInfoPtr, char **, unsigned char **, 
+   int *, int *, int *);
+ static Bool TRIDENT_SetMode(ScrnInfoPtr, DGAModePtr);
+-static void TRIDENT_Sync(ScrnInfoPtr);
+ static int  TRIDENT_GetViewport(ScrnInfoPtr);
+ static void TRIDENT_SetViewport(ScrnInfoPtr, int, int, int);
+ #ifdef HAVE_XAA_H
++static void TRIDENT_Sync(ScrnInfoPtr);
+ static void TRIDENT_FillRect(ScrnInfoPtr, int, int, int, int, unsigned long);
+ static void TRIDENT_BlitRect(ScrnInfoPtr, int, int, int, int, int, int);
+ #if 0
+@@ -56,8 +56,8 @@ DGAFunctionRec TRIDENTDGAFuncs = {
+TRIDENT_SetMode,
+TRIDENT_SetViewport,
+TRIDENT_GetViewport,
+-   TRIDENT_Sync,
+ #ifdef HAVE_XAA_H
++   TRIDENT_Sync,
+TRIDENT_FillRect,
+TRIDENT_BlitRect,
+ #if 0
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-trident/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-trident/repos/staging-x86_64/P

[arch-commits] Commit in xf86-video-nv/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:00
  Author: lcarlier
Revision: 231270

db-move: moved xf86-video-nv from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-nv/repos/testing-i686/
  xf86-video-nv/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-nv/repos/staging-i686/PKGBUILD)
  xf86-video-nv/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-nv/repos/staging-i686/git-fixes.patch)
  xf86-video-nv/repos/testing-x86_64/
  xf86-video-nv/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-nv/repos/staging-x86_64/PKGBUILD)
  xf86-video-nv/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-nv/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-nv/repos/staging-i686/
  xf86-video-nv/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/git-fixes.patch   |   81 +++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/git-fixes.patch |   81 +++
 4 files changed, 236 insertions(+)

Copied: xf86-video-nv/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-nv/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:00 UTC (rev 231270)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-nv
+pkgver=2.1.20
+pkgrel=6
+pkgdesc="X.org nv video driver"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf'
+'0ec4234fd9202956d25ca93e9131930e4a3fbba5de2ca870d0cf2302ccb76b46')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-nv/repos/testing-i686/git-fixes.patch (from rev 231256, 
xf86-video-nv/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:00 UTC (rev 231270)
@@ -0,0 +1,81 @@
+From fc78fe98222b0204b8a2872a529763d6fe5048da Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:49 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/g80_driver.c b/src/g80_driver.c
+index cc4e197..719b96c 100644
+--- a/src/g80_driver.c
 b/src/g80_driver.c
+@@ -34,7 +34,6 @@
+ #include 
+ #endif
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -833,7 +832,6 @@ G80ScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_driver.c b/src/nv_driver.c
+index 6dad6e5..8f35334 100644
+--- a/src/nv_driver.c
 b/src/nv_driver.c
+@@ -2550,7 +2550,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pNv->NoAccel)
+   NVAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_include.h b/src/nv_include.h
+index fb190bf..f174eef 100644
+--- a/src/nv_include.h
 b/src/nv_include.h
+@@ -24,9 +24,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+diff --git a/src/riva_driver.c b/src/riva_driver.c
+index e0667ef..759501e 100644
+--- a/src/riva_driver.c
 b/src/riva_driver.c
+@@ -1168,7 +1168,6 @@ RivaScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pRiva->NoAccel)
+   RivaAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/riva_include.h b/src/riva_include.h
+index f2c5302..c7aeef7 100644
+--- a/src/riva_include.h
 b/src/riva_include.h
+@@ -22,9 +22,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+--
+cgit v0

[arch-commits] Commit in xf86-video-sisusb/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:19
  Author: lcarlier
Revision: 231279

db-move: moved xf86-video-sisusb from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-sisusb/repos/testing-i686/
  xf86-video-sisusb/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-sisusb/repos/staging-i686/PKGBUILD)
  xf86-video-sisusb/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-sisusb/repos/staging-i686/git-fixes.patch)
  xf86-video-sisusb/repos/testing-x86_64/
  xf86-video-sisusb/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-sisusb/repos/staging-x86_64/PKGBUILD)
  xf86-video-sisusb/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-sisusb/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-sisusb/repos/staging-i686/
  xf86-video-sisusb/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/git-fixes.patch   |   29 +
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/git-fixes.patch |   29 +
 4 files changed, 126 insertions(+)

Copied: xf86-video-sisusb/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-sisusb/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:19 UTC (rev 231279)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.6
+pkgrel=6
+pkgdesc="X.org SiS USB video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046'
+'9b64f4a9160c1055d3e01e1b603840986163a7880dbbb5c12f3a7d4c66739134')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-sisusb/repos/testing-i686/git-fixes.patch (from rev 231256, 
xf86-video-sisusb/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:19 UTC (rev 231279)
@@ -0,0 +1,29 @@
+From 293d0902705c272b83432a955fb6a3c96dd6cea7 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:52 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/sisusb_driver.c b/src/sisusb_driver.c
+index 539b9f1..0fdc8e9 100644
+--- a/src/sisusb_driver.c
 b/src/sisusb_driver.c
+@@ -39,7 +39,6 @@
+ #include "shadowfb.h"
+ #include "micmap.h"
+ #include "mipointer.h"
+-#include "mibstore.h"
+ 
+ #include "sisusb_regs.h"
+ #include "sisusb_dac.h"
+@@ -1907,7 +1906,6 @@ SISUSBScreenInit(SCREEN_INIT_ARGS_DECL)
+ /* Initialize the accelerators */
+ SiSUSBAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ 
+ /* NO SilkenMouse. Never. Ever. */
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-sisusb/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-sisusb/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:51:19 UTC (rev 231279)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.6
+pkgrel=6
+pkgdesc="X.org SiS USB video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046'
+'9b64f4a9160c1055d3e01e1b603840986163a7880dbbb5c12f3a7d4c66739134')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  insta

[arch-commits] Commit in xf86-video-tdfx/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:20
  Author: lcarlier
Revision: 231280

db-move: moved xf86-video-tdfx from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-tdfx/repos/testing-i686/
  xf86-video-tdfx/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-tdfx/repos/staging-i686/PKGBUILD)
  xf86-video-tdfx/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-tdfx/repos/staging-i686/git-fixes.patch)
  xf86-video-tdfx/repos/testing-x86_64/
  xf86-video-tdfx/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-tdfx/repos/staging-x86_64/PKGBUILD)
  xf86-video-tdfx/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-tdfx/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-tdfx/repos/staging-i686/
  xf86-video-tdfx/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   37 +++
 testing-i686/git-fixes.patch   |  420 +++
 testing-x86_64/PKGBUILD|   37 +++
 testing-x86_64/git-fixes.patch |  420 +++
 4 files changed, 914 insertions(+)

Copied: xf86-video-tdfx/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-tdfx/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:20 UTC (rev 231280)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-tdfx
+pkgver=1.4.5
+pkgrel=6
+pkgdesc="X.org tdfx video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+optdepends=('tdfx-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('70d5fbadfb60fc25e4f90f2a1aad258f64fa3953efbc1059103a8d845870d859'
+'8e63c17584d4e2afed2ce496de3270f0c99460eab2923dce123a072026542cc3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-tdfx/repos/testing-i686/git-fixes.patch (from rev 231256, 
xf86-video-tdfx/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:20 UTC (rev 231280)
@@ -0,0 +1,420 @@
+From 10498d2730c651eb7a1890eb9e728269732e9dad Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:59 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c
+index ddd5431..412da07 100644
+--- a/src/tdfx_driver.c
 b/src/tdfx_driver.c
+@@ -62,10 +62,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include "compiler.h"
+ 
+-/* Drivers using the mi implementation of backing store need: */
+-
+-#include "mibstore.h"
+-
+ /* All drivers using the vgahw module need this */
+ /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
+ #include "vgaHW.h"
+@@ -2373,7 +2369,6 @@ TDFXScreenInit(SCREEN_INIT_ARGS_DECL) {
+ }
+   }
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+   xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From 457bd576a4895f0d3a65e550dbe2470177bf650d Mon Sep 17 00:00:00 2001
+From: Guillem Jover 
+Date: Fri, 27 Sep 2013 18:52:01 +0200
+Subject: Define local PCI IDs instead of using xf86PciInfo.h
+
+The header file is deprecated and issues a warning now. Stop using
+it, and move the definitions to the local tree as recommended by the
+warning.
+
+Signed-off-by: Guillem Jover 
+Reviewed-by: Adam Jackson 
+
+diff --git a/src/tdfx.h b/src/tdfx.h
+index 7782473..7e3be81 100644
+--- a/src/tdfx.h
 b/src/tdfx.h
+@@ -12,7 +12,6 @@
+ #include 
+ #include 
+ 
+-#include "xf86PciInfo.h"
+ #include "xf86Pci.h"
+ #include "xf86DDC.h"
+ #include "xf86xv.h"
+@@ -73,6 +72,17 @@
+ (p)->memBase[region]
+ #endif
+ 
++#define PCI_VENDOR_3DFX   0x121A
++
++#define PCI_CHIP_VOODOO_GRAPHICS  0x0001
++#define PCI_CHIP_VOODOO2  0x0002
++#define PCI_CHIP_BANSHEE  0x0003
++#define PCI_CHIP_VOODOO3  0x0005
++#define PCI_CHIP_VOODOO5  0x0009
++
++#define PCI_CARD_VOODOO3_2000 0x0036
++#define PCI_CARD_VOODOO3_3000 0x003A
++
+ struct _TDFXRec;
+ typedef struct _TDFXRec *TDFXPtr;

[arch-commits] Commit in xf86-video-s3virge/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:12
  Author: lcarlier
Revision: 231275

db-move: moved xf86-video-s3virge from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-s3virge/repos/testing-i686/
  xf86-video-s3virge/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-s3virge/repos/staging-i686/PKGBUILD)
  xf86-video-s3virge/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-s3virge/repos/staging-i686/git-fixes.patch)
  xf86-video-s3virge/repos/testing-x86_64/
  xf86-video-s3virge/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-s3virge/repos/staging-x86_64/PKGBUILD)
  xf86-video-s3virge/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-s3virge/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-s3virge/repos/staging-i686/
  xf86-video-s3virge/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   36 +++
 testing-i686/git-fixes.patch   |   90 +++
 testing-x86_64/PKGBUILD|   36 +++
 testing-x86_64/git-fixes.patch |   90 +++
 4 files changed, 252 insertions(+)

Copied: xf86-video-s3virge/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-s3virge/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:12 UTC (rev 231275)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-s3virge
+pkgver=1.10.6
+pkgrel=6
+pkgdesc="X.org S3 Virge video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('85e1f6bdd3f39d0348c53602f481b974c13fc752c94931882817751c8ec8363e'
+'8215be38309ad51d262c72775f8d0aff02c67a351e4ed17395faa6fb42dbf518')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-s3virge/repos/testing-i686/git-fixes.patch (from rev 231256, 
xf86-video-s3virge/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:12 UTC (rev 231275)
@@ -0,0 +1,90 @@
+From d74238ca2faddb2e1c0b48333664688a5079a856 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 21 May 2014 14:10:11 -0400
+Subject: Use own thunk function instead of vgaHW*Weak
+
+I plan to remove the Weak functions from a future server.
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/s3v_driver.c b/src/s3v_driver.c
+index 654884c..937717e 100644
+--- a/src/s3v_driver.c
 b/src/s3v_driver.c
+@@ -3760,6 +3760,12 @@ S3Vddc1Read(ScrnInfoPtr pScrn)
+ return ((unsigned int) (tmp & 0x08));
+ }
+ 
++static void
++S3Vddc1SetSpeed(ScrnInfoPtr pScrn, xf86ddcSpeed speed)
++{
++vgaHWddc1SetSpeed(pScrn, speed);
++}
++
+ static Bool
+ S3Vddc1(ScrnInfoPtr pScrn)
+ {
+@@ -3773,7 +3779,7 @@ S3Vddc1(ScrnInfoPtr pScrn)
+ OUTREG(DDC_REG,(tmp | 0x12));
+ 
+ if ((pMon = xf86PrintEDID(
+-  xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn),vgaHWddc1SetSpeedWeak(),
++  xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn), S3Vddc1SetSpeed,
+   S3Vddc1Read))) != NULL)
+   success = TRUE;
+ xf86SetDDCproperties(pScrn,pMon);
+-- 
+cgit v0.10.2
+From 69b9adea709922e53ba422dd7f00aa4ac90d232e Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 30 Sep 2014 10:26:17 -0400
+Subject: Fix build against xserver 1.17
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/s3v_driver.c b/src/s3v_driver.c
+index 937717e..e81ab72 100644
+--- a/src/s3v_driver.c
 b/src/s3v_driver.c
+@@ -3515,7 +3515,7 @@ S3VEnableMmio(ScrnInfoPtr pScrn)
+ {
+   vgaHWPtr hwp;
+   S3VPtr ps3v;
+-  IOADDRESS vgaCRIndex, vgaCRReg;
++  unsigned int vgaCRIndex, vgaCRReg;
+   unsigned char val;
+   unsigned int PIOOffset = 0;
+ 
+@@ -3584,7 +3584,7 @@ S3VDisableMmio(ScrnInfoPtr pScrn)
+ {
+   vgaHWPtr hwp;
+   S3VPtr ps3v;
+-  IOADDRESS vgaCRIndex, vgaCRReg;
++  unsigned int vgaCRIndex, vgaCRReg;
+   
+   PVERB5("S3VDisableMmio\n");
+   
+-- 
+cgit v0.10.2
+From 211e2831dcf13c6e5847f6caf894f559d9104c3d Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 30 Sep 2014 10:27:13 -0400
+Subject: Remove call to

[arch-commits] Commit in xf86-video-siliconmotion/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:15
  Author: lcarlier
Revision: 231277

db-move: moved xf86-video-siliconmotion from [staging] to [testing] (i686, 
x86_64)

Added:
  xf86-video-siliconmotion/repos/testing-i686/
  xf86-video-siliconmotion/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-siliconmotion/repos/staging-i686/PKGBUILD)
  xf86-video-siliconmotion/repos/testing-i686/git-fixes.patch
(from rev 231256, 
xf86-video-siliconmotion/repos/staging-i686/git-fixes.patch)
  xf86-video-siliconmotion/repos/testing-x86_64/
  xf86-video-siliconmotion/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD)
  xf86-video-siliconmotion/repos/testing-x86_64/git-fixes.patch
(from rev 231256, 
xf86-video-siliconmotion/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-siliconmotion/repos/staging-i686/
  xf86-video-siliconmotion/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/git-fixes.patch   |  153 +++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/git-fixes.patch |  153 +++
 4 files changed, 380 insertions(+)

Copied: xf86-video-siliconmotion/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-siliconmotion/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:15 UTC (rev 231277)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.7
+pkgrel=6
+pkgdesc="X.org siliconmotion video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('87b8b59d43945d4fc8012860c0bd9aed42c4684a943355c607b8eb8d6710c3aa'
+'da4c149720e628eb808b2de86ff1ce7010622455d92dcd31026a9653a2213f08')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-siliconmotion/repos/testing-i686/git-fixes.patch (from rev 
231256, xf86-video-siliconmotion/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:51:15 UTC (rev 231277)
@@ -0,0 +1,153 @@
+From f19d7e463c30f1364e82e8c9f87b8a8407d53680 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 9 Jan 2013 22:59:39 -0500
+Subject: Remove miInitializeBackingStore()
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/smi_driver.c b/src/smi_driver.c
+index 4794571..134db79 100644
+--- a/src/smi_driver.c
 b/src/smi_driver.c
+@@ -1750,8 +1750,6 @@ SMI_ScreenInit(SCREEN_INIT_ARGS_DECL)
+  "Done writing mode.  Register dump:\n");
+ SMI_PrintRegs(pScrn);
+ 
+-miInitializeBackingStore(pScreen);
+-
+ #ifdef HAVE_XMODES
+ xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
+ #endif
+-- 
+cgit v0.10.2
+From 9b563415326e02f0b89f716c29b2fc22f393fb96 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 21 May 2014 14:01:02 -0400
+Subject: Use own thunk function instead of vgaHW*Weak
+
+I plan to remove the Weak functions from a future server.
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/smilynx_hw.c b/src/smilynx_hw.c
+index 9a10a31..7f6a8f2 100644
+--- a/src/smilynx_hw.c
 b/src/smilynx_hw.c
+@@ -572,6 +572,12 @@ SMILynx_ddc1Read(ScrnInfoPtr pScrn)
+ LEAVE(ret);
+ }
+ 
++static void
++SMILynx_ddc1SetSpeed(ScrnInfoPtr pScrn, xf86ddcSpeec speed)
++{
++vgaHWddc1SetSpeed(pScrn, speed);
++}
++
+ xf86MonPtr
+ SMILynx_ddc1(ScrnInfoPtr pScrn)
+ {
+@@ -585,7 +591,7 @@ SMILynx_ddc1(ScrnInfoPtr pScrn)
+ VGAOUT8_INDEX(pSmi, VGA_SEQ_INDEX, VGA_SEQ_DATA, 0x72, tmp | 0x20);
+ 
+ pMon = xf86PrintEDID(xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn),
+-   vgaHWddc1SetSpeedWeak(),
++   SMILynx_ddc1SetSpeed,
+SMILynx_ddc1Read));
+ VGAOUT8_INDEX(pSmi, VGA_SEQ_INDEX, VGA_SEQ_DATA, 0x72, tmp);
+ 
+-- 
+cgit v0.10.2
+From b0b287209cfba5c64c7584b1a82ed2a2f1eab7e6 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue,

[arch-commits] Commit in xf86-video-mach64/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:55
  Author: lcarlier
Revision: 231267

db-move: moved xf86-video-mach64 from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-mach64/repos/testing-i686/
  xf86-video-mach64/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-mach64/repos/staging-i686/PKGBUILD)
  xf86-video-mach64/repos/testing-i686/git-fixes.diff
(from rev 231256, xf86-video-mach64/repos/staging-i686/git-fixes.diff)
  xf86-video-mach64/repos/testing-x86_64/
  xf86-video-mach64/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-mach64/repos/staging-x86_64/PKGBUILD)
  xf86-video-mach64/repos/testing-x86_64/git-fixes.diff
(from rev 231256, xf86-video-mach64/repos/staging-x86_64/git-fixes.diff)
Deleted:
  xf86-video-mach64/repos/staging-i686/
  xf86-video-mach64/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   37 ++
 testing-i686/git-fixes.diff   |  224 
 testing-x86_64/PKGBUILD   |   37 ++
 testing-x86_64/git-fixes.diff |  224 
 4 files changed, 522 insertions(+)

Copied: xf86-video-mach64/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-mach64/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:55 UTC (rev 231267)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-mach64
+pkgver=6.9.4
+pkgrel=5
+pkgdesc="X.org mach64 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+optdepends=('mach64-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
+sha256sums=('97f108b8d7c0a8426bef9562683323ab6369956f18b0e220ee0d1a66b740855e'
+'47bc157a518ec9b0ad365a00a326e5aff7e2e2716de6310b51d866354f854a38')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-mach64/repos/testing-i686/git-fixes.diff (from rev 231256, 
xf86-video-mach64/repos/staging-i686/git-fixes.diff)
===
--- testing-i686/git-fixes.diff (rev 0)
+++ testing-i686/git-fixes.diff 2015-02-11 08:50:55 UTC (rev 231267)
@@ -0,0 +1,224 @@
+From fa18180cc5f6d84168ffca6b7b8e467a5c72da14 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 2 Apr 2013 11:15:47 -0400
+Subject: preinit: Don't bother explicitly loading int10, vbe will do it for us
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/atipreinit.c b/src/atipreinit.c
+index 0f5c785..e3048d2 100644
+--- a/src/atipreinit.c
 b/src/atipreinit.c
+@@ -531,9 +531,8 @@ ATIPreInit
+ 
+ #ifndef AVOID_CPIO
+ 
+-xf86Int10InfoPtr pInt10Info = NULL;
+ vbeInfoPtr   pVBE = NULL;
+-pointer  pInt10Module, pDDCModule = NULL, pVBEModule = NULL;
++pointer  pVBEModule = NULL;
+ 
+ #endif /* AVOID_CPIO */
+ 
+@@ -657,42 +656,21 @@ ATIPreInit
+ #endif /* TV_OUT */
+ 
+ /*
+- * If there is an ix86-style BIOS, ensure its initialisation entry point
+- * has been executed, and retrieve DDC and VBE information from it.
++ * If VBE setup works, grab DDC from it
+  */
+-if (!(pInt10Module = xf86LoadSubModule(pScreenInfo, "int10")))
+-{
+-xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
+-"Unable to load int10 module.\n");
+-}
+-else if (!(pInt10Info = xf86InitInt10(pATI->iEntity)))
+-{
+-xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
+- "Unable to initialise int10 interface.\n");
++if (!(pVBEModule = xf86LoadSubModule(pScreenInfo, "vbe"))) {
++  xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
++ "Unable to load vbe module.\n");
+ }
+ else
+ {
+-if (!(pDDCModule = xf86LoadSubModule(pScreenInfo, "ddc")))
+-{
+-xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
+-"Unable to load ddc module.\n");
+-}
+-else
+-if (!(pVBEModule = xf86LoadSubModule(pScreenInfo, "vbe")))
+-{
+-xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
+-"Unable to load vbe module.\n");
+-}
+-else
+-{
+-if ((pVBE = VBEInit(pInt10Info, pATI->iEntity)))
+-  

[arch-commits] Commit in xf86-video-s3/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:10
  Author: lcarlier
Revision: 231274

db-move: moved xf86-video-s3 from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-s3/repos/testing-i686/
  xf86-video-s3/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-s3/repos/staging-i686/PKGBUILD)
  xf86-video-s3/repos/testing-i686/build-fix.diff
(from rev 231256, xf86-video-s3/repos/staging-i686/build-fix.diff)
  xf86-video-s3/repos/testing-x86_64/
  xf86-video-s3/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-s3/repos/staging-x86_64/PKGBUILD)
  xf86-video-s3/repos/testing-x86_64/build-fix.diff
(from rev 231256, xf86-video-s3/repos/staging-x86_64/build-fix.diff)
Deleted:
  xf86-video-s3/repos/staging-i686/
  xf86-video-s3/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   35 +++
 testing-i686/build-fix.diff   |   10 ++
 testing-x86_64/PKGBUILD   |   35 +++
 testing-x86_64/build-fix.diff |   10 ++
 4 files changed, 90 insertions(+)

Copied: xf86-video-s3/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-s3/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:51:10 UTC (rev 231274)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-s3
+pkgver=0.6.5
+pkgrel=6
+pkgdesc="X.org S3 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('4778cd4f1d61490c3562f9be03664576f065fa3acf22fe0d0689212d7ea3ad39'
+'ad5ce4569c16f28801f4f89d8271fccc5706ef8508a6051ca094854d92a19d1a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-s3/repos/testing-i686/build-fix.diff (from rev 231256, 
xf86-video-s3/repos/staging-i686/build-fix.diff)
===
--- testing-i686/build-fix.diff (rev 0)
+++ testing-i686/build-fix.diff 2015-02-11 08:51:10 UTC (rev 231274)
@@ -0,0 +1,10 @@
+--- xf86-video-s3-0.6.5/src/s3_driver.c2012-07-17 06:50:05.0 
+0200
 xf86-video-s3-0.6.5/src/s3_driver.c.new2013-03-09 17:01:39.639220318 
+0100
+@@ -52,7 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "inputstr.h"
+ #include "shadowfb.h"

Copied: xf86-video-s3/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-s3/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:51:10 UTC (rev 231274)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-s3
+pkgver=0.6.5
+pkgrel=6
+pkgdesc="X.org S3 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('4778cd4f1d61490c3562f9be03664576f065fa3acf22fe0d0689212d7ea3ad39'
+'ad5ce4569c16f28801f4f89d8271fccc5706ef8508a6051ca094854d92a19d1a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-s3/repos/testing-x86_64/build-fix.diff (from rev 231256, 
xf86-video-s3/repos/staging-x86_64/build-fix.diff)
===
--- testing-x86_64/build-fix.diff   (rev 0)
+++ testing-x86_64/build-fix.diff   2015-02-11 08:51:10 UTC (rev 231274)
@@ -0,0 +1,10 @@
+--- xf86-video-s3-0.6.5/src/s3_driver.c2012-07-17 06:50:05.0 
+0200
 xf86-video-s3-0.6.5/src/s3_driver.c.new2013-03-09 17:01:39.639220318 
+0100
+@@ 

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

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:54
  Author: lcarlier
Revision: 231266

db-move: moved xf86-video-intel from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-intel/repos/staging-i686/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 231256, 
xf86-video-intel/repos/staging-i686/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-intel/repos/staging-x86_64/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 231256, 
xf86-video-intel/repos/staging-x86_64/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/staging-i686/
  xf86-video-intel/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/xf86-video-intel.install   |   22 ++
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/xf86-video-intel.install |   22 ++
 4 files changed, 138 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-intel/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:54 UTC (rev 231266)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917
+pkgrel=2
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
231256, xf86-video-intel/repos/staging-i686/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2015-02-11 08:50:54 UTC (rev 
231266)
@@ -0,0 +1,22 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can
+fall back to UXA if you run into trouble or test experimental
+Glamor acceleration. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "sna"
+#Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "glamor"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-intel/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:50:54 UTC (rev 231266)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917
+pkgrel=2
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 
'libxrender'
+ # ad

[arch-commits] Commit in xf86-video-neomagic/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:57
  Author: lcarlier
Revision: 231268

db-move: moved xf86-video-neomagic from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-neomagic/repos/testing-i686/
  xf86-video-neomagic/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-neomagic/repos/staging-i686/PKGBUILD)
  xf86-video-neomagic/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-neomagic/repos/staging-i686/git-fixes.patch)
  xf86-video-neomagic/repos/testing-x86_64/
  xf86-video-neomagic/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-neomagic/repos/staging-x86_64/PKGBUILD)
  xf86-video-neomagic/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-neomagic/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-neomagic/repos/staging-i686/
  xf86-video-neomagic/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   38 ++
 testing-i686/git-fixes.patch   |   99 +++
 testing-x86_64/PKGBUILD|   38 ++
 testing-x86_64/git-fixes.patch |   99 +++
 4 files changed, 274 insertions(+)

Copied: xf86-video-neomagic/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-neomagic/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:57 UTC (rev 231268)
@@ -0,0 +1,38 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.8
+pkgrel=4
+pkgdesc="X.org neomagic video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('50abf6ac02547900edeaa5073c5f6d2f153f12dd47067cc7e4758e1b74d78874'
+'f63912b98a8a4bad30125fd95900651141f9367f7897c88548a83abe70633511')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-neomagic/repos/testing-i686/git-fixes.patch (from rev 
231256, xf86-video-neomagic/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2015-02-11 08:50:57 UTC (rev 231268)
@@ -0,0 +1,99 @@
+From 74a9a343f6e156d24539b81f1224b7410acf0e38 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 21 May 2014 14:07:53 -0400
+Subject: Use own thunk functions instead of vgaHW*Weak
+
+I plan to remove the Weak functions from a future server
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/neo_driver.c b/src/neo_driver.c
+index 7e60f3e..1b0da34 100644
+--- a/src/neo_driver.c
 b/src/neo_driver.c
+@@ -1439,6 +1439,12 @@ NEOShadowInit(ScreenPtr pScreen)
+   return TRUE;
+ }
+ 
++static Bool
++NEOSaveScreen(ScreenPtr pScreen, int mode)
++{
++return vgaHWSaveScreen(pScreen, mode);
++}
++
+ /* Mandatory */
+ static Bool
+ NEOScreenInit(SCREEN_INIT_ARGS_DECL)
+@@ -1712,7 +1718,7 @@ NEOScreenInit(SCREEN_INIT_ARGS_DECL)
+ 
+ NEOInitVideo(pScreen);
+ 
+-pScreen->SaveScreen = vgaHWSaveScreenWeak();
++pScreen->SaveScreen = NEOSaveScreen;
+ 
+ /* Setup DPMS mode */
+ if (nPtr->NeoChipset != NM2070)
+@@ -3049,6 +3055,12 @@ neo_ddc1Read(ScrnInfoPtr pScrn)
+ return (tmp);
+ }
+ 
++static void
++neo_ddc1SetSpeed(ScrnInfoPtr pScrn, xf86ddcSpeed speed)
++{
++vgaHWddc1SetSpeed(pScrn, speed);
++}
++
+ static xf86MonPtr
+ neo_ddc1(ScrnInfoPtr pScrn)
+ {
+@@ -3063,7 +3075,7 @@ neo_ddc1(ScrnInfoPtr pScrn)
+ VGAwCR(0x21,0x00);
+ VGAwCR(0x1D,0x01);  /* some Voodoo */ 
+ VGAwGR(0xA1,0x2F);
+-ret =  
xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn),vgaHWddc1SetSpeedWeak(),neo_ddc1Read);
++ret =  
xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn),neo_ddc1SetSpeed,neo_ddc1Read);
+ /* undo initialization */
+ VGAwCR(0x21,reg1);
+ VGAwCR(0x1D,reg2);
+-- 
+cgit v0.10.2
+From 6661bdd4551e4e63e983685464a277845aed3012 Mon Sep 17 00:00:00 2001
+From: Dave Airlie 
+Date: Sun, 21 Sep 2014 09:51:37 +1000
+Subject: neomagic: fix build against master X server.
+
+Signed-off-by: Dave Airlie 
+
+diff --git a/src/neo_driver.c b/src/neo_driver.c
+index 1b0da34..da01962 100644
+--- a/src/neo_driver.c
 b/src/neo_driver.c
+@@ -1994,10 +1994,12 @@ neoMapMem(ScrnInfoPtr pScrn)
+  

[arch-commits] Commit in xf86-video-r128/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:51:03
  Author: lcarlier
Revision: 231272

db-move: moved xf86-video-r128 from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-r128/repos/testing-i686/
  xf86-video-r128/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-r128/repos/staging-i686/PKGBUILD)
  xf86-video-r128/repos/testing-i686/git-fixes.patch
(from rev 231256, xf86-video-r128/repos/staging-i686/git-fixes.patch)
  xf86-video-r128/repos/testing-x86_64/
  xf86-video-r128/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-r128/repos/staging-x86_64/PKGBUILD)
  xf86-video-r128/repos/testing-x86_64/git-fixes.patch
(from rev 231256, xf86-video-r128/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-r128/repos/staging-i686/
  xf86-video-r128/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   38 
 testing-i686/git-fixes.patch   | 8804 +++
 testing-x86_64/PKGBUILD|   38 
 testing-x86_64/git-fixes.patch | 8804 +++
 4 files changed, 17684 insertions(+)

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


[arch-commits] Commit in xf86-video-nouveau/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:58
  Author: lcarlier
Revision: 231269

db-move: moved xf86-video-nouveau from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-nouveau/repos/staging-i686/PKGBUILD)
  xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install
(from rev 231256, 
xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/testing-x86_64/
  xf86-video-nouveau/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-nouveau/repos/staging-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install
(from rev 231256, 
xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/staging-i686/
  xf86-video-nouveau/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   29 
 testing-i686/xf86-video-nouveau.install   |6 +
 testing-x86_64/PKGBUILD   |   29 
 testing-x86_64/xf86-video-nouveau.install |6 +
 4 files changed, 70 insertions(+)

Copied: xf86-video-nouveau/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-nouveau/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:58 UTC (rev 231269)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.11
+pkgrel=3
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/";
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install (from 
rev 231256, xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install)
===
--- testing-i686/xf86-video-nouveau.install (rev 0)
+++ testing-i686/xf86-video-nouveau.install 2015-02-11 08:50:58 UTC (rev 
231269)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Copied: xf86-video-nouveau/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-nouveau/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:50:58 UTC (rev 231269)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.11
+pkgrel=3
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/";
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install 
(from rev 231256, 
xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install)
===
--- testing-x86_64/xf86-video-nouveau.install   (rev 0)
+++ testing-x86_64/xf86-video-nouveau.install   2015-02-11 08:50:58 UTC (rev 
231269)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}


[arch-commits] Commit in xf86-video-chips/repos (10 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:45
  Author: lcarlier
Revision: 231260

db-move: moved xf86-video-chips from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-chips/repos/testing-i686/
  xf86-video-chips/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-chips/repos/staging-i686/PKGBUILD)
  xf86-video-chips/repos/testing-i686/git-fix.diff
(from rev 231256, xf86-video-chips/repos/staging-i686/git-fix.diff)
  xf86-video-chips/repos/testing-i686/iopl.h
(from rev 231256, xf86-video-chips/repos/staging-i686/iopl.h)
  xf86-video-chips/repos/testing-x86_64/
  xf86-video-chips/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-chips/repos/staging-x86_64/PKGBUILD)
  xf86-video-chips/repos/testing-x86_64/git-fix.diff
(from rev 231256, xf86-video-chips/repos/staging-x86_64/git-fix.diff)
  xf86-video-chips/repos/testing-x86_64/iopl.h
(from rev 231256, xf86-video-chips/repos/staging-x86_64/iopl.h)
Deleted:
  xf86-video-chips/repos/staging-i686/
  xf86-video-chips/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   38 +++
 testing-i686/git-fix.diff   |  136 ++
 testing-i686/iopl.h |   60 ++
 testing-x86_64/PKGBUILD |   38 +++
 testing-x86_64/git-fix.diff |  136 ++
 testing-x86_64/iopl.h   |   60 ++
 6 files changed, 468 insertions(+)

Copied: xf86-video-chips/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-chips/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:45 UTC (rev 231260)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-chips
+pkgver=1.2.5
+pkgrel=6
+pkgdesc="X.org Chips and Technologies video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 iopl.h 
git-fix.diff)
+sha256sums=('8d3c744d035b3d769049647bb8022ec24500d31b1b224cd0ea4efe61f86bfed2'
+'d04607e51f9064fb128beceda9660feadb7775b585466a5b9fb04f942effc670'
+'7c3f454b866ae479b5ab5d7cde4cb1e226b6f4fc070f77c6025864c2a1441ce1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp ${srcdir}/iopl.h util/
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-chips/repos/testing-i686/git-fix.diff (from rev 231256, 
xf86-video-chips/repos/staging-i686/git-fix.diff)
===
--- testing-i686/git-fix.diff   (rev 0)
+++ testing-i686/git-fix.diff   2015-02-11 08:50:45 UTC (rev 231260)
@@ -0,0 +1,136 @@
+From 151a1ec855a9ada44907cb6bef06a71e9080504b Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:34 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/ct_driver.c b/src/ct_driver.c
+index 6f3a5d4..effbc60 100644
+--- a/src/ct_driver.c
 b/src/ct_driver.c
+@@ -96,9 +96,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* All drivers using the mi banking wrapper need this */
+ #ifdef HAVE_ISA
+ #include "mibank.h"
+@@ -4145,7 +4142,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
+   pBankInfo = NULL;
+   return FALSE;
+   }
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+ 
+   /* Initialise cursor functions */
+@@ -4296,7 +4292,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
+   }
+   }
+   
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+ #ifdef ENABLE_SILKEN_MOUSE
+   xf86SetSilkenMouse(pScreen);
+--
+cgit v0.9.0.2-2-gbebe
+From bb03c06322f875e905dec956e06a99b9674e57aa Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 21 May 2014 09:38:35 -0400
+Subject: ddc: Use own thunk function instead of vgaHWddc1SetSpeedWeak
+
+I plan to remove the Weak functions from future servers.
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/ct_ddc.c b/src/ct_ddc.c
+index 5e2346a..677d840 100644
+--- a/src/ct_ddc.c
 b/src/ct_ddc.c
+@@ -33,6 +33,12 @@ chips_ddc1Read(ScrnInfoPtr pScrn)
+ return (tmp & ddc_mask);
+ }
+ 
++static void
++chips_ddc1SetSpeed(

[arch-commits] Commit in xf86-video-glint/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:50
  Author: lcarlier
Revision: 231263

db-move: moved xf86-video-glint from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-glint/repos/testing-i686/
  xf86-video-glint/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-glint/repos/staging-i686/PKGBUILD)
  xf86-video-glint/repos/testing-i686/git-fix.diff
(from rev 231256, xf86-video-glint/repos/staging-i686/git-fix.diff)
  xf86-video-glint/repos/testing-x86_64/
  xf86-video-glint/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-glint/repos/staging-x86_64/PKGBUILD)
  xf86-video-glint/repos/testing-x86_64/git-fix.diff
(from rev 231256, xf86-video-glint/repos/staging-x86_64/git-fix.diff)
Deleted:
  xf86-video-glint/repos/staging-i686/
  xf86-video-glint/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-i686/git-fix.diff   |   30 ++
 testing-x86_64/PKGBUILD |   35 +++
 testing-x86_64/git-fix.diff |   30 ++
 4 files changed, 130 insertions(+)

Copied: xf86-video-glint/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-glint/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:50 UTC (rev 231263)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-glint
+pkgver=1.2.8
+pkgrel=6
+pkgdesc="X.org GLINT/Permedia video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
+'8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-glint/repos/testing-i686/git-fix.diff (from rev 231256, 
xf86-video-glint/repos/staging-i686/git-fix.diff)
===
--- testing-i686/git-fix.diff   (rev 0)
+++ testing-i686/git-fix.diff   2015-02-11 08:50:50 UTC (rev 231263)
@@ -0,0 +1,30 @@
+From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:38 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index b6d20a9..aa78516 100644
+--- a/src/glint_driver.c
 b/src/glint_driver.c
+@@ -52,8 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ 
+-#include "mibstore.h"
+-
+ #include "pm3_regs.h"
+ #include "glint_regs.h"
+ #include "IBM.h"
+@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-glint/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-glint/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:50:50 UTC (rev 231263)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-glint
+pkgver=1.2.8
+pkgrel=6
+pkgdesc="X.org GLINT/Permedia video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'xf86dgaproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
+'8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/shar

[arch-commits] Commit in xf86-video-i740/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:53
  Author: lcarlier
Revision: 231265

db-move: moved xf86-video-i740 from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-i740/repos/testing-i686/
  xf86-video-i740/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-i740/repos/staging-i686/PKGBUILD)
  xf86-video-i740/repos/testing-i686/git-fix.diff
(from rev 231256, xf86-video-i740/repos/staging-i686/git-fix.diff)
  xf86-video-i740/repos/testing-x86_64/
  xf86-video-i740/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-i740/repos/staging-x86_64/PKGBUILD)
  xf86-video-i740/repos/testing-x86_64/git-fix.diff
(from rev 231256, xf86-video-i740/repos/staging-x86_64/git-fix.diff)
Deleted:
  xf86-video-i740/repos/staging-i686/
  xf86-video-i740/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/git-fix.diff   |   32 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/git-fix.diff |   32 
 4 files changed, 132 insertions(+)

Copied: xf86-video-i740/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-i740/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:53 UTC (rev 231265)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-i740
+pkgver=1.3.4
+pkgrel=6
+pkgdesc="X.org Intel i740 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
+'2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-i740/repos/testing-i686/git-fix.diff (from rev 231256, 
xf86-video-i740/repos/staging-i686/git-fix.diff)
===
--- testing-i686/git-fix.diff   (rev 0)
+++ testing-i686/git-fix.diff   2015-02-11 08:50:53 UTC (rev 231265)
@@ -0,0 +1,32 @@
+From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Thu, 10 Jan 2013 03:21:52 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i740_driver.c b/src/i740_driver.c
+index 1c82198..7c1051d 100644
+--- a/src/i740_driver.c
 b/src/i740_driver.c
+@@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include "compiler.h"
+ 
+-/* Drivers using the mi implementation of backing store need: */
+-
+-#include "mibstore.h"
+-
+ /* All drivers using the vgahw module need this */
+ /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
+ #include "vgaHW.h"
+@@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
+ }
+   }
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+   xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i740/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-i740/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:50:53 UTC (rev 231265)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-i740
+pkgver=1.3.4
+pkgrel=6
+pkgdesc="X.org Intel i740 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
+'2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/

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

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:43
  Author: lcarlier
Revision: 231259

db-move: moved xf86-video-ati from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-ati/repos/testing-i686/
  xf86-video-ati/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-ati/repos/staging-i686/PKGBUILD)
  xf86-video-ati/repos/testing-x86_64/
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-ati/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-ati/repos/staging-i686/
  xf86-video-ati/repos/staging-x86_64/

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

Copied: xf86-video-ati/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-ati/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:43 UTC (rev 231259)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=7.5.0
+epoch=1
+pkgrel=2
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm>=2.4.58' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16.0' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-ati/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-ati/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:50:43 UTC (rev 231259)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=7.5.0
+epoch=1
+pkgrel=2
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm>=2.4.58' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16.0' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-ark/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:42
  Author: lcarlier
Revision: 231258

db-move: moved xf86-video-ark from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-ark/repos/testing-i686/
  xf86-video-ark/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-ark/repos/staging-i686/PKGBUILD)
  xf86-video-ark/repos/testing-i686/build-fix.diff
(from rev 231256, xf86-video-ark/repos/staging-i686/build-fix.diff)
  xf86-video-ark/repos/testing-x86_64/
  xf86-video-ark/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-ark/repos/staging-x86_64/PKGBUILD)
  xf86-video-ark/repos/testing-x86_64/build-fix.diff
(from rev 231256, xf86-video-ark/repos/staging-x86_64/build-fix.diff)
Deleted:
  xf86-video-ark/repos/staging-i686/
  xf86-video-ark/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   37 +
 testing-i686/build-fix.diff   |   10 ++
 testing-x86_64/PKGBUILD   |   37 +
 testing-x86_64/build-fix.diff |   10 ++
 4 files changed, 94 insertions(+)

Copied: xf86-video-ark/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-ark/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:42 UTC (rev 231258)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=6
+pkgdesc="X.org ark video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-ark/repos/testing-i686/build-fix.diff (from rev 231256, 
xf86-video-ark/repos/staging-i686/build-fix.diff)
===
--- testing-i686/build-fix.diff (rev 0)
+++ testing-i686/build-fix.diff 2015-02-11 08:50:42 UTC (rev 231258)
@@ -0,0 +1,10 @@
+--- xf86-video-ark-0.7.5/src/ark_driver.c  2012-07-17 06:51:36.0 
+0200
 xf86-video-ark-0.7.5/src/ark_driver.c.new  2013-03-09 12:34:04.33627 
+0100
+@@ -39,7 +39,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "ark.h"
+ 

Copied: xf86-video-ark/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-ark/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:50:42 UTC (rev 231258)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=6
+pkgdesc="X.org ark video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-ark/repos/testing-x86_64/build-fix.diff (from rev 231256, 
xf86-video-ark/repos/staging-x86_64/build-fix.diff)
===
--- testing-x86_64/build-fix.diff   (rev 0)
+++ testing-x86_64/build-fix.diff   2015-02-11 08:50:42 UTC (rev 231258)
@@ -0,0 

[arch-commits] Commit in xf86-video-i128/repos (8 files)

2015-02-11 Thread Laurent Carlier
Date: Wednesday, February 11, 2015 @ 09:50:51
  Author: lcarlier
Revision: 231264

db-move: moved xf86-video-i128 from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-i128/repos/testing-i686/
  xf86-video-i128/repos/testing-i686/PKGBUILD
(from rev 231256, xf86-video-i128/repos/staging-i686/PKGBUILD)
  xf86-video-i128/repos/testing-i686/git-fix.diff
(from rev 231256, xf86-video-i128/repos/staging-i686/git-fix.diff)
  xf86-video-i128/repos/testing-x86_64/
  xf86-video-i128/repos/testing-x86_64/PKGBUILD
(from rev 231256, xf86-video-i128/repos/staging-x86_64/PKGBUILD)
  xf86-video-i128/repos/testing-x86_64/git-fix.diff
(from rev 231256, xf86-video-i128/repos/staging-x86_64/git-fix.diff)
Deleted:
  xf86-video-i128/repos/staging-i686/
  xf86-video-i128/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-i686/git-fix.diff   |   53 ++
 testing-x86_64/PKGBUILD |   35 +++
 testing-x86_64/git-fix.diff |   53 ++
 4 files changed, 176 insertions(+)

Copied: xf86-video-i128/repos/testing-i686/PKGBUILD (from rev 231256, 
xf86-video-i128/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-11 08:50:51 UTC (rev 231264)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=6
+pkgdesc="X.org Number 9 I128 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'
+'3805461dd71ff6675fd08afd5c21a230e7f36d6cda6830adac38ceee36d96f4b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-i128/repos/testing-i686/git-fix.diff (from rev 231256, 
xf86-video-i128/repos/staging-i686/git-fix.diff)
===
--- testing-i686/git-fix.diff   (rev 0)
+++ testing-i686/git-fix.diff   2015-02-11 08:50:51 UTC (rev 231264)
@@ -0,0 +1,53 @@
+From 3226d66c951f3621fb940cc5844098d892089eb1 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 15 Aug 2012 17:03:11 +
+Subject: Don't bother to include vbe.h
+
+Just copied from xf86 boilerplate afaict.
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index 66fdee0..a0f08c0 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -55,7 +55,6 @@
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+-#include "vbe.h"
+ 
+ #include "xf86cmap.h"
+ #include "fb.h"
+--
+cgit v0.9.0.2-2-gbebe
+From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:40 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+ return FALSE;
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i128/repos/testing-x86_64/PKGBUILD (from rev 231256, 
xf86-video-i128/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-11 08:50:51 UTC (rev 231264)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=6
+pkgdesc="X.org Number 9 I128 video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<19' 
'X-ABI-VIDEODRV_VERSION>=20')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/rele

  1   2   >