[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 05:30:17
  Author: lcarlier
Revision: 308298

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 308297, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 308297, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-21 05:30:17 UTC (rev 308298)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_commit=bf04291309d3169c0ad3b8db52564235bbd08e30 # master
+pkgver=20171009.bf04291
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 05:30:07
  Author: lcarlier
Revision: 308297

upgpkg: linux-firmware 20171009.bf04291-1

sync with master

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 04:17:58 UTC (rev 308296)
+++ PKGBUILD2017-10-21 05:30:07 UTC (rev 308297)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-_commit=a61ac5cf8374edbfe692d12f805a1b194f7fead2 # master
-pkgver=20170907.a61ac5c
+_commit=bf04291309d3169c0ad3b8db52564235bbd08e30 # master
+pkgver=20171009.bf04291
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2017-10-20 Thread Felix Yan
Date: Saturday, October 21, 2017 @ 05:14:18
  Author: felixonmars
Revision: 263781

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

Added:
  phonegap/repos/community-testing-i686/PKGBUILD
(from rev 263780, phonegap/trunk/PKGBUILD)
  phonegap/repos/community-testing-i686/phonegap.install
(from rev 263780, phonegap/trunk/phonegap.install)
  phonegap/repos/community-testing-x86_64/PKGBUILD
(from rev 263780, phonegap/trunk/PKGBUILD)
  phonegap/repos/community-testing-x86_64/phonegap.install
(from rev 263780, phonegap/trunk/phonegap.install)
Deleted:
  phonegap/repos/community-testing-i686/PKGBUILD
  phonegap/repos/community-testing-i686/phonegap.install
  phonegap/repos/community-testing-x86_64/PKGBUILD
  phonegap/repos/community-testing-x86_64/phonegap.install

---+
 /PKGBUILD |  118 
 /phonegap.install |   18 
 community-testing-i686/PKGBUILD   |   59 --
 community-testing-i686/phonegap.install   |9 --
 community-testing-x86_64/PKGBUILD |   59 --
 community-testing-x86_64/phonegap.install |9 --
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-10-21 05:13:33 UTC (rev 263780)
+++ community-testing-i686/PKGBUILD 2017-10-21 05:14:18 UTC (rev 263781)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=7.1.0
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('92dcc399414322c35e77c3d2c7cde4fcaca6be4db14c6b3d77ee8dddf047c24804e542c251a7c6b624ca6ed1f9194b0cbb51a1264a53b5bffadb6b3187ffad5c')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn semver cordova npm browserify; do
-rm -r $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-testing-i686/PKGBUILD (from rev 263780, 
phonegap/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-21 05:14:18 UTC (rev 263781)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=7.1.1
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('0b91e5a28e22b1e5fc48f0a012aa8fed3ed3da810b7d3497a948125f06c14c1aacbe75389b93971dcefdd9b6055139cee2befd63425b3e45ed45fb037023c972')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn semver cordova npm browserify; do
+rm -r $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep 

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

2017-10-20 Thread Felix Yan
Date: Saturday, October 21, 2017 @ 05:13:33
  Author: felixonmars
Revision: 263780

upgpkg: phonegap 7.1.1-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 05:10:02 UTC (rev 263779)
+++ PKGBUILD2017-10-21 05:13:33 UTC (rev 263780)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=7.1.0
+pkgver=7.1.1
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('92dcc399414322c35e77c3d2c7cde4fcaca6be4db14c6b3d77ee8dddf047c24804e542c251a7c6b624ca6ed1f9194b0cbb51a1264a53b5bffadb6b3187ffad5c')
+sha512sums=('0b91e5a28e22b1e5fc48f0a012aa8fed3ed3da810b7d3497a948125f06c14c1aacbe75389b93971dcefdd9b6055139cee2befd63425b3e45ed45fb037023c972')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-10-20 Thread Felix Yan
Date: Saturday, October 21, 2017 @ 05:10:02
  Author: felixonmars
Revision: 263779

archrelease: copy trunk to community-any

Added:
  browserify/repos/community-any/PKGBUILD
(from rev 263778, browserify/trunk/PKGBUILD)
Deleted:
  browserify/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-21 05:09:29 UTC (rev 263778)
+++ PKGBUILD2017-10-21 05:10:02 UTC (rev 263779)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=browserify
-pkgdesc='browser-side require() the node way'
-pkgver=14.4.0
-pkgrel=1
-arch=('any')
-url='http://browserify.org/'
-license=('MIT' 'BSD')
-depends=('nodejs' 'acorn')
-makedepends=('npm' 'git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cfcf2570b371c40d7270a6a5b0f915e67cecffa183983bbd1848767647a2786b988c9bef4a59df43092ea3123bf0e93a15dbe6cd42a41ba6ad4c4dea37281b5c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: browserify/repos/community-any/PKGBUILD (from rev 263778, 
browserify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-21 05:10:02 UTC (rev 263779)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=browserify
+pkgdesc='browser-side require() the node way'
+pkgver=14.5.0
+pkgrel=1
+arch=('any')
+url='http://browserify.org/'
+license=('MIT' 'BSD')
+depends=('nodejs' 'acorn')
+makedepends=('npm' 'git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('80a7ceb0d42ffeda16cfeeb49d23df633bb0484773bd5d96771ad53d46cf0ffaae8b8e2b024077b779ae36d9a61981eaac6e7a146c17f52504426ccd2c0792ee')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2017-10-20 Thread Felix Yan
Date: Saturday, October 21, 2017 @ 05:09:29
  Author: felixonmars
Revision: 263778

upgpkg: browserify 14.5.0-1

Modified:
  browserify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 03:28:31 UTC (rev 263777)
+++ PKGBUILD2017-10-21 05:09:29 UTC (rev 263778)
@@ -3,7 +3,7 @@
 
 pkgname=browserify
 pkgdesc='browser-side require() the node way'
-pkgver=14.4.0
+pkgver=14.5.0
 pkgrel=1
 arch=('any')
 url='http://browserify.org/'
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cfcf2570b371c40d7270a6a5b0f915e67cecffa183983bbd1848767647a2786b988c9bef4a59df43092ea3123bf0e93a15dbe6cd42a41ba6ad4c4dea37281b5c')
+sha512sums=('80a7ceb0d42ffeda16cfeeb49d23df633bb0484773bd5d96771ad53d46cf0ffaae8b8e2b024077b779ae36d9a61981eaac6e7a146c17f52504426ccd2c0792ee')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
@@ -24,6 +24,5 @@
   cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
   for dep in acorn; do
 rm -r $dep;
-npm link $dep;
   done
 }


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 04:17:58
  Author: lcarlier
Revision: 308296

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 308295, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-21 04:17:50 UTC (rev 308295)
+++ PKGBUILD2017-10-21 04:17:58 UTC (rev 308296)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.0.61
-pkgrel=2
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
- lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz;)
-sha256sums=('595c8e419f5bd7d4f267627ff5cc74256db593a81e23cc35b1e97faa81b328a1')
-
-prepare() {
-  # for asciidoctor
-  # it was hard to find versions that builds properly ^^
-  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-  gem install -v 0.7.0 ruby-enum
-  gem install -v 1.6.8 mathematical
-  gem install -v 0.2.2 asciidoctor-mathematical  
-  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
-  gem install coderay  
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
-
-  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
-  cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
-  LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
-
-  rm -f ${srcdir}/liblasem.so
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${pkgver}-core"
-
-  install -dm755 "${pkgdir}/usr/include/vulkan"
-  install -dm755 "${pkgdir}/usr/share/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-  install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -m644 doc/specs/vulkan/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 doc/specs/vulkan/copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}-core"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/1.0/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/1.0/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 doc/specs/vulkan/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 doc/specs/vulkan/copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 308295, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-21 04:17:58 UTC (rev 308296)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-html-docs)
+pkgver=1.0.64
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz;)
+sha256sums=('f95279275f69cf71d21c492bfd25b0e1b9ab22d554602a71e845a470275a96a6')
+
+prepare() {
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+  gem install -v 0.7.0 ruby-enum
+  gem install -v 1.6.8 mathematical
+  gem install -v 0.2.2 asciidoctor-mathematical  
+  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
+  gem install coderay  
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
+
+  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
+  cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
+  LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
+
+  rm -f ${srcdir}/liblasem.so
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${pkgver}-core"
+
+  install -dm755 "${pkgdir}/usr/include/vulkan"
+  install -dm755 "${pkgdir}/usr/share/vulkan"
+  install -dm755 

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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 04:17:50
  Author: lcarlier
Revision: 308295

upgpkg: vulkan-docs 1:1.0.64-1

upstream update 1.0.64

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 03:22:57 UTC (rev 308294)
+++ PKGBUILD2017-10-21 04:17:50 UTC (rev 308295)
@@ -3,8 +3,8 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.0.61
-pkgrel=2
+pkgver=1.0.64
+pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
 arch=(any)
@@ -14,7 +14,7 @@
  lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz;)
-sha256sums=('595c8e419f5bd7d4f267627ff5cc74256db593a81e23cc35b1e97faa81b328a1')
+sha256sums=('f95279275f69cf71d21c492bfd25b0e1b9ab22d554602a71e845a470275a96a6')
 
 prepare() {
   # for asciidoctor


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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:28:31
  Author: lcarlier
Revision: 263777

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

Added:
  iasl/repos/community-i686/LICENSE
(from rev 263776, iasl/trunk/LICENSE)
  iasl/repos/community-i686/PKGBUILD
(from rev 263776, iasl/trunk/PKGBUILD)
  iasl/repos/community-x86_64/LICENSE
(from rev 263776, iasl/trunk/LICENSE)
  iasl/repos/community-x86_64/PKGBUILD
(from rev 263776, iasl/trunk/PKGBUILD)
Deleted:
  iasl/repos/community-i686/LICENSE
  iasl/repos/community-i686/PKGBUILD
  iasl/repos/community-x86_64/LICENSE
  iasl/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   66 
 /PKGBUILD |   72 
 community-i686/LICENSE|   33 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/LICENSE  |   33 
 community-x86_64/PKGBUILD |   36 --
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-10-21 03:28:22 UTC (rev 263776)
+++ community-i686/LICENSE  2017-10-21 03:28:31 UTC (rev 263777)
@@ -1,33 +0,0 @@
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively, 
the "Software") until you have carefully read the following terms and 
conditions. By loading or using the Software, you agree to the terms of this 
Agreement. If you do not wish to so agree, do not install or use the Software.
-
-1. COPYRIGHT NOTICE
-Some or all of this work - Copyright © 1999-2008, Intel Corp. All rights 
reserved.
-
-2. LICENSE
-
-2.1. This is your license from Intel Corp. under its intellectual property 
rights. You may have additional license terms from the party that provided you 
this software, covering your right to use that party's intellectual property 
rights.
-
-2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a copy 
of the source code appearing in this file ("Covered Code") an irrevocable, 
perpetual, worldwide license under Intel's copyrights in the base code 
distributed originally by Intel ("Original Intel Code") to copy, make 
derivatives, distribute, use and display any portion of the Covered Code in any 
form, with the right to sublicense such rights; and
-
-2.3. Intel grants Licensee a non-exclusive and non-transferable patent license 
(with the right to sublicense), under only those claims of Intel patents that 
are infringed by the Original Intel Code, to make, use, sell, offer to sell, 
and import the Covered Code and derivative works thereof solely to the minimum 
extent necessary to exercise the above copyright license, and in no event shall 
the patent license extend to any additions to or modifications of the Original 
Intel Code. No other license or right is granted directly or by implication, 
estoppel or otherwise; The above copyright and patent license is granted only 
if the following conditions are met:
-
-3. CONDITIONS
-
-3.1. Redistribution of Source with Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification with rights to further distribute source must include the above 
Copyright Notice, the above License, this list of Conditions, and the following 
Disclaimer and Export Compliance provision. In addition, Licensee must cause 
all Covered Code to which Licensee contributes to contain a file documenting 
the changes Licensee made to create that Covered Code and the date of any 
change. Licensee must include in that file the documentation of any changes 
made by any predecessor Licensee. Licensee must include a prominent statement 
that the modification is derived, directly or indirectly, from Original Intel 
Code.
-
-3.2. Redistribution of Source with no Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification without rights to further distribute source must include the 
following Disclaimer and Export Compliance provision in the documentation 
and/or other materials provided with distribution. In addition, Licensee may 
not authorize further sublicense of source of any portion of the Covered Code, 
and must include terms to the effect that the license from Licensee to its 
licensee is limited to the intellectual property embodied in the software 
Licensee provides to its licensee, and not to intellectual property embodied in 
modifications its licensee may make.
-
-3.3. Redistribution of Executable. Redistribution in executable form of any 
substantial portion of the Covered Code or modification must reproduce the 
above Copyright Notice, and the following Disclaimer and Export Compliance 
provision in the documentation 

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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:28:22
  Author: lcarlier
Revision: 263776

upgpkg: iasl 20170929-1

upstream update 20170929

Modified:
  iasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 03:09:30 UTC (rev 263775)
+++ PKGBUILD2017-10-21 03:28:22 UTC (rev 263776)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=iasl
-pkgver=20170303
+pkgver=20170929
 pkgrel=1
 pkgdesc="Intel ACPI Source Language compiler"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!makeflags')
 source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz
LICENSE)
-sha256sums=('c093c9eabd1f8c51d79364d829975c5335c8028c4816a7a80dfb8590f31889b5'
+sha256sums=('c786868ae6c7a4c7bca19a5ca66bfb16740cad5c1c01b21642932f2f0dea9cc8'
 'a8eeb8c94b709f91be8575c229cc1df7f8aacb018224b23b0ab6f833a7f18591')
 
 build() {


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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:22:57
  Author: lcarlier
Revision: 308294

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

Added:
  libzip/repos/testing-i686/
  libzip/repos/testing-i686/PKGBUILD
(from rev 308293, libzip/trunk/PKGBUILD)
  libzip/repos/testing-x86_64/
  libzip/repos/testing-x86_64/PKGBUILD
(from rev 308293, libzip/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libzip/repos/testing-i686/PKGBUILD (from rev 308293, 
libzip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-21 03:22:57 UTC (rev 308294)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('bf0342c919bea07ba8197a1691a4d2da')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h "${pkgdir}/usr/include/zipconf.h"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: libzip/repos/testing-x86_64/PKGBUILD (from rev 308293, 
libzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-21 03:22:57 UTC (rev 308294)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('bf0342c919bea07ba8197a1691a4d2da')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h "${pkgdir}/usr/include/zipconf.h"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:22:47
  Author: lcarlier
Revision: 308293

upgpkg: libzip 1.3.0-1

upstream update 1.3.0

Modified:
  libzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 03:06:25 UTC (rev 308292)
+++ PKGBUILD2017-10-21 03:22:47 UTC (rev 308293)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libzip
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="http://www.nih.at/libzip/index.html;
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('zlib')
 source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2a9b316d16218f1b7562d5a5e0fcbd79')
+md5sums=('bf0342c919bea07ba8197a1691a4d2da')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:09:30
  Author: lcarlier
Revision: 263775

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 263774, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-10-21 03:09:30 UTC (rev 263775)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.85
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services (32-bit)"
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
+options=('!libtool')
+url="http://dri.freedesktop.org/;
+source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('64e4cd87eaee38ae60b2984ef02b66159b9bdd33030040db2a04339cf15f6173'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

+validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

+validpgpkeys+=('D6285B5E899299F3DA746184191C9B905522B045') # Rob Clark 

+validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

+validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('C20F5C4490D7D64B4C9A09998CD1DF552975297B') # Robert Bragg 

+validpgpkeys+=('CD47C5341A375F33BEF7BAFAFDD15D5ACEF0F2B1') # Marek Olšák 

+validpgpkeys+=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone 

+validpgpkeys+=('CFD0E654BCBE5DD2D030D222CFCC297C6D0A120B') # Lucas Stach 

+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --enable-udev
+
+  make
+}
+
+check() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+


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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:09:21
  Author: lcarlier
Revision: 263774

upgpkg: lib32-libdrm 2.4.85-1

upstream update 2.4.85

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 23:38:26 UTC (rev 263773)
+++ PKGBUILD2017-10-21 03:09:21 UTC (rev 263774)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.84
+pkgver=2.4.85
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 url="http://dri.freedesktop.org/;
 
source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('7ae9c24d91139ac9a2cdee06fe46dbe1c401a1eda1c0bd2a6d1ecf72f479e0aa'
+sha256sums=('64e4cd87eaee38ae60b2984ef02b66159b9bdd33030040db2a04339cf15f6173'
 'SKIP')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

 validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 



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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:06:12
  Author: lcarlier
Revision: 308291

upgpkg: libdrm 2.4.85-1

upstream update 2.4.85

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 22:16:31 UTC (rev 308290)
+++ PKGBUILD2017-10-21 03:06:12 UTC (rev 308291)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.84
+pkgver=2.4.85
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://dri.freedesktop.org/;
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
 COPYING)
-sha512sums=('860ebc5fa934edee97e9e7e13aaa2f2e70a68b946f4f3893cd7f93b8296c10b3cd4ce4c23b1676eefe375286e6e2292b96e917d7976f65c61da3fa661e5e641a'
+sha512sums=('c13b266ca2efd28506b9910306db4be378537dc13229b4d4d8f525e224d0f6a2a9ce326b9ae37dae1d716ae81c9c3bcc88d875104d567899e5854da3c63aa147'
 'SKIP'
 
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 



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

2017-10-20 Thread Laurent Carlier
Date: Saturday, October 21, 2017 @ 03:06:25
  Author: lcarlier
Revision: 308292

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 308291, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 308291, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 308291, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 308291, libdrm/trunk/PKGBUILD)

-+
 testing-i686/COPYING|   48 +
 testing-i686/PKGBUILD   |   49 ++
 testing-x86_64/COPYING  |   48 +
 testing-x86_64/PKGBUILD |   49 ++
 4 files changed, 194 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 308291, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2017-10-21 03:06:25 UTC (rev 308292)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ 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 on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, 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 (including the
+ next paragraph) 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
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON 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.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ 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 (including the
+ next paragraph) 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 PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS 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: libdrm/repos/testing-i686/PKGBUILD (from rev 308291, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-21 03:06:25 UTC (rev 308292)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdrm
+pkgver=2.4.85
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services"
+arch=(i686 x86_64)
+license=('custom')
+depends=('libpciaccess')
+makedepends=('valgrind' 'xorg-util-macros' 'libxslt' 'docbook-xsl')
+checkdepends=('cairo')
+replaces=('libdrm-new' 'libdrm-nouveau')
+url="http://dri.freedesktop.org/;
+source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
+COPYING)
+sha512sums=('c13b266ca2efd28506b9910306db4be378537dc13229b4d4d8f525e224d0f6a2a9ce326b9ae37dae1d716ae81c9c3bcc88d875104d567899e5854da3c63aa147'
+'SKIP'
+
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 


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

2017-10-20 Thread Morten Linderud
Date: Friday, October 20, 2017 @ 23:38:26
  Author: foxboron
Revision: 263773

archrelease: copy trunk to community-any

Added:
  python-pipenv/repos/community-any/
  python-pipenv/repos/community-any/PKGBUILD
(from rev 263772, python-pipenv/trunk/PKGBUILD)

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

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 263772, 
python-pipenv/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-20 23:38:26 UTC (rev 263773)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=8.2.7
+pkgrel=2
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://docs.pipenv.org;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
+sha256sums=('60e1674f26a5ca8261404f054e46bc5755dc7237300d2b18525eacd1849c704b')
+
+prepare() {
+  cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-pipenv() {
+  depends=('python2' 'python2-pip' 'python2-pew'
+   'python2-virtualenv' 'python2-flake8' 'python2-requests'
+   'python2-urllib3')
+  cd "pipenv-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+}
+
+package_python-pipenv() {
+  depends=('python' 'python-pip' 'python-pew'
+   'python-virtualenv' 'flake8' 'python-requests'
+   'python-urllib3')
+  cd "pipenv-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)

2017-10-20 Thread Anatol Pomozov
Date: Friday, October 20, 2017 @ 23:33:00
  Author: anatolik
Revision: 263772

archrelease: copy trunk to community-any

Added:
  ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 263771, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
  ruby-pkg-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 23:32:27 UTC (rev 263771)
+++ PKGBUILD2017-10-20 23:33:00 UTC (rev 263772)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: gem2arch 0.1
-# Contributor: theapodan
-
-pkgname=ruby-pkg-config
-_pkgname=pkg-config
-pkgver=1.2.7
-pkgrel=1
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-url='http://github.com/ruby-gnome2/pkg-config'
-license=('LGPL')
-depends=('ruby')
-provides=('ruby-pkgconfig')
-replaces=('ruby-pkgconfig')
-conflicts=('ruby-pkgconfig')
-source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
-sha256sums=('fc8ab6f3200cddfeacb8a29168daa38d8f76c0e09af91a00a3d423bc472d70af')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
---no-user-install \
---ignore-dependencies \
--i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \
-$_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 263771, 
ruby-pkg-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-20 23:33:00 UTC (rev 263772)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.2.8
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
+sha256sums=('9aff7ab9d6aea2218dba94791a1b3ba6f149fa57dc9c81634e54f0c59959d814')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+-i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \
+$_pkgname-$pkgver.gem
+}


[arch-commits] Commit in ruby-pkg-config/trunk (PKGBUILD)

2017-10-20 Thread Anatol Pomozov
Date: Friday, October 20, 2017 @ 23:32:27
  Author: anatolik
Revision: 263771

upgpkg: ruby-pkg-config 1.2.8-1

Modified:
  ruby-pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 22:59:49 UTC (rev 263770)
+++ PKGBUILD2017-10-20 23:32:27 UTC (rev 263771)
@@ -6,7 +6,7 @@
 
 pkgname=ruby-pkg-config
 _pkgname=pkg-config
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 pkgdesc='Implementation of pkg-config in ruby'
 arch=('any')
@@ -17,7 +17,7 @@
 replaces=('ruby-pkgconfig')
 conflicts=('ruby-pkgconfig')
 source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
-sha256sums=('fc8ab6f3200cddfeacb8a29168daa38d8f76c0e09af91a00a3d423bc472d70af')
+sha256sums=('9aff7ab9d6aea2218dba94791a1b3ba6f149fa57dc9c81634e54f0c59959d814')
 noextract=("$_pkgname-$pkgver.gem")
 
 package() {


[arch-commits] Commit in (4 files)

2017-10-20 Thread Morten Linderud
Date: Friday, October 20, 2017 @ 22:59:49
  Author: foxboron
Revision: 263770

Upload python-pipenv from AUR

Added:
  python-pipenv/
  python-pipenv/repos/
  python-pipenv/trunk/
  python-pipenv/trunk/PKGBUILD

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

Added: python-pipenv/trunk/PKGBUILD
===
--- python-pipenv/trunk/PKGBUILD(rev 0)
+++ python-pipenv/trunk/PKGBUILD2017-10-20 22:59:49 UTC (rev 263770)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=8.2.7
+pkgrel=2
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://docs.pipenv.org;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
+sha256sums=('60e1674f26a5ca8261404f054e46bc5755dc7237300d2b18525eacd1849c704b')
+
+prepare() {
+  cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-pipenv() {
+  depends=('python2' 'python2-pip' 'python2-pew'
+   'python2-virtualenv' 'python2-flake8' 'python2-requests'
+   'python2-urllib3')
+  cd "pipenv-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+}
+
+package_python-pipenv() {
+  depends=('python' 'python-pip' 'python-pew'
+   'python-virtualenv' 'flake8' 'python-requests'
+   'python-urllib3')
+  cd "pipenv-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in (4 files)

2017-10-20 Thread Morten Linderud
Date: Friday, October 20, 2017 @ 22:54:17
  Author: foxboron
Revision: 263768

Uploaded python-pew from AUR

Added:
  python-pew/
  python-pew/repos/
  python-pew/trunk/
  python-pew/trunk/PKGBUILD

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

Added: python-pew/trunk/PKGBUILD
===
--- python-pew/trunk/PKGBUILD   (rev 0)
+++ python-pew/trunk/PKGBUILD   2017-10-20 22:54:17 UTC (rev 263768)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Morten Linderud  
+# Contributor: Jos? Luis Lafuente 
+# Contributor: Arthur Vuillard 
+
+pkgbase='python-pew'
+pkgname=('python-pew' 'python2-pew')
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
+url="https://github.com/berdario/pew;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
+sha256sums=('755869c2aeed7ec0ad5d7bff0f2bfb75030b079b4d81691fd313d906bf637d90')
+
+build() {
+cd "${pkgname##*-}-${pkgver}"
+python setup.py build
+}
+
+package_python-pew() {
+  depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
+  cd "${pkgname##*-}-${pkgver}"
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 "pew/shell_config/complete.fish" \
+"$pkgdir/usr/share/fish/completions/pew.fish"
+
+  install -D -m644 "pew/shell_config/complete.bash" \
+"$pkgdir/usr/share/bash-completion/completions/pew"
+
+  install -D -m644 "pew/shell_config/complete.zsh" \
+"$pkgdir/usr/share/zsh/site-functions/_pew"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pew() {
+  depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone')
+  cd "${pkgname##*-}-${pkgver}"
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  mv "${pkgdir}/usr/bin/pew" "${pkgdir}/usr/bin/pew2"
+
+  install -D -m644 "pew/shell_config/complete.fish" \
+"$pkgdir/usr/share/fish/completions/pew.fish"
+
+  install -D -m644 "pew/shell_config/complete.bash" \
+"$pkgdir/usr/share/bash-completion/completions/pew"
+
+  install -D -m644 "pew/shell_config/complete.zsh" \
+"$pkgdir/usr/share/zsh/site-functions/_pew"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2017-10-20 Thread Morten Linderud
Date: Friday, October 20, 2017 @ 22:54:34
  Author: foxboron
Revision: 263769

archrelease: copy trunk to community-any

Added:
  python-pew/repos/community-any/
  python-pew/repos/community-any/PKGBUILD
(from rev 263768, python-pew/trunk/PKGBUILD)

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

Copied: python-pew/repos/community-any/PKGBUILD (from rev 263768, 
python-pew/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-20 22:54:34 UTC (rev 263769)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Morten Linderud  
+# Contributor: Jos? Luis Lafuente 
+# Contributor: Arthur Vuillard 
+
+pkgbase='python-pew'
+pkgname=('python-pew' 'python2-pew')
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
+url="https://github.com/berdario/pew;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
+sha256sums=('755869c2aeed7ec0ad5d7bff0f2bfb75030b079b4d81691fd313d906bf637d90')
+
+build() {
+cd "${pkgname##*-}-${pkgver}"
+python setup.py build
+}
+
+package_python-pew() {
+  depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
+  cd "${pkgname##*-}-${pkgver}"
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 "pew/shell_config/complete.fish" \
+"$pkgdir/usr/share/fish/completions/pew.fish"
+
+  install -D -m644 "pew/shell_config/complete.bash" \
+"$pkgdir/usr/share/bash-completion/completions/pew"
+
+  install -D -m644 "pew/shell_config/complete.zsh" \
+"$pkgdir/usr/share/zsh/site-functions/_pew"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pew() {
+  depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone')
+  cd "${pkgname##*-}-${pkgver}"
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  mv "${pkgdir}/usr/bin/pew" "${pkgdir}/usr/bin/pew2"
+
+  install -D -m644 "pew/shell_config/complete.fish" \
+"$pkgdir/usr/share/fish/completions/pew.fish"
+
+  install -D -m644 "pew/shell_config/complete.bash" \
+"$pkgdir/usr/share/bash-completion/completions/pew"
+
+  install -D -m644 "pew/shell_config/complete.zsh" \
+"$pkgdir/usr/share/zsh/site-functions/_pew"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2017-10-20 Thread Kyle Keen
Date: Friday, October 20, 2017 @ 22:52:50
  Author: kkeen
Revision: 263767

archrelease: copy trunk to community-any

Added:
  ipython2/repos/community-any/
  ipython2/repos/community-any/PKGBUILD
(from rev 263766, ipython2/trunk/PKGBUILD)

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

Copied: ipython2/repos/community-any/PKGBUILD (from rev 263766, 
ipython2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-20 22:52:50 UTC (rev 263767)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+# This is no longer a split package with ipython
+# because 6.X will never support python2
+
+pkgname=ipython2
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python2 shell."
+arch=('any')
+url="http://ipython.org;
+license=('BSD')
+depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
+'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
+'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit')
+optdepends=("wxpython: needed for ipython2 --gui=wx"
+"python2-nose: for IPython's test suite")
+makedepends=('python2-setuptools')
+# "wxpython: needed for ipython2 --gui=wx"   does this still work?
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
+
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('3a8983239bb7afd8a861d0d1da198c82'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
+# confirm that an update does not break sage?
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  pkgdesc="An enhanced Interactive Python2 shell."
+  cd "$srcdir/ipython-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/simplegeneric-0.8.1"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
+
+  # hack to get around ipython collision
+  cd "$pkgdir/usr/share/man/man1/"
+  for i in *; do
+mv $i ${i/%.1/2.1}
+  done
+  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  sed -i 's/ython/ython2/g' *.desktop
+  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython2.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython2-qtconsole.desktop"
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython2.png"
+
+  #cd "$pkgdir/usr/share/man/man1/IPython/qt/console/resources/icon/"
+  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython2.svg"
+}
+


[arch-commits] Commit in (4 files)

2017-10-20 Thread Kyle Keen
Date: Friday, October 20, 2017 @ 22:52:20
  Author: kkeen
Revision: 263766

move ipython2 into its own package

Added:
  ipython2/
  ipython2/repos/
  ipython2/trunk/
  ipython2/trunk/PKGBUILD

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

Added: ipython2/trunk/PKGBUILD
===
--- ipython2/trunk/PKGBUILD (rev 0)
+++ ipython2/trunk/PKGBUILD 2017-10-20 22:52:20 UTC (rev 263766)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+# This is no longer a split package with ipython
+# because 6.X will never support python2
+
+pkgname=ipython2
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python2 shell."
+arch=('any')
+url="http://ipython.org;
+license=('BSD')
+depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
+'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
+'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit')
+optdepends=("wxpython: needed for ipython2 --gui=wx"
+"python2-nose: for IPython's test suite")
+makedepends=('python2-setuptools')
+# "wxpython: needed for ipython2 --gui=wx"   does this still work?
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
+
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('3a8983239bb7afd8a861d0d1da198c82'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
+# confirm that an update does not break sage?
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  pkgdesc="An enhanced Interactive Python2 shell."
+  cd "$srcdir/ipython-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/simplegeneric-0.8.1"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
+
+  # hack to get around ipython collision
+  cd "$pkgdir/usr/share/man/man1/"
+  for i in *; do
+mv $i ${i/%.1/2.1}
+  done
+  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  sed -i 's/ython/ython2/g' *.desktop
+  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython2.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython2-qtconsole.desktop"
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython2.png"
+
+  #cd "$pkgdir/usr/share/man/man1/IPython/qt/console/resources/icon/"
+  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython2.svg"
+}
+


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


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

2017-10-20 Thread Kyle Keen
Date: Friday, October 20, 2017 @ 22:50:36
  Author: kkeen
Revision: 263764

upgpkg: ipython 6.2.1-1 and move ipython2 to a new package

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 21:34:54 UTC (rev 263763)
+++ PKGBUILD2017-10-20 22:50:36 UTC (rev 263764)
@@ -5,9 +5,8 @@
 # Contributor: Chris Brannon 
 # Contributor : Douglas Soares de Andrade 
 
-pkgbase=ipython
-pkgname=(ipython ipython2)
-pkgver=5.3.0
+pkgname=ipython
+pkgver=6.2.1
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -15,32 +14,20 @@
 license=('BSD')
 depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
  'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 optdepends=("python-nose: for IPython's test suite")
 
-# some of these will update rapidly, others never
-# so _vars will be phased in as new updates are released
-
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
 
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
 
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('30045499fa745e2f1893cadcba3f94c5'
+md5sums=('fe8704b6b28c05cf608e0747a7c983ec'
  'f9c1fab00fd981be588fc32759f474e3'
  '2901d65f1b1fe354e72850085cd1c072')
 
-# With 4.0 many previously bundled external libraries are no longer bundled
-# Most are written/maintained/used only by the ipython project
-# Since there are so many and they are so small, they get re-bundled here
-# Break them out if any non-ipython package ends up needing these
-
-# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
-
 # confirm that an update does not break sage?
 
 prepare() {
   cd "$srcdir"
-  cp -r ipython-$pkgveripython2-$pkgver
-  cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
 
   # python 3.5 does not need a 3.3 backport hack
   cd "$srcdir/ipython-$pkgver"
@@ -51,7 +38,7 @@
   cd "$srcdir"
 }
 
-package_ipython() {
+package() {
   cd "$srcdir/ipython-$pkgver"
 
   # see https://github.com/ipython/ipython/issues/2057
@@ -76,40 +63,3 @@
   #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
 }
 
-package_ipython2() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
-'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
-'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit')
-  optdepends=("wxpython: needed for ipython2 --gui=wx"
-  "python2-nose: for IPython's test suite")
-  # "wxpython: needed for ipython2 --gui=wx"   does this still work?
-
-  cd "$srcdir/ipython2-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-simplegeneric-0.8.1"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython2-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
-
-  # hack to get around ipython collision
-  cd "$pkgdir/usr/share/man/man1/"
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
-
-  cd "$srcdir/ipython2-$pkgver/examples/IPython Kernel/"
-  sed -i 's/ython/ython2/g' *.desktop
-  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython2.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython2-qtconsole.desktop"
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython2.png"
-
-  #cd "$pkgdir/usr/share/man/man1/IPython/qt/console/resources/icon/"
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython2.svg"
-}
-


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

2017-10-20 Thread Kyle Keen
Date: Friday, October 20, 2017 @ 22:50:51
  Author: kkeen
Revision: 263765

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  180 ++---
 1 file changed, 65 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 22:50:36 UTC (rev 263764)
+++ PKGBUILD2017-10-20 22:50:51 UTC (rev 263765)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-pkgbase=ipython
-pkgname=(ipython ipython2)
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="http://ipython.org;
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=("python-nose: for IPython's test suite")
-
-# some of these will update rapidly, others never
-# so _vars will be phased in as new updates are released
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
-
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('30045499fa745e2f1893cadcba3f94c5'
- 'f9c1fab00fd981be588fc32759f474e3'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# With 4.0 many previously bundled external libraries are no longer bundled
-# Most are written/maintained/used only by the ipython project
-# Since there are so many and they are so small, they get re-bundled here
-# Break them out if any non-ipython package ends up needing these
-
-# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
-
-# confirm that an update does not break sage?
-
-prepare() {
-  cd "$srcdir"
-  cp -r ipython-$pkgveripython2-$pkgver
-  cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
-
-  # python 3.5 does not need a 3.3 backport hack
-  cd "$srcdir/ipython-$pkgver"
-  sed -i 's|backports.shutil_get_terminal_size|shutil|' 
IPython/utils/terminal.py
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_ipython() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/simplegeneric-0.8.1"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}
-
-package_ipython2() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
-'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
-'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit')
-  optdepends=("wxpython: needed for ipython2 --gui=wx"
-  "python2-nose: for IPython's test suite")
-  # "wxpython: needed for ipython2 --gui=wx"   does this still work?
-
-  cd "$srcdir/ipython2-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-simplegeneric-0.8.1"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython2-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
-
-  # hack to get around ipython collision
-  cd "$pkgdir/usr/share/man/man1/"
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
-
-  cd "$srcdir/ipython2-$pkgver/examples/IPython Kernel/"
-  sed -i 's/ython/ython2/g' *.desktop
-  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython2.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 

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

2017-10-20 Thread Bruno Pagani
Date: Friday, October 20, 2017 @ 21:34:54
  Author: archange
Revision: 263763

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 21:34:37 UTC (rev 263762)
+++ community-i686/PKGBUILD 2017-10-20 21:34:54 UTC (rev 263763)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.3.4.1
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="https://displaycal.net/;
-license=('GPL3')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for Plasma')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('0f4b15ef1b9bbc4ef5107651149373bb7c3dd76c524d55f9143b717e0fb0ad53')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-i686/PKGBUILD (from rev 263762, 
displaycal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 21:34:54 UTC (rev 263763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.3.5.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' 'x86_64')
+url="https://displaycal.net/;
+license=('GPL3')
+depends=('argyllcms' 'wxpython' 'python2-numpy')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
+optdepends=('gnome-color-manager: profile installation for GNOME'
+'colord-kde: profile installation for Plasma')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('17045d971fc17ab75736a9d1e24afbbae3f062b4809e86c625e92884a0dc8fab')
+
+build() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py build
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+# udev rules are shipped with argyllcms
+rm -rf "${pkgdir}"/etc/udev/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 21:34:37 UTC (rev 263762)
+++ community-x86_64/PKGBUILD   2017-10-20 21:34:54 UTC (rev 263763)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.3.4.1
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="https://displaycal.net/;
-license=('GPL3')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for Plasma')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)

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

2017-10-20 Thread Bruno Pagani
Date: Friday, October 20, 2017 @ 21:34:37
  Author: archange
Revision: 263762

upgpkg: displaycal 3.3.5.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 20:35:45 UTC (rev 263761)
+++ PKGBUILD2017-10-20 21:34:37 UTC (rev 263762)
@@ -6,7 +6,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.3.4.1
+pkgver=3.3.5.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=('i686' 'x86_64')
@@ -19,18 +19,16 @@
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
 
source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('0f4b15ef1b9bbc4ef5107651149373bb7c3dd76c524d55f9143b717e0fb0ad53')
+sha256sums=('17045d971fc17ab75736a9d1e24afbbae3f062b4809e86c625e92884a0dc8fab')
 
 build() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py build
+cd ${_pkgname}-${pkgver}
+python2 setup.py build
 }
 
 package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+# udev rules are shipped with argyllcms
+rm -rf "${pkgdir}"/etc/udev/
 }
-
-# vim:set ts=2 sw=2 et:


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

2017-10-20 Thread Jelle van der Waa
Date: Friday, October 20, 2017 @ 20:35:31
  Author: jelle
Revision: 263760

upgpkg: calibre 3.10.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 19:49:35 UTC (rev 263759)
+++ PKGBUILD2017-10-20 20:35:31 UTC (rev 263760)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('dd4e6fe03d46b5c4e11452424f5deb9001c72cefbb1497a60de42fc43f0b4e7f'
+sha256sums=('3aaa0d698cb4732c153b1d7d00e4ccae68cf2910c785978fda8d261d652f6b07'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-10-20 Thread Jelle van der Waa
Date: Friday, October 20, 2017 @ 20:35:45
  Author: jelle
Revision: 263761

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 20:35:31 UTC (rev 263760)
+++ community-i686/PKGBUILD 2017-10-20 20:35:45 UTC (rev 263761)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('dd4e6fe03d46b5c4e11452424f5deb9001c72cefbb1497a60de42fc43f0b4e7f'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 263760, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 20:35:45 UTC (rev 263761)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 

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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:49:35
  Author: arojas
Revision: 263759

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

Added:
  umurmur/repos/community-staging-i686/
  umurmur/repos/community-staging-i686/PKGBUILD
(from rev 263758, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-staging-i686/umurmur.install
(from rev 263758, umurmur/trunk/umurmur.install)
  umurmur/repos/community-staging-i686/umurmur.service
(from rev 263758, umurmur/trunk/umurmur.service)
  umurmur/repos/community-staging-x86_64/
  umurmur/repos/community-staging-x86_64/PKGBUILD
(from rev 263758, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-staging-x86_64/umurmur.install
(from rev 263758, umurmur/trunk/umurmur.install)
  umurmur/repos/community-staging-x86_64/umurmur.service
(from rev 263758, umurmur/trunk/umurmur.service)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/umurmur.install   |   13 
 community-staging-i686/umurmur.service   |   15 +
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/umurmur.install |   13 
 community-staging-x86_64/umurmur.service |   15 +
 6 files changed, 148 insertions(+)

Copied: umurmur/repos/community-staging-i686/PKGBUILD (from rev 263758, 
umurmur/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 19:49:35 UTC (rev 263759)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=4
+pkgdesc='Minimalistic Mumble server'
+url='https://github.com/umurmur/umurmur'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.service)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSSL=mbedtls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-staging-i686/umurmur.install (from rev 263758, 
umurmur/trunk/umurmur.install)
===
--- community-staging-i686/umurmur.install  (rev 0)
+++ community-staging-i686/umurmur.install  2017-10-20 19:49:35 UTC (rev 
263759)
@@ -0,0 +1,13 @@
+post_install() {
+  getent group umurmur > /dev/null || groupadd -r umurmur 1>/dev/null
+  getent passwd umurmur > /dev/null || useradd -r -M -g umurmur -s /bin/false 
umurmur 1>/dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent passwd umurmur > /dev/null && userdel umurmur 1>/dev/null
+  getent group umurmur > /dev/null && groupdel umurmur 1>/dev/null
+}

Copied: umurmur/repos/community-staging-i686/umurmur.service (from rev 263758, 
umurmur/trunk/umurmur.service)
===
--- community-staging-i686/umurmur.service  (rev 0)
+++ community-staging-i686/umurmur.service  2017-10-20 19:49:35 UTC (rev 
263759)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -p /run/umurmurd.pid -c 
/etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: umurmur/repos/community-staging-x86_64/PKGBUILD (from rev 263758, 
umurmur/trunk/PKGBUILD)
===
--- 

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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:49:05
  Author: arojas
Revision: 263758

protobuf 3.4.0 rebuild

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 19:46:47 UTC (rev 263757)
+++ PKGBUILD2017-10-20 19:49:05 UTC (rev 263758)
@@ -5,7 +5,7 @@
 
 pkgname=umurmur
 pkgver=0.2.17
-pkgrel=3
+pkgrel=4
 pkgdesc='Minimalistic Mumble server'
 url='https://github.com/umurmur/umurmur'
 arch=('i686' 'x86_64')


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:46:20
  Author: arojas
Revision: 263756

protobuf 3.4.0 rebuild

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 19:36:47 UTC (rev 263755)
+++ PKGBUILD2017-10-20 19:46:20 UTC (rev 263756)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns-recursor
 pkgver=4.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('i686' 'x86_64')


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:46:47
  Author: arojas
Revision: 263757

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

Added:
  powerdns-recursor/repos/community-staging-i686/
  powerdns-recursor/repos/community-staging-i686/PKGBUILD
(from rev 263756, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-staging-x86_64/
  powerdns-recursor/repos/community-staging-x86_64/PKGBUILD
(from rev 263756, powerdns-recursor/trunk/PKGBUILD)

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

Copied: powerdns-recursor/repos/community-staging-i686/PKGBUILD (from rev 
263756, powerdns-recursor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 19:46:47 UTC (rev 263757)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.0.6
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsystemd' 'lua' 'openssl' 'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('2203fd96469deded1da677344485da221eec036b1ad9fb418a89cd4477d73f2a6fcf984a39b574561df6946f440ddf1982de20cd39d7204da9c27e74216d1159'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-staging-x86_64/PKGBUILD (from rev 
263756, powerdns-recursor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-20 19:46:47 UTC (rev 263757)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.0.6
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsystemd' 'lua' 'openssl' 'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('2203fd96469deded1da677344485da221eec036b1ad9fb418a89cd4477d73f2a6fcf984a39b574561df6946f440ddf1982de20cd39d7204da9c27e74216d1159'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:36:47
  Author: arojas
Revision: 263755

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

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

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

Copied: powerdns/repos/community-staging-i686/PKGBUILD (from rev 263754, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 19:36:47 UTC (rev 263755)
@@ -0,0 +1,93 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns
+pkgver=4.0.4
+pkgrel=4
+pkgdesc='Authoritative DNS server'
+url='http://www.powerdns.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('boost-libs' 'libsodium' 'systemd' 'lua' 'openssl' 'protobuf' 
'sqlite')
+makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua' 
'libldap'
+ 'sqlite' 'geoip' 'yaml-cpp' 'pkg-config')
+optdepends=('libmariadbclient: MariaDB/MySQL backend'
+'postgresql-libs: PostgreSQL backend'
+'libldap: LDAP backend'
+'geoip: GeoIP backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc})
+sha512sums=('4ef4705cd990b03976775167c7c37850d45907e198549feda5f5701172e008e3f1f74a35a9bebdb24b63dec15ff63cb2cc9dfc8f92e4e1012e0539c5a88b845b'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7') # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Default settings
+  for keyvalue in \
+allow-recursion=127.0.0.1 \
+chroot=/var/empty \
+config-dir=/etc/powerdns \
+daemon=no \
+distributor-threads=3 \
+guardian=no \
+local-port=53 \
+loglevel=3 \
+module-dir=/usr/lib/powerdns \
+setgid=nobody \
+setuid=nobody \
+socket-dir=/var/run \
+webserver=no
+  do
+setconf -a pdns.conf "${keyvalue}"
+  done
+
+  # Using simple so we can bind it to a chroot
+  sed 's|notify|simple|' -i pdns/pdns.service.in
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--libexecdir=/usr/lib \
+--libdir=/usr/lib \
+--mandir=/usr/share/man \
+--with-modules='' \
+--with-dynmodules="bind gmysql geoip gpgsql gsqlite3 ldap lua pipe random 
remote" \
+--docdir=/usr/share/doc/powerdns \
+--sbindir=/usr/bin \
+--bindir=/usr/bin \
+--with-sqlite3 \
+--enable-libsodium \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  cd pdns-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # apply defaults to generated pdns.conf
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  cat pdns.conf >> "${pkgdir}/etc/powerdns/pdns.conf"
+  # adjust modules dir to match pkgname
+  mv "${pkgdir}/usr/lib/"{pdns,powerdns}
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-x86_64/PKGBUILD (from rev 263754, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-20 19:36:47 UTC (rev 263755)
@@ -0,0 +1,93 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns
+pkgver=4.0.4
+pkgrel=4
+pkgdesc='Authoritative DNS server'
+url='http://www.powerdns.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('boost-libs' 'libsodium' 'systemd' 'lua' 'openssl' 'protobuf' 
'sqlite')
+makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua' 
'libldap'
+ 'sqlite' 'geoip' 'yaml-cpp' 'pkg-config')
+optdepends=('libmariadbclient: MariaDB/MySQL backend'
+'postgresql-libs: PostgreSQL backend'
+'libldap: LDAP 

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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:36:14
  Author: arojas
Revision: 263754

protobuf 3.4.0 rebuild

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 19:28:55 UTC (rev 263753)
+++ PKGBUILD2017-10-20 19:36:14 UTC (rev 263754)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns
 pkgver=4.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Authoritative DNS server'
 url='http://www.powerdns.com/'
 arch=('i686' 'x86_64')


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:28:55
  Author: arojas
Revision: 263753

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

Added:
  mixxx/repos/community-staging-i686/
  mixxx/repos/community-staging-i686/PKGBUILD
(from rev 263752, mixxx/trunk/PKGBUILD)
  mixxx/repos/community-staging-i686/mixxx-2.0.0-build.patch
(from rev 263752, mixxx/trunk/mixxx-2.0.0-build.patch)
  mixxx/repos/community-staging-i686/mixxx-2.0.0-chromaprint-1.4.0.patch
(from rev 263752, mixxx/trunk/mixxx-2.0.0-chromaprint-1.4.0.patch)
  mixxx/repos/community-staging-i686/mixxx-2.0.0-gcc-6.patch
(from rev 263752, mixxx/trunk/mixxx-2.0.0-gcc-6.patch)
  mixxx/repos/community-staging-i686/mixxx-remove-sqlite-typedef.patch
(from rev 263752, mixxx/trunk/mixxx-remove-sqlite-typedef.patch)
  mixxx/repos/community-staging-x86_64/
  mixxx/repos/community-staging-x86_64/PKGBUILD
(from rev 263752, mixxx/trunk/PKGBUILD)
  mixxx/repos/community-staging-x86_64/mixxx-2.0.0-build.patch
(from rev 263752, mixxx/trunk/mixxx-2.0.0-build.patch)
  mixxx/repos/community-staging-x86_64/mixxx-2.0.0-chromaprint-1.4.0.patch
(from rev 263752, mixxx/trunk/mixxx-2.0.0-chromaprint-1.4.0.patch)
  mixxx/repos/community-staging-x86_64/mixxx-2.0.0-gcc-6.patch
(from rev 263752, mixxx/trunk/mixxx-2.0.0-gcc-6.patch)
  mixxx/repos/community-staging-x86_64/mixxx-remove-sqlite-typedef.patch
(from rev 263752, mixxx/trunk/mixxx-remove-sqlite-typedef.patch)

--+
 community-staging-i686/PKGBUILD  |   46 ++
 community-staging-i686/mixxx-2.0.0-build.patch   |   10 ++
 community-staging-i686/mixxx-2.0.0-chromaprint-1.4.0.patch   |   17 +++
 community-staging-i686/mixxx-2.0.0-gcc-6.patch   |   17 +++
 community-staging-i686/mixxx-remove-sqlite-typedef.patch |   27 +
 community-staging-x86_64/PKGBUILD|   46 ++
 community-staging-x86_64/mixxx-2.0.0-build.patch |   10 ++
 community-staging-x86_64/mixxx-2.0.0-chromaprint-1.4.0.patch |   17 +++
 community-staging-x86_64/mixxx-2.0.0-gcc-6.patch |   17 +++
 community-staging-x86_64/mixxx-remove-sqlite-typedef.patch   |   27 +
 10 files changed, 234 insertions(+)

Copied: mixxx/repos/community-staging-i686/PKGBUILD (from rev 263752, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 19:28:55 UTC (rev 263753)
@@ -0,0 +1,46 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.0.0
+pkgrel=12
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('i686' 'x86_64')
+url='http://www.mixxx.org'
+license=('GPL')
+depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
+ 'taglib' 'qt4' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2'
+ 'rubberband' 'chromaprint' 'sqlite' 'opus' 'opusfile')
+makedepends=('mesa' 'scons' 'libshout' 'glu')
+source=("https://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz;
+mixxx-2.0.0-gcc-6.patch
+mixxx-2.0.0-chromaprint-1.4.0.patch
+mixxx-2.0.0-build.patch
+mixxx-remove-sqlite-typedef.patch)
+md5sums=('5520a2f110f1078197d2ff914ccca37a'
+ '957245cf7a06e57d42fb7f8e3421a934'
+ '9aa411ccc9e72b27860858ac68104f2b'
+ '0da474abaf9eb50cfdcdc449854a6772'
+ '5cbc4f21a5ff8e477a986af015f1ed31')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ../mixxx-2.0.0-gcc-6.patch
+  patch -p1 -i ../mixxx-2.0.0-chromaprint-1.4.0.patch
+  patch -p1 -i ../mixxx-2.0.0-build.patch
+  patch -p1 -i ../mixxx-remove-sqlite-typedef.patch # rpmfusion
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
+  scons build=release optimize=portable virtualize=0 localecompare=1 
qt_sqlite_plugin=0 opus=1 \
+qtdir=/usr/lib/qt4 prefix=/usr faad=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  scons qtdir=/usr/lib/qt4 prefix=/usr install_root="${pkgdir}/usr" install
+}

Copied: mixxx/repos/community-staging-i686/mixxx-2.0.0-build.patch (from rev 
263752, mixxx/trunk/mixxx-2.0.0-build.patch)
===
--- community-staging-i686/mixxx-2.0.0-build.patch  
(rev 0)
+++ community-staging-i686/mixxx-2.0.0-build.patch  2017-10-20 19:28:55 UTC 
(rev 263753)
@@ -0,0 +1,10 @@
+diff -ur mixxx-2.0.0/build/mixxx.py mixxx-2.0.0-patched/build/mixxx.py
+--- ./build/depends.py.orig2016-02-09 04:30:54.860754912 +
 ./build/depends.py 2016-02-09 

[arch-commits] Commit in mixxx/trunk (PKGBUILD mixxx-remove-sqlite-typedef.patch)

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:28:19
  Author: arojas
Revision: 263752

protobuf 3.4.0 rebuild

Added:
  mixxx/trunk/mixxx-remove-sqlite-typedef.patch
Modified:
  mixxx/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 mixxx-remove-sqlite-typedef.patch |   27 +++
 2 files changed, 33 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 19:06:47 UTC (rev 263751)
+++ PKGBUILD2017-10-20 19:28:19 UTC (rev 263752)
@@ -5,7 +5,7 @@
 
 pkgname=mixxx
 pkgver=2.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('i686' 'x86_64')
 url='http://www.mixxx.org'
@@ -17,11 +17,13 @@
 
source=("https://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz;
 mixxx-2.0.0-gcc-6.patch
 mixxx-2.0.0-chromaprint-1.4.0.patch
-mixxx-2.0.0-build.patch)
+mixxx-2.0.0-build.patch
+mixxx-remove-sqlite-typedef.patch)
 md5sums=('5520a2f110f1078197d2ff914ccca37a'
  '957245cf7a06e57d42fb7f8e3421a934'
  '9aa411ccc9e72b27860858ac68104f2b'
- '0da474abaf9eb50cfdcdc449854a6772')
+ '0da474abaf9eb50cfdcdc449854a6772'
+ '5cbc4f21a5ff8e477a986af015f1ed31')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,6 +30,7 @@
   patch -p1 -i ../mixxx-2.0.0-gcc-6.patch
   patch -p1 -i ../mixxx-2.0.0-chromaprint-1.4.0.patch
   patch -p1 -i ../mixxx-2.0.0-build.patch
+  patch -p1 -i ../mixxx-remove-sqlite-typedef.patch # rpmfusion
 }
 
 build() {

Added: mixxx-remove-sqlite-typedef.patch
===
--- mixxx-remove-sqlite-typedef.patch   (rev 0)
+++ mixxx-remove-sqlite-typedef.patch   2017-10-20 19:28:19 UTC (rev 263752)
@@ -0,0 +1,27 @@
+--- a/src/library/trackcollection.cpp
 b/src/library/trackcollection.cpp
+@@ -2,10 +2,6 @@
+ #include 
+ 
+ #include "library/trackcollection.h"
+-
+-#ifdef __SQLITE3__
+-#include 
+-#endif
+ 
+ #include "library/librarytablemodel.h"
+ #include "library/schemamanager.h"
+
+--- a/src/library/trackcollection.h
 b/src/library/trackcollection.h
+@@ -34,8 +34,7 @@
+ #include "library/dao/libraryhashdao.h"
+ 
+ #ifdef __SQLITE3__
+-typedef struct sqlite3_context sqlite3_context;
+-typedef struct Mem sqlite3_value;
++#include 
+ #endif
+ 
+ class TrackInfoObject;
+


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

2017-10-20 Thread Christian Hesse
Date: Friday, October 20, 2017 @ 19:06:32
  Author: eworm
Revision: 263750

upgpkg: mpv 1:0.27.0-2

ffmpeg 3.4 rebuild

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 18:33:17 UTC (rev 263749)
+++ PKGBUILD2017-10-20 19:06:32 UTC (rev 263750)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.27.0
-pkgrel=1
+pkgrel=2
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')


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

2017-10-20 Thread Christian Hesse
Date: Friday, October 20, 2017 @ 19:06:47
  Author: eworm
Revision: 263751

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

Added:
  mpv/repos/community-i686/0001-opengl-backend-support-multiple-backends.patch
(from rev 263750, 
mpv/trunk/0001-opengl-backend-support-multiple-backends.patch)
  mpv/repos/community-i686/PKGBUILD
(from rev 263750, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/0001-opengl-backend-support-multiple-backends.patch
(from rev 263750, 
mpv/trunk/0001-opengl-backend-support-multiple-backends.patch)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 263750, mpv/trunk/PKGBUILD)
Deleted:
  mpv/repos/community-i686/0001-opengl-backend-support-multiple-backends.patch
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-x86_64/0001-opengl-backend-support-multiple-backends.patch
  mpv/repos/community-x86_64/PKGBUILD

--+
 /0001-opengl-backend-support-multiple-backends.patch |  582 
++
 /PKGBUILD|  126 ++
 community-i686/0001-opengl-backend-support-multiple-backends.patch   |  291 
-
 community-i686/PKGBUILD  |   63 -
 community-x86_64/0001-opengl-backend-support-multiple-backends.patch |  291 
-
 community-x86_64/PKGBUILD|   63 -
 6 files changed, 708 insertions(+), 708 deletions(-)

Deleted: community-i686/0001-opengl-backend-support-multiple-backends.patch
===
--- community-i686/0001-opengl-backend-support-multiple-backends.patch  
2017-10-20 19:06:32 UTC (rev 263750)
+++ community-i686/0001-opengl-backend-support-multiple-backends.patch  
2017-10-20 19:06:47 UTC (rev 263751)
@@ -1,291 +0,0 @@
-From 9c397af0dabfff7177bcb76409af5b8f9ae608cf Mon Sep 17 00:00:00 2001
-From: Drew DeVault 
-Date: Thu, 27 Apr 2017 17:19:58 -0400
-Subject: [PATCH 1/4] --opengl-backend: support multiple backends
-
-Will attempt each backend specified in order. The x11 backend is still
-preferred, even on Wayland, but the user can now use
---opengl-backend=wayland,x11 to prefer wayland and fall back to x11 if
-wayland is unavailable.

- video/out/opengl/context.c | 66 +-
- video/out/opengl/context.h |  8 ++
- video/out/vo_opengl.c  |  7 +++--
- 3 files changed, 64 insertions(+), 17 deletions(-)
-
-diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c
-index 72311e11fa..568bb662b8 100644
 a/video/out/opengl/context.c
-+++ b/video/out/opengl/context.c
-@@ -89,6 +89,30 @@ static const struct mpgl_driver *const backends[] = {
- #endif
- };
- 
-+static bool get_desc(struct m_obj_desc *dst, int index)
-+{
-+if (index >= MP_ARRAY_SIZE(backends) - 1)
-+return false;
-+const struct mpgl_driver *driver = backends[index];
-+*dst = (struct m_obj_desc) {
-+.name = driver->name,
-+.description = driver->name,
-+.priv_size = sizeof(struct mpgl_driver),
-+.p = driver,
-+};
-+return true;
-+}
-+
-+// for backend option
-+const struct m_obj_list mpgl_backend_list = {
-+.get_desc = get_desc,
-+.description = "OpenGL windowing backends",
-+.allow_unknown_entries = true,
-+.allow_disable_entries = true,
-+.allow_trailer = true,
-+.disallow_positional_parameters = true,
-+};
-+
- // 0-terminated list of desktop GL versions a backend should try to
- // initialize. The first entry is the most preferred version.
- const int mpgl_preferred_gl_versions[] = {
-@@ -100,7 +124,7 @@ const int mpgl_preferred_gl_versions[] = {
- 0
- };
- 
--int mpgl_find_backend(const char *name)
-+static int mpgl_find_backend(const char *name)
- {
- if (name == NULL || strcmp(name, "auto") == 0)
- return -1;
-@@ -126,7 +150,7 @@ int mpgl_validate_backend_opt(struct mp_log *log, const 
struct m_option *opt,
- return mpgl_find_backend(s) >= -1 ? 1 : M_OPT_INVALID;
- }
- 
--static void *get_native_display(void *pctx, const char *name)
-+static void *get_native_display(const char *name)
- {
- MPGLContext *ctx = pctx;
- if (!ctx->native_display_type || !name)
-@@ -186,11 +210,41 @@ cleanup:
- 
- // Create a VO window and create a GL context on it.
- //  vo_flags: passed to the backend's create window function
--MPGLContext *mpgl_init(struct vo *vo, const char *backend_name, int vo_flags)
-+MPGLContext *mpgl_init(struct vo *vo, struct m_obj_settings *backend_list, 
int vo_flags)
- {
- MPGLContext *ctx = NULL;
--int index = mpgl_find_backend(backend_name);
--if (index == -1) {
-+if (backend_list && backend_list[0].name) {
-+int n;
-+for (n = 0; backend_list[n].name; n++) {
-+// Something like "--opengl-backend=name," allows fallback to 
autoprobing.
-+int index = 

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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:05:53
  Author: arojas
Revision: 308289

archrelease: copy trunk to extra-any

Added:
  scons/repos/extra-any/PKGBUILD
(from rev 308288, scons/trunk/PKGBUILD)
Deleted:
  scons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   84 +++--
 1 file changed, 44 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 19:05:29 UTC (rev 308288)
+++ PKGBUILD2017-10-20 19:05:53 UTC (rev 308289)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: damir 
-# Contributor: Lukas Sabota 
-# Contributor: Brice Carpentier 
-
-# reminder: scons moving to py3 any time soon
-
-pkgname=scons
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org;
-license=('MIT')
-depends=('python')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-
scons-support-python2-syntax.patch::"https://github.com/SConsProject/scons/commit/2e0de3c5.patch;)
-md5sums=('1c99878d0eaf9b768b50721e913142d3'
- '7bcd903c70839301194931046e81b9b3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p2 -i ../scons-support-python2-syntax.patch # support Python 2 syntax 
in Sconsripts
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python setup.py install --standard-lib \
-  --prefix=/usr \
-  --install-data=/usr/share \
-  --optimize=1 \
-  --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scons/repos/extra-any/PKGBUILD (from rev 308288, scons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-20 19:05:53 UTC (rev 308289)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: damir 
+# Contributor: Lukas Sabota 
+# Contributor: Brice Carpentier 
+
+# reminder: scons moving to py3 any time soon
+
+pkgname=scons
+pkgver=3.0.0
+pkgrel=3
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org;
+license=('MIT')
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+
scons-support-python2-syntax.patch::"https://github.com/SConsProject/scons/commit/2e0de3c5.patch;)
+md5sums=('1c99878d0eaf9b768b50721e913142d3'
+ '7bcd903c70839301194931046e81b9b3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p2 -i ../scons-support-python2-syntax.patch # support Python 2 syntax 
in Sconsripts
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --standard-lib \
+  --prefix=/usr \
+  --install-data=/usr/share \
+  --optimize=1 \
+  --root="$pkgdir"
+
+  # fix for python 2.7
+  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
+"$pkgdir"/usr/bin/*
+
+  install -Dm644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 19:05:29
  Author: arojas
Revision: 308288

Switch back to python2 for now, some projects' SconScripts don't support 
python3 syntax

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 17:57:13 UTC (rev 308287)
+++ PKGBUILD2017-10-20 19:05:29 UTC (rev 308288)
@@ -8,12 +8,12 @@
 
 pkgname=scons
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensible Python-based build utility"
 arch=('any')
 url="http://scons.org;
 license=('MIT')
-depends=('python')
+depends=('python2')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 
scons-support-python2-syntax.patch::"https://github.com/SConsProject/scons/commit/2e0de3c5.patch;)
 md5sums=('1c99878d0eaf9b768b50721e913142d3'
@@ -25,14 +25,18 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
-  python setup.py install --standard-lib \
+  python2 setup.py install --standard-lib \
   --prefix=/usr \
   --install-data=/usr/share \
   --optimize=1 \
   --root="$pkgdir"
 
+  # fix for python 2.7
+  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
+"$pkgdir"/usr/bin/*
+
   install -Dm644 LICENSE.txt \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 18:33:17
  Author: arojas
Revision: 263749

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

Added:
  clementine/repos/community-staging-i686/
  clementine/repos/community-staging-i686/PKGBUILD
(from rev 263748, clementine/trunk/PKGBUILD)
  
clementine/repos/community-staging-i686/add-missing-functional-includes-5630.patch
(from rev 263748, 
clementine/trunk/add-missing-functional-includes-5630.patch)
  
clementine/repos/community-staging-i686/clementine-1.3.1-chromaprint-1.4.0.patch
(from rev 263748, clementine/trunk/clementine-1.3.1-chromaprint-1.4.0.patch)
  clementine/repos/community-staging-i686/clementine-gcc6.patch
(from rev 263748, clementine/trunk/clementine-gcc6.patch)
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 263748, clementine/trunk/PKGBUILD)
  
clementine/repos/community-staging-x86_64/add-missing-functional-includes-5630.patch
(from rev 263748, 
clementine/trunk/add-missing-functional-includes-5630.patch)
  
clementine/repos/community-staging-x86_64/clementine-1.3.1-chromaprint-1.4.0.patch
(from rev 263748, clementine/trunk/clementine-1.3.1-chromaprint-1.4.0.patch)
  clementine/repos/community-staging-x86_64/clementine-gcc6.patch
(from rev 263748, clementine/trunk/clementine-gcc6.patch)

-+
 community-staging-i686/PKGBUILD |   65 
++
 community-staging-i686/add-missing-functional-includes-5630.patch   |   51 
+++
 community-staging-i686/clementine-1.3.1-chromaprint-1.4.0.patch |   41 
++
 community-staging-i686/clementine-gcc6.patch|   22 +++
 community-staging-x86_64/PKGBUILD   |   65 
++
 community-staging-x86_64/add-missing-functional-includes-5630.patch |   51 
+++
 community-staging-x86_64/clementine-1.3.1-chromaprint-1.4.0.patch   |   41 
++
 community-staging-x86_64/clementine-gcc6.patch  |   22 +++
 8 files changed, 358 insertions(+)

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 263748, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 18:33:17 UTC (rev 263749)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1
+pkgrel=10
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl'
+ 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson'
+ 'qt4' 'sqlite' 'taglib' 'zlib')
+makedepends=('boost' 'cmake' 'mesa' 'sparsehash')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'gst-libav: Libav plugin'
+'gvfs: Various devices support')
+source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+clementine-gcc6.patch
+add-missing-functional-includes-5630.patch
+clementine-1.3.1-chromaprint-1.4.0.patch)
+sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c'
+'05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee'
+'213a1c2eb3f3c1d2904ed855ad851c10705d04cfa20b36b843b60003469fdc1a'
+'4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  # Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+  # https://github.com/clementine-player/Clementine/pull/5630
+  patch -p1 -i ../add-missing-functional-includes-5630.patch
+  # Fix build with chromaprint 1.4.0
+  patch -p1 -i ../clementine-1.3.1-chromaprint-1.4.0.patch
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd Clementine-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
clementine/repos/community-staging-i686/add-missing-functional-includes-5630.patch
 (from rev 263748, clementine/trunk/add-missing-functional-includes-5630.patch)

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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 18:32:45
  Author: arojas
Revision: 263748

protobuf 3.4.0 rebuild

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 18:19:13 UTC (rev 263747)
+++ PKGBUILD2017-10-20 18:32:45 UTC (rev 263748)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 18:19:13
  Author: felixonmars
Revision: 263747

add also pandoc-crossref to optdepends

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 18:01:14 UTC (rev 263746)
+++ PKGBUILD2017-10-20 18:19:13 UTC (rev 263747)
@@ -19,6 +19,7 @@
  "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" 
"haskell-unordered-containers"
  "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" 
"haskell-zlib")
 optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
 'texlive-core: for pdf output')
 conflicts=('haskell-pandoc')
 replaces=('haskell-pandoc')


[arch-commits] Commit in python-django-extensions/repos/community-any (2 files)

2017-10-20 Thread Maxime Gauduin
Date: Friday, October 20, 2017 @ 18:01:14
  Author: alucryd
Revision: 263746

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 263745, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 18:01:05 UTC (rev 263745)
+++ PKGBUILD2017-10-20 18:01:14 UTC (rev 263746)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgbase=python-django-extensions
-pkgname=('python-django-extensions' 'python2-django-extensions')
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=('any')
-url='http://github.com/django-extensions/django-extensions'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('graphviz: graph_models extension')
-source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
-sha256sums=('9940b60268ac97a897a8a1514179c7035e955e48da0ae9452090183f08e7aac9')
-
-prepare() {
-  cp -r {,python-}django-extensions-${pkgver}
-  mv {,python2-}django-extensions-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-extensions-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-django-extensions() {
-  depends=('python-django' 'python-six')
-  optdepends+=('python-werkzeug: runserver_plus extension'
-   'ipython: shell_plus extension')
-
-  cd python-django-extensions-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-package_python2-django-extensions() {
-  depends=('python2-django' 'python2-six')
-  optdepends+=('python2-werkzeug: runserver_plus extension'
-   'ipython2: shell_plus extensions')
-
-  cd python2-django-extensions-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 263745, 
python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-20 18:01:14 UTC (rev 263746)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgbase=python-django-extensions
+pkgname=('python-django-extensions' 'python2-django-extensions')
+pkgver=1.9.6
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=('any')
+url='http://github.com/django-extensions/django-extensions'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('graphviz: graph_models extension')
+source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
+sha256sums=('e9fd92429fa57146c960be0d98f0f2ac88c69656cee5716ecda45329bf46667c')
+
+prepare() {
+  cp -r {,python-}django-extensions-${pkgver}
+  mv {,python2-}django-extensions-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-django-extensions-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-django-extensions() {
+  depends=('python-django' 'python-six')
+  optdepends+=('python-werkzeug: runserver_plus extension'
+   'ipython: shell_plus extension')
+
+  cd python-django-extensions-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+package_python2-django-extensions() {
+  depends=('python2-django' 'python2-six')
+  optdepends+=('python2-werkzeug: runserver_plus extension'
+   'ipython2: shell_plus extensions')
+
+  cd python2-django-extensions-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-20 Thread Maxime Gauduin
Date: Friday, October 20, 2017 @ 18:01:05
  Author: alucryd
Revision: 263745

upgpkg: python-django-extensions 1.9.6-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 17:28:30 UTC (rev 263744)
+++ PKGBUILD2017-10-20 18:01:05 UTC (rev 263745)
@@ -8,7 +8,7 @@
 
 pkgbase=python-django-extensions
 pkgname=('python-django-extensions' 'python2-django-extensions')
-pkgver=1.9.1
+pkgver=1.9.6
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=('any')
@@ -17,7 +17,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('graphviz: graph_models extension')
 
source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
-sha256sums=('9940b60268ac97a897a8a1514179c7035e955e48da0ae9452090183f08e7aac9')
+sha256sums=('e9fd92429fa57146c960be0d98f0f2ac88c69656cee5716ecda45329bf46667c')
 
 prepare() {
   cp -r {,python-}django-extensions-${pkgver}


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

2017-10-20 Thread Maxime Gauduin
Date: Friday, October 20, 2017 @ 17:57:13
  Author: alucryd
Revision: 308287

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

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 308286, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 308286, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-i686/ffmpeg-openjpeg2.2.patch
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/ffmpeg-openjpeg2.2.patch

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   99 -
 extra-i686/ffmpeg-openjpeg2.2.patch   |   95 
 extra-x86_64/PKGBUILD |   99 -
 extra-x86_64/ffmpeg-openjpeg2.2.patch |   95 
 5 files changed, 180 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-20 17:57:00 UTC (rev 308286)
+++ extra-i686/PKGBUILD 2017-10-20 17:57:13 UTC (rev 308287)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=3.3.4
-pkgrel=1
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
- 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libvidstab.so'
- 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
-'ffmpeg-openjpeg2.2.patch')
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('98b97e1b908dfeb6aeb6d407e5a5eacdfc253a40c2d195f5867ed2d1d46ea957'
-'SKIP'
-'490598f78d7879af8ef5b8d7f92ada83d0ee64f9609f6c7b989eb331c2539f68')
-
-prepare() {
-  cd ffmpeg-${pkgver}
-
-  patch -Np1 -i ../ffmpeg-openjpeg2.2.patch
-}
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxvid \
---enable-shared \
---enable-version3
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 308286, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-20 17:57:13 UTC (rev 308287)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.4
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 

[arch-commits] Commit in ffmpeg/trunk (ffmpeg-openjpeg2.2.patch)

2017-10-20 Thread Maxime Gauduin
Date: Friday, October 20, 2017 @ 17:57:00
  Author: alucryd
Revision: 308286

upgpkg: ffmpeg 1:3.4-1

Deleted:
  ffmpeg/trunk/ffmpeg-openjpeg2.2.patch

--+
 ffmpeg-openjpeg2.2.patch |   95 -
 1 file changed, 95 deletions(-)

Deleted: ffmpeg-openjpeg2.2.patch
===
--- ffmpeg-openjpeg2.2.patch2017-10-20 17:56:15 UTC (rev 308285)
+++ ffmpeg-openjpeg2.2.patch2017-10-20 17:57:00 UTC (rev 308286)
@@ -1,95 +0,0 @@
-diff -rupN ffmpeg-3.3.3.orig/configure ffmpeg-3.3.3/configure
 ffmpeg-3.3.3.orig/configure2017-07-29 19:49:29.0 +0200
-+++ ffmpeg-3.3.3/configure 2017-08-15 13:21:28.782566614 +0200
-@@ -1875,6 +1875,7 @@ HEADERS_LIST="
- machine_ioctl_meteor_h
- malloc_h
- opencv2_core_core_c_h
-+openjpeg_2_2_openjpeg_h
- openjpeg_2_1_openjpeg_h
- openjpeg_2_0_openjpeg_h
- openjpeg_1_5_openjpeg_h
-@@ -5805,7 +5806,9 @@ enabled libopencv && { check_hea
-  require opencv opencv2/core/core_c.h 
cvCreateImageHeader -lopencv_core -lopencv_imgproc; } ||
-require_pkg_config opencv opencv/cxcore.h 
cvCreateImageHeader; }
- enabled libopenh264   && require_pkg_config openh264 wels/codec_api.h 
WelsGetCodecVersion
--enabled libopenjpeg   && { { check_lib openjpeg-2.1/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
-+enabled libopenjpeg   && { { check_lib openjpeg-2.2/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
-+   check_lib openjpeg-2.2/openjpeg.h opj_version 
-lopenjp2 ||
-+   { check_lib openjpeg-2.1/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
-check_lib openjpeg-2.1/openjpeg.h opj_version 
-lopenjp2 ||
-{ check_lib openjpeg-2.0/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
-{ check_lib openjpeg-1.5/openjpeg.h 
opj_version -lopenjpeg -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
-diff -rupN ffmpeg-3.3.3.orig/libavcodec/libopenjpegdec.c 
ffmpeg-3.3.3/libavcodec/libopenjpegdec.c
 ffmpeg-3.3.3.orig/libavcodec/libopenjpegdec.c  2017-07-29 
19:49:30.0 +0200
-+++ ffmpeg-3.3.3/libavcodec/libopenjpegdec.c   2017-08-15 13:21:28.869233484 
+0200
-@@ -34,7 +34,9 @@
- #include "internal.h"
- #include "thread.h"
- 
--#if HAVE_OPENJPEG_2_1_OPENJPEG_H
-+#if HAVE_OPENJPEG_2_2_OPENJPEG_H
-+#  include 
-+#elif HAVE_OPENJPEG_2_1_OPENJPEG_H
- #  include 
- #elif HAVE_OPENJPEG_2_0_OPENJPEG_H
- #  include 
-@@ -44,7 +46,7 @@
- #  include 
- #endif
- 
--#if HAVE_OPENJPEG_2_1_OPENJPEG_H || HAVE_OPENJPEG_2_0_OPENJPEG_H
-+#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H || 
HAVE_OPENJPEG_2_0_OPENJPEG_H
- #  define OPENJPEG_MAJOR_VERSION 2
- #  define OPJ(x) OPJ_##x
- #else
-@@ -429,7 +431,7 @@ static int libopenjpeg_decode_frame(AVCo
- opj_stream_set_read_function(stream, stream_read);
- opj_stream_set_skip_function(stream, stream_skip);
- opj_stream_set_seek_function(stream, stream_seek);
--#if HAVE_OPENJPEG_2_1_OPENJPEG_H
-+#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H
- opj_stream_set_user_data(stream, , NULL);
- #elif HAVE_OPENJPEG_2_0_OPENJPEG_H
- opj_stream_set_user_data(stream, );
-diff -rupN ffmpeg-3.3.3.orig/libavcodec/libopenjpegenc.c 
ffmpeg-3.3.3/libavcodec/libopenjpegenc.c
 ffmpeg-3.3.3.orig/libavcodec/libopenjpegenc.c  2017-07-29 
19:49:30.0 +0200
-+++ ffmpeg-3.3.3/libavcodec/libopenjpegenc.c   2017-08-15 13:21:28.869233484 
+0200
-@@ -32,7 +32,9 @@
- #include "avcodec.h"
- #include "internal.h"
- 
--#if HAVE_OPENJPEG_2_1_OPENJPEG_H
-+#if HAVE_OPENJPEG_2_2_OPENJPEG_H
-+#  include 
-+#elif HAVE_OPENJPEG_2_1_OPENJPEG_H
- #  include 
- #elif HAVE_OPENJPEG_2_0_OPENJPEG_H
- #  include 
-@@ -42,7 +44,7 @@
- #  include 
- #endif
- 
--#if HAVE_OPENJPEG_2_1_OPENJPEG_H || HAVE_OPENJPEG_2_0_OPENJPEG_H
-+#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H || 
HAVE_OPENJPEG_2_0_OPENJPEG_H
- #  define OPENJPEG_MAJOR_VERSION 2
- #  define OPJ(x) OPJ_##x
- #else
-@@ -305,7 +307,7 @@ static av_cold int libopenjpeg_encode_in
- 
- opj_set_default_encoder_parameters(>enc_params);
- 
--#if HAVE_OPENJPEG_2_1_OPENJPEG_H
-+#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H
- switch (ctx->cinema_mode) {
- case OPJ_CINEMA2K_24:
- ctx->enc_params.rsiz = OPJ_PROFILE_CINEMA_2K;
-@@ -769,7 +771,7 @@ static int libopenjpeg_encode_frame(AVCo
- opj_stream_set_write_function(stream, stream_write);
- opj_stream_set_skip_function(stream, stream_skip);
- opj_stream_set_seek_function(stream, stream_seek);
--#if HAVE_OPENJPEG_2_1_OPENJPEG_H
-+#if 

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

2017-10-20 Thread Maxime Gauduin
Date: Friday, October 20, 2017 @ 17:56:15
  Author: alucryd
Revision: 308285

upgpkg: ffmpeg 1:3.4-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 17:51:55 UTC (rev 308284)
+++ PKGBUILD2017-10-20 17:56:15 UTC (rev 308285)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.3.4
+pkgver=3.4
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -16,29 +16,21 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
  'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
  'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
- 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libvidstab.so'
- 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libxvidcore.so')
+ 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+ 'libxvidcore.so')
 makedepends=('ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
-'ffmpeg-openjpeg2.2.patch')
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('98b97e1b908dfeb6aeb6d407e5a5eacdfc253a40c2d195f5867ed2d1d46ea957'
-'SKIP'
-'490598f78d7879af8ef5b8d7f92ada83d0ee64f9609f6c7b989eb331c2539f68')
+sha256sums=('aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef'
+'SKIP')
 
-prepare() {
-  cd ffmpeg-${pkgver}
-
-  patch -Np1 -i ../ffmpeg-openjpeg2.2.patch
-}
-
 build() {
   cd ffmpeg-${pkgver}
 
@@ -67,7 +59,6 @@
 --enable-libopenjpeg \
 --enable-libopus \
 --enable-libpulse \
---enable-libschroedinger \
 --enable-libsoxr \
 --enable-libspeex \
 --enable-libssh \


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 17:51:55
  Author: arojas
Revision: 308284

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

Added:
  purpose/repos/testing-i686/
  purpose/repos/testing-i686/PKGBUILD
(from rev 308283, purpose/trunk/PKGBUILD)
  purpose/repos/testing-x86_64/
  purpose/repos/testing-x86_64/PKGBUILD
(from rev 308283, purpose/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: purpose/repos/testing-i686/PKGBUILD (from rev 308283, 
purpose/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-20 17:51:55 UTC (rev 308284)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=1.2
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(i686 x86_64)
+url='https://www.kde.org/'
+license=(LGPL)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013'
+'SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: purpose/repos/testing-x86_64/PKGBUILD (from rev 308283, 
purpose/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-20 17:51:55 UTC (rev 308284)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=1.2
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(i686 x86_64)
+url='https://www.kde.org/'
+license=(LGPL)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013'
+'SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-20 Thread Antonio Rojas
Date: Friday, October 20, 2017 @ 17:50:54
  Author: arojas
Revision: 308283

Update to 1.2

Modified:
  purpose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 16:12:21 UTC (rev 308282)
+++ PKGBUILD2017-10-20 17:50:54 UTC (rev 308283)
@@ -2,8 +2,8 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=purpose
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
 arch=(i686 x86_64)
 url='https://www.kde.org/'
@@ -12,7 +12,8 @@
 makedepends=(extra-cmake-modules intltool python)
 optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
 source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz;)
-md5sums=('9d97612738bb3d7b43ac6dcbcb864a4f')
+sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013'
+'SKIP')
 
 prepare() {
   mkdir -p build
@@ -23,8 +24,8 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


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

2017-10-20 Thread Florian Pritz
Date: Friday, October 20, 2017 @ 17:28:11
  Author: bluewind
Revision: 263743

upgpkg: uwsgi 2.0.15-6

Add zabbix plugin

Modified:
  uwsgi/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 16:12:52 UTC (rev 263742)
+++ PKGBUILD2017-10-20 17:28:11 UTC (rev 263743)
@@ -20,9 +20,10 @@
  uwsgi-plugin-jvm
  uwsgi-plugin-mono
  uwsgi-plugin-webdav
+ uwsgi-plugin-zabbix
  mod_proxy_uwsgi)
 pkgver=2.0.15
-pkgrel=5
+pkgrel=6
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -87,6 +88,7 @@
 python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet2
 python2 uwsgiconfig.py --plugin plugins/gevent archlinux gevent2
 python2 uwsgiconfig.py --plugin plugins/pypy archlinux pypy
+python2 uwsgiconfig.py --plugin plugins/zabbix archlinux zabbix
 
 pushd $srcdir/$pkgbase-$pkgver/apache2
 /usr/bin/apxs -c mod_proxy_uwsgi.c
@@ -198,6 +200,12 @@
 install -Dm755 $pkgbase-$pkgver/webdav_plugin.so 
$pkgdir/usr/lib/uwsgi/webdav_plugin.so
 }
 
+package_uwsgi-plugin-zabbix() {
+depends=(uwsgi)
+pkgdesc="Plugin for zabbix support"
+install -Dm755 $pkgbase-$pkgver/zabbix_plugin.so 
$pkgdir/usr/lib/uwsgi/zabbix_plugin.so
+}
+
 package_mod_proxy_uwsgi(){
 depends=(uwsgi apache)
 pkgdesc="Apache uWSGI proxy module"


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

2017-10-20 Thread Florian Pritz
Date: Friday, October 20, 2017 @ 17:28:30
  Author: bluewind
Revision: 263744

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

Added:
  uwsgi/repos/community-testing-i686/
  uwsgi/repos/community-testing-i686/PKGBUILD
(from rev 263743, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-i686/archlinux.ini
(from rev 263743, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-i686/emperor.ini
(from rev 263743, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.service
(from rev 263743, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-i686/emperor.uwsgi.socket
(from rev 263743, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-i686/php7.patch
(from rev 263743, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-testing-i686/tmpfilesd
(from rev 263743, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-i686/uwsgi.install
(from rev 263743, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-i686/uwsgi.logrotate
(from rev 263743, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-testing-i686/uwsgi_at.service
(from rev 263743, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-testing-i686/uwsgi_at.socket
(from rev 263743, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-testing-i686/uwsgi_fix_rpath.patch
(from rev 263743, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-i686/uwsgi_ruby20_compatibility.patch
(from rev 263743, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-i686/uwsgi_trick_chroot.patch
(from rev 263743, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-testing-x86_64/
  uwsgi/repos/community-testing-x86_64/PKGBUILD
(from rev 263743, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-testing-x86_64/archlinux.ini
(from rev 263743, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-testing-x86_64/emperor.ini
(from rev 263743, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.service
(from rev 263743, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-testing-x86_64/emperor.uwsgi.socket
(from rev 263743, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-testing-x86_64/php7.patch
(from rev 263743, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-testing-x86_64/tmpfilesd
(from rev 263743, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-testing-x86_64/uwsgi.install
(from rev 263743, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-testing-x86_64/uwsgi.logrotate
(from rev 263743, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-testing-x86_64/uwsgi_at.service
(from rev 263743, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-testing-x86_64/uwsgi_at.socket
(from rev 263743, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-testing-x86_64/uwsgi_fix_rpath.patch
(from rev 263743, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 263743, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-testing-x86_64/uwsgi_trick_chroot.patch
(from rev 263743, uwsgi/trunk/uwsgi_trick_chroot.patch)

---+
 community-testing-i686/PKGBUILD   |  215 
 community-testing-i686/archlinux.ini  |5 
 community-testing-i686/emperor.ini|4 
 community-testing-i686/emperor.uwsgi.service  |   16 
 community-testing-i686/emperor.uwsgi.socket   |9 
 community-testing-i686/php7.patch |  169 +
 community-testing-i686/tmpfilesd  |1 
 community-testing-i686/uwsgi.install  |9 
 community-testing-i686/uwsgi.logrotate|9 
 community-testing-i686/uwsgi_at.service   |   16 
 community-testing-i686/uwsgi_at.socket|9 
 community-testing-i686/uwsgi_fix_rpath.patch  |   66 +++
 community-testing-i686/uwsgi_ruby20_compatibility.patch   |   42 ++
 community-testing-i686/uwsgi_trick_chroot.patch   |   16 
 community-testing-x86_64/PKGBUILD |  215 
 community-testing-x86_64/archlinux.ini|5 
 community-testing-x86_64/emperor.ini  |4 
 community-testing-x86_64/emperor.uwsgi.service|   16 
 community-testing-x86_64/emperor.uwsgi.socket |9 
 community-testing-x86_64/php7.patch   |  169 +
 community-testing-x86_64/tmpfilesd|1 
 community-testing-x86_64/uwsgi.install|9 
 community-testing-x86_64/uwsgi.logrotate  |9 
 community-testing-x86_64/uwsgi_at.service |   16 
 

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

2017-10-20 Thread Sergej Pupykin
Date: Friday, October 20, 2017 @ 16:06:35
  Author: spupykin
Revision: 263739

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

Added:
  musl/repos/community-i686/PKGBUILD
(from rev 263738, musl/trunk/PKGBUILD)
  musl/repos/community-x86_64/PKGBUILD
(from rev 263738, musl/trunk/PKGBUILD)
Deleted:
  musl/repos/community-i686/PKGBUILD
  musl/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 2017-10-20 16:06:14 UTC (rev 263738)
+++ community-i686/PKGBUILD 2017-10-20 16:06:35 UTC (rev 263739)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Contributor: TJ Vanderpoel 
-
-pkgname=musl
-pkgver=1.1.16
-pkgrel=2
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
-source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
---exec-prefix=/usr \
---enable-wrapper=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-i686/PKGBUILD (from rev 263738, 
musl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 16:06:35 UTC (rev 263739)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Contributor: TJ Vanderpoel 
+
+pkgname=musl
+pkgver=1.1.17
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+--exec-prefix=/usr \
+--enable-wrapper=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib/
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 16:06:14 UTC (rev 263738)
+++ community-x86_64/PKGBUILD   2017-10-20 16:06:35 UTC (rev 263739)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Contributor: TJ Vanderpoel 
-
-pkgname=musl
-pkgver=1.1.16
-pkgrel=2
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
-source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
---exec-prefix=/usr \
---enable-wrapper=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-x86_64/PKGBUILD (from rev 263738, 
musl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 16:06:35 UTC (rev 263739)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Contributor: TJ Vanderpoel 
+
+pkgname=musl
+pkgver=1.1.17
+pkgrel=1

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

2017-10-20 Thread Sergej Pupykin
Date: Friday, October 20, 2017 @ 16:06:14
  Author: spupykin
Revision: 263738

upgpkg: musl 1.1.17-1

Modified:
  musl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 14:57:18 UTC (rev 263737)
+++ PKGBUILD2017-10-20 16:06:14 UTC (rev 263738)
@@ -3,8 +3,8 @@
 # Contributor: TJ Vanderpoel 
 
 pkgname=musl
-pkgver=1.1.16
-pkgrel=2
+pkgver=1.1.17
+pkgrel=1
 pkgdesc='Lightweight implementation of C standard library'
 arch=('i686' 'x86_64')
 url='http://www.musl-libc.org/'
@@ -12,7 +12,7 @@
 options=('staticlibs' '!buildflags')
 validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
 source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
+sha256sums=('c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464'
 'SKIP')
 
 build() {


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

2017-10-20 Thread Jan Steffens
Date: Friday, October 20, 2017 @ 15:19:22
  Author: heftig
Revision: 308279

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

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

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 82 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-20 15:18:56 UTC (rev 308278)
+++ extra-i686/PKGBUILD 2017-10-20 15:19:22 UTC (rev 308279)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=atk
-pkgver=2.26.0
-pkgrel=1
-pkgdesc="The interface definitions of accessibility infrastructure"
-url="https://git.gnome.org/browse/atk;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2)
-makedepends=(gobject-introspection git gtk-doc meson)
-_commit=d2fbf661260626939cc3186c58177c1890c0e2e2  # tags/ATK_2_26_0^0
-source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-check() {
-  cd build
-  meson test
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
--Denable_docs=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: atk/repos/extra-i686/PKGBUILD (from rev 308278, atk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-20 15:19:22 UTC (rev 308279)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=atk
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="The interface definitions of accessibility infrastructure"
+url="https://git.gnome.org/browse/atk;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc meson)
+_commit=6ce1698e8bff43d72c1f00d60f16e19d3b057899  # tags/ATK_2_26_1^0
+source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+check() {
+  cd build
+  meson test
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_docs=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-20 15:18:56 UTC (rev 308278)
+++ extra-x86_64/PKGBUILD   2017-10-20 15:19:22 UTC (rev 308279)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=atk
-pkgver=2.26.0
-pkgrel=1
-pkgdesc="The interface definitions of accessibility infrastructure"
-url="https://git.gnome.org/browse/atk;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2)
-makedepends=(gobject-introspection git gtk-doc meson)
-_commit=d2fbf661260626939cc3186c58177c1890c0e2e2  # tags/ATK_2_26_0^0
-source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-check() {
-  cd build
-  meson test
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
--Denable_docs=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: atk/repos/extra-x86_64/PKGBUILD (from rev 308278, atk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-20 15:19:22 UTC (rev 308279)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=atk
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="The interface definitions of accessibility infrastructure"
+url="https://git.gnome.org/browse/atk;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc meson)
+_commit=6ce1698e8bff43d72c1f00d60f16e19d3b057899  # tags/ATK_2_26_1^0
+source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+check() {
+  cd build
+  meson test
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_docs=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-10-20 Thread Jan Steffens
Date: Friday, October 20, 2017 @ 15:18:56
  Author: heftig
Revision: 308278

2.26.1-1

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 13:02:46 UTC (rev 308277)
+++ PKGBUILD2017-10-20 15:18:56 UTC (rev 308278)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=atk
-pkgver=2.26.0
+pkgver=2.26.1
 pkgrel=1
 pkgdesc="The interface definitions of accessibility infrastructure"
 url="https://git.gnome.org/browse/atk;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(glib2)
 makedepends=(gobject-introspection git gtk-doc meson)
-_commit=d2fbf661260626939cc3186c58177c1890c0e2e2  # tags/ATK_2_26_0^0
+_commit=6ce1698e8bff43d72c1f00d60f16e19d3b057899  # tags/ATK_2_26_1^0
 source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -31,8 +31,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
--Denable_docs=true
+  arch-meson ../$pkgname -Denable_docs=true
   ninja
 }
 


[arch-commits] Commit in deepin-voice-recorder/repos (4 files)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:57:18
  Author: felixonmars
Revision: 263737

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

Added:
  deepin-voice-recorder/repos/community-i686/PKGBUILD
(from rev 263736, deepin-voice-recorder/trunk/PKGBUILD)
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD
(from rev 263736, deepin-voice-recorder/trunk/PKGBUILD)
Deleted:
  deepin-voice-recorder/repos/community-i686/PKGBUILD
  deepin-voice-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 14:56:32 UTC (rev 263736)
+++ community-i686/PKGBUILD 2017-10-20 14:57:18 UTC (rev 263737)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-recorder
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Deepin Voice Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-recorder;
-license=('GPL3')
-depends=('dtkwidget' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('c6d33161f7045dacf9a8ed96e0fff87985c69fe2ac80e772dd73421d824301c3afc87072f21f1919edcc70296fc6e4132c4128705750007cd7e53ed2732de27d')
-
-build(){
-  cd deepin-voice-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-voice-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-voice-recorder/repos/community-i686/PKGBUILD (from rev 263736, 
deepin-voice-recorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 14:57:18 UTC (rev 263737)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-recorder
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-recorder;
+license=('GPL3')
+depends=('dtkwidget' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz;)
+sha512sums=('402d9f0d8db5bb8b5494d062f44ec2e9c0dee7b1e3e7c589528bf0fdebc055cc765b45db9ac251452784a09549bff754c7034e53fb7047447315ace52a1ec20e')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-voice-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 14:56:32 UTC (rev 263736)
+++ community-x86_64/PKGBUILD   2017-10-20 14:57:18 UTC (rev 263737)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-recorder
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Deepin Voice Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-recorder;
-license=('GPL3')
-depends=('dtkwidget' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('c6d33161f7045dacf9a8ed96e0fff87985c69fe2ac80e772dd73421d824301c3afc87072f21f1919edcc70296fc6e4132c4128705750007cd7e53ed2732de27d')
-
-build(){
-  cd deepin-voice-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-voice-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-voice-recorder/repos/community-x86_64/PKGBUILD (from rev 263736, 
deepin-voice-recorder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 14:57:18 UTC (rev 263737)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-recorder
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-recorder;
+license=('GPL3')
+depends=('dtkwidget' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz;)
+sha512sums=('402d9f0d8db5bb8b5494d062f44ec2e9c0dee7b1e3e7c589528bf0fdebc055cc765b45db9ac251452784a09549bff754c7034e53fb7047447315ace52a1ec20e')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in deepin-voice-recorder/trunk (PKGBUILD)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:56:32
  Author: felixonmars
Revision: 263736

upgpkg: deepin-voice-recorder 1.3.5-1

Modified:
  deepin-voice-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 14:55:25 UTC (rev 263735)
+++ PKGBUILD2017-10-20 14:56:32 UTC (rev 263736)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-voice-recorder
-pkgver=1.3.3
+pkgver=1.3.5
 pkgrel=1
 pkgdesc='Deepin Voice Recorder'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('c6d33161f7045dacf9a8ed96e0fff87985c69fe2ac80e772dd73421d824301c3afc87072f21f1919edcc70296fc6e4132c4128705750007cd7e53ed2732de27d')
+sha512sums=('402d9f0d8db5bb8b5494d062f44ec2e9c0dee7b1e3e7c589528bf0fdebc055cc765b45db9ac251452784a09549bff754c7034e53fb7047447315ace52a1ec20e')
 
 build(){
   cd deepin-voice-recorder-$pkgver


[arch-commits] Commit in deepin-screen-recorder/repos (4 files)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:55:25
  Author: felixonmars
Revision: 263735

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

Added:
  deepin-screen-recorder/repos/community-i686/PKGBUILD
(from rev 263734, deepin-screen-recorder/trunk/PKGBUILD)
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 263734, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
  deepin-screen-recorder/repos/community-i686/PKGBUILD
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 14:54:38 UTC (rev 263734)
+++ community-i686/PKGBUILD 2017-10-20 14:55:25 UTC (rev 263735)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder;
-license=('GPL3')
-depends=('dtkwidget' 'dtkwm' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('541f217e0f79e8e2defa2851e4c1f50853f86da573f7d5cc54f184182f1a3af87deabcafe67847ce330c494dbb5aeba0b11e1941de18bdf4c8d4eb081f1b3c11')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-i686/PKGBUILD (from rev 263734, 
deepin-screen-recorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 14:55:25 UTC (rev 263735)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=2.6.3
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder;
+license=('GPL3')
+depends=('dtkwidget' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz;)
+sha512sums=('088f2ba7ed7b4f8c909a0403032dcb50e63628097b032d6873c46509d8bb793dba9ca0491a3559b417cb189cf8b296e5ae1f6845aec3071193dff11dd8918435')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 14:54:38 UTC (rev 263734)
+++ community-x86_64/PKGBUILD   2017-10-20 14:55:25 UTC (rev 263735)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder;
-license=('GPL3')
-depends=('dtkwidget' 'dtkwm' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('541f217e0f79e8e2defa2851e4c1f50853f86da573f7d5cc54f184182f1a3af87deabcafe67847ce330c494dbb5aeba0b11e1941de18bdf4c8d4eb081f1b3c11')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-x86_64/PKGBUILD (from rev 
263734, deepin-screen-recorder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 14:55:25 UTC (rev 263735)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=2.6.3
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder;
+license=('GPL3')
+depends=('dtkwidget' 'dtkwm' 

[arch-commits] Commit in deepin-screen-recorder/trunk (PKGBUILD)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:54:38
  Author: felixonmars
Revision: 263734

upgpkg: deepin-screen-recorder 2.6.3-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 14:54:17 UTC (rev 263733)
+++ PKGBUILD2017-10-20 14:54:38 UTC (rev 263734)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screen-recorder
-pkgver=2.6.1
+pkgver=2.6.3
 pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('541f217e0f79e8e2defa2851e4c1f50853f86da573f7d5cc54f184182f1a3af87deabcafe67847ce330c494dbb5aeba0b11e1941de18bdf4c8d4eb081f1b3c11')
+sha512sums=('088f2ba7ed7b4f8c909a0403032dcb50e63628097b032d6873c46509d8bb793dba9ca0491a3559b417cb189cf8b296e5ae1f6845aec3071193dff11dd8918435')
 
 build(){
   cd deepin-screen-recorder-$pkgver


[arch-commits] Commit in deepin-system-monitor/repos (8 files)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:54:17
  Author: felixonmars
Revision: 263733

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

Added:
  deepin-system-monitor/repos/community-i686/PKGBUILD
(from rev 263732, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-i686/deepin-system-monitor.install
(from rev 263732, deepin-system-monitor/trunk/deepin-system-monitor.install)
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 263732, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install
(from rev 263732, deepin-system-monitor/trunk/deepin-system-monitor.install)
Deleted:
  deepin-system-monitor/repos/community-i686/PKGBUILD
  deepin-system-monitor/repos/community-i686/deepin-system-monitor.install
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install

+
 /PKGBUILD  |   70 +++
 /deepin-system-monitor.install |   14 
 community-i686/PKGBUILD|   35 ---
 community-i686/deepin-system-monitor.install   |7 --
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/deepin-system-monitor.install |7 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 14:53:29 UTC (rev 263732)
+++ community-i686/PKGBUILD 2017-10-20 14:54:17 UTC (rev 263733)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-system-monitor
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='A more user-friendly system monitor'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor;
-license=('GPL3')
-depends=('dtkwidget' 'dtkwm' 'procps-ng' 'nethogs' 'libcap')
-makedepends=('qt5-tools')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
-sha512sums=('2402b635fec2226a903de5b26bf88cdb1b9207d14e904252f5a169a08606c5012af4758b86a0c2bf959918e3f31c12bd6efb11dc23555e90bd4db3e0488f2d4f')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  rm -r nethogs
-  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-system-monitor/repos/community-i686/PKGBUILD (from rev 263732, 
deepin-system-monitor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 14:54:17 UTC (rev 263733)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-system-monitor
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor;
+license=('GPL3')
+depends=('dtkwidget' 'dtkwm' 'procps-ng' 'nethogs' 'libcap')
+makedepends=('qt5-tools')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
+sha512sums=('110f6c47344425a010ea475b854d091d1bf457ec6095dbc97940d6cafdc68e287552111653718e076bbc7833945afbac02adebf41017748600b7468173b8cf19')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  rm -r nethogs
+  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
+}
+
+build() {
+  cd deepin-system-monitor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-system-monitor-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/deepin-system-monitor.install
===
--- community-i686/deepin-system-monitor.install2017-10-20 14:53:29 UTC 
(rev 263732)
+++ community-i686/deepin-system-monitor.install2017-10-20 14:54:17 UTC 
(rev 263733)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep 
usr/bin/deepin-system-monitor
-}
-
-post_upgrade() {
-  post_install
-}

Copied: 
deepin-system-monitor/repos/community-i686/deepin-system-monitor.install (from 
rev 263732, deepin-system-monitor/trunk/deepin-system-monitor.install)
===
--- 

[arch-commits] Commit in deepin-system-monitor/trunk (PKGBUILD)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:53:29
  Author: felixonmars
Revision: 263732

upgpkg: deepin-system-monitor 1.3.5-1

Modified:
  deepin-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 14:48:04 UTC (rev 263731)
+++ PKGBUILD2017-10-20 14:53:29 UTC (rev 263732)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-system-monitor
-pkgver=1.3.1
+pkgver=1.3.5
 pkgrel=1
 pkgdesc='A more user-friendly system monitor'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('deepin')
 install=deepin-system-monitor.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
-sha512sums=('2402b635fec2226a903de5b26bf88cdb1b9207d14e904252f5a169a08606c5012af4758b86a0c2bf959918e3f31c12bd6efb11dc23555e90bd4db3e0488f2d4f')
+sha512sums=('110f6c47344425a010ea475b854d091d1bf457ec6095dbc97940d6cafdc68e287552111653718e076bbc7833945afbac02adebf41017748600b7468173b8cf19')
 
 prepare() {
   cd deepin-system-monitor-$pkgver


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:48:04
  Author: felixonmars
Revision: 263731

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 14:47:16 UTC (rev 263730)
+++ community-i686/PKGBUILD 2017-10-20 14:48:04 UTC (rev 263731)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwidget;
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'gsettings-qt' 
'qt5-multimedia' 'qt5-svg'
- 'qt5-x11extras' 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('3ddc48556ecc105dffa0f7f5281d7304419273e34731259079931e09545a7b4a47606c288c53c1ab50a6995d59c9446573b206a6522d9767a3cb9071ce1a7eaa')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-i686/PKGBUILD (from rev 263730, 
dtkwidget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 14:48:04 UTC (rev 263731)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.1.20171020
+_commit=6ebada94f946dec59a252acee7f643f149f4de48
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'gsettings-qt' 
'qt5-multimedia' 'qt5-svg'
+ 'qt5-x11extras' 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$_commit.tar.gz;)
+sha512sums=('5f7c13f01fc2d41b663f67790194ac530f8ec6cd6fcbc208dfdc7b0e1cb526c67fe88871e31f585e446da7ff0026c75fee1a776673ac9afa21765622b3867dba')
+
+prepare() {
+  mv dtkwidget-{$_commit,$pkgver}
+}
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 14:47:16 UTC (rev 263730)
+++ community-x86_64/PKGBUILD   2017-10-20 14:48:04 UTC (rev 263731)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwidget;
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'gsettings-qt' 
'qt5-multimedia' 'qt5-svg'
- 'qt5-x11extras' 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('3ddc48556ecc105dffa0f7f5281d7304419273e34731259079931e09545a7b4a47606c288c53c1ab50a6995d59c9446573b206a6522d9767a3cb9071ce1a7eaa')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 263730, 
dtkwidget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 14:48:04 UTC (rev 263731)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 

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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:47:16
  Author: felixonmars
Revision: 263730

upgpkg: dtkwidget 2.0.1.20171020-1

bump for other packages' updates

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 14:34:58 UTC (rev 263729)
+++ PKGBUILD2017-10-20 14:47:16 UTC (rev 263730)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwidget
-pkgver=2.0.1
+pkgver=2.0.1.20171020
+_commit=6ebada94f946dec59a252acee7f643f149f4de48
 pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('i686' 'x86_64')
@@ -15,9 +16,13 @@
 makedepends=('qt5-tools')
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('3ddc48556ecc105dffa0f7f5281d7304419273e34731259079931e09545a7b4a47606c288c53c1ab50a6995d59c9446573b206a6522d9767a3cb9071ce1a7eaa')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$_commit.tar.gz;)
+sha512sums=('5f7c13f01fc2d41b663f67790194ac530f8ec6cd6fcbc208dfdc7b0e1cb526c67fe88871e31f585e446da7ff0026c75fee1a776673ac9afa21765622b3867dba')
 
+prepare() {
+  mv dtkwidget-{$_commit,$pkgver}
+}
+
 build() {
   cd dtkwidget-$pkgver
   qmake-qt5 PREFIX=/usr


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:34:58
  Author: felixonmars
Revision: 263729

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 263728, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 14:34:26 UTC (rev 263728)
+++ PKGBUILD2017-10-20 14:34:58 UTC (rev 263729)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.1.17
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
-makedepends=('python')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('e2e055f4d2e55c440a12c07bf03c7c0c285ccc1e3203f617afe3d324bb5373e6d6cc4b18b1889308bc2746dbe3d7f6b6c3260d02c9d8046d00c2f4a60727314a')
-
-prepare() {
-  cd deepin-desktop-schemas-$pkgver
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 263728, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-20 14:34:58 UTC (rev 263729)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.1.17.20171013
+_commit=e464199d6640bf5bc7f1678a752b5d442925fcfb
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+makedepends=('python')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz;)
+sha512sums=('5abf9a94379d01b6dc6709184ac5d3af8080ee0254bbfd268326a05194f596b9e7a0cc73906b4aefd44349b71139d5b4c832f13ded626806777a9728b061e916')
+
+prepare() {
+  mv deepin-desktop-schemas-{$_commit,$pkgver}
+
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-desktop-schemas/trunk (PKGBUILD)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:34:26
  Author: felixonmars
Revision: 263728

upgpkg: deepin-desktop-schemas 3.1.17.20171013-1

Updated to git master for:

- https://github.com/linuxdeepin/developer-center/issues/375
- https://github.com/linuxdeepin/developer-center/issues/376

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 14:31:52 UTC (rev 263727)
+++ PKGBUILD2017-10-20 14:34:26 UTC (rev 263728)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.1.17
+pkgver=3.1.17.20171013
+_commit=e464199d6640bf5bc7f1678a752b5d442925fcfb
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -14,10 +15,12 @@
 makedepends=('python')
 replaces=('deepin-default-gsettings')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('e2e055f4d2e55c440a12c07bf03c7c0c285ccc1e3203f617afe3d324bb5373e6d6cc4b18b1889308bc2746dbe3d7f6b6c3260d02c9d8046d00c2f4a60727314a')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz;)
+sha512sums=('5abf9a94379d01b6dc6709184ac5d3af8080ee0254bbfd268326a05194f596b9e7a0cc73906b4aefd44349b71139d5b4c832f13ded626806777a9728b061e916')
 
 prepare() {
+  mv deepin-desktop-schemas-{$_commit,$pkgver}
+
   cd deepin-desktop-schemas-$pkgver
   # fix default background url
   sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:31:52
  Author: felixonmars
Revision: 263727

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 263726, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 263726, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 14:30:56 UTC (rev 263726)
+++ community-i686/PKGBUILD 2017-10-20 14:31:52 UTC (rev 263727)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.7
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('b9c69e51d6fd52ccf9d6e13cd1d817b12b650527d942e0f091f4fa258700a9ec69ef144b0f9598945819ebc7f83f80f93602af5a7706671627ccafe3f901a5f5')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 263726, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 14:31:52 UTC (rev 263727)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('a9cfabd307b03f1dda290a1f6e021f00ce9a7cb8dc812ff58876317cf27316326f6adffa86ed247489ac08e6f2f8affc165089fba96aaf330a2317d2adc97c9e')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 14:30:56 UTC (rev 263726)
+++ community-x86_64/PKGBUILD   2017-10-20 14:31:52 UTC (rev 263727)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.7
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('b9c69e51d6fd52ccf9d6e13cd1d817b12b650527d942e0f091f4fa258700a9ec69ef144b0f9598945819ebc7f83f80f93602af5a7706671627ccafe3f901a5f5')
-
-prepare() {

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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:30:56
  Author: felixonmars
Revision: 263726

upgpkg: deepin-terminal 2.7.2-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 14:21:10 UTC (rev 263725)
+++ PKGBUILD2017-10-20 14:30:56 UTC (rev 263726)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.7
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 #options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('b9c69e51d6fd52ccf9d6e13cd1d817b12b650527d942e0f091f4fa258700a9ec69ef144b0f9598945819ebc7f83f80f93602af5a7706671627ccafe3f901a5f5')
+sha512sums=('a9cfabd307b03f1dda290a1f6e021f00ce9a7cb8dc812ff58876317cf27316326f6adffa86ed247489ac08e6f2f8affc165089fba96aaf330a2317d2adc97c9e')
 
 prepare() {
   mkdir -p build


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:21:10
  Author: felixonmars
Revision: 263725

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

Added:
  deepin-picker/repos/community-i686/PKGBUILD
(from rev 263724, deepin-picker/trunk/PKGBUILD)
  deepin-picker/repos/community-x86_64/PKGBUILD
(from rev 263724, deepin-picker/trunk/PKGBUILD)
Deleted:
  deepin-picker/repos/community-i686/PKGBUILD
  deepin-picker/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 14:20:22 UTC (rev 263724)
+++ community-i686/PKGBUILD 2017-10-20 14:21:10 UTC (rev 263725)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=1.0
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('925746f6d4a93e38bbc2f595de03eec4b906a36cb1822aef0eb5ba39badcb35c6de252bb40a9c804c62e32e7ac317074bff60541d51fe15c693b880cb4fa8fa9')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-i686/PKGBUILD (from rev 263724, 
deepin-picker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 14:21:10 UTC (rev 263725)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=1.1
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
+sha512sums=('03ae458a901a1c267d9942bb0b9b28ef20fda294c4900b5aa71b2932ab7cc5b08fc68352389840d298c96b4082f5b5e4bd9f7421d671010dd142f8e70b8885f9')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 14:20:22 UTC (rev 263724)
+++ community-x86_64/PKGBUILD   2017-10-20 14:21:10 UTC (rev 263725)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=1.0
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('925746f6d4a93e38bbc2f595de03eec4b906a36cb1822aef0eb5ba39badcb35c6de252bb40a9c804c62e32e7ac317074bff60541d51fe15c693b880cb4fa8fa9')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-x86_64/PKGBUILD (from rev 263724, 
deepin-picker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 14:21:10 UTC (rev 263725)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=1.1
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)

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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 14:20:22
  Author: felixonmars
Revision: 263724

upgpkg: deepin-picker 1.1-1

Modified:
  deepin-picker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 12:59:45 UTC (rev 263723)
+++ PKGBUILD2017-10-20 14:20:22 UTC (rev 263724)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-picker
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc='Color picker tool for deepin'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('925746f6d4a93e38bbc2f595de03eec4b906a36cb1822aef0eb5ba39badcb35c6de252bb40a9c804c62e32e7ac317074bff60541d51fe15c693b880cb4fa8fa9')
+sha512sums=('03ae458a901a1c267d9942bb0b9b28ef20fda294c4900b5aa71b2932ab7cc5b08fc68352389840d298c96b4082f5b5e4bd9f7421d671010dd142f8e70b8885f9')
 
 build() {
   cd deepin-picker-$pkgver


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

2017-10-20 Thread Christian Hesse
Date: Friday, October 20, 2017 @ 13:02:41
  Author: eworm
Revision: 308276

upgpkg: archlinux-keyring 20171020-1

package latest keyring changes

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 08:53:51 UTC (rev 308275)
+++ PKGBUILD2017-10-20 13:02:41 UTC (rev 308276)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pie...@archlinux.de>
 
 pkgname=archlinux-keyring
-pkgver=20171013
+pkgver=20171020
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,14 +11,13 @@
 install="${pkgname}.install"
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('6433c077a4f5b809e6eb5a60904d82a6'
- 'SKIP')
-validpgpkeys=(
-  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre
-  'A314827C4E4250A204CE6E13284FC34C8E4B1A25' # Thomas
-  '86CFFCA918CF3AF47147588051E8B148AC34' # Evangelos
-  'F3691687D867B81B51CE07D9BBE43771487328A9' # Bartłomiej
- )
+sha256sums=('7f5944e2491aa79d5ed8fb8799d29337e90e1bca4b7ed82135f88a9c856bf56f'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 
<pie...@archlinux.de>
+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 
<tho...@bchlr.de>
+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 
<evange...@foutrelis.com>
+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski <b...@bpiotrowski.pl>
+  'BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 
<chri...@n-hes.se>
 
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-10-20 Thread Christian Hesse
Date: Friday, October 20, 2017 @ 13:02:46
  Author: eworm
Revision: 308277

archrelease: copy trunk to testing-any

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

---+
 PKGBUILD  |   25 +
 archlinux-keyring.install |   11 +++
 2 files changed, 36 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 308276, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-20 13:02:46 UTC (rev 308277)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=archlinux-keyring
+pkgver=20171020
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('7f5944e2491aa79d5ed8fb8799d29337e90e1bca4b7ed82135f88a9c856bf56f'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 
<pie...@archlinux.de>
+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 
<tho...@bchlr.de>
+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 
<evange...@foutrelis.com>
+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski <b...@bpiotrowski.pl>
+  'BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 
<chri...@n-hes.se>
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
308276, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2017-10-20 13:02:46 UTC (rev 
308277)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2017-10-20 Thread Sven-Hendrik Haase
Date: Friday, October 20, 2017 @ 12:59:39
  Author: svenstaro
Revision: 263722

upgpkg: fzy 0.9-1

Pushing fzy

Modified:
  fzy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 12:56:29 UTC (rev 263721)
+++ PKGBUILD2017-10-20 12:59:39 UTC (rev 263722)
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('glibc')
 source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('4cfd8a005aef05ccd6d83798555c05b2')
+sha512sums=('71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/"
@@ -19,4 +19,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/"
   make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2017-10-20 Thread Sven-Hendrik Haase
Date: Friday, October 20, 2017 @ 12:59:45
  Author: svenstaro
Revision: 263723

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

Added:
  fzy/repos/community-i686/
  fzy/repos/community-i686/PKGBUILD
(from rev 263722, fzy/trunk/PKGBUILD)
  fzy/repos/community-x86_64/
  fzy/repos/community-x86_64/PKGBUILD
(from rev 263722, fzy/trunk/PKGBUILD)

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

Copied: fzy/repos/community-i686/PKGBUILD (from rev 263722, fzy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 12:59:45 UTC (rev 263723)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Hawthorn (john.hawth...@gmail.com)
+pkgname=fzy
+pkgver=0.9
+pkgrel=1
+pkgdesc="A better fuzzy finder"
+url="https://github.com/jhawthorn/fzy;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: fzy/repos/community-x86_64/PKGBUILD (from rev 263722, 
fzy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 12:59:45 UTC (rev 263723)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Hawthorn (john.hawth...@gmail.com)
+pkgname=fzy
+pkgver=0.9
+pkgrel=1
+pkgdesc="A better fuzzy finder"
+url="https://github.com/jhawthorn/fzy;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-10-20 Thread Sven-Hendrik Haase
Date: Friday, October 20, 2017 @ 12:56:29
  Author: svenstaro
Revision: 263721

Move fzy from AUR

Added:
  fzy/
  fzy/repos/
  fzy/trunk/
  fzy/trunk/PKGBUILD

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

Added: fzy/trunk/PKGBUILD
===
--- fzy/trunk/PKGBUILD  (rev 0)
+++ fzy/trunk/PKGBUILD  2017-10-20 12:56:29 UTC (rev 263721)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Hawthorn (john.hawth...@gmail.com)
+pkgname=fzy
+pkgver=0.9
+pkgrel=1
+pkgdesc="A better fuzzy finder"
+url="https://github.com/jhawthorn/fzy;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('4cfd8a005aef05ccd6d83798555c05b2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in pass-otp/repos/community-any (3 files)

2017-10-20 Thread Morten Linderud
Date: Friday, October 20, 2017 @ 12:37:25
  Author: foxboron
Revision: 263720

archrelease: copy trunk to community-any

Added:
  pass-otp/repos/community-any/PKGBUILD
(from rev 263719, pass-otp/trunk/PKGBUILD)
  pass-otp/repos/community-any/otp_algorithm-is-lowercase.patch
(from rev 263719, pass-otp/trunk/otp_algorithm-is-lowercase.patch)
Deleted:
  pass-otp/repos/community-any/PKGBUILD

--+
 PKGBUILD |   47 +
 otp_algorithm-is-lowercase.patch |   24 ++
 2 files changed, 51 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 12:37:16 UTC (rev 263719)
+++ PKGBUILD2017-10-20 12:37:25 UTC (rev 263720)
@@ -1,20 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Alexandre Pujol 
-
-pkgname='pass-otp'
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
-arch=('any')
-url='https://github.com/tadfisher/pass-otp'
-license=('GPL3')
-depends=('pass'
- 'oath-toolkit'
-'qrencode')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;)
-sha256sums=('ed409b50c417814f9feed913bb4c09916a10f635404a6d8c2f4e842319c58052')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pass-otp/repos/community-any/PKGBUILD (from rev 263719, 
pass-otp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-20 12:37:25 UTC (rev 263720)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Alexandre Pujol 
+
+pkgname='pass-otp'
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
+arch=('any')
+url='https://github.com/tadfisher/pass-otp'
+license=('GPL3')
+depends=('pass'
+ 'oath-toolkit'
+'qrencode')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;
+   "otp_algorithm-is-lowercase.patch")
+sha256sums=('ed409b50c417814f9feed913bb4c09916a10f635404a6d8c2f4e842319c58052'
+'b6a3ca22b8efcd7936e4c48fdde8b3ff50a7ff6497be001a04632fd823ad2293')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/otp_algorithm-is-lowercase.patch"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: pass-otp/repos/community-any/otp_algorithm-is-lowercase.patch (from rev 
263719, pass-otp/trunk/otp_algorithm-is-lowercase.patch)
===
--- otp_algorithm-is-lowercase.patch(rev 0)
+++ otp_algorithm-is-lowercase.patch2017-10-20 12:37:25 UTC (rev 263720)
@@ -0,0 +1,24 @@
+From 6ff06cc7f17e0ea1af88e6d295c9bfa35933adfd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?=
+ 
+Date: Sun, 4 Jun 2017 23:30:09 +0200
+Subject: [PATCH] Make sure $otp_algorithm is lowercase (#33)
+
+Otherwise oathtool is unhappy.
+---
+ otp.bash | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/otp.bash b/otp.bash
+index c46954e..95f171a 100755
+--- a/otp.bash
 b/otp.bash
+@@ -243,7 +243,7 @@ cmd_otp_code() {
+   case "$otp_type" in
+ totp)
+   cmd="$OATH -b --totp"
+-  [[ -n "$otp_algorithm" ]] && cmd+="=$otp_algorithm"
++  [[ -n "$otp_algorithm" ]] && cmd+="=${otp_algorithm,,}"
+   [[ -n "$otp_period" ]] && cmd+=" --time-step-size=$otp_period"s
+   [[ -n "$otp_digits" ]] && cmd+=" --digits=$otp_digits"
+   cmd+=" $otp_secret"


[arch-commits] Commit in pass-otp/trunk (PKGBUILD otp_algorithm-is-lowercase.patch)

2017-10-20 Thread Morten Linderud
Date: Friday, October 20, 2017 @ 12:37:16
  Author: foxboron
Revision: 263719

upgpkg: pass-otp 1.0.0-3

Added patch to make sure oathtool is happy

Added:
  pass-otp/trunk/otp_algorithm-is-lowercase.patch
Modified:
  pass-otp/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 otp_algorithm-is-lowercase.patch |   24 
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 11:38:39 UTC (rev 263718)
+++ PKGBUILD2017-10-20 12:37:16 UTC (rev 263719)
@@ -3,7 +3,7 @@
 
 pkgname='pass-otp'
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
 arch=('any')
 url='https://github.com/tadfisher/pass-otp'
@@ -11,9 +11,16 @@
 depends=('pass'
  'oath-toolkit'
 'qrencode')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;)
-sha256sums=('ed409b50c417814f9feed913bb4c09916a10f635404a6d8c2f4e842319c58052')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;
+   "otp_algorithm-is-lowercase.patch")
+sha256sums=('ed409b50c417814f9feed913bb4c09916a10f635404a6d8c2f4e842319c58052'
+'b6a3ca22b8efcd7936e4c48fdde8b3ff50a7ff6497be001a04632fd823ad2293')
 
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/otp_algorithm-is-lowercase.patch"
+}
+
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install

Added: otp_algorithm-is-lowercase.patch
===
--- otp_algorithm-is-lowercase.patch(rev 0)
+++ otp_algorithm-is-lowercase.patch2017-10-20 12:37:16 UTC (rev 263719)
@@ -0,0 +1,24 @@
+From 6ff06cc7f17e0ea1af88e6d295c9bfa35933adfd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?=
+ 
+Date: Sun, 4 Jun 2017 23:30:09 +0200
+Subject: [PATCH] Make sure $otp_algorithm is lowercase (#33)
+
+Otherwise oathtool is unhappy.
+---
+ otp.bash | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/otp.bash b/otp.bash
+index c46954e..95f171a 100755
+--- a/otp.bash
 b/otp.bash
+@@ -243,7 +243,7 @@ cmd_otp_code() {
+   case "$otp_type" in
+ totp)
+   cmd="$OATH -b --totp"
+-  [[ -n "$otp_algorithm" ]] && cmd+="=$otp_algorithm"
++  [[ -n "$otp_algorithm" ]] && cmd+="=${otp_algorithm,,}"
+   [[ -n "$otp_period" ]] && cmd+=" --time-step-size=$otp_period"s
+   [[ -n "$otp_digits" ]] && cmd+=" --digits=$otp_digits"
+   cmd+=" $otp_secret"


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

2017-10-20 Thread Sven-Hendrik Haase
Date: Friday, October 20, 2017 @ 11:38:26
  Author: svenstaro
Revision: 263717

upgpkg: bazel 0.7.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 10:09:03 UTC (rev 263716)
+++ PKGBUILD2017-10-20 11:38:26 UTC (rev 263717)
@@ -3,8 +3,8 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('e819b63c56cafa42010015832b8580d1edcf6602a5ff7d2914c5b03b686c2b377e3e5be1403d577929307cd1db429787387765f0b64ed27b7f010ecd9d66185e'
+sha512sums=('039ab6a04fd4422bd14503187e6cc0d07301723b3ecae906606fa12ccea72190d82237899c103c1adfdf05dc8672887790780ddfb4cce87cd590adbde3d3f6d4'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2017-10-20 Thread Sven-Hendrik Haase
Date: Friday, October 20, 2017 @ 11:38:39
  Author: svenstaro
Revision: 263718

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 263717, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 11:38:26 UTC (rev 263717)
+++ PKGBUILD2017-10-20 11:38:39 UTC (rev 263718)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment>=8' 'java-environment<9' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('e819b63c56cafa42010015832b8580d1edcf6602a5ff7d2914c5b03b686c2b377e3e5be1403d577929307cd1db429787387765f0b64ed27b7f010ecd9d66185e'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 263717, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-20 11:38:39 UTC (rev 263718)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment>=8' 'java-environment<9' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('039ab6a04fd4422bd14503187e6cc0d07301723b3ecae906606fa12ccea72190d82237899c103c1adfdf05dc8672887790780ddfb4cce87cd590adbde3d3f6d4'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 10:09:03
  Author: felixonmars
Revision: 263716

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 263715, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 263715, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 10:08:19 UTC (rev 263715)
+++ community-i686/PKGBUILD 2017-10-20 10:09:03 UTC (rev 263716)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.0.14
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'dtkwidget' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
- 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('56ca32138b29412b6cfb010b104759ea384f274241627d59fd711d5e5b108a6e16ca9406a2e8494e60185a267f22ad2bb2166197a6b94aaa52170678c51b1316')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 263715, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 10:09:03 UTC (rev 263716)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.0.15
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'dtkwidget' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('8ee2ec53eae465535c22afde211147d0c5c443aee58a921699776868d2115e6f27d243759dbb54e709915628f0869e0da2d5c23b97d143d660ed13380d0d9625')
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 10:08:19 UTC (rev 263715)
+++ community-x86_64/PKGBUILD   2017-10-20 10:09:03 UTC (rev 263716)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.0.14
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'dtkwidget' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
- 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('56ca32138b29412b6cfb010b104759ea384f274241627d59fd711d5e5b108a6e16ca9406a2e8494e60185a267f22ad2bb2166197a6b94aaa52170678c51b1316')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}


[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 10:08:19
  Author: felixonmars
Revision: 263715

upgpkg: deepin-session-ui 4.0.15-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 09:26:38 UTC (rev 263714)
+++ PKGBUILD2017-10-20 10:08:19 UTC (rev 263715)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.0.14
+pkgver=4.0.15
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('56ca32138b29412b6cfb010b104759ea384f274241627d59fd711d5e5b108a6e16ca9406a2e8494e60185a267f22ad2bb2166197a6b94aaa52170678c51b1316')
+sha512sums=('8ee2ec53eae465535c22afde211147d0c5c443aee58a921699776868d2115e6f27d243759dbb54e709915628f0869e0da2d5c23b97d143d660ed13380d0d9625')
 
 build() {
   cd dde-session-ui-$pkgver


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

2017-10-20 Thread Massimiliano Torromeo
Date: Friday, October 20, 2017 @ 09:26:18
  Author: mtorromeo
Revision: 263713

upgpkg: python-oauthlib 2.0.6-1

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 09:19:29 UTC (rev 263712)
+++ PKGBUILD2017-10-20 09:26:18 UTC (rev 263713)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 _libname=oauthlib
 pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
@@ -12,6 +12,7 @@
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
 makedepends=(python-setuptools python2-setuptools)
+sha256sums=('ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1')
 
 build() {
cd "$srcdir/$_libname-$pkgver"
@@ -44,5 +45,3 @@
 
chmod -R a+r "$pkgdir/usr/lib"
 }
-
-sha256sums=('6b12ab356047664e5554c01ff2d4d5d5bbb33cb6ab94076f6fdafa783b257537')


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

2017-10-20 Thread Massimiliano Torromeo
Date: Friday, October 20, 2017 @ 09:26:38
  Author: mtorromeo
Revision: 263714

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-20 09:26:18 UTC (rev 263713)
+++ PKGBUILD2017-10-20 09:26:38 UTC (rev 263714)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=2.0.5
-pkgrel=1
-_libname=oauthlib
-pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
-arch=(any)
-url="https://github.com/idan/oauthlib;
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-
-build() {
-   cd "$srcdir/$_libname-$pkgver"
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}
-
-package_python2-oauthlib() {
-   depends=(python2-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}
-
-sha256sums=('6b12ab356047664e5554c01ff2d4d5d5bbb33cb6ab94076f6fdafa783b257537')

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 263713, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-20 09:26:38 UTC (rev 263714)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-oauthlib
+pkgname=(python-oauthlib python2-oauthlib)
+pkgver=2.0.6
+pkgrel=1
+_libname=oauthlib
+pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
+arch=(any)
+url="https://github.com/idan/oauthlib;
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+sha256sums=('ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1')
+
+build() {
+   cd "$srcdir/$_libname-$pkgver"
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-oauthlib() {
+   depends=(python-cryptography)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   chmod -R a+r "$pkgdir/usr/lib"
+}
+
+package_python2-oauthlib() {
+   depends=(python2-cryptography)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   chmod -R a+r "$pkgdir/usr/lib"
+}


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 09:19:29
  Author: felixonmars
Revision: 263712

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 09:18:45 UTC (rev 263711)
+++ community-i686/PKGBUILD 2017-10-20 09:19:29 UTC (rev 263712)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hindent
-pkgver=5.2.3
-pkgrel=41
-pkgdesc="Extensible Haskell pretty printer"
-url="https://github.com/commercialhaskell/hindent;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops" "haskell-mtl"
- "haskell-path" "haskell-path-io" "haskell-src-exts" "haskell-text" 
"haskell-unix-compat"
- "haskell-utf8-string" "haskell-yaml")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('478c207ffb408e31f15dbc5bf941acdc9116de1c775d393cb59514e4a28354865d808715005a7e6f076b86d4e5f5c0f389059c16d4761ffcec31953d2d88d969')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-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}/${pkgname}-${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"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-}

Copied: hindent/repos/community-i686/PKGBUILD (from rev 263711, 
hindent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 09:19:29 UTC (rev 263712)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.2.4
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="https://github.com/commercialhaskell/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops" "haskell-mtl"
+ "haskell-path" "haskell-path-io" "haskell-src-exts" "haskell-text" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('cee3dc346427c8ec631115be807d53fb927e9f502d79a2c5639add8b80120f29e9920fdb808e33a95dda8d3fdd660ec7df8e62d954741693122cbb9d99d047ad')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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}/${pkgname}-${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 09:18:45
  Author: felixonmars
Revision: 263711

upgpkg: hindent 5.2.4-1

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 08:59:42 UTC (rev 263710)
+++ PKGBUILD2017-10-20 09:18:45 UTC (rev 263711)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hindent
-pkgver=5.2.3
-pkgrel=41
+pkgver=5.2.4
+pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
 url="https://github.com/commercialhaskell/hindent;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-utf8-string" "haskell-yaml")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('478c207ffb408e31f15dbc5bf941acdc9116de1c775d393cb59514e4a28354865d808715005a7e6f076b86d4e5f5c0f389059c16d4761ffcec31953d2d88d969')
+sha512sums=('cee3dc346427c8ec631115be807d53fb927e9f502d79a2c5639add8b80120f29e9920fdb808e33a95dda8d3fdd660ec7df8e62d954741693122cbb9d99d047ad')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 08:59:42
  Author: felixonmars
Revision: 263710

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

Added:
  deepin-notifications/repos/community-i686/PKGBUILD
(from rev 263709, deepin-notifications/trunk/PKGBUILD)
  deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 263709, deepin-notifications/trunk/PKGBUILD)
Deleted:
  deepin-notifications/repos/community-i686/PKGBUILD
  deepin-notifications/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 08:58:57 UTC (rev 263709)
+++ community-i686/PKGBUILD 2017-10-20 08:59:42 UTC (rev 263710)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-notifications;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg' 'qt5-declarative')
-provides=('notification-daemon')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
-sha512sums=('26ad3a0635d883e4a49ea6e73c2192c954db54d0f8f15b7a41c970f45a5ad95bbcb9e3a31056e357f7fc1e5e579acfd45f69b0bdcdc62a6843c739eec4db5dd6')
-
-build() {
-  cd deepin-notifications-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-notifications-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-notifications/repos/community-i686/PKGBUILD (from rev 263709, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 08:59:42 UTC (rev 263710)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-notifications;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg' 'qt5-declarative')
+provides=('notification-daemon')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
+sha512sums=('5b068ae9b720dd64610590f09a1d13200f5454ff11bc5c88c6db1202554cd4181d9ba2728178a7464541d4009df10cbab4ca209cb9456d54458f204b0d2a1214')
+
+build() {
+  cd deepin-notifications-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-notifications-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 08:58:57 UTC (rev 263709)
+++ community-x86_64/PKGBUILD   2017-10-20 08:59:42 UTC (rev 263710)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-notifications;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg' 'qt5-declarative')
-provides=('notification-daemon')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
-sha512sums=('26ad3a0635d883e4a49ea6e73c2192c954db54d0f8f15b7a41c970f45a5ad95bbcb9e3a31056e357f7fc1e5e579acfd45f69b0bdcdc62a6843c739eec4db5dd6')
-
-build() {
-  cd deepin-notifications-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-notifications-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-notifications/repos/community-x86_64/PKGBUILD (from rev 263709, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 08:59:42 UTC (rev 263710)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')

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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 08:58:57
  Author: felixonmars
Revision: 263709

upgpkg: deepin-notifications 3.0.8-1

Modified:
  deepin-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 08:56:56 UTC (rev 263708)
+++ PKGBUILD2017-10-20 08:58:57 UTC (rev 263709)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-notifications
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 pkgdesc="System notifications for linuxdeepin desktop environment"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('notification-daemon')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-notifications/archive/$pkgver.tar.gz;)
-sha512sums=('26ad3a0635d883e4a49ea6e73c2192c954db54d0f8f15b7a41c970f45a5ad95bbcb9e3a31056e357f7fc1e5e579acfd45f69b0bdcdc62a6843c739eec4db5dd6')
+sha512sums=('5b068ae9b720dd64610590f09a1d13200f5454ff11bc5c88c6db1202554cd4181d9ba2728178a7464541d4009df10cbab4ca209cb9456d54458f204b0d2a1214')
 
 build() {
   cd deepin-notifications-$pkgver


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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 08:56:56
  Author: felixonmars
Revision: 263708

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

Added:
  deepin-launcher/repos/community-i686/PKGBUILD
(from rev 263707, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 263707, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-i686/PKGBUILD
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 08:56:09 UTC (rev 263707)
+++ community-i686/PKGBUILD 2017-10-20 08:56:56 UTC (rev 263708)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.1.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'dtkwidget' 
'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('cff06193420d2c1daf536c1796a37c4b5732bea003c36652cbf5066d336c48cd003ab2b09435420f8192b1f254422789b35f6d91dab1e00188f0bf560c72e77f')
-
-build(){
-  cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 263707, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 08:56:56 UTC (rev 263708)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.1.9
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'dtkwidget' 
'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('5206677c5ac5120601364ad4c0e74f05ad5335242a150d0140e627758715c357f7de0bd1aab2cf8a9ec8c02b8100f3edd93d404e8164b3276c6b43bd6671d295')
+
+build(){
+  cd dde-launcher-$pkgver
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 08:56:09 UTC (rev 263707)
+++ community-x86_64/PKGBUILD   2017-10-20 08:56:56 UTC (rev 263708)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.1.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'dtkwidget' 
'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('cff06193420d2c1daf536c1796a37c4b5732bea003c36652cbf5066d336c48cd003ab2b09435420f8192b1f254422789b35f6d91dab1e00188f0bf560c72e77f')
-
-build(){
-  cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 263707, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 08:56:56 UTC (rev 263708)
@@ -0,0 +1,31 @@
+# $Id$
+# 

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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 08:56:09
  Author: felixonmars
Revision: 263707

upgpkg: deepin-launcher 4.1.9-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 08:53:30 UTC (rev 263706)
+++ PKGBUILD2017-10-20 08:56:09 UTC (rev 263707)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.1.8
+pkgver=4.1.9
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('cff06193420d2c1daf536c1796a37c4b5732bea003c36652cbf5066d336c48cd003ab2b09435420f8192b1f254422789b35f6d91dab1e00188f0bf560c72e77f')
+sha512sums=('5206677c5ac5120601364ad4c0e74f05ad5335242a150d0140e627758715c357f7de0bd1aab2cf8a9ec8c02b8100f3edd93d404e8164b3276c6b43bd6671d295')
 
 build(){
   cd dde-launcher-$pkgver


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

2017-10-20 Thread Jan Steffens
Date: Friday, October 20, 2017 @ 08:53:30
  Author: heftig
Revision: 308274

3.26.1+19+g193216c2a-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 03:58:50 UTC (rev 308273)
+++ PKGBUILD2017-10-20 08:53:30 UTC (rev 308274)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.26.1+15+gb48c34979
+pkgver=3.26.1+19+g193216c2a
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter;
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=b48c3497940883816416735f992aaae61396fbda  # gnome-3-26
+_commit=193216c2a7b9196fe3ce69192d94bf2995814113  # gnome-3-26
 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
 startup-notification.patch)
 sha256sums=('SKIP'
@@ -39,10 +39,6 @@
 build() {
   cd $pkgname
 
-  # Try to get a bit more performance out of this fps-critical component
-  CFLAGS+=" -O3 -flto=jobserver"
-  LDFLAGS+=" $CFLAGS"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/$pkgname --disable-static \
   --disable-schemas-compile --enable-compile-warnings=minimum \


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

2017-10-20 Thread Jan Steffens
Date: Friday, October 20, 2017 @ 08:53:51
  Author: heftig
Revision: 308275

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

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 308274, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/startup-notification.patch
(from rev 308274, mutter/trunk/startup-notification.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 308274, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/startup-notification.patch
(from rev 308274, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/startup-notification.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/startup-notification.patch

-+
 /PKGBUILD   |  114 ++
 /startup-notification.patch |   90 +++
 extra-i686/PKGBUILD |   61 
 extra-i686/startup-notification.patch   |   45 ---
 extra-x86_64/PKGBUILD   |   61 
 extra-x86_64/startup-notification.patch |   45 ---
 6 files changed, 204 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-20 08:53:30 UTC (rev 308274)
+++ extra-i686/PKGBUILD 2017-10-20 08:53:51 UTC (rev 308275)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.26.1+15+gb48c34979
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://git.gnome.org/browse/mutter;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
- libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire)
-makedepends=(intltool gobject-introspection git gnome-common)
-groups=(gnome)
-options=(!emptydirs)
-_commit=b48c3497940883816416735f992aaae61396fbda  # gnome-3-26
-source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  patch -Np1 -i ../startup-notification.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  # Try to get a bit more performance out of this fps-critical component
-  CFLAGS+=" -O3 -flto=jobserver"
-  LDFLAGS+=" $CFLAGS"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 308274, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-20 08:53:51 UTC (rev 308275)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.26.1+19+g193216c2a
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=193216c2a7b9196fe3ce69192d94bf2995814113  # gnome-3-26
+source=("git+https://git.gnome.org/browse/mutter#commit=$_commit;
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc --enable-egl-device 

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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 08:53:30
  Author: felixonmars
Revision: 263706

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

Added:
  deepin-calendar/repos/community-i686/PKGBUILD
(from rev 263705, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 263705, deepin-calendar/trunk/PKGBUILD)
Deleted:
  deepin-calendar/repos/community-i686/PKGBUILD
  deepin-calendar/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 08:52:40 UTC (rev 263705)
+++ community-i686/PKGBUILD 2017-10-20 08:53:30 UTC (rev 263706)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.12
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('dtkwidget')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('1a7fdb34f4f31d68d5938a305ae9bbe24341210a69dedfccf3afbaac07903a0650273f474e89bbb855dac5bf4f93c8bd3e14068751d0ea19b74fbe4a639a39a1')
-
-build() {
-  cd dde-calendar-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-i686/PKGBUILD (from rev 263705, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 08:53:30 UTC (rev 263706)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.13
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('dtkwidget')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
+sha512sums=('568f97d83653fab2876f6e46b33593313a8a7b2505379bb446d9bdb15c3a348d346fcdf3cdc1788ed0d55ef6c9f6ccce652c4ddc4a27d28c77e08ea508c895d7')
+
+build() {
+  cd dde-calendar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-20 08:52:40 UTC (rev 263705)
+++ community-x86_64/PKGBUILD   2017-10-20 08:53:30 UTC (rev 263706)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.12
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('dtkwidget')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('1a7fdb34f4f31d68d5938a305ae9bbe24341210a69dedfccf3afbaac07903a0650273f474e89bbb855dac5bf4f93c8bd3e14068751d0ea19b74fbe4a639a39a1')
-
-build() {
-  cd dde-calendar-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 263705, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 08:53:30 UTC (rev 263706)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.13
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('dtkwidget')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)

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

2017-10-20 Thread Felix Yan
Date: Friday, October 20, 2017 @ 08:52:40
  Author: felixonmars
Revision: 263705

upgpkg: deepin-calendar 1.0.13-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 08:42:43 UTC (rev 263704)
+++ PKGBUILD2017-10-20 08:52:40 UTC (rev 263705)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=1.0.12
+pkgver=1.0.13
 pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('1a7fdb34f4f31d68d5938a305ae9bbe24341210a69dedfccf3afbaac07903a0650273f474e89bbb855dac5bf4f93c8bd3e14068751d0ea19b74fbe4a639a39a1')
+sha512sums=('568f97d83653fab2876f6e46b33593313a8a7b2505379bb446d9bdb15c3a348d346fcdf3cdc1788ed0d55ef6c9f6ccce652c4ddc4a27d28c77e08ea508c895d7')
 
 build() {
   cd dde-calendar-$pkgver


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

2017-10-20 Thread Christian Hesse
Date: Friday, October 20, 2017 @ 07:04:29
  Author: eworm
Revision: 263698

upgpkg: pacredir 0.3.1-1

new upstream release

Modified:
  pacredir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 04:20:32 UTC (rev 263697)
+++ PKGBUILD2017-10-20 07:04:29 UTC (rev 263698)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=pacredir
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc='redirect pacman requests, assisted by avahi service discovery'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
 validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

 
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7b31c99cf84eeb49d44f1a7d45d4fd0fe1f07f4c64e3667549700eb81edb8ced'
+sha256sums=('d1b94aae492728b860f5cfff47c4914457c4c55c5a68a9dcc59239494d08e161'
 'SKIP')
 
 build() {


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

2017-10-20 Thread Christian Hesse
Date: Friday, October 20, 2017 @ 07:04:35
  Author: eworm
Revision: 263699

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

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

---+
 /PKGBUILD |   66 
 /pacredir.install |   28 +++
 community-i686/PKGBUILD   |   33 --
 community-i686/pacredir.install   |   14 ---
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/pacredir.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-20 07:04:29 UTC (rev 263698)
+++ community-i686/PKGBUILD 2017-10-20 07:04:35 UTC (rev 263699)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=pacredir
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='redirect pacman requests, assisted by avahi service discovery'
-arch=('i686' 'x86_64')
-url='https://github.com/eworm-de/pacredir'
-depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
-makedepends=('systemd' 'markdown')
-license=('GPL')
-conflicts=('paccache')
-replaces=('paccache')
-install=pacredir.install
-backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
-validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

-source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7b31c99cf84eeb49d44f1a7d45d4fd0fe1f07f4c64e3667549700eb81edb8ced'
-'SKIP')
-
-build() {
-   cd ${pkgname}-${pkgver}/
-
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}/
-
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: pacredir/repos/community-i686/PKGBUILD (from rev 263698, 
pacredir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 07:04:35 UTC (rev 263699)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=pacredir
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d1b94aae492728b860f5cfff47c4914457c4c55c5a68a9dcc59239494d08e161'
+'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}/
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/
+
+   make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/pacredir.install
===
--- community-i686/pacredir.install 2017-10-20 07:04:29 UTC (rev 263698)
+++ community-i686/pacredir.install 2017-10-20 07:04:35 UTC (rev 263699)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-post_install() {
-   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage;
-}
-
-post_upgrade() {
-   # return if old package version greater 0.3...
-   (( $(vercmp $2 '0.3') > 0 )) && return
-
-   # upgrade from pre-0.3 version, avahi service names changed
-   echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi 
service"
-   echo " > names. Make sure to update all your installations for 
compatibility."
-}

Copied: pacredir/repos/community-i686/pacredir.install (from rev 263698, 
pacredir/trunk/pacredir.install)
===
--- community-i686/pacredir.install (rev 0)
+++ community-i686/pacredir.install 2017-10-20 07:04:35 UTC (rev 263699)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+post_install() {
+   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage;
+}
+
+post_upgrade() {
+   # return if old package version greater 0.3...
+   (( $(vercmp $2 '0.3') > 0 )) && return
+
+   #