[arch-commits] Commit in arm-none-eabi-gcc/trunk (2 files)

2018-05-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 5, 2018 @ 05:59:08
  Author: anatolik
Revision: 318972

8.1.0 update, use rmprofile multilib (the same as official ARM toolchain)

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD
  arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch

-+
 PKGBUILD|   24 +++-
 enable-with-multilib-list-for-arm.patch |   83 +++---
 2 files changed, 42 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-05 04:11:59 UTC (rev 318971)
+++ PKGBUILD2018-05-05 05:59:08 UTC (rev 318972)
@@ -3,10 +3,10 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
-pkgver=7.3.0
-_islver=0.18
+pkgver=8.1.0
+_islver=0.19
 pkgrel=1
-_snapshot=7-20180125
+#_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(x86_64)
 url='http://gcc.gnu.org/'
@@ -15,13 +15,13 @@
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
 options=(!emptydirs !strip)
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
-enable-with-multilib-list-for-arm.patch)
-sha256sums=('f4cad0895aa6dd237cbcb6e81750e40c3fb3eba8a5bcdf25a21c4ee5520c344b'
-'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
-'9447a8fd40d7c1e238b8e9790b739492de5feaa489d61f4ecdab863e5ea1975a')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+   http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'SKIP'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
 if [ -n "$_snapshot" ]; then
   _basedir=gcc-$_snapshot
@@ -40,8 +40,6 @@
   # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 
-  patch -p1 < $srcdir/enable-with-multilib-list-for-arm.patch
-
   mkdir $srcdir/build-{gcc,gcc-nano}
 }
 
@@ -80,7 +78,7 @@
 --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
 --with-pkgversion='Arch Repository' \
 --with-bugurl='https://bugs.archlinux.org/' \
---with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+--with-multilib-list=rmprofile
 
   make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
 }

Modified: enable-with-multilib-list-for-arm.patch
===
--- enable-with-multilib-list-for-arm.patch 2018-05-05 04:11:59 UTC (rev 
318971)
+++ enable-with-multilib-list-for-arm.patch 2018-05-05 05:59:08 UTC (rev 
318972)
@@ -1,14 +1,14 @@
-commit 71587241301d28b68bbe2f41c5eb2856053c750c
+commit ebea823006d493d3b994c464ae599349cd1cfeaf
 Author: Anatol Pomozov 
-Date:   Tue May 9 21:19:27 2017 -0700
+Date:   Fri May 4 21:15:49 2018 -0700
 
 ARM patch 
https://gcc.gnu.org/ml/gcc-patches/2012-05/msg00083/enable-with-multilib-list-for-arm.patch
 
 diff --git a/gcc/Makefile.in b/gcc/Makefile.in
-index f675e073ecc..cced5329b47 100644
+index 20bee0494..26898699d 100644
 --- a/gcc/Makefile.in
 +++ b/gcc/Makefile.in
-@@ -558,6 +558,7 @@ lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt 
$(srcdir)/common.opt
+@@ -567,6 +567,7 @@ lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt 
$(srcdir)/common.opt
  lang_specs_files=@lang_specs_files@
  lang_tree_files=@lang_tree_files@
  target_cpu_default=@target_cpu_default@
@@ -17,10 +17,10 @@
  extra_modes_file=@extra_modes_file@
  extra_opt_files=@extra_opt_files@
 diff --git a/gcc/config.gcc b/gcc/config.gcc
-index b8bb4d65825..713e35b62af 100644
+index a5defb0f0..f8f964757 100644
 --- a/gcc/config.gcc
 +++ b/gcc/config.gcc
-@@ -1140,7 +1140,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems* | 
arm*-*-fuchsia*)
+@@ -1181,7 +1181,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems* | 
arm*-*-fuchsia*)
case ${target} in
arm*-*-eabi*)
  tm_file="$tm_file newlib-stdint.h"
@@ -29,42 +29,26 @@
  use_gcc_stdint=wrap
  ;;
arm*-*-fuchsia*)
-@@ -3787,56 +3787,6 @@ case "${target}" in
-   echo "Switch \"--with-tune\" may not be used with 
switch \"--with-cpu\""  1>&2
+@@ -3897,43 +3897,6 @@ case "${target}" in
exit 1
fi
--
+ 
 -  # Add extra multilibs
 -  if test "x$with_multilib_list" != x; then
 -  

[arch-commits] Commit in avr-gcc/repos (2 files)

2018-05-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 5, 2018 @ 04:11:59
  Author: anatolik
Revision: 318971

archrelease: copy trunk to community-testing-x86_64

Added:
  avr-gcc/repos/community-testing-x86_64/
  avr-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 318970, avr-gcc/trunk/PKGBUILD)

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

Copied: avr-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 318970, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-05-05 04:11:59 UTC (rev 318971)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-gcc
+pkgver=8.1.0
+pkgrel=1
+#_snapshot=7-20180125
+_islver=0.19
+pkgdesc='The GNU AVR Compiler Collection'
+arch=(x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org/'
+depends=(avr-binutils gcc-libs libmpc)
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+options=(!emptydirs !strip)
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz{,.sig}
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.xz
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+   )
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'SKIP'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+prepare() {
+cd ${_basedir}
+}
+
+build() {
+cd ${srcdir}/${_basedir} 
+
+# link isl for in-tree build
+ln -s ../isl-${_islver} isl
+
+# https://bugs.archlinux.org/task/34629
+# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+echo ${pkgver} > gcc/BASE-VER
+
+cd ${srcdir}
+mkdir gcc-build && cd gcc-build
+
+export CFLAGS_FOR_TARGET='-O2 -pipe'
+export CXXFLAGS_FOR_TARGET='-O2 -pipe'
+
+# --disable-linker-build-id   https://bugs.archlinux.org/task/34902
+# --disable-__cxa_atexit   https://bugs.archlinux.org/task/50848
+${srcdir}/${_basedir}/configure \
+--disable-install-libiberty \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-libunwind-exceptions \
+--disable-linker-build-id \
+--disable-nls \
+--disable-werror \
+--disable-__cxa_atexit \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-gnu-unique-object \
+--enable-gold \
+--enable-languages=c,c++ \
+--enable-ld=default \
+--enable-lto \
+--enable-plugin \
+--enable-shared \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--target=avr \
+--with-as=/usr/bin/avr-as \
+--with-gnu-as \
+--with-gnu-ld \
+--with-ld=/usr/bin/avr-ld \
+--with-plugin-ld=ld.gold \
+--with-system-zlib \
+--with-isl \
+--enable-gnu-indirect-function
+
+make
+}
+
+package() {
+cd ${srcdir}/gcc-build
+
+make -j1 DESTDIR=${pkgdir} install
+
+# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
+find ${pkgdir}/usr/lib -type f -name "*.a" \
+-exec /usr/bin/avr-strip --strip-debug '{}' \;
+
+# Install Runtime Library Exception
+install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/avr-gcc/RUNTIME.LIBRARY.EXCEPTION
+
+rm -r ${pkgdir}/usr/share/man/man7
+rm -r ${pkgdir}/usr/share/info
+rm ${pkgdir}/usr/lib/libcc1.*
+}


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

2018-05-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 5, 2018 @ 04:11:14
  Author: anatolik
Revision: 318970

upgpkg: avr-gcc 8.1.0-1

Modified:
  avr-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-05 03:28:40 UTC (rev 318969)
+++ PKGBUILD2018-05-05 04:11:14 UTC (rev 318970)
@@ -7,10 +7,10 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-gcc
-pkgver=7.3.0
+pkgver=8.1.0
 pkgrel=1
-_snapshot=7-20180125
-_islver=0.18
+#_snapshot=7-20180125
+_islver=0.19
 pkgdesc='The GNU AVR Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -18,12 +18,14 @@
 depends=(avr-binutils gcc-libs libmpc)
 optdepends=('avr-libc: Standard C library for Atmel AVR development')
 options=(!emptydirs !strip)
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.xz
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz{,.sig}
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.xz
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
)
-sha1sums=('3b0c38bad58b57a69260916c4f10c40baf56a099'
-  'bbffc5a2b05e4f0c97e882f96c448504491dc4ed')
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'SKIP'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
 if [ -n "${_snapshot}" ]; then
   _basedir=gcc-${_snapshot}


[arch-commits] Commit in aarch64-linux-gnu-gcc/repos (2 files)

2018-05-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 5, 2018 @ 03:28:40
  Author: anatolik
Revision: 318969

archrelease: copy trunk to community-testing-x86_64

Added:
  aarch64-linux-gnu-gcc/repos/community-testing-x86_64/
  aarch64-linux-gnu-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 318968, aarch64-linux-gnu-gcc/trunk/PKGBUILD)

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

Copied: aarch64-linux-gnu-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 
318968, aarch64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-05-05 03:28:40 UTC (rev 318969)
@@ -0,0 +1,94 @@
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+#_snapshot=7-20180125
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils $_target-glibc libmpc zlib)
+makedepends=(gmp mpfr)
+options=(!emptydirs !strip)
+source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'SKIP'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -sf ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
+
+  rm -rf $srcdir/gcc-build
+  mkdir $srcdir/gcc-build
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  $srcdir/$_basedir/configure \
+  --prefix=/usr \
+  --program-prefix=$_target- \
+  --with-local-prefix=/usr/$_target \
+  --with-sysroot=/usr/$_target \
+  --with-build-sysroot=/usr/$_target \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --target=$_target --host=$CHOST --build=$CHOST \
+  --disable-nls \
+  --enable-languages=c,c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --disable-multilib --disable-werror \
+  --enable-checking=release
+
+  make
+}
+
+package() {
+  cd gcc-build
+
+  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/gcc-$pkgver
+}


[arch-commits] Commit in aarch64-linux-gnu-gcc/trunk (PKGBUILD)

2018-05-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 5, 2018 @ 03:27:53
  Author: anatolik
Revision: 318968

upgpkg: aarch64-linux-gnu-gcc 8.1.0-1

Modified:
  aarch64-linux-gnu-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 23:03:35 UTC (rev 318967)
+++ PKGBUILD2018-05-05 03:27:53 UTC (rev 318968)
@@ -2,10 +2,10 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-gcc
-pkgver=7.3.0
-_islver=0.18
+pkgver=8.1.0
+_islver=0.19
 pkgrel=1
