[arch-commits] Commit in gsfonts/repos/testing-any (PKGBUILD PKGBUILD install install)

2016-07-27 Thread Gaëtan Bisson
Date: Thursday, July 28, 2016 @ 03:56:43
  Author: bisson
Revision: 272531

archrelease: copy trunk to testing-any

Added:
  gsfonts/repos/testing-any/PKGBUILD
(from rev 272530, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/testing-any/install
(from rev 272530, gsfonts/trunk/install)
Deleted:
  gsfonts/repos/testing-any/PKGBUILD
  gsfonts/repos/testing-any/install

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-28 03:56:23 UTC (rev 272530)
+++ PKGBUILD2016-07-28 03:56:43 UTC (rev 272531)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-# Contributor: dorphell 
-
-pkgname=gsfonts
-_pkgname=urw-core35-fonts
-pkgver=20160531
-pkgrel=2
-pkgdesc='URW+ Postscript core35 fonts'
-url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
-sha1sums=('SKIP')
-
-install=install
-
-package() {
-   cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/OTF
-   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
-}

Copied: gsfonts/repos/testing-any/PKGBUILD (from rev 272530, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-28 03:56:43 UTC (rev 272531)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: dorphell 
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20160531
+pkgrel=3
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+   cd "${srcdir}/${_pkgname}"
+   install -d "${pkgdir}"/usr/share/fonts/OTF
+   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+}

Deleted: install
===
--- install 2016-07-28 03:56:23 UTC (rev 272530)
+++ install 2016-07-28 03:56:43 UTC (rev 272531)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s &> /dev/null
-   mkfontscale /usr/share/fonts/Type1 &>/dev/null
-   mkfontdir /usr/share/fonts/Type1 &>/dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gsfonts/repos/testing-any/install (from rev 272530, 
gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2016-07-28 03:56:43 UTC (rev 272531)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s &> /dev/null
+   mkfontscale /usr/share/fonts/OTF &>/dev/null
+   mkfontdir /usr/share/fonts/OTF &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-07-27 Thread Gaëtan Bisson
Date: Thursday, July 28, 2016 @ 03:56:23
  Author: bisson
Revision: 272530

fix install scriptlet

Modified:
  gsfonts/trunk/PKGBUILD
  gsfonts/trunk/install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 20:07:10 UTC (rev 272529)
+++ PKGBUILD2016-07-28 03:56:23 UTC (rev 272530)
@@ -6,7 +6,7 @@
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
 pkgver=20160531
-pkgrel=2
+pkgrel=3
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
 arch=('any')

Modified: install
===
--- install 2016-07-27 20:07:10 UTC (rev 272529)
+++ install 2016-07-28 03:56:23 UTC (rev 272530)
@@ -1,7 +1,7 @@
 post_install() {
fc-cache -s &> /dev/null
-   mkfontscale /usr/share/fonts/Type1 &>/dev/null
-   mkfontdir /usr/share/fonts/Type1 &>/dev/null
+   mkfontscale /usr/share/fonts/OTF &>/dev/null
+   mkfontdir /usr/share/fonts/OTF &>/dev/null
 }
 
 post_upgrade() {


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

2016-07-27 Thread Florian Pritz
Date: Wednesday, July 27, 2016 @ 19:36:10
  Author: bluewind
Revision: 184525

upgpkg: filezilla 3.20.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 19:32:18 UTC (rev 184524)
+++ PKGBUILD2016-07-27 19:36:10 UTC (rev 184525)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.19.0
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('8cbb61393e029f4bd71cfe1d1f32adeb')
+md5sums=('91c548a361e188bf21984246b5eba482')


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

2016-07-27 Thread Florian Pritz
Date: Wednesday, July 27, 2016 @ 19:36:14
  Author: bluewind
Revision: 184526

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 19:36:10 UTC (rev 184525)
+++ community-i686/PKGBUILD 2016-07-27 19:36:14 UTC (rev 184526)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.19.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('8cbb61393e029f4bd71cfe1d1f32adeb')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 184525, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-27 19:36:14 UTC (rev 184526)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('91c548a361e188bf21984246b5eba482')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-27 19:36:10 UTC (rev 184525)
+++ community-x86_64/PKGBUILD   2016-07-27 19:36:14 UTC (rev 184526)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.19.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('8cbb61393e029f4bd71cfe1d1f32adeb')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 184525, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-27 19:36:14 UTC (rev 184526)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")

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

2016-07-27 Thread Andreas Radke
Date: Wednesday, July 27, 2016 @ 19:34:26
  Author: andyrtr
Revision: 272521

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

Added:
  gutenprint/repos/testing-i686/
  gutenprint/repos/testing-i686/PKGBUILD
(from rev 272520, gutenprint/trunk/PKGBUILD)
  gutenprint/repos/testing-i686/gutenprint.install
(from rev 272520, gutenprint/trunk/gutenprint.install)
  gutenprint/repos/testing-x86_64/
  gutenprint/repos/testing-x86_64/PKGBUILD
(from rev 272520, gutenprint/trunk/PKGBUILD)
  gutenprint/repos/testing-x86_64/gutenprint.install
(from rev 272520, gutenprint/trunk/gutenprint.install)

---+
 testing-i686/PKGBUILD |   91 
 testing-i686/gutenprint.install   |9 +++
 testing-x86_64/PKGBUILD   |   91 
 testing-x86_64/gutenprint.install |9 +++
 4 files changed, 200 insertions(+)

Copied: gutenprint/repos/testing-i686/PKGBUILD (from rev 272520, 
gutenprint/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-27 19:34:26 UTC (rev 272521)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=gutenprint
+pkgname=('gutenprint' 'foomatic-db-gutenprint' 'foomatic-db-gutenprint-ppds')
+pkgver=5.2.11
+pkgrel=4
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ijs' 'ghostscript'
+# for the docs
+'dialog' 'doxygen' 'docbook-utils' 'texi2html' 'texlive-bin')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/;
+options=('!emptydirs')
+sha1sums=('2a00c84ebb382c701d95e18b7decf1268bb2b9d2')
+
+prepare(){
+  cd ${pkgbase}-${pkgver}
+  # sbindir is not properly taken over there
+  sed -i "s:cups_sbindir=\"\/usr\/sbin\":cups_sbindir=\"\/usr\/bin\":g" 
m4/stp_cups.m4
+  sed -i  
"s:cups_sbindir=\"\${cups_prefix}\/sbin\":cups_sbindir=\"\${cups_prefix}\/bin\":"
 m4/stp_cups.m4
+  sed -i "s:m4local:m4extra:" Makefile.am
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--disable-rpath \
+--enable-samples \
+   --disable-static \
+   --disable-static-genppd \
+   --enable-cups-ppds \
+   --enable-simplified-cups-ppds=only \
+   --enable-translated-cups-ppds \
+   --enable-globalized-cups-ppds #--help
+
+  # globalized ppds -> put all translations into one ppd file
+  # enable translated cups ppds grows size 9,5MB -> 156MB
+  # simplified cups ppds (yes, no, only) - only offer basic paper sizes, not 
all options 
+  # 4,3MB (only), 17MB (both) -> translated 41MB simpl., 165MB, 231MB both
+   
+  make
+}
+
+package_gutenprint() {
+  pkgdesc="Top quality printer drivers for POSIX systems"
+  install=gutenprint.install
+  depends=('cups' 'cups-filters' 'ijs')
+  optdepends=('gimp:   adds gutenprint plugin to gimp'
+'libusb:   required for drivers that depend on gutenprint52usb 
backend'
+'foomatic-db-gutenprint-ppds: prebuilt ppd files')
+  replaces=('gimp-print')
+  options=('!emptydirs')
+  
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # split out files
+  mkdir $srcdir/tmp_foomatic-db-gutenprint
+  mkdir $srcdir/tmp_foomatic-db-gutenprint-ppds
+  
+  mv ${pkgdir}/usr/share/foomatic $srcdir/tmp_foomatic-db-gutenprint/
+  
+  mv ${pkgdir}/usr/share/cups/model $srcdir/tmp_foomatic-db-gutenprint-ppds/
+
+  # cleanup
+  rm -rf ${pkgdir}/usr/share/foomatic #/kitload.log
+  rm -rf ${pkgdir}/etc #/cups/command.types
+}
+
+package_foomatic-db-gutenprint() {
+  pkgdesc="database of printers,printer drivers, and driver descriptions"
+  depends=('foomatic-db-engine')
+
+  cd ${pkgbase}-${pkgver}
+  mkdir -p ${pkgdir}/usr/share/gutenprint
+  mv $srcdir/tmp_foomatic-db-gutenprint/foomatic ${pkgdir}/usr/share/foomatic
+}
+
+package_foomatic-db-gutenprint-ppds() {
+  pkgdesc="simplified prebuilt ppd files"
+  optdepends=('cups:   to use cups printer spooler(recommended)')
+  
+  cd ${pkgbase}-${pkgver}
+  mkdir -p ${pkgdir}/usr/share/cups
+  mv $srcdir/tmp_foomatic-db-gutenprint-ppds/* ${pkgdir}//usr/share/cups/
+}

Copied: gutenprint/repos/testing-i686/gutenprint.install (from rev 272520, 
gutenprint/trunk/gutenprint.install)
===
--- testing-i686/gutenprint.install (rev 0)
+++ testing-i686/gutenprint.install 2016-07-27 19:34:26 UTC (rev 272521)
@@ -0,0 +1,9 @@
+post_install() {
+ echo ">>please run /usr/bin/cups-genppdupdate"
+ echo ">>and restart cups deamon"
+}
+
+post_upgrade() {
+   post_install
+}
+

Copied: gutenprint/repos/testing-x86_64/PKGBUILD (from rev 272520, 

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

2016-07-27 Thread Andreas Radke
Date: Wednesday, July 27, 2016 @ 19:34:13
  Author: andyrtr
Revision: 272520

upgpkg: gutenprint 5.2.11-4

make the ijs driver work again - depend on new ijs pkg

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 18:18:40 UTC (rev 272519)
+++ PKGBUILD2016-07-27 19:34:13 UTC (rev 272520)
@@ -4,11 +4,11 @@
 pkgbase=gutenprint
 pkgname=('gutenprint' 'foomatic-db-gutenprint' 'foomatic-db-gutenprint-ppds')
 pkgver=5.2.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Top quality printer drivers for POSIX systems"
 arch=('i686' 'x86_64')
 license=('GPL')
-makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript'
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ijs' 'ghostscript'
 # for the docs
 'dialog' 'doxygen' 'docbook-utils' 'texi2html' 'texlive-bin')
 source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
@@ -49,10 +49,10 @@
 package_gutenprint() {
   pkgdesc="Top quality printer drivers for POSIX systems"
   install=gutenprint.install
-  depends=('cups' 'cups-filters')
+  depends=('cups' 'cups-filters' 'ijs')
   optdepends=('gimp:   adds gutenprint plugin to gimp'
 'libusb:   required for drivers that depend on gutenprint52usb 
backend'
-'foomatic-db-gutenprint-ppds')
+'foomatic-db-gutenprint-ppds: prebuilt ppd files')
   replaces=('gimp-print')
   options=('!emptydirs')
   
@@ -76,9 +76,6 @@
   pkgdesc="database of printers,printer drivers, and driver descriptions"
   depends=('foomatic-db-engine')
 
-  # this pkg is deprecated and probably won't work well because
-  # with ghostscript 9.19 ijsgutenprint binary is missing.
-
   cd ${pkgbase}-${pkgver}
   mkdir -p ${pkgdir}/usr/share/gutenprint
   mv $srcdir/tmp_foomatic-db-gutenprint/foomatic ${pkgdir}/usr/share/foomatic


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

2016-07-27 Thread Florian Pritz
Date: Wednesday, July 27, 2016 @ 19:32:14
  Author: bluewind
Revision: 184523

upgpkg: libfilezilla 0.6.1-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 17:32:53 UTC (rev 184522)
+++ PKGBUILD2016-07-27 19:32:14 UTC (rev 184523)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.5.3
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('6192fd89318c1107b5b8095fd43dc3a5')
+md5sums=('3d4728ce8949490b09198443e955c8b6')


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

2016-07-27 Thread Florian Pritz
Date: Wednesday, July 27, 2016 @ 19:32:18
  Author: bluewind
Revision: 184524

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 19:32:14 UTC (rev 184523)
+++ community-i686/PKGBUILD 2016-07-27 19:32:18 UTC (rev 184524)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('6192fd89318c1107b5b8095fd43dc3a5')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 184523, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-27 19:32:18 UTC (rev 184524)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('3d4728ce8949490b09198443e955c8b6')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-27 19:32:14 UTC (rev 184523)
+++ community-x86_64/PKGBUILD   2016-07-27 19:32:18 UTC (rev 184524)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('6192fd89318c1107b5b8095fd43dc3a5')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 184523, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-27 19:32:18 UTC (rev 184524)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')

[arch-commits] Commit in gsfonts/repos/testing-any (PKGBUILD PKGBUILD install install)

2016-07-27 Thread Gaëtan Bisson
Date: Wednesday, July 27, 2016 @ 18:18:40
  Author: bisson
Revision: 272519

archrelease: copy trunk to testing-any

Added:
  gsfonts/repos/testing-any/PKGBUILD
(from rev 272518, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/testing-any/install
(from rev 272518, gsfonts/trunk/install)
Deleted:
  gsfonts/repos/testing-any/PKGBUILD
  gsfonts/repos/testing-any/install

--+
 PKGBUILD |   52 +---
 install  |   26 +-
 2 files changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 18:18:12 UTC (rev 272518)
+++ PKGBUILD2016-07-27 18:18:40 UTC (rev 272519)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-# Contributor: dorphell 
-
-pkgname=gsfonts
-_pkgname=urw-core35-fonts
-pkgver=20160531
-pkgrel=1
-pkgdesc='URW+ Postscript core35 fonts'
-url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
-sha1sums=('SKIP')
-
-install=install
-
-package() {
-   cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/{Type1,OTF,TTF}
-   install -m644 *.{afm,t1} "${pkgdir}"/usr/share/fonts/Type1
-   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
-   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
-}

Copied: gsfonts/repos/testing-any/PKGBUILD (from rev 272518, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 18:18:40 UTC (rev 272519)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: dorphell 
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20160531
+pkgrel=2
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+   cd "${srcdir}/${_pkgname}"
+   install -d "${pkgdir}"/usr/share/fonts/OTF
+   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+}

Deleted: install
===
--- install 2016-07-27 18:18:12 UTC (rev 272518)
+++ install 2016-07-27 18:18:40 UTC (rev 272519)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale /usr/share/fonts/Type1
-   mkfontdir /usr/share/fonts/Type1
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gsfonts/repos/testing-any/install (from rev 272518, 
gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2016-07-27 18:18:40 UTC (rev 272519)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s &> /dev/null
+   mkfontscale /usr/share/fonts/Type1 &>/dev/null
+   mkfontdir /usr/share/fonts/Type1 &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-07-27 Thread Gaëtan Bisson
Date: Wednesday, July 27, 2016 @ 18:18:12
  Author: bisson
Revision: 272518

type1 should be superseded by otf

Modified:
  gsfonts/trunk/PKGBUILD
  gsfonts/trunk/install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 18:05:40 UTC (rev 272517)
+++ PKGBUILD2016-07-27 18:18:12 UTC (rev 272518)
@@ -6,7 +6,7 @@
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
 pkgver=20160531
-pkgrel=1
+pkgrel=2
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
 arch=('any')
@@ -20,8 +20,6 @@
 
 package() {
cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/{Type1,OTF,TTF}
-   install -m644 *.{afm,t1} "${pkgdir}"/usr/share/fonts/Type1
+   install -d "${pkgdir}"/usr/share/fonts/OTF
install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
-   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
 }

Modified: install
===
--- install 2016-07-27 18:05:40 UTC (rev 272517)
+++ install 2016-07-27 18:18:12 UTC (rev 272518)
@@ -1,7 +1,7 @@
 post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale /usr/share/fonts/Type1
-   mkfontdir /usr/share/fonts/Type1
+   fc-cache -s &> /dev/null
+   mkfontscale /usr/share/fonts/Type1 &>/dev/null
+   mkfontdir /usr/share/fonts/Type1 &>/dev/null
 }
 
 post_upgrade() {


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

2016-07-27 Thread Andreas Radke
Date: Wednesday, July 27, 2016 @ 18:05:40
  Author: andyrtr
Revision: 272517

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

Added:
  ghostscript/repos/testing-i686/
  ghostscript/repos/testing-i686/PKGBUILD
(from rev 272516, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch
(from rev 272516, ghostscript/trunk/ghostscript-sys-zlib.patch)
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 272516, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-x86_64/ghostscript-sys-zlib.patch
(from rev 272516, ghostscript/trunk/ghostscript-sys-zlib.patch)

---+
 testing-i686/PKGBUILD |   75 
 testing-i686/ghostscript-sys-zlib.patch   |   25 +
 testing-x86_64/PKGBUILD   |   75 
 testing-x86_64/ghostscript-sys-zlib.patch |   25 +
 4 files changed, 200 insertions(+)

Copied: ghostscript/repos/testing-i686/PKGBUILD (from rev 272516, 
ghostscript/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-27 18:05:40 UTC (rev 272517)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=ghostscript
+pkgver=9.19
+pkgrel=2
+pkgdesc="An interpreter for the PostScript language"
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg'
+ 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
+makedepends=('gtk3' 'gnutls' 'hardening-wrapper' 'ijs')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk3:  needed for gsx')
+url="http://www.ghostscript.com/;
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostscript-${pkgver}.tar.bz2
+#http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+ghostscript-sys-zlib.patch)
+#options=('!makeflags')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+sha1sums=('6ac5c1fb665b3201622e1149f04c641c506bf6c4'
+  'e054caf753df4d67221b29a2eac66130653f7556')
+prepare() {
+  cd ghostscript-${pkgver}
+  # fix build with system zlib
+  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+}
+
+build() {
+  cd ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
+  # https://bugs.archlinux.org/task/38226
+  rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # 
jbig2dec is in community
+
+  autoconf --force
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --enable-fontconfig \
+   --enable-freetype \
+   --enable-openjpeg \
+   --without-luratech \
+   --without-omni \
+   --with-system-libtiff \
+   --with-libpaper \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+}
+
+package() {
+  cd ghostscript-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   cups_serverroot="${pkgdir}"/etc/cups \
+   cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove unwanted localized man-pages
+  rm -rf "$pkgdir"/usr/share/man/[^man1]*
+
+  # remove filters that are now maintained in cups-filters as upstream home
+  rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
+}

Copied: ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch (from rev 
272516, ghostscript/trunk/ghostscript-sys-zlib.patch)
===
--- testing-i686/ghostscript-sys-zlib.patch (rev 0)
+++ testing-i686/ghostscript-sys-zlib.patch 2016-07-27 18:05:40 UTC (rev 
272517)
@@ -0,0 +1,25 @@
+diff -up ghostscript-9.12/configure.ac.sys-zlib ghostscript-9.12/configure.ac
+--- ghostscript-9.12/configure.ac.sys-zlib 2014-03-26 11:48:54.98397 
+
 ghostscript-9.12/configure.ac  2014-03-26 11:49:36.807230531 +
+@@ -854,7 +854,7 @@ AC_MSG_CHECKING([for local zlib source])
+ dnl zlib is needed for language level 3, and libpng
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
+ # this seems a harmless default
+-ZLIBDIR=src
++ZLIBDIR=$includedir
+ AUX_SHARED_ZLIB=
+ 
+ if test -d $srcdir/zlib; then
+diff -up 

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

2016-07-27 Thread Andreas Radke
Date: Wednesday, July 27, 2016 @ 18:05:29
  Author: andyrtr
Revision: 272516

upgpkg: ghostscript 9.19-2

don't build internal ijs anymore - upstream dropped ijs-config and broke 
gutenprint and other ijs drivers... - let's use ancient separate ijs in its way 
it was before it went into ghostscript sources

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 17:52:02 UTC (rev 272515)
+++ PKGBUILD2016-07-27 18:05:29 UTC (rev 272516)
@@ -3,13 +3,13 @@
 
 pkgname=ghostscript
 pkgver=9.19
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
 depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg'
  'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
-makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
+makedepends=('gtk3' 'gnutls' 'hardening-wrapper' 'ijs')
 optdepends=('texlive-core:  needed for dvipdf'
 'gtk3:  needed for gsx')
 url="http://www.ghostscript.com/;
@@ -18,9 +18,8 @@
 ghostscript-sys-zlib.patch)
 #options=('!makeflags')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-sha1sums=('202e234d54a4ccd667b57c9ae8b48bd65fafd503'
+sha1sums=('6ac5c1fb665b3201622e1149f04c641c506bf6c4'
   'e054caf753df4d67221b29a2eac66130653f7556')
-
 prepare() {
   cd ghostscript-${pkgver}
   # fix build with system zlib
@@ -55,12 +54,6 @@
--disable-compile-inits #--help # needed for linking with system-zlib
   make
 
-  # Build IJS
-  cd ijs
-  sed -i "s:AM_PROG_CC_STDC:AC_PROG_CC:g" configure.ac
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make
 }
 
 package() {
@@ -77,10 +70,6 @@
   # remove unwanted localized man-pages
   rm -rf "$pkgdir"/usr/share/man/[^man1]*
 
-  # install IJS
-  cd ijs
-  make DESTDIR="${pkgdir}" install
-  
   # remove filters that are now maintained in cups-filters as upstream home
   rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
 }


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

2016-07-27 Thread Andreas Radke
Date: Wednesday, July 27, 2016 @ 17:52:02
  Author: andyrtr
Revision: 272515

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

Added:
  ijs/repos/testing-i686/
  ijs/repos/testing-i686/PKGBUILD
(from rev 272514, ijs/trunk/PKGBUILD)
  ijs/repos/testing-x86_64/
  ijs/repos/testing-x86_64/PKGBUILD
(from rev 272514, ijs/trunk/PKGBUILD)

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

Copied: ijs/repos/testing-i686/PKGBUILD (from rev 272514, ijs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-27 17:52:02 UTC (rev 272515)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=ijs
+pkgver=0.35
+pkgrel=1
+pkgdesc="a library which implements a protocol for transmission of raster page 
images"
+arch=('i686' 'x86_64')
+url="http://www.openprinting.org/download/ijs/;
+license=('GPL')
+depends=('glibc' 'sh')
+makedepends=('docbook-utils' 'ghostscript')
+source=("http://www.openprinting.org/download/ijs/download/ijs-$pkgver.tar.bz2;)
+md5sums=('896fdcb7a01c586ba6eb81398ea3f6e9')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr \
+  --disable-static \
+  --enable-shared \
+  --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+# install doc
+install -Dm644 ijs_spec.pdf 
${pkgdir}/usr/share/doc/$pkgname/ijs_spec.pdf
+}

Copied: ijs/repos/testing-x86_64/PKGBUILD (from rev 272514, ijs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-27 17:52:02 UTC (rev 272515)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=ijs
+pkgver=0.35
+pkgrel=1
+pkgdesc="a library which implements a protocol for transmission of raster page 
images"
+arch=('i686' 'x86_64')
+url="http://www.openprinting.org/download/ijs/;
+license=('GPL')
+depends=('glibc' 'sh')
+makedepends=('docbook-utils' 'ghostscript')
+source=("http://www.openprinting.org/download/ijs/download/ijs-$pkgver.tar.bz2;)
+md5sums=('896fdcb7a01c586ba6eb81398ea3f6e9')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr \
+  --disable-static \
+  --enable-shared \
+  --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+# install doc
+install -Dm644 ijs_spec.pdf 
${pkgdir}/usr/share/doc/$pkgname/ijs_spec.pdf
+}


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

2016-07-27 Thread Andreas Radke
Date: Wednesday, July 27, 2016 @ 17:51:51
  Author: andyrtr
Revision: 272514

upgpkg: ijs 0.35-1

initial Arch Linux package

Modified:
  ijs/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 16:50:26 UTC (rev 272513)
+++ PKGBUILD2016-07-27 17:51:51 UTC (rev 272514)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 272011 2016-07-19 19:49:37Z andyrtr $
+# $Id$
 # Maintainer: Andreas Radke 
 
 pkgname=ijs
@@ -8,8 +8,8 @@
 arch=('i686' 'x86_64')
 url="http://www.openprinting.org/download/ijs/;
 license=('GPL')
-depends=('ghostscript' 'sh')
-makedepends=('docbook-utils')
+depends=('glibc' 'sh')
+makedepends=('docbook-utils' 'ghostscript')
 
source=("http://www.openprinting.org/download/ijs/download/ijs-$pkgver.tar.bz2;)
 md5sums=('896fdcb7a01c586ba6eb81398ea3f6e9')
 


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


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

2016-07-27 Thread Laurent Carlier
Date: Wednesday, July 27, 2016 @ 17:32:53
  Author: lcarlier
Revision: 184522

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  
lib32-mesa/repos/multilib-testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
(from rev 184521, 
lib32-mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
(from rev 184521, 
lib32-mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 184521, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 184521, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-testing-x86_64/remove-libpthread-stubs.patch
(from rev 184521, lib32-mesa/trunk/remove-libpthread-stubs.patch)

---+
 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch |   76 ++
 0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch|   38 +++
 LICENSE   |   82 ++
 PKGBUILD  |  149 
 remove-libpthread-stubs.patch |   14 +
 5 files changed, 359 insertions(+)

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
 (from rev 184521, 
lib32-mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
===
--- 
multilib-testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
   (rev 0)
+++ 
multilib-testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
   2016-07-27 17:32:53 UTC (rev 184522)
@@ -0,0 +1,76 @@
+From 9ce52baf7f479d506bcea17a371dcf2fad92f139 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Christian=20K=C3=B6nig?= 
+Date: Wed, 13 Jul 2016 14:54:31 +0200
+Subject: [PATCH] st/mesa: fix reference counting bug in st_vdpau
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Otherwise we leak the resources created for the DMA-buf descriptors.
+
+Signed-off-by: Christian König 
+Cc: 12.0 
+Tested-and-Reviewed by: Leo Liu 
+Ack-by: Tom St Denis 
+---
+ src/mesa/state_tracker/st_vdpau.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/src/mesa/state_tracker/st_vdpau.c 
b/src/mesa/state_tracker/st_vdpau.c
+index dffa52f..4f599dd 100644
+--- a/src/mesa/state_tracker/st_vdpau.c
 b/src/mesa/state_tracker/st_vdpau.c
+@@ -65,6 +65,7 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
+ 
+struct pipe_video_buffer *buffer;
+struct pipe_sampler_view **samplers;
++   struct pipe_resource *res = NULL;
+ 
+getProcAddr = (void *)ctx->vdpGetProcAddress;
+if (getProcAddr(device, VDP_FUNC_ID_VIDEO_SURFACE_GALLIUM, (void**)))
+@@ -82,7 +83,8 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
+if (!sv)
+   return NULL;
+ 
+-   return sv->texture;
++   pipe_resource_reference(, sv->texture);
++   return res;
+ }
+ 
+ static struct pipe_resource *
+@@ -90,13 +92,15 @@ st_vdpau_output_surface_gallium(struct gl_context *ctx, 
const void *vdpSurface)
+ {
+int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr);
+uint32_t device = (uintptr_t)ctx->vdpDevice;
++   struct pipe_resource *res = NULL;
+VdpOutputSurfaceGallium *f;
+ 
+getProcAddr = (void *)ctx->vdpGetProcAddress;
+if (getProcAddr(device, VDP_FUNC_ID_OUTPUT_SURFACE_GALLIUM, (void**)))
+   return NULL;
+ 
+-   return f((uintptr_t)vdpSurface);
++   pipe_resource_reference(, f((uintptr_t)vdpSurface));
++   return res;
+ }
+ 
+ static struct pipe_resource *
+@@ -208,6 +212,7 @@ st_vdpau_map_surface(struct gl_context *ctx, GLenum 
target, GLenum access,
+/* do we have different screen objects ? */
+if (res->screen != st->pipe->screen) {
+   _mesa_error(ctx, GL_INVALID_OPERATION, "VDPAUMapSurfacesNV");
++  pipe_resource_reference(, NULL);
+   return;
+}
+ 
+@@ -241,6 +246,7 @@ st_vdpau_map_surface(struct gl_context *ctx, GLenum 
target, GLenum access,
+stObj->surface_format = res->format;
+ 
+_mesa_dirty_texobj(ctx, texObj);
++   pipe_resource_reference(, NULL);
+ }
+ 
+ static void
+-- 
+2.9.0
+

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
 (from rev 184521, 
lib32-mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
===
--- 
multilib-testing-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch  
  

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

2016-07-27 Thread Laurent Carlier
Date: Wednesday, July 27, 2016 @ 17:32:48
  Author: lcarlier
Revision: 184521

upgpkg: lib32-mesa 12.0.1-3

mesa should not conflict with libegl and libgles (FS#49542)

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 16:52:45 UTC (rev 184520)
+++ PKGBUILD2016-07-27 17:32:48 UTC (rev 184521)
@@ -5,7 +5,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
 pkgver=12.0.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -93,11 +93,11 @@
'lib32-elfutils' 'lib32-llvm-libs' 'lib32-wayland' 
'lib32-libtxc_dxtn' 'lib32-expat' 'mesa')
   optdepends=('opengl-man-pages: for the OpenGL API man pages'
   'lib32-mesa-vdpau: for accelerated video playback')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl'
+  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm'
 'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
-  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl'
+  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm'
 'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
-  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl'
+  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm'
 'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
 
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
@@ -123,8 +123,8 @@
 package_lib32-mesa-libgl() {
   pkgdesc="Mesa 3-D graphics library (32-bit)"
   depends=('lib32-mesa')
-  provides=('lib32-libgl')
-  replaces=('lib32-libgl')
+  provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+  replaces=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
 
   install -m755 -d ${pkgdir}/usr/lib32
 


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

2016-07-27 Thread Laurent Carlier
Date: Wednesday, July 27, 2016 @ 16:50:18
  Author: lcarlier
Revision: 272512

upgpkg: mesa 12.0.1-3

mesa should not conflict with libegl and libgles (FS#49542)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 16:28:24 UTC (rev 272511)
+++ PKGBUILD2016-07-27 16:50:18 UTC (rev 272512)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 
'mesa-libgl')
 pkgver=12.0.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
@@ -135,11 +135,11 @@
   optdepends=('opengl-man-pages: for the OpenGL API man pages'
   'mesa-vdpau: for accelerated video playback'
   'libva-mesa-driver: for accelerated video playback')
-  provides=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel'
+  provides=('libglapi' 'osmesa' 'libgbm' 'khrplatform-devel'
 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri')
-  conflicts=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel'
+  conflicts=('libglapi' 'osmesa' 'libgbm' 'khrplatform-devel'
  'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri')
-  replaces=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel'
+  replaces=('libglapi' 'osmesa' 'libgbm' 'khrplatform-devel'
 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri')
 
   install -m755 -d ${pkgdir}/etc
@@ -175,8 +175,8 @@
 package_mesa-libgl() {
   pkgdesc="Mesa 3-D graphics library"
   depends=('mesa')
-  provides=('libgl')
-  replaces=('libgl')
+  provides=('libgl' 'libgles' 'libegl')
+  replaces=('libgl' 'libgles' 'libegl')
  
   # See FS#26284
   install -m755 -d "${pkgdir}/usr/lib/xorg/modules/extensions"


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 16:52:45
  Author: felixonmars
Revision: 184520

archrelease: copy trunk to community-x86_64

Added:
  wiredtiger/repos/community-x86_64/PKGBUILD
(from rev 184519, wiredtiger/trunk/PKGBUILD)
Deleted:
  wiredtiger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 16:52:07 UTC (rev 184519)
+++ PKGBUILD2016-07-27 16:52:45 UTC (rev 184520)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stefan Husmann 
-
-pkgname=wiredtiger
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
-arch=('x86_64')
-url="http://source.wiredtiger.com/;
-license=('GPL')
-depends=('snappy' 'lz4' 'zlib' 'gperftools')
-makedepends=('git')
-source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/wiredtiger"
-  
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-leveldb \
-  --enable-lz4 \
-  --enable-tcmalloc \
-  --with-builtins=snappy,zlib
-  make
-}
-
-check() {
-  cd "$srcdir/wiredtiger"
-  make test
-}
-
-package() {
-  cd "$srcdir/wiredtiger"
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiredtiger/repos/community-x86_64/PKGBUILD (from rev 184519, 
wiredtiger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 16:52:45 UTC (rev 184520)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stefan Husmann 
+
+pkgname=wiredtiger
+pkgver=2.8.0.20160726
+_commit=848e5f5c0bd836781b379f6ade56f16433bd3853
+pkgrel=1
+pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
+arch=('x86_64')
+url="http://source.wiredtiger.com/;
+license=('GPL')
+depends=('snappy' 'lz4' 'zlib' 'gperftools')
+makedepends=('git')
+source=("git://github.com/wiredtiger/wiredtiger.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/wiredtiger"
+  
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-leveldb \
+  --enable-lz4 \
+  --enable-tcmalloc \
+  --with-builtins=snappy,zlib
+  make
+}
+
+check() {
+  cd "$srcdir/wiredtiger"
+  make test
+}
+
+package() {
+  cd "$srcdir/wiredtiger"
+  make DESTDIR="$pkgdir/" install
+}


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 16:52:07
  Author: felixonmars
Revision: 184519

upgpkg: wiredtiger 2.8.0.20160726-1

Modified:
  wiredtiger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 16:51:50 UTC (rev 184518)
+++ PKGBUILD2016-07-27 16:52:07 UTC (rev 184519)
@@ -3,7 +3,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=wiredtiger
-pkgver=2.8.0
+pkgver=2.8.0.20160726
+_commit=848e5f5c0bd836781b379f6ade56f16433bd3853
 pkgrel=1
 pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
 arch=('x86_64')
@@ -11,7 +12,7 @@
 license=('GPL')
 depends=('snappy' 'lz4' 'zlib' 'gperftools')
 makedepends=('git')
-source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
+source=("git://github.com/wiredtiger/wiredtiger.git#commit=$_commit")
 md5sums=('SKIP')
 
 build() {


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 16:51:50
  Author: felixonmars
Revision: 184518

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 184517, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/boost160.patch
(from rev 184517, mongodb/trunk/boost160.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 184517, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 184517, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 184517, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 184517, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/boost160.patch
(from rev 184517, mongodb/trunk/boost160.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 184517, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 184517, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 184517, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/boost160.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/boost160.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service

--+
 /PKGBUILD|  196 +
 /boost160.patch  |   22 
 /mongodb.conf|   16 +++
 /mongodb.install |   64 
 /mongodb.service |   20 +++
 community-i686/PKGBUILD  |   98 --
 community-i686/boost160.patch|   11 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 --
 community-i686/mongodb.service   |   10 -
 community-x86_64/PKGBUILD|   98 --
 community-x86_64/boost160.patch  |   11 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 --
 community-x86_64/mongodb.service |   10 -
 15 files changed, 318 insertions(+), 318 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 16:50:35 UTC (rev 184517)
+++ community-i686/PKGBUILD 2016-07-27 16:51:50 UTC (rev 184518)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mathias Stearn 
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=3.2.7
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp')
-[[ "$CARCH" == "x86_64" ]] && depends+=('wiredtiger')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
-checkdepends=('python2-pymongo' 'python2-yaml')
-optdepends=('libpcap: needed for mongosniff'
-'mongodb-tools: mongoimport, mongodump, mongotop, etc')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'boost160.patch'
-'mongodb.conf' 'mongodb.service')
-sha512sums=('cc64d50d37175e6ed8e7a2c9a497ed7f720727af181ae65216c8a03bd68a6353f73a95977aed13fae2596d4be0f4caf37fe60f1f54c410769fc7df02bf1f04bf'
-
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
-
-_scons_args=(
-  --use-system-boost
-  --use-system-pcre
-  --use-system-snappy
-  --use-system-yaml
-  --use-system-zlib
-  --use-sasl-client
-  --ssl
-  --disable-warnings-as-errors
-  # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
-  # --use-system-v8   # Doesn't compile
-  # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
-)
-
-if [ "$CARCH" == "x86_64" ]; then
-  _scons_args+=(--use-system-wiredtiger)
-else
-  # WiredTiger must be disabled manually when building for i686
-  _scons_args+=(--wiredtiger=off)
-fi
-
-prepare() {
-  cd 

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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 16:50:35
  Author: felixonmars
Revision: 184517

upgpkg: mongodb 3.2.8-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 15:54:09 UTC (rev 184516)
+++ PKGBUILD2016-07-27 16:50:35 UTC (rev 184517)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.7
+pkgver=3.2.8
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('cc64d50d37175e6ed8e7a2c9a497ed7f720727af181ae65216c8a03bd68a6353f73a95977aed13fae2596d4be0f4caf37fe60f1f54c410769fc7df02bf1f04bf'
+sha512sums=('264161b98e243ed2058487b765d1b06c6aacaabd058f36fff9f4d72b451dd2f811c56b528ad1d26da118844e8020453598727a0367249b959af3c9b39048fd1c'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


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

2016-07-27 Thread Laurent Carlier
Date: Wednesday, July 27, 2016 @ 16:50:26
  Author: lcarlier
Revision: 272513

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

Added:
  mesa/repos/testing-i686/
  
mesa/repos/testing-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
(from rev 272512, 
mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
  mesa/repos/testing-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
(from rev 272512, 
mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 272512, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 272512, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/remove-libpthread-stubs.patch
(from rev 272512, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/testing-x86_64/
  
mesa/repos/testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
(from rev 272512, 
mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
  
mesa/repos/testing-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
(from rev 272512, 
mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 272512, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 272512, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/remove-libpthread-stubs.patch
(from rev 272512, mesa/trunk/remove-libpthread-stubs.patch)

--+
 testing-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   |   
76 +++
 testing-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch  |   
38 +
 testing-i686/LICENSE |   
82 
 testing-i686/PKGBUILD|  
203 ++
 testing-i686/remove-libpthread-stubs.patch   |   
14 
 testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch |   
76 +++
 testing-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch|   
38 +
 testing-x86_64/LICENSE   |   
82 
 testing-x86_64/PKGBUILD  |  
203 ++
 testing-x86_64/remove-libpthread-stubs.patch |   
14 
 10 files changed, 826 insertions(+)

Copied: 
mesa/repos/testing-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
 (from rev 272512, 
mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
===
--- testing-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch  
(rev 0)
+++ testing-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch  
2016-07-27 16:50:26 UTC (rev 272513)
@@ -0,0 +1,76 @@
+From 9ce52baf7f479d506bcea17a371dcf2fad92f139 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Christian=20K=C3=B6nig?= 
+Date: Wed, 13 Jul 2016 14:54:31 +0200
+Subject: [PATCH] st/mesa: fix reference counting bug in st_vdpau
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Otherwise we leak the resources created for the DMA-buf descriptors.
+
+Signed-off-by: Christian König 
+Cc: 12.0 
+Tested-and-Reviewed by: Leo Liu 
+Ack-by: Tom St Denis 
+---
+ src/mesa/state_tracker/st_vdpau.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/src/mesa/state_tracker/st_vdpau.c 
b/src/mesa/state_tracker/st_vdpau.c
+index dffa52f..4f599dd 100644
+--- a/src/mesa/state_tracker/st_vdpau.c
 b/src/mesa/state_tracker/st_vdpau.c
+@@ -65,6 +65,7 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
+ 
+struct pipe_video_buffer *buffer;
+struct pipe_sampler_view **samplers;
++   struct pipe_resource *res = NULL;
+ 
+getProcAddr = (void *)ctx->vdpGetProcAddress;
+if (getProcAddr(device, VDP_FUNC_ID_VIDEO_SURFACE_GALLIUM, (void**)))
+@@ -82,7 +83,8 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
+if (!sv)
+   return NULL;
+ 
+-   return sv->texture;
++   pipe_resource_reference(, sv->texture);
++   return res;
+ }
+ 
+ static struct pipe_resource *
+@@ -90,13 +92,15 @@ st_vdpau_output_surface_gallium(struct gl_context *ctx, 
const void *vdpSurface)
+ {
+int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr);
+uint32_t device = (uintptr_t)ctx->vdpDevice;
++   struct pipe_resource *res = NULL;
+VdpOutputSurfaceGallium *f;
+ 
+getProcAddr = (void *)ctx->vdpGetProcAddress;
+if (getProcAddr(device, VDP_FUNC_ID_OUTPUT_SURFACE_GALLIUM, (void**)))
+   return NULL;
+ 
+-   return f((uintptr_t)vdpSurface);
++   pipe_resource_reference(, 

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

2016-07-27 Thread Andreas Radke
Date: Wednesday, July 27, 2016 @ 16:28:24
  Author: andyrtr
Revision: 272511

add pkg required by gutenprint and other ijs related printer drivers, replaces 
ijs dropped from ghostscript pkg

Added:
  ijs/
  ijs/repos/
  ijs/trunk/
  ijs/trunk/PKGBUILD

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

Added: ijs/trunk/PKGBUILD
===
--- ijs/trunk/PKGBUILD  (rev 0)
+++ ijs/trunk/PKGBUILD  2016-07-27 16:28:24 UTC (rev 272511)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 272011 2016-07-19 19:49:37Z andyrtr $
+# Maintainer: Andreas Radke 
+
+pkgname=ijs
+pkgver=0.35
+pkgrel=1
+pkgdesc="a library which implements a protocol for transmission of raster page 
images"
+arch=('i686' 'x86_64')
+url="http://www.openprinting.org/download/ijs/;
+license=('GPL')
+depends=('ghostscript' 'sh')
+makedepends=('docbook-utils')
+source=("http://www.openprinting.org/download/ijs/download/ijs-$pkgver.tar.bz2;)
+md5sums=('896fdcb7a01c586ba6eb81398ea3f6e9')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr \
+  --disable-static \
+  --enable-shared \
+  --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+# install doc
+install -Dm644 ijs_spec.pdf 
${pkgdir}/usr/share/doc/$pkgname/ijs_spec.pdf
+}


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

2016-07-27 Thread Timothy Redaelli
Date: Wednesday, July 27, 2016 @ 15:54:09
  Author: tredaelli
Revision: 184516

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

Added:
  snapd/repos/community-i686/PKGBUILD
(from rev 184515, snapd/trunk/PKGBUILD)
  snapd/repos/community-i686/snapd.install
(from rev 184515, snapd/trunk/snapd.install)
  snapd/repos/community-i686/snapd.sh
(from rev 184515, snapd/trunk/snapd.sh)
  snapd/repos/community-x86_64/PKGBUILD
(from rev 184515, snapd/trunk/PKGBUILD)
  snapd/repos/community-x86_64/snapd.install
(from rev 184515, snapd/trunk/snapd.install)
  snapd/repos/community-x86_64/snapd.sh
(from rev 184515, snapd/trunk/snapd.sh)
Deleted:
  snapd/repos/community-i686/PKGBUILD
  snapd/repos/community-i686/fix_test.patch
  snapd/repos/community-i686/snapd.install
  snapd/repos/community-i686/snapd.sh
  snapd/repos/community-x86_64/PKGBUILD
  snapd/repos/community-x86_64/fix_test.patch
  snapd/repos/community-x86_64/snapd.install
  snapd/repos/community-x86_64/snapd.sh

-+
 /PKGBUILD   |  168 ++
 /snapd.install  |   30 ++
 /snapd.sh   |   20 
 community-i686/PKGBUILD |   81 --
 community-i686/fix_test.patch   |   33 ---
 community-i686/snapd.install|   15 ---
 community-i686/snapd.sh |   10 --
 community-x86_64/PKGBUILD   |   81 --
 community-x86_64/fix_test.patch |   33 ---
 community-x86_64/snapd.install  |   15 ---
 community-x86_64/snapd.sh   |   10 --
 11 files changed, 218 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 15:53:59 UTC (rev 184515)
+++ community-i686/PKGBUILD 2016-07-27 15:54:09 UTC (rev 184516)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Zygmunt Krynicki 
-
-pkgname=snapd
-pkgver=2.0.10
-pkgrel=1
-pkgdesc="Service and tools for management of snap packages."
-arch=('i686' 'x86_64')
-url="https://github.com/snapcore/snapd;
-license=('GPL3')
-depends=('snap-confine' 'squashfs-tools')
-makedepends=('git' 'go' 'go-tools' 'bzr')
-checkdepends=('python')
-options=('!strip' 'emptydirs')
-install=snapd.install
-source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver;
-'snapd.sh'
-'fix_test.patch')
-md5sums=('SKIP'
- '1d841a1d09ba86945551dfc5c5658b2e'
- '7fd19e053051825b189914cedb95c3e7')
-
-_gourl=github.com/snapcore/snapd
-
-prepare() {
-  cd "$pkgname"
-  patch -Np1 -i "$srcdir/fix_test.patch"
-
-  # Use $srcdir/go as our GOPATH
-  export GOPATH="$srcdir/go"
-  mkdir -p "$GOPATH"
-  # Have snapd checkout appear in a place suitable for subsequent GOPATH This
-  # way we don't have to go get it again and it is exactly what the tag/hash
-  # above describes.
-  mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
-  ln --no-target-directory -fs "$srcdir/$pkgname" "$GOPATH/src/${_gourl}"
-}
-
-build() {
-  export GOPATH="$srcdir/go"
-  # Use get-deps.sh provided by upstream to fetch go dependencies using the
-  # godeps tool and dependencies.tsv (maintained upstream).
-  cd "$GOPATH/src/${_gourl}"
-  ./get-deps.sh
-  # Build/install snap and snapd
-  go install "${_gourl}/cmd/snap"
-  go install "${_gourl}/cmd/snapd"
-}
-
-check() {
-  export GOPATH="$srcdir/go"
-  cd "$GOPATH/src/${_gourl}"
-  ./run-checks --unit
-  ./run-checks --static
-}
-
-package() {
-  export GOPATH="$srcdir/go"
-  # Ensure that we have /var/lib/snapd/{hostfs,lib/gl}/ as they are required 
by snap-confine
-  # for constructing some bind mounts around.
-  install -d -m 755 "$pkgdir/var/lib/snapd/hostfs/" 
"$pkgdir/var/lib/snapd/lib/gl/"
-  # Install the refresh timer and service for updating snaps
-  install -d -m 755 "$pkgdir/usr/lib/systemd/system/"
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.refresh.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.refresh.timer" 
"$pkgdir/usr/lib/systemd/system"
-  # Install the snapd socket and service for the main daemon
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.socket" 
"$pkgdir/usr/lib/systemd/system"
-  # Install legacy "frameworks" units
-  # TODO: drop those when they go away upstream
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.frameworks-pre.target" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.frameworks.target" 
"$pkgdir/usr/lib/systemd/system"
-  # Install snap and snapd executables
-  install -d -m 755 "$pkgdir/usr/bin/"
-  install -m 755 "$GOPATH/bin/snap" "$pkgdir/usr/bin/"
-  install -d -m 755 "$pkgdir/usr/lib/snapd"
-  install -m 755 "$GOPATH/bin/snapd" "$pkgdir/usr/lib/snapd/"
-  # Install script to export 

[arch-commits] Commit in snapd/trunk (PKGBUILD fix_test.patch)

2016-07-27 Thread Timothy Redaelli
Date: Wednesday, July 27, 2016 @ 15:53:59
  Author: tredaelli
Revision: 184515

upgpkg: snapd 2.11-1

Modified:
  snapd/trunk/PKGBUILD
Deleted:
  snapd/trunk/fix_test.patch

+
 PKGBUILD   |   15 +--
 fix_test.patch |   33 -
 2 files changed, 9 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 15:31:43 UTC (rev 184514)
+++ PKGBUILD2016-07-27 15:53:59 UTC (rev 184515)
@@ -3,7 +3,7 @@
 # Contributor: Zygmunt Krynicki 
 
 pkgname=snapd
-pkgver=2.0.10
+pkgver=2.11
 pkgrel=1
 pkgdesc="Service and tools for management of snap packages."
 arch=('i686' 'x86_64')
@@ -15,18 +15,21 @@
 options=('!strip' 'emptydirs')
 install=snapd.install
 source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver;
-'snapd.sh'
-'fix_test.patch')
+'snapd.sh')
 md5sums=('SKIP'
- '1d841a1d09ba86945551dfc5c5658b2e'
- '7fd19e053051825b189914cedb95c3e7')
+ '1d841a1d09ba86945551dfc5c5658b2e')
 
 _gourl=github.com/snapcore/snapd
 
 prepare() {
   cd "$pkgname"
-  patch -Np1 -i "$srcdir/fix_test.patch"
 
+  # daemon: always mock release info in tests
+  git cherry-pick -n 2840c2a37ef5adf50d93461920f3e2140617bd54
+
+  # osutil: support both "nobody" and "nogroup" for grpnam tests
+  git cherry-pick -n de99c096641e22dc57de3a581a3459ab65c9cf4d
+
   # Use $srcdir/go as our GOPATH
   export GOPATH="$srcdir/go"
   mkdir -p "$GOPATH"

Deleted: fix_test.patch
===
--- fix_test.patch  2016-07-27 15:31:43 UTC (rev 184514)
+++ fix_test.patch  2016-07-27 15:53:59 UTC (rev 184515)
@@ -1,33 +0,0 @@
-From b66d3ea328ee42d3d4f56ed9736c315833dee67d Mon Sep 17 00:00:00 2001
-From: Timothy Redaelli 
-Date: Fri, 1 Jul 2016 15:28:46 +0200
-Subject: [PATCH] Fix ./run-checks --static
-
-Python doesn't like LANG=C.UTF-8 so just open the files
-using UTF-8 directly

- mdlint.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/mdlint.py b/mdlint.py
-index 533c812..a1bd4ac 100755
 a/mdlint.py
-+++ b/mdlint.py
-@@ -7,7 +7,7 @@
- # http://pythonhosted.org/Markdown/
- 
- import sys
--
-+import codecs
- 
- def lint_li(fname, text):
- """Ensure that the list-items are multiplies of 4"""
-@@ -23,7 +23,7 @@ def lint(md_files):
- """lint all md files"""
- all_clean = True
- for md in md_files:
--with open(md) as f:
-+with codecs.open(md, "r", "utf-8") as f:
- buf = f.read()
- for fname, func in globals().items():
- if fname.startswith("lint_"):


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

2016-07-27 Thread Pierre Neidhardt
Date: Wednesday, July 27, 2016 @ 15:31:43
  Author: ambrevar
Revision: 184514

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 184513, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 15:31:10 UTC (rev 184513)
+++ PKGBUILD2016-07-27 15:31:43 UTC (rev 184514)
@@ -1,45 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
-   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: Displaying PDF in-browser")
-options=(!emptydirs)
-source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
-sha256sums=('81d5ea7049b68fd8469a9ba57b4386de727992480111ac20854480a628544271')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 184513, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 15:31:43 UTC (rev 184514)
@@ -0,0 +1,45 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: Displaying PDF in-browser")
+options=(!emptydirs)
+source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
+sha256sums=('90ba7949b8eb5a0ca90c9e20f39f75925e4d9236f0336f39dfea2eff6e4912a2')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.svg \
+   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
+   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
+}


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

2016-07-27 Thread Pierre Neidhardt
Date: Wednesday, July 27, 2016 @ 15:31:10
  Author: ambrevar
Revision: 184513

upgpkg: qutebrowser 0.8.1-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 15:25:39 UTC (rev 184512)
+++ PKGBUILD2016-07-27 15:31:10 UTC (rev 184513)
@@ -2,7 +2,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
@@ -21,7 +21,7 @@
"pdfjs: Displaying PDF in-browser")
 options=(!emptydirs)
 source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
-sha256sums=('81d5ea7049b68fd8469a9ba57b4386de727992480111ac20854480a628544271')
+sha256sums=('90ba7949b8eb5a0ca90c9e20f39f75925e4d9236f0336f39dfea2eff6e4912a2')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 15:25:39
  Author: felixonmars
Revision: 184512

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 15:24:55 UTC (rev 184511)
+++ PKGBUILD2016-07-27 15:25:39 UTC (rev 184512)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.14
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 15:24:55
  Author: felixonmars
Revision: 184511

upgpkg: jenkins 2.15-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 15:23:22 UTC (rev 184510)
+++ PKGBUILD2016-07-27 15:24:55 UTC (rev 184511)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.14
+pkgver=2.15
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('ef75f6db112529b2c20134cf8809599391f0c32698eaf365877e7be6603e6ba3abb6d32dbc0878d9e567dd159698b82cbce72827e7394c16d868e0f7177702a1'
+sha512sums=('bee7a5295bc5e483b4180daf2971d51c895a12ea82f5b3cf6fc20eecd8538531d05cb7c36ea04bccaa92f8db67b9917f0774448fa30ea05d74b0d9b1f176c56e'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 15:23:00
  Author: felixonmars
Revision: 184509

upgpkg: fail2ban 0.9.5-1

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 15:08:14 UTC (rev 184508)
+++ PKGBUILD2016-07-27 15:23:00 UTC (rev 184509)
@@ -6,8 +6,8 @@
 # Contributor: nbags 
 
 pkgname=fail2ban
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -20,7 +20,7 @@
 etc/logrotate.d/fail2ban)
 install=fail2ban.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('2dc93dff03c4da9fb95d4695e07b65d8')
+md5sums=('1b59fc84a40b790e3f959257d64ab313')
 
 check() {
   cd $pkgname-$pkgver


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 15:23:22
  Author: felixonmars
Revision: 184510

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 fail2ban.install |6 +-
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 15:23:00 UTC (rev 184509)
+++ PKGBUILD2016-07-27 15:23:22 UTC (rev 184510)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Geoffroy Carrier 
-# Contributor: michalzxc
-# Contributor: nbags 
-
-pkgname=fail2ban
-pkgver=0.9.4
-pkgrel=2
-pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
-makedepends=('python-setuptools')
-checkdepends=('python-setuptools' 'python-coverage')
-backup=(etc/fail2ban/fail2ban.conf
-etc/fail2ban/jail.conf
-etc/logrotate.d/fail2ban)
-install=fail2ban.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('2dc93dff03c4da9fb95d4695e07b65d8')
-
-check() {
-  cd $pkgname-$pkgver
-  ./fail2ban-2to3
-  coverage run bin/fail2ban-testcases || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
-
-  chmod 644 
"$pkgdir/usr/lib/python3.5/site-packages/fail2ban-$pkgver-py3.5.egg-info"/*
-
-  install -Dm644 files/fail2ban.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-  install -Dm644 files/fail2ban-logrotate \
-"$pkgdir"/etc/logrotate.d/fail2ban
-  install -Dm644 files/bash-completion \
-"$pkgdir"/usr/share/bash-completion/completions/fail2ban
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 "$pkgdir"/usr/share/man/man5/jail.conf.5
-
-  rm -r "$pkgdir/run"
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 184509, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 15:23:22 UTC (rev 184510)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
+makedepends=('python-setuptools')
+checkdepends=('python-setuptools' 'python-coverage')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf
+etc/logrotate.d/fail2ban)
+install=fail2ban.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('1b59fc84a40b790e3f959257d64ab313')
+
+check() {
+  cd $pkgname-$pkgver
+  ./fail2ban-2to3
+  coverage run bin/fail2ban-testcases || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
+
+  chmod 644 
"$pkgdir/usr/lib/python3.5/site-packages/fail2ban-$pkgver-py3.5.egg-info"/*
+
+  install -Dm644 files/fail2ban.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/fail2ban-logrotate \
+"$pkgdir"/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/fail2ban
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
+  install -Dm644 

[arch-commits] Commit in wine/repos/community-i686 (4 files)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 15:08:14
  Author: felixonmars
Revision: 184508

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 184507, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 184507, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-07-27 15:05:39 UTC (rev 184507)
+++ 30-win32-aliases.conf   2016-07-27 15:08:14 UTC (rev 184508)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 184507, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-07-27 15:08:14 UTC (rev 184508)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 15:05:39 UTC (rev 184507)
+++ PKGBUILD2016-07-27 15:08:14 UTC (rev 184508)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.14
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('d09bca2a32d80857f97847795bc82749200ef12c'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

[arch-commits] Commit in wine-staging/repos/community-i686 (4 files)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 15:05:39
  Author: felixonmars
Revision: 184507

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 184506, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 184506, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
184506, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 14:54:58 UTC (rev 184506)
+++ PKGBUILD2016-07-27 15:05:39 UTC (rev 184507)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.13
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('067d968a9ee96031463d2cb32bfef5f4bd4a0a3b'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build

[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (4 files)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 14:54:58
  Author: felixonmars
Revision: 184506

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 184505, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 184505, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
184505, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 14:54:17 UTC (rev 184505)
+++ PKGBUILD2016-07-27 14:54:58 UTC (rev 184506)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.13
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('067d968a9ee96031463d2cb32bfef5f4bd4a0a3b'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir 

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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 14:54:17
  Author: felixonmars
Revision: 184505

upgpkg: wine-staging 1.9.15-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 14:53:13 UTC (rev 184504)
+++ PKGBUILD2016-07-27 14:54:17 UTC (rev 184505)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=1.9.13
+pkgver=1.9.15
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('067d968a9ee96031463d2cb32bfef5f4bd4a0a3b'
+sha1sums=('4d88c6d92007f39baf070197b3eb308261644cdf'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


[arch-commits] Commit in wine/repos/multilib-x86_64 (4 files)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 14:53:13
  Author: felixonmars
Revision: 184504

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 184503, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 184503, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-07-27 14:52:34 UTC (rev 184503)
+++ 30-win32-aliases.conf   2016-07-27 14:53:13 UTC (rev 184504)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 184503, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-07-27 14:53:13 UTC (rev 184504)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 14:52:34 UTC (rev 184503)
+++ PKGBUILD2016-07-27 14:53:13 UTC (rev 184504)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.14
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('d09bca2a32d80857f97847795bc82749200ef12c'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 14:52:34
  Author: felixonmars
Revision: 184503

upgpkg: wine 1.9.15-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 13:25:09 UTC (rev 184502)
+++ PKGBUILD2016-07-27 14:52:34 UTC (rev 184503)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.14
+pkgver=1.9.15
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('d09bca2a32d80857f97847795bc82749200ef12c'
+sha1sums=('5018834f4f6aeca3870ba6db64e51a0c4c7d5635'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 14:38:09
  Author: felixonmars
Revision: 272510

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 272509, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/rebuild.list
(from rev 272509, cmake/trunk/rebuild.list)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 272509, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 272509, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/rebuild.list
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/rebuild.list

---+
 /PKGBUILD |  116 
 /rebuild.list |8 +++
 extra-i686/PKGBUILD   |   58 --
 extra-i686/rebuild.list   |4 -
 extra-x86_64/PKGBUILD |   58 --
 extra-x86_64/rebuild.list |4 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-27 14:37:10 UTC (rev 272509)
+++ extra-i686/PKGBUILD 2016-07-27 14:38:09 UTC (rev 272510)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url="http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('aa40fbecf49d99c083415c2411d12db9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{help,indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
-"${vimpath}"/help/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 272509, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-27 14:38:09 UTC (rev 272510)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d6dd661380adacdb12f41b926ec99545')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
+"${vimpath}"/help/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+

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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 14:37:10
  Author: felixonmars
Revision: 272509

upgpkg: cmake 3.6.1-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 08:29:41 UTC (rev 272508)
+++ PKGBUILD2016-07-27 14:37:10 UTC (rev 272509)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('qt5-base: cmake-gui'
 'libxkbcommon-x11: cmake-gui')
 source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('aa40fbecf49d99c083415c2411d12db9')
+md5sums=('d6dd661380adacdb12f41b926ec99545')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-07-27 Thread Timothy Redaelli
Date: Wednesday, July 27, 2016 @ 13:25:09
  Author: tredaelli
Revision: 184502

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

Added:
  snap-confine/repos/community-i686/PKGBUILD
(from rev 184501, snap-confine/trunk/PKGBUILD)
  snap-confine/repos/community-i686/dont-mount-media.patch
(from rev 184501, snap-confine/trunk/dont-mount-media.patch)
  snap-confine/repos/community-x86_64/PKGBUILD
(from rev 184501, snap-confine/trunk/PKGBUILD)
  snap-confine/repos/community-x86_64/dont-mount-media.patch
(from rev 184501, snap-confine/trunk/dont-mount-media.patch)
Deleted:
  snap-confine/repos/community-i686/PKGBUILD
  snap-confine/repos/community-i686/dont-mount-media.patch
  snap-confine/repos/community-x86_64/PKGBUILD
  snap-confine/repos/community-x86_64/dont-mount-media.patch

-+
 /PKGBUILD   |  100 ++
 /dont-mount-media.patch |   20 ++
 community-i686/PKGBUILD |   50 ---
 community-i686/dont-mount-media.patch   |   10 ---
 community-x86_64/PKGBUILD   |   50 ---
 community-x86_64/dont-mount-media.patch |   10 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 13:24:59 UTC (rev 184501)
+++ community-i686/PKGBUILD 2016-07-27 13:25:09 UTC (rev 184502)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Zygmunt Krynicki 
-
-pkgname=snap-confine
-pkgver=1.0.38
-pkgrel=2
-pkgdesc="Confinement system for snap applications"
-arch=('i686' 'x86_64')
-url="git://github.com/snapcore/snap-confine"
-license=('GPL3')
-depends=('bash' 'libseccomp' 'libsystemd')
-makedepends=('python-docutils' 'systemd')
-checkdepends=('indent' 'shellcheck')
-source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;
-"dont-mount-media.patch")
-md5sums=('1ab7bcb5074f47b3dc818c0d06c1eb37'
- '89b887eccd0bf96b7b88f2f86329e085')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Revert "add /media to source_mounts to allow access to mounted devices"
-  # since Arch Linux doesn't have /media directory anymore
-  patch -Np1 -i "$srcdir"/dont-mount-media.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Confinement is disabled because arch doesn't yet have all the supporting
-  # kernel patches.
-  # Nvidia support is enabled to support proprietary nvidia drivers.
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/snapd \
---disable-apparmor \
---enable-nvidia-arch
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: snap-confine/repos/community-i686/PKGBUILD (from rev 184501, 
snap-confine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-27 13:25:09 UTC (rev 184502)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Zygmunt Krynicki 
+
+pkgname=snap-confine
+pkgver=1.0.39
+pkgrel=1
+pkgdesc="Confinement system for snap applications"
+arch=('i686' 'x86_64')
+url="git://github.com/snapcore/snap-confine"
+license=('GPL3')
+depends=('bash' 'libseccomp' 'libsystemd')
+makedepends=('python-docutils' 'systemd')
+checkdepends=('indent' 'shellcheck')
+source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;
+"dont-mount-media.patch")
+md5sums=('dfb94eeec2fbf07d27c1341fadf4abb0'
+ '89b887eccd0bf96b7b88f2f86329e085')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Revert "add /media to source_mounts to allow access to mounted devices"
+  # since Arch Linux doesn't have /media directory anymore
+  patch -Np1 -i "$srcdir"/dont-mount-media.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Confinement is disabled because arch doesn't yet have all the supporting
+  # kernel patches.
+  # Nvidia support is enabled to support proprietary nvidia drivers.
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/snapd \
+--disable-apparmor \
+--enable-nvidia-arch
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/dont-mount-media.patch
===
--- community-i686/dont-mount-media.patch   2016-07-27 13:24:59 UTC (rev 
184501)
+++ community-i686/dont-mount-media.patch   2016-07-27 13:25:09 UTC (rev 
184502)
@@ -1,10 +0,0 @@
 a/src/mount-support.c
-+++ b/src/mount-support.c
-@@ -205,7 +205,6 @@ void setup_snappy_os_mounts()
-   

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

2016-07-27 Thread Timothy Redaelli
Date: Wednesday, July 27, 2016 @ 13:24:59
  Author: tredaelli
Revision: 184501

upgpkg: snap-confine 1.0.39-1

Modified:
  snap-confine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 13:14:43 UTC (rev 184500)
+++ PKGBUILD2016-07-27 13:24:59 UTC (rev 184501)
@@ -3,8 +3,8 @@
 # Contributor: Zygmunt Krynicki 
 
 pkgname=snap-confine
-pkgver=1.0.38
-pkgrel=2
+pkgver=1.0.39
+pkgrel=1
 pkgdesc="Confinement system for snap applications"
 arch=('i686' 'x86_64')
 url="git://github.com/snapcore/snap-confine"
@@ -14,7 +14,7 @@
 checkdepends=('indent' 'shellcheck')
 
source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;
 "dont-mount-media.patch")
-md5sums=('1ab7bcb5074f47b3dc818c0d06c1eb37'
+md5sums=('dfb94eeec2fbf07d27c1341fadf4abb0'
  '89b887eccd0bf96b7b88f2f86329e085')
 
 prepare() {


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

2016-07-27 Thread Alexander Rødseth
Date: Wednesday, July 27, 2016 @ 13:14:43
  Author: arodseth
Revision: 184500

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 184499, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 184499, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 184499, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 184499, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 184499, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 184499, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 184499, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 184499, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  186 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   93 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   93 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 13:12:50 UTC (rev 184499)
+++ community-i686/PKGBUILD 2016-07-27 13:14:43 UTC (rev 184500)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.0
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git'
- 'libxslt' 'fop' 'java-environment')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p 

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

2016-07-27 Thread Alexander Rødseth
Date: Wednesday, July 27, 2016 @ 13:12:50
  Author: arodseth
Revision: 184499

upgpkg: erlang 19.0.2-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 11:56:25 UTC (rev 184498)
+++ PKGBUILD2016-07-27 13:12:50 UTC (rev 184499)
@@ -8,8 +8,8 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.0
-pkgrel=2
+pkgver=19.0.2
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('Apache')
@@ -17,7 +17,7 @@
  'libxslt' 'fop' 'java-environment')
 options=('staticlibs')
 source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')


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

2016-07-27 Thread Alexander Rødseth
Date: Wednesday, July 27, 2016 @ 11:56:25
  Author: arodseth
Revision: 184498

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 184497, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 184497, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 184497, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 184497, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 184497, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 184497, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 184497, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 184497, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  148 
 /epmd.conf|6 +
 /epmd.service |   22 +
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   73 ---
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   73 ---
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 --
 12 files changed, 194 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 11:54:45 UTC (rev 184497)
+++ community-i686/PKGBUILD 2016-07-27 11:56:25 UTC (rev 184498)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=19.0
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 184497, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2016-07-27 Thread Alexander Rødseth
Date: Wednesday, July 27, 2016 @ 11:54:45
  Author: arodseth
Revision: 184497

upgpkg: erlang-nox 19.0.2-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 11:48:51 UTC (rev 184496)
+++ PKGBUILD2016-07-27 11:54:45 UTC (rev 184497)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=19.0
+pkgver=19.0.2
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -14,7 +14,8 @@
 url='http://www.erlang.org/'
 license=('Apache')
 depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop')
+makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop'
+ 'java-environment')
 conflicts=('erlang')
 optdepends=('erlang-unixodbc: database support'
 'java-environment: for Java support'
@@ -21,7 +22,7 @@
 'lksctp-tools: for SCTP support')
 options=('staticlibs')
 source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz; # 
${pkgver%.*}
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')


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

2016-07-27 Thread Jonathan Steel
Date: Wednesday, July 27, 2016 @ 11:48:42
  Author: jsteel
Revision: 184495

upgpkg: aws-cli 1.10.50-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 11:47:04 UTC (rev 184494)
+++ PKGBUILD2016-07-27 11:48:42 UTC (rev 184495)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.10.49
+pkgver=1.10.50
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b0a09d914d0f7e6985ad2c3c53091986')
+md5sums=('93565c694ecbd85a9a40b7aab406d1b4')
 
 build() {
   cd $pkgname-$pkgver


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

2016-07-27 Thread Jonathan Steel
Date: Wednesday, July 27, 2016 @ 11:48:51
  Author: jsteel
Revision: 184496

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 184495, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 11:48:42 UTC (rev 184495)
+++ PKGBUILD2016-07-27 11:48:51 UTC (rev 184496)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.10.49
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b0a09d914d0f7e6985ad2c3c53091986')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 184495, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 11:48:51 UTC (rev 184496)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.10.50
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('93565c694ecbd85a9a40b7aab406d1b4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+}


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

2016-07-27 Thread Jonathan Steel
Date: Wednesday, July 27, 2016 @ 11:47:04
  Author: jsteel
Revision: 184494

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
(from rev 184493, python-botocore/trunk/PKGBUILD)
Deleted:
  python-botocore/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 11:45:05 UTC (rev 184493)
+++ PKGBUILD2016-07-27 11:47:04 UTC (rev 184494)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.39
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d56bb7fac36ee53c4351649ce91d2797')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 184493, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 11:47:04 UTC (rev 184494)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.40
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('519da60312d29c87353f87ff754beedd')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-07-27 Thread Jonathan Steel
Date: Wednesday, July 27, 2016 @ 11:45:05
  Author: jsteel
Revision: 184493

upgpkg: python-botocore 1.4.40-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 09:26:22 UTC (rev 184492)
+++ PKGBUILD2016-07-27 11:45:05 UTC (rev 184493)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.39
+pkgver=1.4.40
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d56bb7fac36ee53c4351649ce91d2797')
+md5sums=('519da60312d29c87353f87ff754beedd')
 
 build() {
   cd botocore-$pkgver


[arch-commits] Commit in owncloud-app-calendar/repos/community-any (PKGBUILD PKGBUILD)

2016-07-27 Thread Sergej Pupykin
Date: Wednesday, July 27, 2016 @ 09:26:22
  Author: spupykin
Revision: 184492

archrelease: copy trunk to community-any

Added:
  owncloud-app-calendar/repos/community-any/PKGBUILD
(from rev 184491, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 09:26:09 UTC (rev 184491)
+++ PKGBUILD2016-07-27 09:26:22 UTC (rev 184492)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-calendar
-epoch=1
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Calendar app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver}.tar.gz;)
-md5sums=('7d6e5120e999b0288e0f1f7eded43b46')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/calendar-${pkgver} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-any/PKGBUILD (from rev 184491, 
owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 09:26:22 UTC (rev 184492)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-calendar
+epoch=1
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Calendar app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver}.tar.gz;)
+md5sums=('fbde9ff29a080da12da3a766a9d215e6')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/calendar-${pkgver} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


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

2016-07-27 Thread Sergej Pupykin
Date: Wednesday, July 27, 2016 @ 09:26:09
  Author: spupykin
Revision: 184491

upgpkg: owncloud-app-calendar 1:1.3.1-1

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 08:24:58 UTC (rev 184490)
+++ PKGBUILD2016-07-27 09:26:09 UTC (rev 184491)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-calendar
 epoch=1
-pkgver=1.2.2
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Calendar app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver}.tar.gz;)
-md5sums=('7d6e5120e999b0288e0f1f7eded43b46')
+md5sums=('fbde9ff29a080da12da3a766a9d215e6')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2016-07-27 Thread Guillaume Alaux
Date: Wednesday, July 27, 2016 @ 08:29:41
  Author: guillaume
Revision: 272508

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

Added:
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 272507, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/build_with_gcc6.patch
(from rev 272507, java8-openjdk/trunk/build_with_gcc6.patch)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 272507, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 272507, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 272507, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 272507, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/build_with_gcc6.patch
(from rev 272507, java8-openjdk/trunk/build_with_gcc6.patch)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 272507, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 272507, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 272507, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

---+
 /PKGBUILD |  574 
 /install_jdk8-openjdk.sh  |  100 ++
 /install_jre8-openjdk-headless.sh |   96 ++
 /install_jre8-openjdk.sh  |  110 ++
 extra-i686/PKGBUILD   |  283 --
 extra-i686/build_with_gcc6.patch  | 1098 
 extra-i686/install_jdk8-openjdk.sh|   50 -
 extra-i686/install_jre8-openjdk-headless.sh   |   48 -
 extra-i686/install_jre8-openjdk.sh|   55 -
 extra-x86_64/PKGBUILD |  283 --
 extra-x86_64/build_with_gcc6.patch| 1098 
 extra-x86_64/install_jdk8-openjdk.sh  |   50 -
 extra-x86_64/install_jre8-openjdk-headless.sh |   48 -
 extra-x86_64/install_jre8-openjdk.sh  |   55 -
 14 files changed, 3076 insertions(+), 872 deletions(-)

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


[arch-commits] Commit in java8-openjdk/trunk (PKGBUILD build_with_gcc6.patch)

2016-07-27 Thread Guillaume Alaux
Date: Wednesday, July 27, 2016 @ 08:28:31
  Author: guillaume
Revision: 272507

Upstream release 8.u102

Add patch to build with GCC6

Added:
  java8-openjdk/trunk/build_with_gcc6.patch
Modified:
  java8-openjdk/trunk/PKGBUILD

---+
 PKGBUILD  |   24 -
 build_with_gcc6.patch | 1098 
 2 files changed, 1112 insertions(+), 10 deletions(-)

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


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 08:24:58
  Author: felixonmars
Revision: 184490

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 184489, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 184489, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-27 08:24:30 UTC (rev 184489)
+++ community-i686/PKGBUILD 2016-07-27 08:24:58 UTC (rev 184490)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=3.0.10
-pkgrel=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git;) #tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
-}
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 184489, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-27 08:24:58 UTC (rev 184490)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.0.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
+}
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-27 08:24:30 UTC (rev 184489)
+++ community-x86_64/PKGBUILD   2016-07-27 08:24:58 UTC (rev 184490)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=3.0.10
-pkgrel=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git;) #tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
-}
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 184489, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-27 08:24:58 UTC (rev 184490)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.0.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')

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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 08:24:30
  Author: felixonmars
Revision: 184489

upgpkg: deepin-file-manager 1:1.0.1-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 07:53:24 UTC (rev 184488)
+++ PKGBUILD2016-07-27 08:24:30 UTC (rev 184489)
@@ -4,8 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=3.0.10
+pkgver=1.0.1
 pkgrel=1
+epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-file-manager;


[arch-commits] Commit in deepin-file-manager (5 files)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 07:51:24
  Author: felixonmars
Revision: 184486

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

Added:
  deepin-file-manager/repos/community-i686/
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 184485, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 184485, deepin-file-manager/trunk/PKGBUILD)
Modified:
  deepin-file-manager/trunk/PKGBUILD

-+
 repos/community-i686/PKGBUILD   |   32 
 repos/community-x86_64/PKGBUILD |   32 
 trunk/PKGBUILD  |2 +-
 3 files changed, 65 insertions(+), 1 deletion(-)

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 184485, 
deepin-file-manager/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-07-27 07:51:24 UTC (rev 184486)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=3.0.10
+pkgrel=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git;) #tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
+}
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 184485, 
deepin-file-manager/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-07-27 07:51:24 UTC (rev 184486)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=3.0.10
+pkgrel=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git;) #tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
+}
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2016-07-27 07:50:29 UTC (rev 184485)
+++ trunk/PKGBUILD  2016-07-27 07:51:24 UTC (rev 184486)
@@ -13,7 +13,7 @@
 depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
 makedepends=('git' 'qt5-tools')
 groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git;) #tag=$pkgver")
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
 prepare() {


[arch-commits] Commit in (4 files)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 07:50:29
  Author: felixonmars
Revision: 184485

addpkg: deepin-file-manager 3.0.10-1

Added:
  deepin-file-manager/
  deepin-file-manager/repos/
  deepin-file-manager/trunk/
  deepin-file-manager/trunk/PKGBUILD

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

Added: deepin-file-manager/trunk/PKGBUILD
===
--- deepin-file-manager/trunk/PKGBUILD  (rev 0)
+++ deepin-file-manager/trunk/PKGBUILD  2016-07-27 07:50:29 UTC (rev 184485)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=3.0.10
+pkgrel=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git;) #tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
+}
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}


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


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 07:22:18
  Author: felixonmars
Revision: 184484

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 184483, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/http-client-0.5.patch
(from rev 184483, stack/trunk/http-client-0.5.patch)
  stack/repos/community-staging-i686/stack.install
(from rev 184483, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 184483, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 184483, stack/trunk/http-client-0.5.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 184483, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|  101 +
 community-staging-i686/http-client-0.5.patch   |  438 +++
 community-staging-i686/stack.install   |4 
 community-staging-x86_64/PKGBUILD  |  101 +
 community-staging-x86_64/http-client-0.5.patch |  438 +++
 community-staging-x86_64/stack.install |4 
 6 files changed, 1086 insertions(+)

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


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

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 07:21:47
  Author: felixonmars
Revision: 184483

upgpkg: stack 1.1.2-14

rebuild with generic-deriving-1.10.7

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 06:44:24 UTC (rev 184482)
+++ PKGBUILD2016-07-27 07:21:47 UTC (rev 184483)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=13
+pkgrel=14
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-generic-deriving/repos (4 files)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 06:44:24
  Author: felixonmars
Revision: 184482

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

Added:
  haskell-generic-deriving/repos/community-staging-i686/
  haskell-generic-deriving/repos/community-staging-i686/PKGBUILD
(from rev 184481, haskell-generic-deriving/trunk/PKGBUILD)
  haskell-generic-deriving/repos/community-staging-x86_64/
  haskell-generic-deriving/repos/community-staging-x86_64/PKGBUILD
(from rev 184481, haskell-generic-deriving/trunk/PKGBUILD)

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

Copied: haskell-generic-deriving/repos/community-staging-i686/PKGBUILD (from 
rev 184481, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-27 06:44:24 UTC (rev 184482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.10.7
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c0d8bc935951beafb13aec33e25e2896eb0e39aba60b1eba17dbd990adae07fa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fbase-4-9
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-generic-deriving/repos/community-staging-x86_64/PKGBUILD (from 
rev 184481, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-27 06:44:24 UTC (rev 184482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.10.7
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c0d8bc935951beafb13aec33e25e2896eb0e39aba60b1eba17dbd990adae07fa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fbase-4-9
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 

[arch-commits] Commit in haskell-generic-deriving/trunk (PKGBUILD)

2016-07-27 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 06:44:01
  Author: felixonmars
Revision: 184481

upgpkg: haskell-generic-deriving 1.10.7-1

rebuild with generic-deriving-1.10.7

Modified:
  haskell-generic-deriving/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 06:33:07 UTC (rev 184480)
+++ PKGBUILD2016-07-27 06:44:01 UTC (rev 184481)
@@ -4,7 +4,7 @@
 
 _hkgname=generic-deriving
 pkgname=haskell-generic-deriving
-pkgver=1.10.6
+pkgver=1.10.7
 pkgrel=1
 pkgdesc="Generic programming library for generalised deriving."
 url="https://github.com/dreixel/generic-deriving;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('be129ff66c91e2e17c62e304c0f30e5e654dc7a1d9a71beaba3219a9f5d1c2fe')
+sha256sums=('c0d8bc935951beafb13aec33e25e2896eb0e39aba60b1eba17dbd990adae07fa')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-07-27 Thread Pierre Neidhardt
Date: Wednesday, July 27, 2016 @ 06:12:23
  Author: ambrevar
Revision: 184479

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 184478, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 06:11:33 UTC (rev 184478)
+++ PKGBUILD2016-07-27 06:12:23 UTC (rev 184479)
@@ -1,45 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
-   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: Displaying PDF in-browser")
-options=(!emptydirs)
-source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
-sha256sums=('76611616003c04d66a8ab88d9dcaa25f31f1b57cc98358ffb12c3b8320d9bb9f')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 184478, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 06:12:23 UTC (rev 184479)
@@ -0,0 +1,45 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: Displaying PDF in-browser")
+options=(!emptydirs)
+source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
+sha256sums=('81d5ea7049b68fd8469a9ba57b4386de727992480111ac20854480a628544271')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.svg \
+   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
+   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
+}


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

2016-07-27 Thread Pierre Neidhardt
Date: Wednesday, July 27, 2016 @ 06:11:33
  Author: ambrevar
Revision: 184478

upgpkg: qutebrowser 0.8.0-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 05:45:52 UTC (rev 184477)
+++ PKGBUILD2016-07-27 06:11:33 UTC (rev 184478)
@@ -2,7 +2,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
@@ -21,7 +21,7 @@
"pdfjs: Displaying PDF in-browser")
 options=(!emptydirs)
 source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;)
-sha256sums=('76611616003c04d66a8ab88d9dcaa25f31f1b57cc98358ffb12c3b8320d9bb9f')
+sha256sums=('81d5ea7049b68fd8469a9ba57b4386de727992480111ac20854480a628544271')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"