-_snapshot=7-20180125
+#_snapshot=7-20180125
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
@@ -13,11 +13,13 @@
 depends=($_target-binutils $_target-glibc libmpc zlib)
 makedepends=(gmp mpfr)
 options=(!emptydirs !strip)
-source=(#https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('f4cad0895aa6dd237cbcb6e81750e40c3fb3eba8a5bcdf25a21c4ee5520c344b'
-'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b')
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'SKIP'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
 if [ -n "$_snapshot" ]; then
   _basedir=gcc-$_snapshot


[arch-commits] Commit in ogre/repos/community-x86_64 (4 files)

2018-05-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, May 4, 2018 @ 23:03:35
  Author: svenstaro
Revision: 318967

archrelease: copy trunk to community-x86_64

Added:
  ogre/repos/community-x86_64/PKGBUILD
(from rev 318966, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 318966, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

--+
 PKGBUILD |  152 +++--
 ogre.install |6 +-
 2 files changed, 77 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 23:03:20 UTC (rev 318966)
+++ PKGBUILD2018-05-04 23:03:35 UTC (rev 318967)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.11
-pkgrel=4
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig' 'systemd')
-install=ogre.install
-source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
-sha512sums=('2dfedd6f0a0de1a8c687c001439138b233200ca11e5c9940debf43d8a0380ca6472e0b5f4d599f0e22ca2049d0a5d34066ef41b6bc4912130694fa5d851fc900')
-
-prepare() {
-  cd ogre-${pkgver}
-
-  sed -i "s/dist-packages/site-packages/" Components/Python/CMakeLists.txt
-}
-
-build() {
-  cd ogre-${pkgver}
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/usr/bin/OgreSampleBrowser
-  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre-${pkgver}/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-x86_64/PKGBUILD (from rev 318966, 
ogre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 23:03:35 UTC (rev 318967)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'openexr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'swig' 
'systemd' 'java-environment')
+install=ogre.install
+source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
+sha512sums=('e5d8051299d41d273f8372953d4479802a3ce3e9c5dd25a6a10422559d765dc94ac28f57477a2225581c271fdbfbd5b3359a2a163dd38ee65d01514e7b4a4d42')
+
+prepare() {
+  cd ogre-${pkgver}
+
+  # sed -i "s/dist-packages/site-packages/" Components/Python/CMakeLists.txt
+}
+
+build() {
+  cd ogre-${pkgver}
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  export JAVA_HOME=/usr/lib/jvm/default
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'python: python bindings'
+  'java-environment: jni bindings'
+  'ogre-docs: documentation')
+
+  cd ogre-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/usr/bin/OgreSampleBrowser
+  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  

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

2018-05-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, May 4, 2018 @ 23:03:20
  Author: svenstaro
Revision: 318966

upgpkg: ogre 1.11.0-1

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 22:44:17 UTC (rev 318965)
+++ PKGBUILD2018-05-04 23:03:20 UTC (rev 318966)
@@ -2,23 +2,23 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.11
-pkgrel=4
+pkgver=1.11.0
+pkgrel=1
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'openexr'
  'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig' 'systemd')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'swig' 
'systemd' 'java-environment')
 install=ogre.install
 source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
-sha512sums=('2dfedd6f0a0de1a8c687c001439138b233200ca11e5c9940debf43d8a0380ca6472e0b5f4d599f0e22ca2049d0a5d34066ef41b6bc4912130694fa5d851fc900')
+sha512sums=('e5d8051299d41d273f8372953d4479802a3ce3e9c5dd25a6a10422559d765dc94ac28f57477a2225581c271fdbfbd5b3359a2a163dd38ee65d01514e7b4a4d42')
 
 prepare() {
   cd ogre-${pkgver}
 
-  sed -i "s/dist-packages/site-packages/" Components/Python/CMakeLists.txt
+  # sed -i "s/dist-packages/site-packages/" Components/Python/CMakeLists.txt
 }
 
 build() {
@@ -27,14 +27,12 @@
   [[ -d build ]] && rm -rf build
   mkdir build && cd build
 
+  export JAVA_HOME=/usr/lib/jvm/default
+
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
 -DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
 
   make
   make OgreDoc
@@ -42,10 +40,8 @@
 
 package_ogre() {
   optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
   'python: python bindings'
-  'boost: for developing using ogre'
+  'java-environment: jni bindings'
   'ogre-docs: documentation')
 
   cd ogre-${pkgver}/build


[arch-commits] Commit in mpc/repos/extra-x86_64 (3 files)

2018-05-04 Thread Gaëtan Bisson via arch-commits
Date: Friday, May 4, 2018 @ 22:58:29
  Author: bisson
Revision: 323387

archrelease: copy trunk to extra-x86_64

Added:
  mpc/repos/extra-x86_64/PKGBUILD
(from rev 323386, mpc/trunk/PKGBUILD)
Deleted:
  mpc/repos/extra-x86_64/2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch
  mpc/repos/extra-x86_64/PKGBUILD

+
 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch |   26 ---
 PKGBUILD   |   75 ++-
 2 files changed, 34 insertions(+), 67 deletions(-)

Deleted: 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch
===
--- 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch  2018-05-04 22:52:17 UTC 
(rev 323386)
+++ 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch  2018-05-04 22:58:29 UTC 
(rev 323387)
@@ -1,26 +0,0 @@
-From 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0 Mon Sep 17 00:00:00 2001
-From: Max Kellermann 
-Date: Mon, 12 Feb 2018 21:50:44 +0100
-Subject: [PATCH] doc/meson.build: drop bogus "man" from manpage install path
-
-Closes #12

- doc/meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/meson.build b/doc/meson.build
-index fd7e3d6..7793627 100644
 a/doc/meson.build
-+++ b/doc/meson.build
-@@ -15,9 +15,9 @@ if sphinx.found()
- 'Manpage documentation',
- output: 'man',
- input: ['index.rst', 'conf.py'],
--command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', 
meson.current_source_dir(), '@OUTPUT@'],
-+command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', 
meson.current_source_dir(), '@OUTPUT@/man1'],
- build_by_default: true,
- install: true,
--install_dir: join_paths(get_option('datadir'), 'man', 'man1'),
-+install_dir: get_option('datadir'),
-   )
- endif

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 22:52:17 UTC (rev 323386)
+++ PKGBUILD2018-05-04 22:58:29 UTC (rev 323387)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Link Dupont 
-
-pkgname=mpc
-pkgver=0.29
-pkgrel=2
-pkgdesc='Minimalist command line interface to MPD'
-url='https://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('meson' 'python-sphinx')
-depends=('libmpdclient')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch')
-sha256sums=('02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3'
-'SKIP'
-   '2f5c84c3869c8f36924f2707c1e956b49a397d6d93ad20c002a82eaae9ecc6ac')
-
-options=('!emptydirs')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install 
-   install -Dm644 contrib/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
-}

Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 323386, mpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 22:58:29 UTC (rev 323387)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Link Dupont 
+
+pkgname=mpc
+pkgver=0.30
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='https://www.musicpd.org/clients/mpc/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('meson' 'python-sphinx')
+depends=('libmpdclient')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce'
+'SKIP')
+
+options=('!emptydirs')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install 
+   install -Dm644 contrib/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
+}


[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 22:52:17
  Author: jgc
Revision: 323386

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 323385, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 323385, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   99 
 revert-warnings.patch |   22 +-
 2 files changed, 62 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 22:52:10 UTC (rev 323385)
+++ PKGBUILD2018-05-04 22:52:17 UTC (rev 323386)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.39
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=93f10cd29e3fbdd3ebc25272167c057878f6bc05  # tags/GNUMERIC_1_12_39^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 323385, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 22:52:17 UTC (rev 323386)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.40
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-05-04 22:52:10 UTC (rev 323385)
+++ revert-warnings.patch   2018-05-04 22:52:17 UTC (rev 323386)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
-

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

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 22:52:10
  Author: jgc
Revision: 323385

upgpkg: gnumeric 1.12.40-1

Does upstream actually test their builds?

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 22:48:54 UTC (rev 323384)
+++ PKGBUILD2018-05-04 22:52:10 UTC (rev 323385)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.39
+pkgver=1.12.40
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
@@ -12,11 +12,11 @@
 depends=('goffice')
 makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
  'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
+optdepends=('python2-gobject: for python2 plugin support'
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
-_commit=93f10cd29e3fbdd3ebc25272167c057878f6bc05  # tags/GNUMERIC_1_12_39^0
+_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
 source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
 revert-warnings.patch)
 sha256sums=('SKIP'
@@ -29,6 +29,9 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
   patch -Np0 -i ../revert-warnings.patch
   NOCONFIGURE=1 ./autogen.sh
 }


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

2018-05-04 Thread Gaëtan Bisson via arch-commits
Date: Friday, May 4, 2018 @ 22:48:54
  Author: bisson
Revision: 323384

upstream update

Modified:
  mpc/trunk/PKGBUILD
Deleted:
  mpc/trunk/2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch

+
 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch |   26 ---
 PKGBUILD   |   17 ---
 2 files changed, 5 insertions(+), 38 deletions(-)

Deleted: 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch
===
--- 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch  2018-05-04 21:48:35 UTC 
(rev 323383)
+++ 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch  2018-05-04 22:48:54 UTC 
(rev 323384)
@@ -1,26 +0,0 @@
-From 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0 Mon Sep 17 00:00:00 2001
-From: Max Kellermann 
-Date: Mon, 12 Feb 2018 21:50:44 +0100
-Subject: [PATCH] doc/meson.build: drop bogus "man" from manpage install path
-
-Closes #12

- doc/meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/meson.build b/doc/meson.build
-index fd7e3d6..7793627 100644
 a/doc/meson.build
-+++ b/doc/meson.build
-@@ -15,9 +15,9 @@ if sphinx.found()
- 'Manpage documentation',
- output: 'man',
- input: ['index.rst', 'conf.py'],
--command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', 
meson.current_source_dir(), '@OUTPUT@'],
-+command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', 
meson.current_source_dir(), '@OUTPUT@/man1'],
- build_by_default: true,
- install: true,
--install_dir: join_paths(get_option('datadir'), 'man', 'man1'),
-+install_dir: get_option('datadir'),
-   )
- endif

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 21:48:35 UTC (rev 323383)
+++ PKGBUILD2018-05-04 22:48:54 UTC (rev 323384)
@@ -6,8 +6,8 @@
 # Contributor: Link Dupont 
 
 pkgname=mpc
-pkgver=0.29
-pkgrel=2
+pkgver=0.30
+pkgrel=1
 pkgdesc='Minimalist command line interface to MPD'
 url='https://www.musicpd.org/clients/mpc/'
 license=('GPL2')
@@ -15,19 +15,12 @@
 makedepends=('meson' 'python-sphinx')
 depends=('libmpdclient')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch')
-sha256sums=('02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3'
-'SKIP'
-   '2f5c84c3869c8f36924f2707c1e956b49a397d6d93ad20c002a82eaae9ecc6ac')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce'
+'SKIP')
 
 options=('!emptydirs')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../2d6e3fe90ae2c24d29305037b452b4cb18bceaa0.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
arch-meson . build


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

2018-05-04 Thread Antonio Rojas via arch-commits
Date: Friday, May 4, 2018 @ 22:44:17
  Author: arojas
Revision: 318965

archrelease: copy trunk to community-x86_64

Added:
  kbibtex/repos/community-x86_64/PKGBUILD
(from rev 318964, kbibtex/trunk/PKGBUILD)
Deleted:
  kbibtex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 22:42:30 UTC (rev 318964)
+++ PKGBUILD2018-05-04 22:44:17 UTC (rev 318965)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Antonio Rojas 
-# Contributor: cmorlok 
-
-pkgname=kbibtex
-pkgver=0.8git20180405
-pkgrel=1
-_commit=6bafedf8976a7ad8b9a885efb596756089ff863f
-pkgdesc="A BibTeX editor for KDE"
-arch=(x86_64)
-url='https://userbase.kde.org/KBibTeX'
-license=(GPL)
-depends=(poppler-qt5 qt5-webengine qoauth kparts)
-optdepends=('okular: Document preview')
-makedepends=(extra-cmake-modules git kdoctools qca-qt5)
-source=(git://git.kde.org/$pkgname#commit=$_commit)
-#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('SKIP')
-validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 318964, 
kbibtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 22:44:17 UTC (rev 318965)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Antonio Rojas 
+# Contributor: cmorlok 
+
+pkgname=kbibtex
+epoch=1
+pkgver=0.7.90
+pkgrel=1
+_commit=6bafedf8976a7ad8b9a885efb596756089ff863f
+pkgdesc="A BibTeX editor for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/KBibTeX'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qoauth kparts)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules kdoctools qca-qt5)
+source=("https://download.kde.org/unstable/KBibTeX/$pkgname-$pkgver.tar.xz;)
+md5sums=('67aa15f5c33baeee65356d41b9c5ec79')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-04 Thread Antonio Rojas via arch-commits
Date: Friday, May 4, 2018 @ 22:42:30
  Author: arojas
Revision: 318964

Update to 0.7.90

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 21:40:20 UTC (rev 318963)
+++ PKGBUILD2018-05-04 22:42:30 UTC (rev 318964)
@@ -4,7 +4,8 @@
 # Contributor: cmorlok 
 
 pkgname=kbibtex
-pkgver=0.8git20180405
+epoch=1
+pkgver=0.7.90
 pkgrel=1
 _commit=6bafedf8976a7ad8b9a885efb596756089ff863f
 pkgdesc="A BibTeX editor for KDE"
@@ -13,10 +14,9 @@
 license=(GPL)
 depends=(poppler-qt5 qt5-webengine qoauth kparts)
 optdepends=('okular: Document preview')
-makedepends=(extra-cmake-modules git kdoctools qca-qt5)
-source=(git://git.kde.org/$pkgname#commit=$_commit)
-#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('SKIP')
+makedepends=(extra-cmake-modules kdoctools qca-qt5)
+source=("https://download.kde.org/unstable/KBibTeX/$pkgname-$pkgver.tar.xz;)
+md5sums=('67aa15f5c33baeee65356d41b9c5ec79')
 validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

 
 prepare() {
@@ -26,7 +26,7 @@
 build() {
   cd build
 
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF


[arch-commits] Commit in goffice/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 21:48:35
  Author: jgc
Revision: 323383

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 323382, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 21:48:30 UTC (rev 323382)
+++ PKGBUILD2018-05-04 21:48:35 UTC (rev 323383)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.39
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=6ad4e5ed66c9330df417197a0d408246a82ca112  # tags/GOFFICE_0_10_39^0
-source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 323382, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 21:48:35 UTC (rev 323383)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.40
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=47d1d1aef287cff62bdd7daa427880f44388edde  # tags/GOFFICE_0_10_40^0
+source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 21:48:30
  Author: jgc
Revision: 323382

upgpkg: goffice 0.10.40-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 20:25:31 UTC (rev 323381)
+++ PKGBUILD2018-05-04 21:48:30 UTC (rev 323382)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.39
+pkgver=0.10.40
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=6ad4e5ed66c9330df417197a0d408246a82ca112  # tags/GOFFICE_0_10_39^0
+_commit=47d1d1aef287cff62bdd7daa427880f44388edde  # tags/GOFFICE_0_10_40^0
 source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-05-04 Thread Jelle van der Waa via arch-commits
Date: Friday, May 4, 2018 @ 21:40:20
  Author: jelle
Revision: 318963

Add sip to makedepends

Modified:
  arcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 21:36:18 UTC (rev 318962)
+++ PKGBUILD2018-05-04 21:40:20 UTC (rev 318963)
@@ -8,8 +8,8 @@
 url="https://github.com/Ultimaker/libArcus;
 arch=('x86_64')
 license=('AGPL')
-makedepends=('cmake')
-depends=('python' 'protobuf' 'python-sip')
+makedepends=('cmake' 'python-sip')
+depends=('python' 'protobuf')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
 md5sums=('6eac9ef7a2a7bb0abc5008ab7140cc9f')
 


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

2018-05-04 Thread Jelle van der Waa via arch-commits
Date: Friday, May 4, 2018 @ 21:36:18
  Author: jelle
Revision: 318962

Move python-sip/cmake to make dependencies

Modified:
  libsavitar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 20:28:59 UTC (rev 318961)
+++ PKGBUILD2018-05-04 21:36:18 UTC (rev 318962)
@@ -8,7 +8,8 @@
 arch=('x86_64')
 url="https://github.com/Ultimaker/libsavitar;
 license=('AGPL')
-depends=('python' 'cmake' 'python-sip' 'pugixml')
+depends=('python' 'pugixml')
+makedepends=('cmake' 'python-sip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 
pugixml.patch::https://github.com/Ultimaker/libSavitar/commit/91aa70c6320461ae65600dce954b5ffb905b7039.patch)
 


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

2018-05-04 Thread Christian Rebischke via arch-commits
Date: Friday, May 4, 2018 @ 20:28:50
  Author: shibumi
Revision: 318960

upgpkg: libvirt 4.3.0-1

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 20:19:10 UTC (rev 318959)
+++ PKGBUILD2018-05-04 20:28:50 UTC (rev 318960)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
 'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt' 'qemu'
-   'ceph-libs' 'glusterfs' 'netcf' 'yajl')
+   'ceph-libs' 'glusterfs' 'netcf' 'yajl' 'parted')
 options=('emptydirs')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
@@ -20,7 +20,7 @@
'libvirtd-guests.conf.d'
'libvirt.sysusers.d')
 #  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha512sums=('ced3a7408e95f1663deec03b095780d0f805126506a064a11063d1f313f923eb0ff0ea95f99826514d8cb4e51c850f6f02904e06e5ef8106c38898a0cfe7f9ed'
+sha512sums=('cc61497121931019a8cc3fa8234d7cf95b0f0e1d77ab6fcd089db92759617b099eb83c57aa91768ae6ccf92c345cf72e1d9b202acb5132a159476fb86f1a6999'
 'SKIP'
 
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
 
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
@@ -59,7 +59,7 @@
--with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
--with-init-script=systemd --with-storage-gluster \
--with-qemu-user=nobody --with-qemu-group=kvm \
-   --with-netcf --with-interface --with-lxc --with-storage-iscsi
+   --with-netcf --with-interface --with-lxc --with-storage-iscsi 
--with-storage-disk
# --with-audit
   make
 }
@@ -76,7 +76,8 @@
 'netcat: for remote management over ssh'
 'qemu'
 'radvd'
-'dmidecode')
+'dmidecode'
+'parted')
   backup=('etc/conf.d/libvirt-guests'
 'etc/conf.d/libvirtd'
 'etc/libvirt/libvirt.conf'


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

2018-05-04 Thread Christian Hesse via arch-commits
Date: Friday, May 4, 2018 @ 20:25:17
  Author: eworm
Revision: 323380

upgpkg: cryptsetup 2.0.3-1

new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 15:20:23 UTC (rev 323379)
+++ PKGBUILD2018-05-04 20:25:17 UTC (rev 323380)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=cryptsetup
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
 arch=(x86_64)
@@ -18,7 +18,7 @@
 'hooks-encrypt'
 'install-encrypt'
 'install-sd-encrypt')
-sha256sums=('4f8105d7f3bf758d58da3058b3cbd66c0ca81492b2dafe8ae7c049cc9e939e97'
+sha256sums=('4d6cca04c1f5ff4a68d045d190efb2623087eda0274ded92f92a4b6911e501d4'
 'SKIP'
 '416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
 '7b8c8a189f1b63cb4a0c0dd93d3452615bdc05f0e33570c78b338446a59ca750'


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

2018-05-04 Thread Christian Rebischke via arch-commits
Date: Friday, May 4, 2018 @ 20:28:59
  Author: shibumi
Revision: 318961

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 318960, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.install
(from rev 318960, libvirt/trunk/libvirt.install)
  libvirt/repos/community-testing-x86_64/libvirt.sysusers.d
(from rev 318960, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-testing-x86_64/libvirtd-guests.conf.d
(from rev 318960, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-testing-x86_64/libvirtd.conf.d
(from rev 318960, libvirt/trunk/libvirtd.conf.d)

+
 PKGBUILD   |  143 +++
 libvirt.install|9 ++
 libvirt.sysusers.d |1 
 libvirtd-guests.conf.d |9 ++
 libvirtd.conf.d|1 
 5 files changed, 163 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/PKGBUILD (from rev 318960, 
libvirt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-05-04 20:28:59 UTC (rev 318961)
@@ -0,0 +1,143 @@
+# ${Id}: PKGBUILD 274316 2017-12-13 22:56:42Z anatolik ${}
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=libvirt
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="http://libvirt.org/;
+license=('LGPL')
+makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
+'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt' 'qemu'
+   'ceph-libs' 'glusterfs' 'netcf' 'yajl' 'parted')
+options=('emptydirs')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
+   'libvirtd.conf.d'
+   'libvirtd-guests.conf.d'
+   'libvirt.sysusers.d')
+#  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
+sha512sums=('cc61497121931019a8cc3fa8234d7cf95b0f0e1d77ab6fcd089db92759617b099eb83c57aa91768ae6ccf92c345cf72e1d9b202acb5132a159476fb86f1a6999'
+'SKIP'
+
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
+
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
+
'7d1d535aaf739a6753f6819c49272c8d9b5f488e0a8553797499334a76b8631474e222b6048f2125b858e5ecc21e602face45dd02121f833d605b9ae58322982')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' "${file}"
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' "${file}"
+  done
+
+  sed -i 's|/sysconfig/|/conf.d/|g' \
+src/remote/libvirtd.service.in \
+tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
+src/locking/virtlockd.service.in
+  sed -i 's|@sbindir@|/usr/bin|g' src/locking/virtlockd.service.in
+  sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
+src/qemu/qemu{.conf,_conf.c} \
+src/qemu/test_libvirtd_qemu.aug.in
+
+  sed -i 's|libsystemd-daemon|libsystemd|g' configure
+  sed -i 's/notify/simple/' src/remote/libvirtd.service.in
+
+#  patch -p1 -i "${srcdir}"/ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export PYTHON=`which python2`
+  export LDFLAGS=-lX11
+  export RADVD=/usr/bin/radvd
+  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"${pkgname}" 
--sbindir=/usr/bin \
+   --with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
+   --with-init-script=systemd --with-storage-gluster \
+   --with-qemu-user=nobody --with-qemu-group=kvm \
+   --with-netcf --with-interface --with-lxc --with-storage-iscsi 
--with-storage-disk
+   # --with-audit
+  make
+}
+
+package_libvirt() {
+  depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 
'python2'
+ 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap' 
'libcap-ng'
+ 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
+ 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph-libs' 'libssh2'
+ 'netcf' 'fuse2')
+  optdepends=('ebtables: required for default NAT networking'
+'dnsmasq: required for default NAT/DHCP for guests'
+'bridge-utils: for bridged networking'
+'netcat: for remote management over ssh'

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

2018-05-04 Thread Christian Hesse via arch-commits
Date: Friday, May 4, 2018 @ 20:25:31
  Author: eworm
Revision: 323381

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 323380, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/hooks-encrypt
(from rev 323380, cryptsetup/trunk/hooks-encrypt)
  cryptsetup/repos/testing-x86_64/install-encrypt
(from rev 323380, cryptsetup/trunk/install-encrypt)
  cryptsetup/repos/testing-x86_64/install-sd-encrypt
(from rev 323380, cryptsetup/trunk/install-sd-encrypt)

+
 PKGBUILD   |   47 
 hooks-encrypt  |  144 +++
 install-encrypt|   47 
 install-sd-encrypt |   48 +
 4 files changed, 286 insertions(+)

Copied: cryptsetup/repos/testing-x86_64/PKGBUILD (from rev 323380, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-04 20:25:31 UTC (rev 323381)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
+arch=(x86_64)
+license=('GPL')
+url='https://gitlab.com/cryptsetup/cryptsetup/'
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c' 'argon2')
+makedepends=('util-linux')
+options=('!emptydirs')
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar."{xz,sign}
+'hooks-encrypt'
+'install-encrypt'
+'install-sd-encrypt')
+sha256sums=('4d6cca04c1f5ff4a68d045d190efb2623087eda0274ded92f92a4b6911e501d4'
+'SKIP'
+'416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
+'7b8c8a189f1b63cb4a0c0dd93d3452615bdc05f0e33570c78b338446a59ca750'
+'95a16baa273a0ea5c531bc4b65e7f142ae7cb6423b5e512f4413d1dd4a545421')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-libargon2 \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # install hook
+  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-x86_64/hooks-encrypt (from rev 323380, 
cryptsetup/trunk/hooks-encrypt)
===
--- testing-x86_64/hooks-encrypt(rev 0)
+++ testing-x86_64/hooks-encrypt2018-05-04 20:25:31 UTC (rev 323381)
@@ -0,0 +1,144 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} open --type luks 
${resolved} ${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+fi
+# Ask for a passphrase
+if [ ${dopassphrase} -gt 0 ]; then
+echo ""
+echo "A password is required to access the ${cryptname} 
volume:"
+
+#loop until we get a real password
+while ! 

[arch-commits] Commit in pgadmin4/repos/community-x86_64 (8 files)

2018-05-04 Thread Balló György via arch-commits
Date: Friday, May 4, 2018 @ 20:19:10
  Author: bgyorgy
Revision: 318959

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 318958, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 318958, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 318958, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 318958, pgadmin4/trunk/pgAdmin4.desktop)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop

--+
 PKGBUILD |  184 ++---
 config_distro.py |4 -
 pgAdmin4.desktop |   22 +++---
 3 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 20:19:03 UTC (rev 318958)
+++ PKGBUILD2018-05-04 20:19:10 UTC (rev 318959)
@@ -1,92 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=3.0
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-webengine' 'python' 'python-psycopg2' 'postgresql-libs' 
'hicolor-icon-theme')
-makedepends=('python-setuptools' 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.sig}
-pgAdmin4.desktop
-config_distro.py
-config_local.py)
-validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
-sha512sums=('5921340176e6748ef13112d906061f195d4bb2f73917d762371bbaeb44ef66cf8e0edcd1cd241eb78dae46ed0b3af014c749468a930fb0c0983b38b2c54dfc3a'
-'SKIP'
-
'25e6ae6658dd25aa9ebaccaef89ab15c19d513da3641fecaf9100d1139b0cc32c027f60a688f5fdff3b26e7be7897e33e9a7b4dddbf68599e583bd5b2e7946e9'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  sed 's|value("PythonPath")|value("PythonPath", 
"/usr/lib/pgadmin4/venv/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'")|g'
 -i runtime/{pgAdmin4.cpp,Server.cpp,TrayIcon.cpp}
-  sed -r 's|(venv/lib/python)|\1'${PYTHONVERSION}'|g' runtime/Server.cpp
-}
-
-
-build() {
-  export LANG=en_US.UTF-8
-  export LC_ALL=en_US.UTF-8
-
-  cd ${pkgname}-${pkgver}
-  convert runtime/pgAdmin4.{ico,png}
-
-  python -m venv "${srcdir}/${pkgname}-${pkgver}/venv"
-  "${srcdir}/${pkgname}-${pkgver}/venv/bin/python" -m pip install -r 
"${srcdir}/${pkgname}-${pkgver}/requirements.txt"
-
-  python -m venv "${srcdir}/${pkgname}-${pkgver}/venv-docs"
-  "${srcdir}/${pkgname}-${pkgver}/venv-docs/bin/python" -m pip install -r 
"${srcdir}/${pkgname}-${pkgver}/requirements.txt"
-  "${srcdir}/${pkgname}-${pkgver}/venv-docs/bin/python" -m pip install sphinx
-
-  PATH="${srcdir}/${pkgname}-${pkgver}/venv-docs/bin:${PATH}" make docs
-
-  cd runtime
-  qmake CONFIG+=release
-  make
-}
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -D runtime/pgAdmin4 "${pkgdir}/usr/lib/pgadmin4/runtime/pgAdmin4"
-
-  cp -a docs web "${pkgdir}/usr/lib/pgadmin4"
-  cp -a venv "${pkgdir}/usr/lib/pgadmin4/venv"
-
-  install -Dm 644 "${srcdir}"/config_{distro,local}.py -t 
"${pkgdir}/usr/lib/pgadmin4/web"
-
-  ### fixup some python wonkyness
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  rm -r 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/site-packages/psycopg2"
-  ln -s /usr/lib/python3.6/lib-dynload 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/lib-dynload"
-
-  ### Launcher
-
-  install -Dm 644 runtime/pgAdmin4-0.png 
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/pgAdmin4.png"
-  install -Dm 644 runtime/pgAdmin4-1.png 
"${pkgdir}/usr/share/icons/hicolor/48x48/apps/pgAdmin4.png"
-  install -Dm 644 runtime/pgAdmin4-2.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/pgAdmin4.png"
-  install -Dm 644 runtime/pgAdmin4-3.png 
"${pkgdir}/usr/share/icons/hicolor/16x16/apps/pgAdmin4.png"
-
-  install -Dm 644 "${srcdir}/pgAdmin4.desktop" -t 
"${pkgdir}/usr/share/applications"
-
-  install -D /dev/stdin "${pkgdir}/usr/bin/pgadmin4" <
+# Maintainer: Jerome Leclanche 
+
+pkgname=pgadmin4

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

2018-05-04 Thread Balló György via arch-commits
Date: Friday, May 4, 2018 @ 20:19:03
  Author: bgyorgy
Revision: 318958

upgpkg: pgadmin4 3.0-2

Remove unused dependency on qt5-webengine (FS#58301)

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 17:55:54 UTC (rev 318957)
+++ PKGBUILD2018-05-04 20:19:03 UTC (rev 318958)
@@ -3,12 +3,12 @@
 
 pkgname=pgadmin4
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
 arch=('x86_64')
 license=('custom')
-depends=('qt5-webengine' 'python' 'python-psycopg2' 'postgresql-libs' 
'hicolor-icon-theme')
+depends=('qt5-base' 'python' 'python-psycopg2' 'postgresql-libs' 
'hicolor-icon-theme')
 makedepends=('python-setuptools' 'imagemagick')
 
source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.sig}
 pgAdmin4.desktop


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

2018-05-04 Thread Balló György via arch-commits
Date: Friday, May 4, 2018 @ 17:55:54
  Author: bgyorgy
Revision: 318957

archrelease: copy trunk to community-testing-x86_64

Added:
  utox/repos/community-testing-x86_64/
  utox/repos/community-testing-x86_64/PKGBUILD
(from rev 318956, utox/trunk/PKGBUILD)

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

Copied: utox/repos/community-testing-x86_64/PKGBUILD (from rev 318956, 
utox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-05-04 17:55:54 UTC (rev 318957)
@@ -0,0 +1,60 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.17.0
+pkgrel=1
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+_commit=3f90fdb5093cca66073a498f113f7eef485f22c2  # tags/v0.17.0^0
+source=("git+https://github.com/uTox/uTox#commit=$_commit;
+"git+https://github.com/nothings/stb;
+"git+https://github.com/compuphase/minIni;
+"git+https://github.com/nayuki/QR-Code-generator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+cd "${_pkgname}"
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd "${_pkgname}"
+git config submodule.third-party/stb.url "$srcdir/stb"
+git config submodule.third-party/minini.url "$srcdir/minIni"
+git config submodule.third-party/qrcodegen.url "$srcdir/QR-Code-generator"
+git submodule update --init
+}
+
+build() {
+cd "${_pkgname}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


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

2018-05-04 Thread Balló György via arch-commits
Date: Friday, May 4, 2018 @ 17:55:48
  Author: bgyorgy
Revision: 318956

upgpkg: utox 0.17.0-1

Update to latest version, use gitpkg. It depends on toxcore 0.2.

Modified:
  utox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 17:46:46 UTC (rev 318955)
+++ PKGBUILD2018-05-04 17:55:48 UTC (rev 318956)
@@ -7,8 +7,8 @@
 
 pkgname=utox
 _pkgname=uTox
-pkgver=0.16.1
-pkgrel=3
+pkgver=0.17.0
+pkgrel=1
 _signature=""
 pkgdesc='Lightweight Tox client'
 arch=('x86_64')
@@ -24,22 +24,37 @@
  'hicolor-icon-theme')
 optdepends=('gtk3: GTK file picker'
 'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
-)
-sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+_commit=3f90fdb5093cca66073a498f113f7eef485f22c2  # tags/v0.17.0^0
+source=("git+https://github.com/uTox/uTox#commit=$_commit;
+"git+https://github.com/nothings/stb;
+"git+https://github.com/compuphase/minIni;
+"git+https://github.com/nayuki/QR-Code-generator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
 'SKIP')
-validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

-  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
 
+pkgver() {
+cd "${_pkgname}"
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd "${_pkgname}"
+git config submodule.third-party/stb.url "$srcdir/stb"
+git config submodule.third-party/minini.url "$srcdir/minIni"
+git config submodule.third-party/qrcodegen.url "$srcdir/QR-Code-generator"
+git submodule update --init
+}
+
 build() {
-cd "${_pkgname}-${pkgver}"
+cd "${_pkgname}"
 cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
 make
 }
 
 package() {
-cd "${_pkgname}-${pkgver}"
+cd "${_pkgname}"
 make PREFIX="/usr" DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-05-04 Thread Andrew Crerar via arch-commits
Date: Friday, May 4, 2018 @ 17:46:46
  Author: andrewsc
Revision: 318955

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 318954, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 17:46:12 UTC (rev 318954)
+++ PKGBUILD2018-05-04 17:46:46 UTC (rev 318955)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=61.0b1
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('c10fcce6a30eccb8c3d23dc2fc050f10c4a143e94ea284893f52afb3f48c9d126af75c163dbbd751e234e26a7742fb83752d7a92f19e16b9e1cdf99887ea07e5'
-
'5a94d33f6efad7f1ea1cfd9afb1fca2cae1fe96b365018a85c3b55f9678a51bfd87e0dcaa26712decb6340af0c560edb1df29443d6545f39d23638e8d7670d69'
-
'0b8a8819cefc69017310ece641418fbf5dcbab77079ca9cd3af100af2471394c6082b948edc7372f1398df2838705207c0959001dd00bbe5f54c03912353face'
-
'65614c2db26c9a9ef751488471eefd4f53bbb298afd43b2c5f992ac8eeec9f309395ecc44010c4a324d5cef68d445d5bb482733b6acdb7dd3fb4b8443a7aa48c'
-
'dbea22561ad3bcc8038d8426288d584b8779e4c98245e35746da4bb0a8334681a4e210c180fdfe8bfae4a3af4f3b17e61323437c287b231beef01830302162ea'
-
'37cc85391ee476ddb9f77f131f06989e9fe6bb7c9bc73ee2afde2d75ed8cb066c939b7c740ea42c2fb55604514cbb7525ebc9dbe9b95ed9bb3d9b0feab2e0e0d'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-05-04 Thread Andrew Crerar via arch-commits
Date: Friday, May 4, 2018 @ 17:46:12
  Author: andrewsc
Revision: 318954

upgpkg: firefox-developer-edition-i18n 61.0b2-1

firefox-developer-edition-i18n: Updating to 61.0b2

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 17:41:20 UTC (rev 318953)
+++ PKGBUILD2018-05-04 17:46:12 UTC (rev 318954)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=61.0b1
+pkgver=61.0b2
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('c10fcce6a30eccb8c3d23dc2fc050f10c4a143e94ea284893f52afb3f48c9d126af75c163dbbd751e234e26a7742fb83752d7a92f19e16b9e1cdf99887ea07e5'
-
'5a94d33f6efad7f1ea1cfd9afb1fca2cae1fe96b365018a85c3b55f9678a51bfd87e0dcaa26712decb6340af0c560edb1df29443d6545f39d23638e8d7670d69'
-
'0b8a8819cefc69017310ece641418fbf5dcbab77079ca9cd3af100af2471394c6082b948edc7372f1398df2838705207c0959001dd00bbe5f54c03912353face'
-
'65614c2db26c9a9ef751488471eefd4f53bbb298afd43b2c5f992ac8eeec9f309395ecc44010c4a324d5cef68d445d5bb482733b6acdb7dd3fb4b8443a7aa48c'
-
'dbea22561ad3bcc8038d8426288d584b8779e4c98245e35746da4bb0a8334681a4e210c180fdfe8bfae4a3af4f3b17e61323437c287b231beef01830302162ea'
-
'37cc85391ee476ddb9f77f131f06989e9fe6bb7c9bc73ee2afde2d75ed8cb066c939b7c740ea42c2fb55604514cbb7525ebc9dbe9b95ed9bb3d9b0feab2e0e0d'
-
'6ed80e65b33d8e3508d06b68e9dbda58ef09f1f78bc639530e528e4ab5e60794cce2e2a099420c89b3de58caaf515d6b259470cf854feb43ced3954085c2475b'
-
'd7031d5aac6ce41d3a3fc848ee31e8e90769e2575b4a68dbcbe8f663af489a55703292150d6635f3c63a497119287d40f4280fac3dfe1a4cc97186cd63cfc80b'
-
'7f09ec9b4f261c6421d164642206934b7718b52337357c491500527ef401cc135192a666e049b9288ff64d0ef238fbab56b30b6929a4e1a160a3dbe248823ecc'
-
'a7944f84fa42803146ef5a7b17836a5d019795c8e305762629ff74a20a455a49a7b4e034546bac368cdde8a5c74ccc4e8f2bb1847a7ceaaa9b0864926115916c'
-
'3b3f03a59680dd0abed8074a966e1dd06c6c115ac73f8b4d011cf9358c39f48fcd5b1813ab5921dfb5f70ecdddbeb54e788e33988c264a013dfcbe8265b61408'
-
'fb6c152ae55302c665ab5adb55110d08a39620695d2c370c7ea15ac4391a55535462f2a236fbd377a221db8b4a486c813e09233988d53ee77c9efa2a2ebbf6cd'
-
'31a5550dbed8a49f885939ccb0246c63efc8ebbe512a4d5f2cddd4a0df788462d43d3d0cdf01f2b380d5bcccbea671527b0df13d30d7515306fbdc4ab7536fbf'
-
'ffe7cae5f2c7d121d5636dfc54f665acd5506d476e6f49835dcaa95853b135a50e755b474d29bc69ca0b692940e49044941e55df43cf76f2c4471914a64b0c93'
-
'a44672f7fa362e7e6eba7d227af433b9124247d821dda0038185d23126aff2fcc9b005ed6cf58b35dd976ff0d9f9f9b47c7e7ff469faae69f9bdc2016f762798'
-
'66c6cef18ed712f71410695c4841ded47117cd6a07339301137211c261c1d676769e26f5934e29b701ec9e95c70b1be69e05a15a4c27177ef3da6139a33ac93b'
-
'84f54f07ba4f900fd960e9a80cd6c3fddd71354b816caa32c9c255ee79d42588b2770bff52dd937ab703a4369fecf634099af18e38509ad3637333cb2e546f35'
-
'6ec9d8cbeeb389501183d7990a7301519257245b5eed9043a536e8c4b753283fced9d668e04b30cef1cf90d3ae50ac8e2da377d70a6c994872b1f1fb9de165e0'
-
'99e9d57d0376d8aee0ffdb215a9759a99ba26f0cedfa85f6883e74219b3a0823adb52814042aac86f770770e10f3add944a6ecdbc001c0c763384369103ecfd1'
-
'a9a7eccdc81f124ba10f1e55f62e07589a05e6d04cc8bfe0fe773c177e3bbe2705b58430e69a98c9a0cf8d2ac59f5e865125ffaf57b83a3045d058be639b990f'
-
'96b13967eb9ce22cd8efe4c7d81e2773a31acb73bee30c293a0a4be39475005fd57fde1fd4fc8bf631794c0e71813052f5ab50bb9fe3690b0e4c3461c3e48996'
-
'f2d881ed4e759f458616f99776514cc374a3b5fda4d66137068a33bfbf680f41f0dc3588ac8cd649c43477c62efbcd13597ca4db27bbacddaf34afdd51ba'
-
'3a846c0540f5cebb9a30a23be410d234c142ba887ff876fddd8ac78e1b2b769a1ff5d7c545be471cc71cbf9e0e495e511d5fde442d2db5c0acbeca14ddab5041'
-
'45109386e0ed3bb4051b1db164dde14ec441d867e05319ba40742b72b54f17d752a396dd6a46e590f48b4bf287c55103779331681c99d3a331fd69ce15abda23'
-
'604a1cd820f416b606af5ebc903339f422a17173f89e354952cc23a77b318f6e9b02c4fb702029edd97151acc311b6935bb5bd980ad323d245be702210bf10db'
-
'824855cead56e22df7805c88f18744d855b163c2120be3aa2328dcfe4953a63c46712f51d09d6abb2b8a81e963aad0a23a1a127894e0a69eeafe7e5085641319'
-
'8d9951312f4e0109b406e9d9b3b3bc186d8792808ebc0421ead6f42f150b952e800e389e8eb8ede8d69934a15396b36c13361b53fe39b7bd7e3a931ec4f499ca'
-
'1d98d91c778883d33841cae64ec5478930822bb78d1ad5ae7374203540be29ce4dfa93137e67a02e8b3bc3aad422810a50e4c0d27b8ab2598ca7769f3e440619'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-05-04 Thread Andrew Crerar via arch-commits
Date: Friday, May 4, 2018 @ 17:41:20
  Author: andrewsc
Revision: 318953

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 318952, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 318952, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 318952, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 318952, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  356 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 595 insertions(+), 595 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 17:40:44 UTC (rev 318952)
+++ PKGBUILD2018-05-04 17:41:20 UTC (rev 318953)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=61.0b1
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python3' 'yasm' 'mesa' 
'imake' 'gconf' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-05-04 Thread Andrew Crerar via arch-commits
Date: Friday, May 4, 2018 @ 17:40:44
  Author: andrewsc
Revision: 318952

upgpkg: firefox-developer-edition 61.0b2-1

firefox-developer-edition: Updating to 61.0b2

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 15:07:37 UTC (rev 318951)
+++ PKGBUILD2018-05-04 17:40:44 UTC (rev 318952)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=61.0b1
+pkgver=61.0b2
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in js52/repos/extra-x86_64 (10 files)

2018-05-04 Thread Jan Steffens via arch-commits
Date: Friday, May 4, 2018 @ 15:20:23
  Author: heftig
Revision: 323379

archrelease: copy trunk to extra-x86_64

Added:
  js52/repos/extra-x86_64/PKGBUILD
(from rev 323378, js52/trunk/PKGBUILD)
  js52/repos/extra-x86_64/mozjs52-copy-headers.patch
(from rev 323378, js52/trunk/mozjs52-copy-headers.patch)
  js52/repos/extra-x86_64/mozjs52-disable-mozglue.patch
(from rev 323378, js52/trunk/mozjs52-disable-mozglue.patch)
  js52/repos/extra-x86_64/mozjs52-fix-soname.patch
(from rev 323378, js52/trunk/mozjs52-fix-soname.patch)
  js52/repos/extra-x86_64/mozjs52-include-configure-script.patch
(from rev 323378, js52/trunk/mozjs52-include-configure-script.patch)
Deleted:
  js52/repos/extra-x86_64/PKGBUILD
  js52/repos/extra-x86_64/mozjs52-copy-headers.patch
  js52/repos/extra-x86_64/mozjs52-disable-mozglue.patch
  js52/repos/extra-x86_64/mozjs52-fix-soname.patch
  js52/repos/extra-x86_64/mozjs52-include-configure-script.patch

+
 PKGBUILD   |  150 +++
 mozjs52-copy-headers.patch |   60 ++--
 mozjs52-disable-mozglue.patch  |  132 +--
 mozjs52-fix-soname.patch   |   68 +++---
 mozjs52-include-configure-script.patch |  126 +-
 5 files changed, 268 insertions(+), 268 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 15:18:53 UTC (rev 323378)
+++ PKGBUILD2018-05-04 15:20:23 UTC (rev 323379)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=js52
-pkgver=52.7.3
-pkgrel=1
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
-arch=(x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
-mozjs52-copy-headers.patch
-mozjs52-disable-mozglue.patch
-mozjs52-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
-'c5b3a88e4d10ef149aba6fc48d431db54ff266323fa22a5d549028fd794423cc'
-'5a84f02521f37de873991dd360a4c4bfdbdd2fb4a218e11be73f9cbbf02050e8'
-'06389b8e30465bb8e6fab6144dadedffa30595f143a686524da175b5cf5e8a27'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
-
-prepare() {
-  cd mozilla-unified
-
-  # https://anonscm.debian.org/git/pkg-gnome/mozjs52.git/tree/debian/patches
-  patch -Np1 -i ../mozjs52-fix-soname.patch
-  patch -Np1 -i ../mozjs52-copy-headers.patch
-  patch -Np1 -i ../mozjs52-disable-mozglue.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
-}
-
-build() {
-  unset CPPFLAGS
-  CFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp 
-flto=3'
-  CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing 
-fno-tree-vrp -flto=3'
-  export CC=gcc CXX=g++ PYTHON=/usr/bin/python2
-
-  cd mozilla-unified/js/src
-  sh configure \
---prefix=/usr \
---disable-debug \
---disable-debug-symbols \
---disable-strip \
---enable-gold \
---enable-optimize="-O2" \
---enable-pie \
---enable-posix-nspr-emulation \
---enable-readline \
---enable-release \
---enable-shared-js \
---enable-tests \
---with-intl-api \
---with-system-zlib \
---without-system-icu
-  make
-}
-
-check() {
-  cd mozilla-unified/js/src
-  python2 tests/jstests.py -d -s -t 300 --no-progress 
../../js/src/js/src/shell/js
-  python2 jit-test/jit_test.py -s -t 300 --no-progress 
../../js/src/js/src/shell/js basic
-}
-
-package() {
-  cd mozilla-unified/js/src
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/*.ajs
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js52/repos/extra-x86_64/PKGBUILD (from rev 323378, js52/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 15:20:23 UTC (rev 323379)
@@ -0,0 +1,75 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=js52
+pkgver=52.7.3
+pkgrel=2
+_ffver=${pkgver%%.*}
+pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
+arch=(x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(python2 zip autoconf2.13 mercurial)
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
+mozjs52-copy-headers.patch
+mozjs52-disable-mozglue.patch
+mozjs52-fix-soname.patch
+mozjs52-include-configure-script.patch)
+sha256sums=('SKIP'
+

[arch-commits] Commit in js52/trunk (PKGBUILD mozjs52-fix-soname.patch)

2018-05-04 Thread Jan Steffens via arch-commits
Date: Friday, May 4, 2018 @ 15:18:53
  Author: heftig
Revision: 323378

52.7.3-2: Fix solink

Modified:
  js52/trunk/PKGBUILD
  js52/trunk/mozjs52-fix-soname.patch

--+
 PKGBUILD |4 ++--
 mozjs52-fix-soname.patch |   30 +++---
 2 files changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 15:07:12 UTC (rev 323377)
+++ PKGBUILD2018-05-04 15:18:53 UTC (rev 323378)
@@ -3,7 +3,7 @@
 
 pkgname=js52
 pkgver=52.7.3
-pkgrel=1
+pkgrel=2
 _ffver=${pkgver%%.*}
 pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
 arch=(x86_64)
@@ -20,7 +20,7 @@
 sha256sums=('SKIP'
 'c5b3a88e4d10ef149aba6fc48d431db54ff266323fa22a5d549028fd794423cc'
 '5a84f02521f37de873991dd360a4c4bfdbdd2fb4a218e11be73f9cbbf02050e8'
-'06389b8e30465bb8e6fab6144dadedffa30595f143a686524da175b5cf5e8a27'
+'728456fd9e66b69d6e0688c75e50091dc56735004ecf5f649212a83fe3087df1'
 'd91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
 
 prepare() {

Modified: mozjs52-fix-soname.patch
===
--- mozjs52-fix-soname.patch2018-05-04 15:07:12 UTC (rev 323377)
+++ mozjs52-fix-soname.patch2018-05-04 15:18:53 UTC (rev 323378)
@@ -1,18 +1,6 @@
-From: Laszlo Boszormenyi (GCS) 
-Date: Fri, 02 May 2014 22:20:45 +0200
-Subject: fix soname
-
-Add soname switch to linker, regardless of Operating System
-
-Bug-Debian: http://bugs.debian.org/746705

- config/rules.mk | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-Index: mozjs52-52.2.1~artful1/config/rules.mk
-===
 mozjs52-52.2.1~artful1.orig/config/rules.mk
-+++ mozjs52-52.2.1~artful1/config/rules.mk
+diff --git a/config/rules.mk b/config/rules.mk
+--- a/config/rules.mk
 b/config/rules.mk
 @@ -418,7 +418,7 @@ endif # AIX
  #
  # Linux: add -Bsymbolic flag for components
@@ -32,3 +20,15 @@
  
  ifdef SYMBOLS_FILE
  ifeq ($(OS_TARGET),WINNT)
+diff --git a/js/src/Makefile.in b/js/src/Makefile.in
+--- a/js/src/Makefile.in
 b/js/src/Makefile.in
+@@ -222,6 +222,8 @@ ifneq (,$(REAL_LIBRARY))
+ endif
+ ifneq (,$(SHARED_LIBRARY))
+   $(SYSINSTALL) $(SHARED_LIBRARY) $(DESTDIR)$(libdir)
++  mv -f $(DESTDIR)$(libdir)/$(SHARED_LIBRARY) 
$(DESTDIR)$(libdir)/$(SHARED_LIBRARY).0
++  ln -s $(SHARED_LIBRARY).0 $(DESTDIR)$(libdir)/$(SHARED_LIBRARY)
+ ifeq ($(OS_ARCH),Darwin)
+   install_name_tool -id $(abspath $(libdir)/$(SHARED_LIBRARY)) 
$(DESTDIR)$(libdir)/$(SHARED_LIBRARY)
+ endif


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 15:04:06
  Author: felixonmars
Revision: 318948

fix pkgdesc

Modified:
  deepin-anything/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 15:00:50 UTC (rev 318947)
+++ PKGBUILD2018-05-04 15:04:06 UTC (rev 318948)
@@ -4,7 +4,7 @@
 pkgname=deepin-anything
 pkgver=0.0.1
 pkgrel=1
-pkgdesc="Deepin "
+pkgdesc="Deepin Anything file search tool"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;
 license=('GPL3')


[arch-commits] Commit in percona-server/repos/community-x86_64 (9 files)

2018-05-04 Thread Massimiliano Torromeo via arch-commits
Date: Friday, May 4, 2018 @ 15:00:50
  Author: mtorromeo
Revision: 318947

archrelease: copy trunk to community-x86_64

Added:
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 318946, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 318946, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-tirpc.patch
(from rev 318946, percona-server/trunk/mysql-tirpc.patch)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 318946, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch
(from rev 318946, percona-server/trunk/rocksdb-systemlibs.patch)
Deleted:
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch

--+
 PKGBUILD |  353 ++---
 my.cnf   |   76 -
 mysql-tirpc.patch|   62 +++
 mysql-user.conf  |2 
 rocksdb-systemlibs.patch |  104 ++---
 5 files changed, 332 insertions(+), 265 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 15:00:31 UTC (rev 318946)
+++ PKGBUILD2018-05-04 15:00:50 UTC (rev 318947)
@@ -1,174 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.21_20
-_boost_ver=1.59.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('x86_64')
-makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'valgrind' 
'pam' 'numactl' 'jemalloc' 'openssl')
-license=('GPL')
-url="https://www.percona.com/software/mysql-database/percona-server;
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-
"http://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;
-'my.cnf'
-'mysql-user.conf'
-'rocksdb-systemlibs.patch')
-sha256sums=('842785e9b73c606be00ea74f568615d3427362fbeed5c136d8f509f03c9d43a6'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
-'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
-'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
-'fcc3bea0982cda6cc35637d448a46924eccdfeb4c4da0634a26c9d190cf50fe4')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   rm -v sql/sql_yacc.{cc,h}
-
-   sed 's/${fullhostname}/"archbuild"/' -i 
storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-   sed 's/-Werror//g' -i \
-   storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake \
-   plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt
-
-   patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_CONFIG=mysql_release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   -DINSTALL_SCRIPTDIR=bin \
-   -DINSTALL_INCLUDEDIR=include/perconaserver \
-   -DINSTALL_DOCREADMEDIR=share/mysql \
-   -DINSTALL_SUPPORTFILESDIR=share/mysql \
-   -DINSTALL_MYSQLSHAREDIR=share/mysql \
-   -DINSTALL_DOCDIR=share/mysql/docs \
-   -DINSTALL_SHAREDIR=share/mysql \
-   -DWITH_ZLIB=system \
--DWITH_LZ4=system \
-   -DWITH_SSL=system \
-   -DWITH_LIBWRAP=OFF \
-   -DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-   -DWITH_UNIT_TESTS=OFF \
-   -DWITH_PAM=ON \
-   -DWITH_EXTRA_CHARSETS=complex \
-   -DWITH_EMBEDDED_SERVER=ON \
-   -DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-   -DWITH_INNODB_MEMCACHED=ON \
-   -DWITH_INNOBASE_STORAGE_ENGINE=ON \
-   -DWITH_PARTITION_STORAGE_ENGINE=ON \
-   -DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
-   -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-   -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-   -DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-   -DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
- 

[arch-commits] Commit in percona-server/trunk (PKGBUILD mysql-tirpc.patch)

2018-05-04 Thread Massimiliano Torromeo via arch-commits
Date: Friday, May 4, 2018 @ 15:00:31
  Author: mtorromeo
Revision: 318946

upgpkg: percona-server 5.7.21_21-1

Added:
  percona-server/trunk/mysql-tirpc.patch
Modified:
  percona-server/trunk/PKGBUILD

---+
 PKGBUILD  |   65 
 mysql-tirpc.patch |   62 +
 2 files changed, 97 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 14:57:56 UTC (rev 318945)
+++ PKGBUILD2018-05-04 15:00:31 UTC (rev 318946)
@@ -3,13 +3,13 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.21_20
+pkgver=5.7.21_21
 _boost_ver=1.59.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
 pkgrel=1
 arch=('x86_64')
-makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'valgrind' 
'pam' 'numactl' 'jemalloc' 'openssl')
+makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'pam' 
'numactl' 'jemalloc' 'openssl' 'rpcsvc-proto')
 license=('GPL')
 url="https://www.percona.com/software/mysql-database/percona-server;
 
source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
@@ -16,12 +16,14 @@
 
"http://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;
 'my.cnf'
 'mysql-user.conf'
-'rocksdb-systemlibs.patch')
-sha256sums=('842785e9b73c606be00ea74f568615d3427362fbeed5c136d8f509f03c9d43a6'
+'rocksdb-systemlibs.patch'
+'mysql-tirpc.patch')
+sha256sums=('8f9b3723741ad8f7b4d1d9366199aa3e7bb081b46130260c13fe9c14302d6b6b'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
-'fcc3bea0982cda6cc35637d448a46924eccdfeb4c4da0634a26c9d190cf50fe4')
+'fcc3bea0982cda6cc35637d448a46924eccdfeb4c4da0634a26c9d190cf50fe4'
+'fa3e4b3e6fab751fe6857e994e72a1ba951b36d27c8a1e59a7263d3f60a13c28')
 
 prepare() {
cd $pkgbase-$_pkgver
@@ -33,55 +35,62 @@
plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt
 
patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch
+   patch -p1 -i "$srcdir"/mysql-tirpc.patch
 }
 
 build() {
-   rm -rf build
-   mkdir build
+   # rm -rf build
+   mkdir -p build
cd build
 
cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-DBUILD_CONFIG=mysql_release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc/mysql \
-DMYSQL_DATADIR=/var/lib/mysql \
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
+   -DDEFAULT_CHARSET=utf8mb4 \
+   -DDEFAULT_COLLATION=utf8mb4_unicode_ci \
-DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
+   -DINSTALL_INFODIR=share/doc/percona-server \
+   -DINSTALL_DOCREADMEDIR=share/doc/percona-server \
+   -DINSTALL_DOCDIR=share/doc/percona-server \
-DINSTALL_MANDIR=share/man \
-DINSTALL_PLUGINDIR=lib/mysql/plugin \
-DINSTALL_SCRIPTDIR=bin \
-DINSTALL_INCLUDEDIR=include/perconaserver \
-   -DINSTALL_DOCREADMEDIR=share/mysql \
-DINSTALL_SUPPORTFILESDIR=share/mysql \
-DINSTALL_MYSQLSHAREDIR=share/mysql \
-   -DINSTALL_DOCDIR=share/mysql/docs \
-   -DINSTALL_SHAREDIR=share/mysql \
-DWITH_ZLIB=system \
--DWITH_LZ4=system \
+   -DWITH_LZ4=system \
-DWITH_SSL=system \
-DWITH_LIBWRAP=OFF \
-   -DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-   -DWITH_UNIT_TESTS=OFF \
+   -DWITH_MECAB=OFF \
-DWITH_PAM=ON \
-DWITH_EXTRA_CHARSETS=complex \
-DWITH_EMBEDDED_SERVER=ON \
-DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-DWITH_INNODB_MEMCACHED=ON \
-   -DWITH_INNOBASE_STORAGE_ENGINE=ON \
-   -DWITH_PARTITION_STORAGE_ENGINE=ON \
-   -DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
-DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-   -DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-   -DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
-   -DWITH_ROCKSDB=1 \
+   -DWITH_FEDERATED_STORAGE_ENGINE=ON \
+   -DWITH_ROCKSDB=ON \
+   -DTOKU_DEBUG_PARANOID=OFF \
+   -DWITH_VALGRIND=OFF \
+  

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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 14:57:56
  Author: felixonmars
Revision: 318945

archrelease: copy trunk to community-x86_64

Added:
  python-peewee/repos/community-x86_64/PKGBUILD
(from rev 318944, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 14:57:32 UTC (rev 318944)
+++ PKGBUILD2018-05-04 14:57:56 UTC (rev 318945)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
- # 'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('170656ac2355cd15e24d8fcf411fe8ee942c96a16367dd9c4a0d743026660bd573e5bb552aefac1484163585618f00c2e6477e2489c8cd247173c354a5ebc045')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 318944, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 14:57:56 UTC (rev 318945)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
+ # 'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('1964126c975c5fe7b82647f482411eb0d7175f88fb1980f29951b1dad7bf0b0b00cb3975ea4e2f680bbab05e3b100fa4c8113fe5cb9e947fed3a0989026c9b97')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 14:57:32
  Author: felixonmars
Revision: 318944

upgpkg: python-peewee 3.3.4-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 14:57:10 UTC (rev 318943)
+++ PKGBUILD2018-05-04 14:57:32 UTC (rev 318944)
@@ -6,7 +6,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.3.2
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -16,7 +16,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
  # 'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('170656ac2355cd15e24d8fcf411fe8ee942c96a16367dd9c4a0d743026660bd573e5bb552aefac1484163585618f00c2e6477e2489c8cd247173c354a5ebc045')
+sha512sums=('1964126c975c5fe7b82647f482411eb0d7175f88fb1980f29951b1dad7bf0b0b00cb3975ea4e2f680bbab05e3b100fa4c8113fe5cb9e947fed3a0989026c9b97')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 14:57:10
  Author: felixonmars
Revision: 318943

archrelease: copy trunk to community-x86_64

Added:
  deepin-movie/repos/community-x86_64/PKGBUILD
(from rev 318942, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 14:56:47 UTC (rev 318942)
+++ PKGBUILD2018-05-04 14:57:10 UTC (rev 318943)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('eb3bd6e8cc043f738848f74f50d3c1f9682c5eaa76cb94b61a8843d8b31699475e8e8b6006663f0a8ac581c8b2b0f712bd4e0eeff4361712cc5e18f5e0acf595')
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 318942, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 14:57:10 UTC (rev 318943)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('4517f6c668555013268216213500392028ce22a4a96fb3afe4406ce8b3018a0b6362db7aff60ce5da30799519bd71255760692e997265e8043969fcc297c59de')
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 14:56:47
  Author: felixonmars
Revision: 318942

upgpkg: deepin-movie 1:3.2.5-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 12:20:58 UTC (rev 318941)
+++ PKGBUILD2018-05-04 14:56:47 UTC (rev 318942)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('eb3bd6e8cc043f738848f74f50d3c1f9682c5eaa76cb94b61a8843d8b31699475e8e8b6006663f0a8ac581c8b2b0f712bd4e0eeff4361712cc5e18f5e0acf595')
+sha512sums=('4517f6c668555013268216213500392028ce22a4a96fb3afe4406ce8b3018a0b6362db7aff60ce5da30799519bd71255760692e997265e8043969fcc297c59de')
 
 build() {
   cd deepin-movie-reborn-$pkgver


[arch-commits] Commit in python-attrs/repos (testing-any testing-any/PKGBUILD)

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 14:54:24
  Author: felixonmars
Revision: 323376

archrelease: copy trunk to testing-any

Added:
  python-attrs/repos/testing-any/
  python-attrs/repos/testing-any/PKGBUILD
(from rev 323375, python-attrs/trunk/PKGBUILD)

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

Copied: python-attrs/repos/testing-any/PKGBUILD (from rev 323375, 
python-attrs/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-05-04 14:54:24 UTC (rev 323376)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-attrs
+pkgname=('python-attrs' 'python2-attrs')
+pkgver=18.1.0
+pkgrel=1
+pkgdesc="Attributes without boilerplate."
+arch=('any')
+license=('MIT')
+url="https://attrs.readthedocs.org/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-zope-interface'
+  'python2-zope-interface' 'python-hypothesis' 
'python2-hypothesis')
+source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz;)
+sha512sums=('9aa4421d1c16614cd26089c219f70602fd6baa5fbbf4aa96def189e9a41f8c761d7f522c5e167a63e366cf8b46e87477c345655f09738a14981bb40dbcd12b91')
+
+prepare() {
+  cp -a attrs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/attrs-$pkgver
+  python setup.py build
+ 
+  cd "$srcdir"/attrs-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/attrs-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/attrs-$pkgver-py2
+  python2 setup.py pytest
+}
+ 
+package_python-attrs() {
+  depends=('python')
+ 
+  cd attrs-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+ 
+package_python2-attrs() {
+  depends=('python2')
+ 
+  cd attrs-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 14:54:02
  Author: felixonmars
Revision: 323375

upgpkg: python-attrs 18.1.0-1

Modified:
  python-attrs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 10:54:14 UTC (rev 323374)
+++ PKGBUILD2018-05-04 14:54:02 UTC (rev 323375)
@@ -3,7 +3,7 @@
 
 pkgbase=python-attrs
 pkgname=('python-attrs' 'python2-attrs')
-pkgver=17.4.0
+pkgver=18.1.0
 pkgrel=1
 pkgdesc="Attributes without boilerplate."
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-zope-interface'
   'python2-zope-interface' 'python-hypothesis' 
'python2-hypothesis')
 source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz;)
-sha512sums=('b631cd5af1be7c78175230363a3cf9d37cb0237d87b24f994812b5734985d114708d5bf7ee5d92b8b13c6b8daa313efde4a9f60f0630df0b62bbcf4928a016ff')
+sha512sums=('9aa4421d1c16614cd26089c219f70602fd6baa5fbbf4aa96def189e9a41f8c761d7f522c5e167a63e366cf8b46e87477c345655f09738a14981bb40dbcd12b91')
 
 prepare() {
   cp -a attrs-$pkgver{,-py2}


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 12:20:58
  Author: felixonmars
Revision: 318941

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   75 -
 1 file changed, 40 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 12:20:36 UTC (rev 318940)
+++ PKGBUILD2018-05-04 12:20:58 UTC (rev 318941)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.5.0
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('123eee16a6397d432e67de974a7f820c07c27b23aeaf609d6472a027e13d95ea60af38cb43c6123a040bc794815ed8bea004778b698251b79fff42f2e0edab63')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 318940, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 12:20:58 UTC (rev 318941)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.5.0
+pkgrel=2
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('123eee16a6397d432e67de974a7f820c07c27b23aeaf609d6472a027e13d95ea60af38cb43c6123a040bc794815ed8bea004778b698251b79fff42f2e0edab63')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|service.path = /lib/systemd/system|service.path = 
/usr/lib/systemd/system|' dde-anythingmonitor/dde-anythingmonitor.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 12:20:36
  Author: felixonmars
Revision: 318940

upgpkg: deepin-file-manager 1:4.5.0-2

fix systemd unit path

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 10:54:57 UTC (rev 318939)
+++ PKGBUILD2018-05-04 12:20:36 UTC (rev 318940)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')
@@ -23,6 +23,11 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
 
sha512sums=('123eee16a6397d432e67de974a7f820c07c27b23aeaf609d6472a027e13d95ea60af38cb43c6123a040bc794815ed8bea004778b698251b79fff42f2e0edab63')
 
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|service.path = /lib/systemd/system|service.path = 
/usr/lib/systemd/system|' dde-anythingmonitor/dde-anythingmonitor.pro
+}
+
 build() {
   cd dde-file-manager-$pkgver
   qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 07:26:35
  Author: felixonmars
Revision: 318936

archrelease: copy trunk to community-x86_64

Added:
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 318935, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 07:26:11 UTC (rev 318935)
+++ PKGBUILD2018-05-04 07:26:35 UTC (rev 318936)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('deepin-qt5integration')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('de7e4550840fd6f6d3c4c07c05230ec6acfd41d8c1fcf8cbe64159b5f302d394fbf1ed74dd1cb0223cfa73cbd2e75115b5595e4e3e393aabcf9167ce016a3e8f')
-
-build() {
-  cd deepin-menu-$pkgver
-
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-menu/repos/community-x86_64/PKGBUILD (from rev 318935, 
deepin-menu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 07:26:35 UTC (rev 318936)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('deepin-qt5integration')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('d800923cfff337bca77bf7990d850de3fe45574f6f41bd8b089f97d6f0b4451f98facbfa55a9f054d0fbe457436b1400aaa71b05beca0705dd3acd8050b20e57')
+
+build() {
+  cd deepin-menu-$pkgver
+
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 07:26:11
  Author: felixonmars
Revision: 318935

upgpkg: deepin-menu 3.3.3-1

Modified:
  deepin-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 07:25:09 UTC (rev 318934)
+++ PKGBUILD2018-05-04 07:26:11 UTC (rev 318935)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-menu
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="Deepin menu service for building beautiful menus"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('deepin-qt5integration')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('de7e4550840fd6f6d3c4c07c05230ec6acfd41d8c1fcf8cbe64159b5f302d394fbf1ed74dd1cb0223cfa73cbd2e75115b5595e4e3e393aabcf9167ce016a3e8f')
+sha512sums=('d800923cfff337bca77bf7990d850de3fe45574f6f41bd8b089f97d6f0b4451f98facbfa55a9f054d0fbe457436b1400aaa71b05beca0705dd3acd8050b20e57')
 
 build() {
   cd deepin-menu-$pkgver


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 07:24:41
  Author: felixonmars
Revision: 318933

upgpkg: deepin-file-manager 1:4.5.0-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 07:06:09 UTC (rev 318932)
+++ PKGBUILD2018-05-04 07:24:41 UTC (rev 318933)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.4.8.5
+pkgver=4.5.0
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -14,7 +14,7 @@
 depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
  'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual'
  'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv')
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie')
 makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
 groups=('deepin')
 provides=('deepin-desktop')
@@ -21,7 +21,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('318e3d2ce9771d7e2f33cdc98bbc43fceff8cdf927f9b538db10526345b9337520518cf0ff466752d0667aa5390399a4fac640b880278807e68c0b08de4851f6')
+sha512sums=('123eee16a6397d432e67de974a7f820c07c27b23aeaf609d6472a027e13d95ea60af38cb43c6123a040bc794815ed8bea004778b698251b79fff42f2e0edab63')
 
 build() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 07:25:09
  Author: felixonmars
Revision: 318934

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 07:24:41 UTC (rev 318933)
+++ PKGBUILD2018-05-04 07:25:09 UTC (rev 318934)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.4.8.5
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('318e3d2ce9771d7e2f33cdc98bbc43fceff8cdf927f9b538db10526345b9337520518cf0ff466752d0667aa5390399a4fac640b880278807e68c0b08de4851f6')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 318933, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 07:25:09 UTC (rev 318934)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.5.0
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('123eee16a6397d432e67de974a7f820c07c27b23aeaf609d6472a027e13d95ea60af38cb43c6123a040bc794815ed8bea004778b698251b79fff42f2e0edab63')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 07:06:09
  Author: felixonmars
Revision: 318932

archrelease: copy trunk to community-x86_64

Added:
  deepin-movie/repos/community-x86_64/PKGBUILD
(from rev 318931, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 07:05:46 UTC (rev 318931)
+++ PKGBUILD2018-05-04 07:06:09 UTC (rev 318932)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('1e95cee2c7c32148b983632720b2dbed3c249cd3b87bd7183760bd40f5b71e78db4e63f15d8766f3ea60d65b4c086b0edb92f9909ebfa70174e8f9358f78')
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 318931, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 07:06:09 UTC (rev 318932)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=3.2.4
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('eb3bd6e8cc043f738848f74f50d3c1f9682c5eaa76cb94b61a8843d8b31699475e8e8b6006663f0a8ac581c8b2b0f712bd4e0eeff4361712cc5e18f5e0acf595')
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-04 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 07:05:46
  Author: felixonmars
Revision: 318931

upgpkg: deepin-movie 1:3.2.4-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 05:22:28 UTC (rev 318930)
+++ PKGBUILD2018-05-04 07:05:46 UTC (rev 318931)
@@ -3,8 +3,8 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.2.4
+pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-movie-reborn;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('1e95cee2c7c32148b983632720b2dbed3c249cd3b87bd7183760bd40f5b71e78db4e63f15d8766f3ea60d65b4c086b0edb92f9909ebfa70174e8f9358f78')
+sha512sums=('eb3bd6e8cc043f738848f74f50d3c1f9682c5eaa76cb94b61a8843d8b31699475e8e8b6006663f0a8ac581c8b2b0f712bd4e0eeff4361712cc5e18f5e0acf595')
 
 build() {
   cd deepin-movie-reborn-$pkgver