[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2017-11-06 Thread Christian Hesse
Date: Tuesday, November 7, 2017 @ 07:03:09
  Author: eworm
Revision: 265641

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 265640, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 265640, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 265640, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-07 07:02:47 UTC (rev 265640)
+++ PKGBUILD2017-11-07 07:03:09 UTC (rev 265641)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-sha256sums=('841678a04a1800de26e76bbb7a0f8f7f48fe903deede77a67394b93bf2f2cde4'
-'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 265640, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-07 07:03:09 UTC (rev 265641)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("VBoxGuestAdditions_${pkgver}.iso::https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.2.1-118918.iso;
+'license')
+sha256sums=('5023b5b6314593c092d2680fbbfe37870977b1d7fa790af9bdd4a75944ca0603'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2017-11-07 07:02:47 UTC (rev 265640)
+++ license 2017-11-07 07:03:09 UTC (rev 265641)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2017-11-06 Thread Christian Hesse
Date: Tuesday, November 7, 2017 @ 07:02:47
  Author: eworm
Revision: 265640

upgpkg: virtualbox-guest-iso 5.2.1-1

Due to their boked release Oracle recommends to use a testing version:

> Update Nov 3 2017: The Guest Additions image with the 5.2.0 release had
> problems with a number of Linux guest systems. Please try this image [0]
> which we believe fixes several of these.

[0] 
https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.2.1-118918.iso

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 05:14:17 UTC (rev 265639)
+++ PKGBUILD2017-11-07 07:02:47 UTC (rev 265640)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -17,9 +17,9 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+source=("VBoxGuestAdditions_${pkgver}.iso::https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.2.1-118918.iso;
 'license')
-sha256sums=('841678a04a1800de26e76bbb7a0f8f7f48fe903deede77a67394b93bf2f2cde4'
+sha256sums=('5023b5b6314593c092d2680fbbfe37870977b1d7fa790af9bdd4a75944ca0603'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {


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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 05:13:53
  Author: svenstaro
Revision: 265638

upgpkg: supertuxkart 0.9.3rc1-2

Fix icon name in .desktop file

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 05:00:32 UTC (rev 265637)
+++ PKGBUILD2017-11-07 05:13:53 UTC (rev 265638)
@@ -7,7 +7,7 @@
 pkgname=supertuxkart
 pkgver=0.9.3rc1
 _pkgver=0.9.3-rc1
-pkgrel=1
+pkgrel=2
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
@@ -23,7 +23,7 @@
   _fn="data/${pkgname}.desktop"
   setconf "$_fn" Exec "$pkgname"
   setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"_128
+  setconf "$_fn" Icon "$pkgname"
 
   [[ -d build ]] && rm -r build
   mkdir build && cd build


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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 05:14:17
  Author: svenstaro
Revision: 265639

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-07 05:13:53 UTC (rev 265638)
+++ community-i686/PKGBUILD 2017-11-07 05:14:17 UTC (rev 265639)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.3rc1
-_pkgver=0.9.3-rc1
-pkgrel=1
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
-sha512sums=('b68310142ce47fb8f58a61ed7e03c4ed2e38a0c46f768d00c18e5727d075f052445e912cacb92084d5057d8fb453acc735fcd44b5b9ccf87ea8f6427bb8a6e66')
-
-build() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"_128
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_RECORDER=0 \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${_pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 265638, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-07 05:14:17 UTC (rev 265639)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.9.3rc1
+_pkgver=0.9.3-rc1
+pkgrel=2
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}-src.tar.xz;)
+sha512sums=('b68310142ce47fb8f58a61ed7e03c4ed2e38a0c46f768d00c18e5727d075f052445e912cacb92084d5057d8fb453acc735fcd44b5b9ccf87ea8f6427bb8a6e66')
+
+build() {
+  cd ${srcdir}/supertuxkart-${_pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_RECORDER=0 \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${_pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-07 05:13:53 UTC (rev 265638)
+++ community-x86_64/PKGBUILD   2017-11-07 05:14:17 UTC (rev 265639)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.3rc1
-_pkgver=0.9.3-rc1
-pkgrel=1
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')

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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 05:00:32
  Author: svenstaro
Revision: 265637

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  372 
 harmony-fix.diff  |  126 
 3 files changed, 269 insertions(+), 269 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-11-07 04:49:22 UTC (rev 265636)
+++ 30-win32-aliases.conf   2017-11-07 05:00:32 UTC (rev 265637)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 265636, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-11-07 05:00:32 UTC (rev 265637)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-07 04:49:22 UTC (rev 265636)
+++ PKGBUILD2017-11-07 05:00:32 UTC (rev 265637)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.19
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-harmony-fix.diff
-30-win32-aliases.conf)
-sha512sums=('83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae'
-'SKIP'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo  

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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 04:49:22
  Author: svenstaro
Revision: 265636

archrelease: copy trunk to community-i686

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  372 
 harmony-fix.diff  |  126 
 3 files changed, 269 insertions(+), 269 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-11-07 04:49:06 UTC (rev 265635)
+++ 30-win32-aliases.conf   2017-11-07 04:49:22 UTC (rev 265636)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 265635, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-11-07 04:49:22 UTC (rev 265636)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-07 04:49:06 UTC (rev 265635)
+++ PKGBUILD2017-11-07 04:49:22 UTC (rev 265636)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.19
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-harmony-fix.diff
-30-win32-aliases.conf)
-sha512sums=('83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae'
-'SKIP'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo 

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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 04:49:06
  Author: svenstaro
Revision: 265635

upgpkg: wine 2.20-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 04:27:12 UTC (rev 265634)
+++ PKGBUILD2017-11-07 04:49:06 UTC (rev 265635)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.19
+pkgver=2.20
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 harmony-fix.diff
 30-win32-aliases.conf)
-sha512sums=('83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae'
+sha512sums=('d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23'
 'SKIP'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')


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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 04:27:12
  Author: svenstaro
Revision: 265634

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-07 04:27:02 UTC (rev 265633)
+++ PKGBUILD2017-11-07 04:27:12 UTC (rev 265634)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-# Contributor: Taylor Lookabaugh 
-
-_pkgbase=libnl
-pkgname=lib32-${_pkgbase}
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
-arch=('x86_64')
-url="http://www.infradead.org/~tgr/libnl/;
-license=('GPL')
-depends=('lib32-glibc' "${_pkgbase}")
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz;)
-sha512sums=('3fc5d95b875605ab6378d2d454020c1276a6772205fa11bbd22eba9fd9ef1deb8c75347e5d4602f0ab7bf13bd66b418f5ef73ed05f18134f08638ce06eef622c')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---disable-static \
---libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
-}

Copied: lib32-libnl/repos/multilib-x86_64/PKGBUILD (from rev 265633, 
lib32-libnl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-07 04:27:12 UTC (rev 265634)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+# Contributor: Taylor Lookabaugh 
+
+_pkgbase=libnl
+pkgname=lib32-${_pkgbase}
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
+arch=('x86_64')
+url="http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('lib32-glibc' "${_pkgbase}")
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz;)
+sha512sums=('6336e5c55c79ff2638de9c812cc1842871769236bad7f65c547dec35fafd91988b257fceab144a0cc133c4b29f61172f6552c53aa9fc723bdc783079c2b1851e')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
+}


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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 04:27:02
  Author: svenstaro
Revision: 265633

upgpkg: lib32-libnl 3.4.0-1

Modified:
  lib32-libnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 04:25:58 UTC (rev 265632)
+++ PKGBUILD2017-11-07 04:27:02 UTC (rev 265633)
@@ -5,7 +5,7 @@
 
 _pkgbase=libnl
 pkgname=lib32-${_pkgbase}
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 
source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz;)
-sha512sums=('3fc5d95b875605ab6378d2d454020c1276a6772205fa11bbd22eba9fd9ef1deb8c75347e5d4602f0ab7bf13bd66b418f5ef73ed05f18134f08638ce06eef622c')
+sha512sums=('6336e5c55c79ff2638de9c812cc1842871769236bad7f65c547dec35fafd91988b257fceab144a0cc133c4b29f61172f6552c53aa9fc723bdc783079c2b1851e')
 
 build() {
   export CC='gcc -m32'


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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 04:25:58
  Author: svenstaro
Revision: 265632

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-07 04:25:46 UTC (rev 265631)
+++ PKGBUILD2017-11-07 04:25:58 UTC (rev 265632)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-_pkgbasename=libxslt
-pkgname=lib32-libxslt
-pkgver=1.1.29+42+gac341cbd
-pkgrel=1
-pkgdesc="XML stylesheet transformation library (32-bit)"
-arch=('x86_64')
-url="http://xmlsoft.org/XSLT/;
-license=('custom')
-depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
-makedepends=(gcc-multilib git)
-options=(!libtool)
-_commit=ac341cbd792ee572941cc9a66e73800219a1a386  # master
-source=("git+https://git.gnome.org/browse/libxslt#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd "${_pkgbasename}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd "${_pkgbasename}"
-
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${_pkgbasename}"
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
-  make
-}
-
-package() {
-  cd "${_pkgbasename}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses
-  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
-}

Copied: lib32-libxslt/repos/multilib-x86_64/PKGBUILD (from rev 265631, 
lib32-libxslt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-07 04:25:58 UTC (rev 265632)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+_pkgbasename=libxslt
+pkgname=lib32-libxslt
+pkgver=1.1.30
+pkgrel=1
+pkgdesc="XML stylesheet transformation library (32-bit)"
+arch=('x86_64')
+url="http://xmlsoft.org/XSLT/;
+license=('custom')
+depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
+makedepends=(gcc-multilib git)
+options=(!libtool)
+_commit=bec1788d0627db0b510dcb337f989fae0440dbd5  # tags/v1.1.30^0
+source=("git+https://git.gnome.org/browse/libxslt#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd "${_pkgbasename}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd "${_pkgbasename}"
+
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${_pkgbasename}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
+  make
+}
+
+package() {
+  cd "${_pkgbasename}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/licenses
+  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
+}


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

2017-11-06 Thread Sven-Hendrik Haase
Date: Tuesday, November 7, 2017 @ 04:25:46
  Author: svenstaro
Revision: 265631

upgpkg: lib32-libxslt 1.1.30-1

Modified:
  lib32-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 04:21:41 UTC (rev 265630)
+++ PKGBUILD2017-11-07 04:25:46 UTC (rev 265631)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 _pkgbasename=libxslt
 pkgname=lib32-libxslt
-pkgver=1.1.29+42+gac341cbd
+pkgver=1.1.30
 pkgrel=1
 pkgdesc="XML stylesheet transformation library (32-bit)"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
 makedepends=(gcc-multilib git)
 options=(!libtool)
-_commit=ac341cbd792ee572941cc9a66e73800219a1a386  # master
+_commit=bec1788d0627db0b510dcb337f989fae0440dbd5  # tags/v1.1.30^0
 source=("git+https://git.gnome.org/browse/libxslt#commit=$_commit;)
 md5sums=('SKIP')
 


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

2017-11-06 Thread Laurent Carlier
Date: Tuesday, November 7, 2017 @ 04:21:41
  Author: lcarlier
Revision: 265630

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-07 04:21:36 UTC (rev 265629)
+++ PKGBUILD2017-11-07 04:21:41 UTC (rev 265630)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz 
-# Maintainer: Mikko Seppälä 
-
-_pkgname=atk
-pkgname=lib32-$_pkgname
-pkgver=2.24.0+4+gbf71ccc
-pkgrel=1
-pkgdesc="The interface definitions of accessibility infrastructure (32-bit)"
-url='https://developer.gnome.org/atk/'
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-glib2 $_pkgbasename)
-makedepends=(gcc-multilib git gtk-doc)
-commit=7d1f9a6fcf4654c41e64707d3684645ac037c239 # tags/ATK_2_24_0^0
-source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $_pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd $_pkgname
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-introspection
-  make
-}
-
-package() {
-  cd $_pkgname
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-}

Copied: lib32-atk/repos/multilib-x86_64/PKGBUILD (from rev 265629, 
lib32-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-07 04:21:41 UTC (rev 265630)
@@ -0,0 +1,50 @@
+# $Id$
+# Contributor: Pierre Schmitz 
+# Maintainer: Mikko Seppälä 
+
+_pkgname=atk
+pkgname=lib32-$_pkgname
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="The interface definitions of accessibility infrastructure (32-bit)"
+url='https://developer.gnome.org/atk/'
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-glib2 $_pkgbasename)
+makedepends=(gcc-multilib git gtk-doc meson)
+_commit=6ce1698e8bff43d72c1f00d60f16e19d3b057899 # tags/ATK_2_26_1^0
+source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $_pkgname
+}
+
+check() {
+  cd build
+  meson test
+}
+ 
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  arch-meson --libdir=/usr/lib32 --libexecdir=/usr/lib32 ../$_pkgname \
+-Ddisable_introspection=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+}


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

2017-11-06 Thread Laurent Carlier
Date: Tuesday, November 7, 2017 @ 04:21:36
  Author: lcarlier
Revision: 265629

upgpkg: lib32-atk 2.26.1-1

upstream update 2.26.1

Modified:
  lib32-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 03:56:25 UTC (rev 265628)
+++ PKGBUILD2017-11-07 04:21:36 UTC (rev 265629)
@@ -4,7 +4,7 @@
 
 _pkgname=atk
 pkgname=lib32-$_pkgname
-pkgver=2.24.0+4+gbf71ccc
+pkgver=2.26.1
 pkgrel=1
 pkgdesc="The interface definitions of accessibility infrastructure (32-bit)"
 url='https://developer.gnome.org/atk/'
@@ -11,8 +11,8 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(lib32-glib2 $_pkgbasename)
-makedepends=(gcc-multilib git gtk-doc)
-commit=7d1f9a6fcf4654c41e64707d3684645ac037c239 # tags/ATK_2_24_0^0
+makedepends=(gcc-multilib git gtk-doc meson)
+_commit=6ce1698e8bff43d72c1f00d60f16e19d3b057899 # tags/ATK_2_26_1^0
 source=("git+https://git.gnome.org/browse/atk#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,24 +22,29 @@
 }
 
 prepare() {
+  mkdir build
   cd $_pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
+check() {
+  cd build
+  meson test
+}
+ 
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd $_pkgname
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-introspection
-  make
+  cd build
+  arch-meson --libdir=/usr/lib32 --libexecdir=/usr/lib32 ../$_pkgname \
+-Ddisable_introspection=true
+  ninja
 }
 
 package() {
-  cd $_pkgname
-  make DESTDIR="${pkgdir}" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 
   rm -rf "${pkgdir}"/usr/{include,share}
 }


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

2017-11-06 Thread Felix Yan
Date: Tuesday, November 7, 2017 @ 03:56:25
  Author: felixonmars
Revision: 265628

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-07 03:55:43 UTC (rev 265627)
+++ community-i686/PKGBUILD 2017-11-07 03:56:25 UTC (rev 265628)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.4.0.20171106
-_commit=53db4247f4b5eaca1781624dcdd0107db43cc612
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('dtkwidget' '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-$_commit.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
-sha512sums=('9438af84fdfd6ec068526e88591afba12c5cb09838aba9374bd7bd7fdaef242c371bfb32f32dcb61eef4b90f063df2a9f6f3f7dec57f9cbe34a6d1d2b0ace30c')
-
-prepare() {
-  mv dde-file-manager-{$_commit,$pkgver}
-}
-
-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-i686/PKGBUILD (from rev 265627, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-07 03:56:25 UTC (rev 265628)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.4.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('dtkwidget' '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/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('340b9a2834508621a62460ff302353e5c50db509a1596ceebbf9d2fcf2141ebd251ed920810c12a460c3526f831350c79508a70995e5e3bdb4937600d1d61b58')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-07 03:55:43 UTC (rev 265627)
+++ community-x86_64/PKGBUILD   2017-11-07 03:56:25 UTC (rev 265628)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.4.0.20171106
-_commit=53db4247f4b5eaca1781624dcdd0107db43cc612
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('dtkwidget' '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')

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

2017-11-06 Thread Felix Yan
Date: Tuesday, November 7, 2017 @ 03:55:43
  Author: felixonmars
Revision: 265627

upgpkg: deepin-file-manager 1:4.4.1-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-07 03:48:44 UTC (rev 265626)
+++ PKGBUILD2017-11-07 03:55:43 UTC (rev 265627)
@@ -4,8 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.4.0.20171106
-_commit=53db4247f4b5eaca1781624dcdd0107db43cc612
+pkgver=4.4.1
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -20,13 +19,9 @@
 provides=('deepin-desktop')
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
-sha512sums=('9438af84fdfd6ec068526e88591afba12c5cb09838aba9374bd7bd7fdaef242c371bfb32f32dcb61eef4b90f063df2a9f6f3f7dec57f9cbe34a6d1d2b0ace30c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('340b9a2834508621a62460ff302353e5c50db509a1596ceebbf9d2fcf2141ebd251ed920810c12a460c3526f831350c79508a70995e5e3bdb4937600d1d61b58')
 
-prepare() {
-  mv dde-file-manager-{$_commit,$pkgver}
-}
-
 build() {
   cd dde-file-manager-$pkgver
   qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=


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

2017-11-06 Thread Felix Yan
Date: Tuesday, November 7, 2017 @ 03:48:44
  Author: felixonmars
Revision: 265626

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 265625, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 265625, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-07 03:48:12 UTC (rev 265625)
+++ PKGBUILD2017-11-07 03:48:44 UTC (rev 265626)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('651b3f03a2c984b69ced23771efdb62d712d9dd1658aa4e47d38a5612c7ce1cc475e80b66db85d48eb1466a46f7f01008e5204e002bca4b778efe47120d0938e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 265625, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-07 03:48:44 UTC (rev 265626)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.1.8
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('d659d392b256c3a2c9ee7e376726155f1d1e3763d08747372276f49d8fef8f97cd7f0ca45d01627f692f3609bf05fd0294b03c47a48a68c1c5ce8f62a3843ebe')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-11-07 03:48:12 UTC (rev 265625)
+++ uglify-js.install   2017-11-07 03:48:44 UTC (rev 265626)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 265625, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-11-07 03:48:44 UTC (rev 265626)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-11-06 Thread Felix Yan
Date: Tuesday, November 7, 2017 @ 03:48:12
  Author: felixonmars
Revision: 265625

upgpkg: uglify-js 3.1.8-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:55:49 UTC (rev 265624)
+++ PKGBUILD2017-11-07 03:48:12 UTC (rev 265625)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.1.7
+pkgver=3.1.8
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('651b3f03a2c984b69ced23771efdb62d712d9dd1658aa4e47d38a5612c7ce1cc475e80b66db85d48eb1466a46f7f01008e5204e002bca4b778efe47120d0938e')
+sha512sums=('d659d392b256c3a2c9ee7e376726155f1d1e3763d08747372276f49d8fef8f97cd7f0ca45d01627f692f3609bf05fd0294b03c47a48a68c1c5ce8f62a3843ebe')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-11-06 Thread Florian Pritz
Date: Monday, November 6, 2017 @ 20:55:49
  Author: bluewind
Revision: 265624

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 20:55:31 UTC (rev 265623)
+++ community-i686/PKGBUILD 2017-11-06 20:55:49 UTC (rev 265624)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('00bbd133bedae97ed962fa419d2b581f')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 265623, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 20:55:49 UTC (rev 265624)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.29.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('4bd8098d01ee1083ddf2bbd5fea86369')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 20:55:31 UTC (rev 265623)
+++ community-x86_64/PKGBUILD   2017-11-06 20:55:49 UTC (rev 265624)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.29.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('4bd8098d01ee1083ddf2bbd5fea86369')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 265623, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 20:55:49 UTC (rev 265624)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.29.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')

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

2017-11-06 Thread Florian Pritz
Date: Monday, November 6, 2017 @ 20:55:21
  Author: bluewind
Revision: 265622

upgpkg: filezilla 3.29.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:55:14 UTC (rev 265621)
+++ PKGBUILD2017-11-06 20:55:21 UTC (rev 265622)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.28.0
+pkgver=3.29.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('00bbd133bedae97ed962fa419d2b581f')
+md5sums=('4bd8098d01ee1083ddf2bbd5fea86369')


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

2017-11-06 Thread Florian Pritz
Date: Monday, November 6, 2017 @ 20:55:31
  Author: bluewind
Revision: 265623

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 20:55:21 UTC (rev 265622)
+++ PKGBUILD2017-11-06 20:55:31 UTC (rev 265623)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('00bbd133bedae97ed962fa419d2b581f')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 265622, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 20:55:31 UTC (rev 265623)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.29.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('4bd8098d01ee1083ddf2bbd5fea86369')


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

2017-11-06 Thread Florian Pritz
Date: Monday, November 6, 2017 @ 20:54:59
  Author: bluewind
Revision: 265620

upgpkg: libfilezilla 0.11.1-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:52:14 UTC (rev 265619)
+++ PKGBUILD2017-11-06 20:54:59 UTC (rev 265620)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('c22ecf8af9067a8827a5b24dad40bc63')
+md5sums=('092dbaf6bece6d89c51c29a69503ad7a')


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

2017-11-06 Thread Florian Pritz
Date: Monday, November 6, 2017 @ 20:55:14
  Author: bluewind
Revision: 265621

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 20:54:59 UTC (rev 265620)
+++ community-i686/PKGBUILD 2017-11-06 20:55:14 UTC (rev 265621)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://lib.filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('c22ecf8af9067a8827a5b24dad40bc63')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 265620, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 20:55:14 UTC (rev 265621)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://lib.filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('092dbaf6bece6d89c51c29a69503ad7a')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 20:54:59 UTC (rev 265620)
+++ community-x86_64/PKGBUILD   2017-11-06 20:55:14 UTC (rev 265621)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://lib.filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('c22ecf8af9067a8827a5b24dad40bc63')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 265620, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 20:55:14 UTC (rev 265621)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://lib.filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')

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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:51:43
  Author: arojas
Revision: 265618

Update to 3.0.1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:21:45 UTC (rev 265617)
+++ PKGBUILD2017-11-06 20:51:43 UTC (rev 265618)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,7 +18,7 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('d1e9b81c10fd9c7ba214be4eaf84067a0b7d9b595945e938a8d67e86ddad8ca0'
+sha256sums=('1aaabb1a89da659419c41ed68e55b0fe45c2afd69477117fd7833484751c0243'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:52:14
  Author: arojas
Revision: 265619

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 265618, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 20:51:43 UTC (rev 265618)
+++ PKGBUILD2017-11-06 20:52:14 UTC (rev 265619)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.0
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex')
-makedepends=('python-setuptools')
-optdepends=('python-btchip: BTChip hardware wallet support'
-'python-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('d1e9b81c10fd9c7ba214be4eaf84067a0b7d9b595945e938a8d67e86ddad8ca0'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc5 icons.qrc -o gui/qt/icons_rc.py
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 265618, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 20:52:14 UTC (rev 265619)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=electrum
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
+ 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
+ 'python-pyqt5' 'python-pycryptodomex')
+makedepends=('python-setuptools')
+optdepends=('python-btchip: BTChip hardware wallet support'
+'python-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('1aaabb1a89da659419c41ed68e55b0fe45c2afd69477117fd7833484751c0243'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc5 icons.qrc -o gui/qt/icons_rc.py
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:21:45
  Author: arojas
Revision: 265617

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 20:20:56 UTC (rev 265616)
+++ community-i686/PKGBUILD 2017-11-06 20:21:45 UTC (rev 265617)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.18.1
-pkgrel=2
-pkgdesc="A window manager for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6c09e95749bd01c46937b99894298f67918f720a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-startup-notification
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 265616, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 20:21:45 UTC (rev 265617)
@@ -0,0 +1,36 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c5a53e694b36f7630ecacd23c52cc30cd086e30896aa1a9461f2b169734d6f9c')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 20:20:56 UTC (rev 265616)
+++ community-x86_64/PKGBUILD   2017-11-06 20:21:45 UTC (rev 265617)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.18.1
-pkgrel=2
-pkgdesc="A window manager for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6c09e95749bd01c46937b99894298f67918f720a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-startup-notification
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 265616, 
marco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 20:21:45 UTC (rev 265617)
@@ -0,0 +1,36 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')

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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:20:56
  Author: arojas
Revision: 265616

Update to 1.18.2

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:18:37 UTC (rev 265615)
+++ PKGBUILD2017-11-06 20:20:56 UTC (rev 265616)
@@ -1,10 +1,11 @@
+# Maintainer:
 # Contributor: Martin Wimpress 
 
 pkgname=marco
-pkgver=1.18.1
-pkgrel=2
+pkgver=1.18.2
+pkgrel=1
 pkgdesc="A window manager for MATE"
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
@@ -12,8 +13,8 @@
 groups=('mate')
 conflicts=('marco-gtk3')
 replaces=('marco-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6c09e95749bd01c46937b99894298f67918f720a')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c5a53e694b36f7630ecacd23c52cc30cd086e30896aa1a9461f2b169734d6f9c')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-11-06 Thread Andreas Radke
Date: Monday, November 6, 2017 @ 20:19:04
  Author: andyrtr
Revision: 308962

prepare next version

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:18:42 UTC (rev 308961)
+++ PKGBUILD2017-11-06 20:19:04 UTC (rev 308962)
@@ -4,9 +4,9 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.60.1
+pkgver=0.61.0
 pkgrel=1
-arch=(i686 x86_64)
+arch=(x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'qt4' 'pkgconfig' 'lcms2' 
  'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
@@ -15,7 +15,7 @@
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
-sha256sums=('19f185e05c3b59b4a1de2cec8ef39f5446035493d17bbed41d02fb9a77c8a93c'
+sha256sums=('53cde17a2afa3b73eb8b209d24e4369b52bfac444065dbb0a8cbcc7356582b7f'
 'SKIP')
 
 prepare() {
@@ -28,6 +28,7 @@
   cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
 -DENABLE_XPDF_HEADERS=ON \
 -DENABLE_GTK_DOC=ON
   make


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

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 20:18:37
  Author: anthraxx
Revision: 265615

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 265614, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 20:18:27 UTC (rev 265614)
+++ PKGBUILD2017-11-06 20:18:37 UTC (rev 265615)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('c114df3db74c51b90347550544f3e2b7df219cd5936548b23ce62dba2a57e72bb5ba18e98bc91021df205b20221a334ed17d0d2375f186a0ff1b77cc6d86d639'
-
'9a73c91a9bc4717a6f25f416cc201781a56026d42036f7ced0de06e951a54b360d4a98e2940ea5bac6501227b8eee194852b020e2c757831cb85a697d8726669')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 265614, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 20:18:37 UTC (rev 265615)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('076b5fb91ad8623a8a6071ff5fb598083e0491ac5786367a3a74e0529ad46e03d635ae0130340d1389d458e94284f1563b840ab5ef01afe820a908133530a1da'
+
'9ec280b809c1059234f95323220c6333c88b9eff6b0e5c98f8f1965ca2e6dec2d04bc91b700d6854e6e0f0e90db815a520aca098968c2ba0d9ef03a672e8798a')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip 

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

2017-11-06 Thread Andreas Radke
Date: Monday, November 6, 2017 @ 20:18:42
  Author: andyrtr
Revision: 308961

prepare next version

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:05:55 UTC (rev 308960)
+++ PKGBUILD2017-11-06 20:18:42 UTC (rev 308961)
@@ -3,10 +3,10 @@
 # Contributor: Art Gramlich 
 
 pkgname=icu
-pkgver=59.1
-pkgrel=2
+pkgver=60.1
+pkgrel=1
 pkgdesc="International Components for Unicode library"
-arch=(i686 x86_64)
+arch=(x86_64)
 url="http://www.icu-project.org/;
 license=('custom:icu')
 depends=('gcc-libs' 'sh')
@@ -15,18 +15,11 @@
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
 
https://ssl.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc})
 # upstream offers md5sum checks, only asc file for md5sum check
-md5sums=('54923fa9fab5b2b83f235fb72523de37'
+md5sums=('3d164a2d1bcebd1464c6160ebb8315ef'
  'SKIP')
-sha256sums=('7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe'
-'SKIP')
 validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') #  "Steven R. Loomis 
(filfla-signing) " 
+validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. 
Loomis (ICU Project) " 
 
-prepare() {
-  cd icu/source
-  # https://ssl.icu-project.org/trac/ticket/13329
-  sed -i 's/xlocale/locale/' i18n/digitlst.cpp
-}
-
 build() {
   cd icu/source
   ./configure --prefix=/usr \
@@ -38,12 +31,7 @@
 
 check() {
   cd icu/source
-  # some tests are broken when crossbuilding i686
-  if [ "$CARCH" = "x86_64" ]; then
-make -k check
-   else
-make -k check || /bin/true
-  fi
+  make -k check
 }
 
 package() {


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

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 20:18:27
  Author: anthraxx
Revision: 265614

upgpkg: grails 3.3.1-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:17:07 UTC (rev 265613)
+++ PKGBUILD2017-11-06 20:18:27 UTC (rev 265614)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -16,8 +16,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('c114df3db74c51b90347550544f3e2b7df219cd5936548b23ce62dba2a57e72bb5ba18e98bc91021df205b20221a334ed17d0d2375f186a0ff1b77cc6d86d639'
-
'9a73c91a9bc4717a6f25f416cc201781a56026d42036f7ced0de06e951a54b360d4a98e2940ea5bac6501227b8eee194852b020e2c757831cb85a697d8726669')
+sha512sums=('076b5fb91ad8623a8a6071ff5fb598083e0491ac5786367a3a74e0529ad46e03d635ae0130340d1389d458e94284f1563b840ab5ef01afe820a908133530a1da'
+
'9ec280b809c1059234f95323220c6333c88b9eff6b0e5c98f8f1965ca2e6dec2d04bc91b700d6854e6e0f0e90db815a520aca098968c2ba0d9ef03a672e8798a')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:17:07
  Author: arojas
Revision: 265613

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

Added:
  mate-media/repos/community-i686/PKGBUILD
(from rev 265612, mate-media/trunk/PKGBUILD)
  mate-media/repos/community-x86_64/PKGBUILD
(from rev 265612, mate-media/trunk/PKGBUILD)
Deleted:
  mate-media/repos/community-i686/PKGBUILD
  mate-media/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 20:16:33 UTC (rev 265612)
+++ community-i686/PKGBUILD 2017-11-06 20:17:07 UTC (rev 265613)
@@ -1,31 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-media
-pkgver=1.18.1
-pkgrel=1
-url="http://mate-desktop.org;
-pkgdesc="MATE Media Tools"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libmatemixer' 'mate-desktop')
-makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=('mate-media-gtk3')
-replaces=('mate-media-gtk3')
-sha1sums=('3de4b0cfad7ac1bbf4b46363a8db78637e8fade6')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${pkgname} \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-media/repos/community-i686/PKGBUILD (from rev 265612, 
mate-media/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 20:17:07 UTC (rev 265613)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-media
+pkgver=1.18.2
+pkgrel=1
+url="https://mate-desktop.org;
+pkgdesc="MATE Media Tools"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'mate-desktop')
+makedepends=('intltool')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-media-gtk3')
+replaces=('mate-media-gtk3')
+sha256sums=('6101df5a694251e7032ef69f164cb197bd123c8fbf65ad28cca5229ab73c631f')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 20:16:33 UTC (rev 265612)
+++ community-x86_64/PKGBUILD   2017-11-06 20:17:07 UTC (rev 265613)
@@ -1,31 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-media
-pkgver=1.18.1
-pkgrel=1
-url="http://mate-desktop.org;
-pkgdesc="MATE Media Tools"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libmatemixer' 'mate-desktop')
-makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=('mate-media-gtk3')
-replaces=('mate-media-gtk3')
-sha1sums=('3de4b0cfad7ac1bbf4b46363a8db78637e8fade6')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${pkgname} \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-media/repos/community-x86_64/PKGBUILD (from rev 265612, 
mate-media/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 20:17:07 UTC (rev 265613)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-media
+pkgver=1.18.2
+pkgrel=1
+url="https://mate-desktop.org;
+pkgdesc="MATE Media Tools"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'mate-desktop')
+makedepends=('intltool')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-media-gtk3')
+replaces=('mate-media-gtk3')
+sha256sums=('6101df5a694251e7032ef69f164cb197bd123c8fbf65ad28cca5229ab73c631f')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+

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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:16:33
  Author: arojas
Revision: 265612

Update to 1.18.2

Modified:
  mate-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:15:05 UTC (rev 265611)
+++ PKGBUILD2017-11-06 20:16:33 UTC (rev 265612)
@@ -1,19 +1,20 @@
+# Maintainer:
 # Contributor: Martin Wimpress 
 
 pkgname=mate-media
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 pkgdesc="MATE Media Tools"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libcanberra' 'libmatemixer' 'mate-desktop')
 makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 groups=('mate-extra')
 conflicts=('mate-media-gtk3')
 replaces=('mate-media-gtk3')
-sha1sums=('3de4b0cfad7ac1bbf4b46363a8db78637e8fade6')
+sha256sums=('6101df5a694251e7032ef69f164cb197bd123c8fbf65ad28cca5229ab73c631f')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:15:05
  Author: arojas
Revision: 265611

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

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 265610, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 265610, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 265610, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 265610, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   94 +
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   46 
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   46 
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 6 files changed, 214 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 20:14:26 UTC (rev 265610)
+++ community-i686/PKGBUILD 2017-11-06 20:15:05 UTC (rev 265611)
@@ -1,46 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.18.2
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja' 'intltool' 'itstool')
-optdepends=('caja: file archiver extension'
-'p7zip: 7Z and ARJ archive support'
-'unace: ACE archive support'
-'unrar: RAR archive support')
-groups=('mate-extra')
-conflicts=("engrampa-gtk3")
-replaces=("engrampa-gtk3")
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha1sums=('14b6f334bb6dde2bf9441b42438fc1e0aa76dee9'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---disable-packagekit
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 265610, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 20:15:05 UTC (rev 265611)
@@ -0,0 +1,47 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.18.3
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="https://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'intltool' 'itstool')
+optdepends=('caja: file archiver extension'
+'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support')
+groups=('mate-extra')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha256sums=('c5ee0aba7b062af461d242ad228117022472e84160f0327f921a1a34d19f46d7'
+'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-packagekit
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/fr-rpm-bsdtar.patch
===
--- community-i686/fr-rpm-bsdtar.patch  2017-11-06 20:14:26 UTC (rev 265610)
+++ community-i686/fr-rpm-bsdtar.patch  2017-11-06 20:15:05 UTC (rev 265611)
@@ -1,60 +0,0 @@
-This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
-It is useful on systems that do not have cpio or RPM/YUM
-This patch was created for Arch Linux, however should work on any system 

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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:14:26
  Author: arojas
Revision: 265610

Update to 1.18.3

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:06:01 UTC (rev 265609)
+++ PKGBUILD2017-11-06 20:14:26 UTC (rev 265610)
@@ -1,10 +1,11 @@
+# Maintainer:
 # Contributor: Martin Wimpress 
 
 pkgname=engrampa
-pkgver=1.18.2
+pkgver=1.18.3
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
@@ -16,10 +17,10 @@
 groups=('mate-extra')
 conflicts=("engrampa-gtk3")
 replaces=("engrampa-gtk3")
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha1sums=('14b6f334bb6dde2bf9441b42438fc1e0aa76dee9'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
+sha256sums=('c5ee0aba7b062af461d242ad228117022472e84160f0327f921a1a34d19f46d7'
+'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
 
 prepare() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in (python2-jsonrpclib)

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:06:01
  Author: arojas
Revision: 265609

Replaced by jsonrpclib-pelix

Deleted:
  python2-jsonrpclib/


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

2017-11-06 Thread Jan Steffens
Date: Monday, November 6, 2017 @ 20:05:55
  Author: heftig
Revision: 308960

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

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

---+
 /PKGBUILD |  108 
 extra-i686/PKGBUILD   |   53 ---
 extra-x86_64/PKGBUILD |   53 ---
 3 files changed, 108 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-06 20:04:04 UTC (rev 308959)
+++ extra-i686/PKGBUILD 2017-11-06 20:05:55 UTC (rev 308960)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=3.5.3
-pkgrel=1
-pkgdesc="Image browser and viewer for the GNOME Desktop"
-url="https://wiki.gnome.org/Apps/gthumb;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
- libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
-makedepends=(intltool libchamplain exiv2 itstool brasero libraw liboauth 
docbook-xsl
- yelp-tools flex gnome-common git)
-optdepends=('libraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-_commit=2e6cb187cac9cfa56aee1dbb37319acbd5570b26  # tags/3.5.3^0
-source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-libchamplain
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gthumb/repos/extra-i686/PKGBUILD (from rev 308959, 
gthumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-06 20:05:55 UTC (rev 308960)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.5.4
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+url="https://wiki.gnome.org/Apps/gthumb;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
+ libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
+makedepends=(intltool libchamplain exiv2 itstool brasero libraw liboauth 
docbook-xsl
+ yelp-tools flex gnome-common git)
+options=(debug !strip)  
+optdepends=('libraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+_commit=c04ab7a71089ac4e9f7a5b496f7724a1f6dca719  # tags/3.5.4^0
+source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-06 20:04:04 UTC (rev 308959)
+++ extra-x86_64/PKGBUILD   2017-11-06 20:05:55 UTC (rev 308960)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=3.5.3
-pkgrel=1
-pkgdesc="Image browser and viewer for the GNOME Desktop"
-url="https://wiki.gnome.org/Apps/gthumb;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
- libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
-makedepends=(intltool libchamplain exiv2 itstool brasero 

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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:03:59
  Author: arojas
Revision: 265607

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 265606, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 20:03:26 UTC (rev 265606)
+++ PKGBUILD2017-11-06 20:03:59 UTC (rev 265607)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.9.3
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
- 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
- 'python2-pyqt4' 'python2-pycryptodomex')
-makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('17257d2ee01454283a3324392b85eef5'
- 'SKIP')
-sha256sums=('c2192d4df6490fdc6e6f9f85b05db0e3915683a016a43ed444ebbc51ccfa0e34'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 265606, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 20:03:59 UTC (rev 265607)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=electrum
+pkgver=3.0
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
+ 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
+ 'python-pyqt5' 'python-pycryptodomex')
+makedepends=('python-setuptools')
+optdepends=('python-btchip: BTChip hardware wallet support'
+'python-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('d1e9b81c10fd9c7ba214be4eaf84067a0b7d9b595945e938a8d67e86ddad8ca0'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc5 icons.qrc -o gui/qt/icons_rc.py
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-11-06 Thread Jan Steffens
Date: Monday, November 6, 2017 @ 20:04:04
  Author: heftig
Revision: 308959

3.5.4-1

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 16:59:30 UTC (rev 308958)
+++ PKGBUILD2017-11-06 20:04:04 UTC (rev 308959)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=gthumb
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb;
@@ -14,12 +14,13 @@
  libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
 makedepends=(intltool libchamplain exiv2 itstool brasero libraw liboauth 
docbook-xsl
  yelp-tools flex gnome-common git)
+options=(debug !strip)  
 optdepends=('libraw: read RAW files'
 'exiv2: metadata support'
 'libchamplain: map viewer'
 'brasero: burn discs'
 'liboauth: web albums')
-_commit=2e6cb187cac9cfa56aee1dbb37319acbd5570b26  # tags/3.5.3^0
+_commit=c04ab7a71089ac4e9f7a5b496f7724a1f6dca719  # tags/3.5.4^0
 source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-11-06 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 20:03:26
  Author: arojas
Revision: 265606

Update to 3.0

Modified:
  electrum/trunk/PKGBUILD

--+
 PKGBUILD |   36 +---
 1 file changed, 13 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 19:40:15 UTC (rev 265605)
+++ PKGBUILD2017-11-06 20:03:26 UTC (rev 265606)
@@ -1,47 +1,37 @@
 # $Id$
-# Maintainer: Timothy Redaelli 
+# Maintainer:
+# Contributor: Timothy Redaelli 
 # Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.9.3
+pkgver=3.0
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
-depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
- 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
- 'python2-pyqt4' 'python2-pycryptodomex')
-makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
+depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
+ 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
+ 'python-pyqt5' 'python-pycryptodomex')
+makedepends=('python-setuptools')
+optdepends=('python-btchip: BTChip hardware wallet support'
+'python-matplotlib: plot transaction history in graphical mode'
 'zbar: QR code reading support')
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('17257d2ee01454283a3324392b85eef5'
- 'SKIP')
-sha256sums=('c2192d4df6490fdc6e6f9f85b05db0e3915683a016a43ed444ebbc51ccfa0e34'
+sha256sums=('d1e9b81c10fd9c7ba214be4eaf84067a0b7d9b595945e938a8d67e86ddad8ca0'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
 build() {
   cd ${pkgname^}-${pkgver}
 
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
+  pyrcc5 icons.qrc -o gui/qt/icons_rc.py
+  python setup.py build
 }
 
 package() {
   cd ${pkgname^}-${pkgver}
 
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="${pkgdir}" --optimize=1
   install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2017-11-06 Thread Jelle van der Waa
Date: Monday, November 6, 2017 @ 19:39:56
  Author: jelle
Revision: 265604

upgpkg: tesseract 3.05.01-2

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 19:36:08 UTC (rev 265603)
+++ PKGBUILD2017-11-06 19:39:56 UTC (rev 265604)
@@ -9,7 +9,7 @@
 
 pkgname=tesseract
 pkgver=3.05.01
-pkgrel=1
+pkgrel=2
 pkgdesc="An OCR program"
 arch=(i686 x86_64)
 url="https://github.com/tesseract-ocr/tesseract;


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

2017-11-06 Thread Jelle van der Waa
Date: Monday, November 6, 2017 @ 19:40:15
  Author: jelle
Revision: 265605

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

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

+
 /PKGBUILD  |   82 +++
 /tesseract.install |   14 +
 community-i686/PKGBUILD|   42 -
 community-i686/tesseract.install   |7 --
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/tesseract.install |7 --
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 19:39:56 UTC (rev 265604)
+++ community-i686/PKGBUILD 2017-11-06 19:40:15 UTC (rev 265605)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
-eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
-ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
-ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
-
-pkgname=tesseract
-pkgver=3.05.01
-pkgrel=1
-pkgdesc="An OCR program"
-arch=(i686 x86_64)
-#url="http://code.google.com/p/tesseract-ocr;
-url="https://github.com/tesseract-ocr/tesseract;
-license=("APACHE")
-depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
-makedepends=(icu cairo pango)
-install=tesseract.install
-optdepends=('icu' 'cairo' 'pango'
-   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
-   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
-sha256sums=('05898f93c5d057fada49b9a116fc86ad9310ff1726a0f499c3e5211b3af47ec1'
-'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  [ -x configure ] || ./autogen.sh
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-  make training
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" training-install
-  mkdir -p "$pkgdir"/usr/share/tessdata
-  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
-}

Copied: tesseract/repos/community-i686/PKGBUILD (from rev 265604, 
tesseract/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 19:40:15 UTC (rev 265605)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
+epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
+jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
+spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.05.01
+pkgrel=2
+pkgdesc="An OCR program"
+arch=(i686 x86_64)
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+sha256sums=('05898f93c5d057fada49b9a116fc86ad9310ff1726a0f499c3e5211b3af47ec1'
+'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" training-install
+  mkdir -p "$pkgdir"/usr/share/tessdata
+  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
+}

Deleted: community-i686/tesseract.install

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

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 19:36:08
  Author: anthraxx
Revision: 265603

archrelease: copy trunk to community-any

Added:
  python-pbkdf2/repos/community-any/
  python-pbkdf2/repos/community-any/PKGBUILD
(from rev 265602, python-pbkdf2/trunk/PKGBUILD)

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

Copied: python-pbkdf2/repos/community-any/PKGBUILD (from rev 265602, 
python-pbkdf2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-11-06 19:36:08 UTC (rev 265603)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Hilton Medeiros 
+
+pkgbase=python-pbkdf2
+pkgname=('python-pbkdf2' 'python2-pbkdf2')
+pkgver=1.3
+pkgrel=3
+pkgdesc='Password-based key derivation function PBKDF2'
+url='https://www.dlitz.net/software/python-pbkdf2/'
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python-crypto'
+ 'python2' 'python2-setuptools' 'python2-crypto')
+checkdepends=('python2-pytest' 'python-pytest')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlitz/python-pbkdf2/archive/v${pkgver}.tar.gz)
+sha256sums=('f35d36855c082c9cc258da555ea513c800b125c6b5f2fbf9cc4a45655579de5c')
+sha512sums=('642372615a2ffc9cf352805789f836c42763c49cbf113d64524a55c6ff8a09f0fda36c92713387f27c2f6a2950ce89ae04dc9f92495cba904400685b148f947e')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+  cd ${pkgbase}-${pkgver}-py2
+  find . -type f -name "*.py" -exec sed -i 's#/usr/bin/python#/usr/bin/env 
python2#g' {} +
+}
+
+build() {
+  msg2 "Building python..."
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  msg2 "Building python2..."
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 "Checking python..."
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  msg2 "Checking python2..."
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-pbkdf2() {
+  depends=('python')
+  optdepends=('python-crypto: to make use of PyCrypto`s HMAC and SHA')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-pbkdf2() {
+  depends=('python2')
+  optdepends=('python2-crypto: to make use of PyCrypto`s HMAC and SHA')
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 19:35:45
  Author: anthraxx
Revision: 265602

addpkg: python-pbkdf2 1.3-3

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

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

Added: python-pbkdf2/trunk/PKGBUILD
===
--- python-pbkdf2/trunk/PKGBUILD(rev 0)
+++ python-pbkdf2/trunk/PKGBUILD2017-11-06 19:35:45 UTC (rev 265602)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Hilton Medeiros 
+
+pkgbase=python-pbkdf2
+pkgname=('python-pbkdf2' 'python2-pbkdf2')
+pkgver=1.3
+pkgrel=3
+pkgdesc='Password-based key derivation function PBKDF2'
+url='https://www.dlitz.net/software/python-pbkdf2/'
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python-crypto'
+ 'python2' 'python2-setuptools' 'python2-crypto')
+checkdepends=('python2-pytest' 'python-pytest')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlitz/python-pbkdf2/archive/v${pkgver}.tar.gz)
+sha256sums=('f35d36855c082c9cc258da555ea513c800b125c6b5f2fbf9cc4a45655579de5c')
+sha512sums=('642372615a2ffc9cf352805789f836c42763c49cbf113d64524a55c6ff8a09f0fda36c92713387f27c2f6a2950ce89ae04dc9f92495cba904400685b148f947e')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+  cd ${pkgbase}-${pkgver}-py2
+  find . -type f -name "*.py" -exec sed -i 's#/usr/bin/python#/usr/bin/env 
python2#g' {} +
+}
+
+build() {
+  msg2 "Building python..."
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  msg2 "Building python2..."
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 "Checking python..."
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  msg2 "Checking python2..."
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-pbkdf2() {
+  depends=('python')
+  optdepends=('python-crypto: to make use of PyCrypto`s HMAC and SHA')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-pbkdf2() {
+  depends=('python2')
+  optdepends=('python2-crypto: to make use of PyCrypto`s HMAC and SHA')
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-06 Thread Jelle van der Waa
Date: Monday, November 6, 2017 @ 19:33:38
  Author: jelle
Revision: 265601

Fix indirect dependency on libjpeg-turbo

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 19:33:15 UTC (rev 265600)
+++ PKGBUILD2017-11-06 19:33:38 UTC (rev 265601)
@@ -14,7 +14,7 @@
 arch=(i686 x86_64)
 url="https://github.com/tesseract-ocr/tesseract;
 license=("APACHE")
-depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
+depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
 makedepends=(icu cairo pango)
 install=tesseract.install
 optdepends=('icu' 'cairo' 'pango'


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

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 19:33:07
  Author: anthraxx
Revision: 265599

upgpkg: rabbitmqadmin 3.6.13-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 19:32:10 UTC (rev 265598)
+++ PKGBUILD2017-11-06 19:33:07 UTC (rev 265599)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.6.12
+pkgver=3.6.13
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
-sha256sums=('8f75bf2d5add21b63a2d9dd3fd7dd6522d21981b75cd2f277ee24bdb9d22dfc7')
-sha512sums=('4dbfae7eee1461450aae5654a805638ff497df37ce65c2a7af222b2c6431ae32e8f70425df71c31d52779cc14f0319c7168bfbb610b27f2de262658be5a3138d')
+sha256sums=('5155c459bd6b4a91ed028ecb5eb90f0a80a7283f81bc2ec8727d17c86181294e')
+sha512sums=('c06d86810a249c8bf7a9afc3fd32f26c899c61a7fee9e8702e783994152ff12b0bda19b8870c05eda3743b41749e02837ece94e0ab294a7e379b136ed7c5cc32')
 
 prepare() {
   cd rabbitmq-management-rabbitmq_v${pkgver//./_}


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

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 19:33:15
  Author: anthraxx
Revision: 265600

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 265599, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 19:33:07 UTC (rev 265599)
+++ PKGBUILD2017-11-06 19:33:15 UTC (rev 265600)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.6.12
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
-sha256sums=('8f75bf2d5add21b63a2d9dd3fd7dd6522d21981b75cd2f277ee24bdb9d22dfc7')
-sha512sums=('4dbfae7eee1461450aae5654a805638ff497df37ce65c2a7af222b2c6431ae32e8f70425df71c31d52779cc14f0319c7168bfbb610b27f2de262658be5a3138d')
-
-prepare() {
-  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 265599, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 19:33:15 UTC (rev 265600)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.6.13
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
+sha256sums=('5155c459bd6b4a91ed028ecb5eb90f0a80a7283f81bc2ec8727d17c86181294e')
+sha512sums=('c06d86810a249c8bf7a9afc3fd32f26c899c61a7fee9e8702e783994152ff12b0bda19b8870c05eda3743b41749e02837ece94e0ab294a7e379b136ed7c5cc32')
+
+prepare() {
+  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-06 Thread Jelle van der Waa
Date: Monday, November 6, 2017 @ 19:31:56
  Author: jelle
Revision: 265596

remove non-existant optdep

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 19:30:49 UTC (rev 265595)
+++ PKGBUILD2017-11-06 19:31:56 UTC (rev 265596)
@@ -2,10 +2,10 @@
 # Maintainer: Sergej Pupykin 
 # Contributor: Andreas Hauser 
 
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
-eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
-ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
-ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
+epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
+jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
+spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
 
 pkgname=tesseract
 pkgver=3.05.01


[arch-commits] Commit in rabbitmq/repos/community-any (10 files)

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 19:32:10
  Author: anthraxx
Revision: 265598

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 265597, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 265597, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq-script-wrapper
(from rev 265597, rabbitmq/trunk/rabbitmq-script-wrapper)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 265597, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.service
(from rev 265597, rabbitmq/trunk/rabbitmq.service)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq-script-wrapper
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.service

-+
 PKGBUILD|  134 +++---
 rabbitmq-env.conf   |   12 ++--
 rabbitmq-script-wrapper |   96 
 rabbitmq.install|   30 +-
 rabbitmq.service|   30 +-
 5 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 19:31:59 UTC (rev 265597)
+++ PKGBUILD2017-11-06 19:32:10 UTC (rev 265598)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.6.12
-pkgrel=1
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-depends=('util-linux' 'inetutils' 'erlang-nox')
-optdepends=('rabbitmqadmin: CLI management tool')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
-rabbitmq-env.conf
-rabbitmq.service
-rabbitmq-script-wrapper)
-sha512sums=('6c2551a01c6210cd9e353ae19f69098478349a7ba59bc83844a682fc73d9e920cbc21c753edaf40cc9119f8befcd3d1647bf20d47741fb5ac1e969844cb5fb1d'
-'SKIP'
-
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319'
-
'3f271d546836eccc3bcf61105c013d3b590c3e2535106d07e5605a63174fd62ef204207367c2cd39be54e0246d0bbd9aecebe8b5cefe9018a766ceb8af70bc81')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}_server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults
-}
-
-package() {
-  cd ${pkgname}_server-${pkgver}
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}"
-
-  install -d "${libdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -dm 750 "${pkgdir}/var/log/rabbitmq"
-  install -dm 750 "${pkgdir}/var/lib/rabbitmq"
-
-  cp -R ebin "${libdir}"
-  cp -R include "${libdir}"
-  cp -R plugins "${libdir}"
-  cp -R sbin "${libdir}"
-  cp -R share "${pkgdir}/usr"
-
-  install -d "${pkgdir}/usr/lib/rabbitmq/bin"
-  install -Dm 755 "${srcdir}/rabbitmq-script-wrapper" -t 
"${pkgdir}/usr/lib/rabbitmq/bin"
-  for script in "${libdir}"/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/lib/rabbitmq/bin"
-ln -s /usr/lib/rabbitmq/bin/rabbitmq-script-wrapper 
"${pkgdir}/usr/bin/${script#${libdir}/sbin/}"
-  done
-
-  install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"
-  install -Dm 644 "${srcdir}/rabbitmq.service" 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-
-  chown -R 197:197 "${pkgdir}/var/log/rabbitmq"
-  chown -R 197:197 "${pkgdir}/var/lib/rabbitmq"
-  chown -R 197:0 "${pkgdir}/etc/rabbitmq"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 265597, 
rabbitmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 19:32:10 UTC (rev 265598)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcello "mereghost" Rocha 
+# Contributor: Gianni Vialetto 
+# Contributor: Stefan J. Betz 
+# Contributor: p2k 
+# Contributor: Jonathan Liu 
+# Contributor: Christopher Grebs 
+# Contributor: 

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

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 19:31:59
  Author: anthraxx
Revision: 265597

upgpkg: rabbitmq 3.6.13-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 19:31:56 UTC (rev 265596)
+++ PKGBUILD2017-11-06 19:31:59 UTC (rev 265597)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.6.12
+pkgver=3.6.13
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
@@ -22,7 +22,7 @@
 rabbitmq-env.conf
 rabbitmq.service
 rabbitmq-script-wrapper)
-sha512sums=('6c2551a01c6210cd9e353ae19f69098478349a7ba59bc83844a682fc73d9e920cbc21c753edaf40cc9119f8befcd3d1647bf20d47741fb5ac1e969844cb5fb1d'
+sha512sums=('d8e3e5c1523578173ca5b0096418da0d1b97ac244a7c9eba895fac2be0ea7be3e4ab482ba97d5b3a3f19e4b10b47e0a1a9021d00555ac9f1ec62dd5f0aeaa329'
 'SKIP'
 
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
 
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319'


[arch-commits] Commit in (python2-pbkdf2)

2017-11-06 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 19:30:49
  Author: anthraxx
Revision: 265595

replaced by split package

Deleted:
  python2-pbkdf2/


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

2017-11-06 Thread Jelle van der Waa
Date: Monday, November 6, 2017 @ 19:28:34
  Author: jelle
Revision: 265594

remove old googlecode url

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 18:15:51 UTC (rev 265593)
+++ PKGBUILD2017-11-06 19:28:34 UTC (rev 265594)
@@ -12,7 +12,6 @@
 pkgrel=1
 pkgdesc="An OCR program"
 arch=(i686 x86_64)
-#url="http://code.google.com/p/tesseract-ocr;
 url="https://github.com/tesseract-ocr/tesseract;
 license=("APACHE")
 depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)


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

2017-11-06 Thread Anatol Pomozov
Date: Monday, November 6, 2017 @ 18:15:51
  Author: anatolik
Revision: 265593

archrelease: copy trunk to community-any

Added:
  ruby-mail/repos/community-any/PKGBUILD
(from rev 265592, ruby-mail/trunk/PKGBUILD)
Deleted:
  ruby-mail/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 18:15:18 UTC (rev 265592)
+++ PKGBUILD2017-11-06 18:15:51 UTC (rev 265593)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Emiliano Vavassori 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-mail
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='A really Ruby Mail handler'
-arch=('any')
-url='http://github.com/mikel/mail'
-license=('MIT')
-depends=('ruby-mime-types' 'ruby-treetop')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mail/repos/community-any/PKGBUILD (from rev 265592, 
ruby-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 18:15:51 UTC (rev 265593)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Emiliano Vavassori 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-mail
+pkgver=2.7.0
+pkgrel=2
+pkgdesc='A really Ruby Mail handler'
+arch=('any')
+url='http://github.com/mikel/mail'
+license=('MIT')
+depends=('ruby-mini_mime')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-06 Thread Anatol Pomozov
Date: Monday, November 6, 2017 @ 18:15:18
  Author: anatolik
Revision: 265592

upgpkg: ruby-mail 2.7.0-2

FS#56257 use mini_mime dependency

Modified:
  ruby-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 17:52:10 UTC (rev 265591)
+++ PKGBUILD2017-11-06 18:15:18 UTC (rev 265592)
@@ -5,12 +5,12 @@
 
 pkgname=ruby-mail
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A really Ruby Mail handler'
 arch=('any')
 url='http://github.com/mikel/mail'
 license=('MIT')
-depends=('ruby-mime-types' 'ruby-treetop')
+depends=('ruby-mini_mime')
 options=('!emptydirs')
 source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=("${pkgname#*-}-${pkgver}.gem")


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

2017-11-06 Thread Anatol Pomozov
Date: Monday, November 6, 2017 @ 17:52:10
  Author: anatolik
Revision: 265591

archrelease: copy trunk to community-any

Added:
  ruby-mini_mime/repos/community-any/
  ruby-mini_mime/repos/community-any/PKGBUILD
(from rev 265590, ruby-mini_mime/trunk/PKGBUILD)

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

Copied: ruby-mini_mime/repos/community-any/PKGBUILD (from rev 265590, 
ruby-mini_mime/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-11-06 17:52:10 UTC (rev 265591)
@@ -0,0 +1,26 @@
+# $Id$
+
+pkgname=ruby-mini_mime
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='A lightweight mime type lookup toy'
+arch=('any')
+url=' https://github.com/discourse/mini_mime'
+depends=('ruby')
+license=('MIT')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('af99edd6fc6e18be29206917c17768b3fdbab004da56c31287126615fa17ee4f')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-11-06 Thread Anatol Pomozov
Date: Monday, November 6, 2017 @ 17:51:14
  Author: anatolik
Revision: 265590

Add mini_mime gem

Added:
  ruby-mini_mime/
  ruby-mini_mime/repos/
  ruby-mini_mime/trunk/
  ruby-mini_mime/trunk/PKGBUILD

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

Added: ruby-mini_mime/trunk/PKGBUILD
===
--- ruby-mini_mime/trunk/PKGBUILD   (rev 0)
+++ ruby-mini_mime/trunk/PKGBUILD   2017-11-06 17:51:14 UTC (rev 265590)
@@ -0,0 +1,26 @@
+# $Id$
+
+pkgname=ruby-mini_mime
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='A lightweight mime type lookup toy'
+arch=('any')
+url=' https://github.com/discourse/mini_mime'
+depends=('ruby')
+license=('MIT')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('af99edd6fc6e18be29206917c17768b3fdbab004da56c31287126615fa17ee4f')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 17:44:43
  Author: felixonmars
Revision: 265589

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

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

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

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

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

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

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 17:44:10
  Author: felixonmars
Revision: 265588

upgpkg: deepin-session-ui 4.1.0-2

rebuild with new dtkwidget

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 17:43:36 UTC (rev 265587)
+++ PKGBUILD2017-11-06 17:44:10 UTC (rev 265588)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-session-ui
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-session-ui;


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 17:43:36
  Author: felixonmars
Revision: 265587

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

Added:
  deepin-image-viewer/repos/community-i686/PKGBUILD
(from rev 265586, deepin-image-viewer/trunk/PKGBUILD)
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 265586, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-i686/PKGBUILD
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 17:43:03 UTC (rev 265586)
+++ community-i686/PKGBUILD 2017-11-06 17:43:36 UTC (rev 265587)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.2.16.1
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer;
-license=('GPL3')
-depends=('dtkwidget' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
- 'deepin-manual')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('9aca9dc6627368b267be72b7c5c260e40429f708789720395d42b7c732ba5897405afa8fd844b4a6e5908c4ac2da0ace8c802c0106d35a83abca45a6fb9cf410')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-i686/PKGBUILD (from rev 265586, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 17:43:36 UTC (rev 265587)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.2.16.1
+pkgrel=2
+pkgdesc='Deepin Image Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer;
+license=('GPL3')
+depends=('dtkwidget' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
+ 'deepin-manual')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
+sha512sums=('9aca9dc6627368b267be72b7c5c260e40429f708789720395d42b7c732ba5897405afa8fd844b4a6e5908c4ac2da0ace8c802c0106d35a83abca45a6fb9cf410')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 17:43:03 UTC (rev 265586)
+++ community-x86_64/PKGBUILD   2017-11-06 17:43:36 UTC (rev 265587)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.2.16.1
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer;
-license=('GPL3')
-depends=('dtkwidget' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
- 'deepin-manual')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('9aca9dc6627368b267be72b7c5c260e40429f708789720395d42b7c732ba5897405afa8fd844b4a6e5908c4ac2da0ace8c802c0106d35a83abca45a6fb9cf410')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 265586, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 17:43:36 UTC (rev 265587)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.2.16.1
+pkgrel=2
+pkgdesc='Deepin Image Viewer'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer;
+license=('GPL3')
+depends=('dtkwidget' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer'
+ 'deepin-manual')
+makedepends=('qt5-tools')
+groups=('deepin')

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 17:43:03
  Author: felixonmars
Revision: 265586

upgpkg: deepin-image-viewer 1.2.16.1-2

rebuild with new dtkwidget

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 17:12:59 UTC (rev 265585)
+++ PKGBUILD2017-11-06 17:43:03 UTC (rev 265586)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-image-viewer
 pkgver=1.2.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Image Viewer'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-image-viewer;


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

2017-11-06 Thread Dave Reisner
Date: Monday, November 6, 2017 @ 17:12:59
  Author: dreisner
Revision: 265585

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD
(from rev 265584, lib32-util-linux/trunk/PKGBUILD)
Deleted:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 17:12:36 UTC (rev 265584)
+++ PKGBUILD2017-11-06 17:12:59 UTC (rev 265585)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-_pkgbasename=util-linux
-pkgname=lib32-$_pkgbasename
-_pkgmajor=2.30
-pkgver=${_pkgmajor}.1
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
-url='http://www.kernel.org/pub/linux/utils/util-linux/'
-arch=('x86_64')
-depends=('lib32-glibc' "$_pkgbasename")
-provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
-makedepends=('gcc-multilib')
-license=('GPL2')
-options=('!libtool' '!emptydirs')
-validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
-source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
-md5sums=('5e5ec141e775efe36f640e62f3f8cd0d'
- 'SKIP')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-
-  ./configure \
-  CC="${CC:-cc} -m32" \
-  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
-  --libdir=/usr/lib32
-
-  make lib{uuid,blkid,fdisk,mount,smartcols}.la
-}
-
-package() {
-  make -C "$_pkgbasename-$pkgver" \
-DESTDIR="$pkgdir" \
-install-usrlib_execLTLIBRARIES \
-install-pkgconfigDATA
-}

Copied: lib32-util-linux/repos/multilib-x86_64/PKGBUILD (from rev 265584, 
lib32-util-linux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 17:12:59 UTC (rev 265585)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+_pkgmajor=2.31
+pkgver=${_pkgmajor}
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' "$_pkgbasename")
+provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
+makedepends=('gcc-multilib')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
+md5sums=('5b6821c403c3cc6e7775f74df1882a20'
+ 'SKIP')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  ./configure \
+  CC="${CC:-cc} -m32" \
+  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,fdisk,mount,smartcols}.la
+}
+
+package() {
+  make -C "$_pkgbasename-$pkgver" \
+DESTDIR="$pkgdir" \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}


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

2017-11-06 Thread Dave Reisner
Date: Monday, November 6, 2017 @ 17:12:36
  Author: dreisner
Revision: 265584

upgpkg: lib32-util-linux 2.31-1

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 16:31:24 UTC (rev 265583)
+++ PKGBUILD2017-11-06 17:12:36 UTC (rev 265584)
@@ -4,8 +4,8 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-_pkgmajor=2.30
-pkgver=${_pkgmajor}.1
+_pkgmajor=2.31
+pkgver=${_pkgmajor}
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
-md5sums=('5e5ec141e775efe36f640e62f3f8cd0d'
+md5sums=('5b6821c403c3cc6e7775f74df1882a20'
  'SKIP')
 
 build() {


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 16:31:24
  Author: felixonmars
Revision: 265583

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 16:30:26 UTC (rev 265582)
+++ community-i686/PKGBUILD 2017-11-06 16:31:24 UTC (rev 265583)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.4.0
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('dtkwidget' '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/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('266ea5de43c5f59abcb8649788f93f3b081c26e5e234a022e002de9cfdef24702140b64c17f49302c5f5b7050f5951b26292fd48b98f7791f25c0f4be667f15d')
-
-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-i686/PKGBUILD (from rev 265582, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 16:31:24 UTC (rev 265583)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.4.0.20171106
+_commit=53db4247f4b5eaca1781624dcdd0107db43cc612
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('dtkwidget' '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-$_commit.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
+sha512sums=('9438af84fdfd6ec068526e88591afba12c5cb09838aba9374bd7bd7fdaef242c371bfb32f32dcb61eef4b90f063df2a9f6f3f7dec57f9cbe34a6d1d2b0ace30c')
+
+prepare() {
+  mv dde-file-manager-{$_commit,$pkgver}
+}
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 16:30:26 UTC (rev 265582)
+++ community-x86_64/PKGBUILD   2017-11-06 16:31:24 UTC (rev 265583)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.4.0
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('dtkwidget' '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')

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 16:30:26
  Author: felixonmars
Revision: 265582

upgpkg: deepin-file-manager 1:4.4.0.20171106-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 15:07:24 UTC (rev 265581)
+++ PKGBUILD2017-11-06 16:30:26 UTC (rev 265582)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.4.0
+pkgver=4.4.0.20171106
+_commit=53db4247f4b5eaca1781624dcdd0107db43cc612
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -19,9 +20,13 @@
 provides=('deepin-desktop')
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('266ea5de43c5f59abcb8649788f93f3b081c26e5e234a022e002de9cfdef24702140b64c17f49302c5f5b7050f5951b26292fd48b98f7791f25c0f4be667f15d')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
+sha512sums=('9438af84fdfd6ec068526e88591afba12c5cb09838aba9374bd7bd7fdaef242c371bfb32f32dcb61eef4b90f063df2a9f6f3f7dec57f9cbe34a6d1d2b0ace30c')
 
+prepare() {
+  mv dde-file-manager-{$_commit,$pkgver}
+}
+
 build() {
   cd dde-file-manager-$pkgver
   qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 15:02:14
  Author: felixonmars
Revision: 265576

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

Added:
  deepin-qt5dxcb-plugin/repos/community-i686/PKGBUILD
(from rev 265575, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD
(from rev 265575, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
Deleted:
  deepin-qt5dxcb-plugin/repos/community-i686/PKGBUILD
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 15:01:38 UTC (rev 265575)
+++ community-i686/PKGBUILD 2017-11-06 15:02:14 UTC (rev 265576)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5dxcb-plugin
-pkgver=1.0
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/qt5dxcb-plugin;
-license=('GPL3')
-depends=('qt5-x11extras')
-makedepends=('qt5-xcb-private-headers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
-sha512sums=('9e8bf5a34cd1844cedd877fab895e1df803db12ac1a148d75d570ab26b9cdab18c8406094d2e0f10413c6bcf0dc7f82c04b6dcb7e0a3d193b0b934f08d5d1dec')
-
-prepare() {
-  cd qt5dxcb-plugin-$pkgver
-
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-}
-
-build() {
-  cd qt5dxcb-plugin-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5dxcb-plugin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5dxcb-plugin/repos/community-i686/PKGBUILD (from rev 265575, 
deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 15:02:14 UTC (rev 265576)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5dxcb-plugin
+pkgver=1.1
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/qt5dxcb-plugin;
+license=('GPL3')
+depends=('qt5-x11extras')
+makedepends=('qt5-xcb-private-headers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
+sha512sums=('a65ca2fd02187b8c083425c3a6bf550d48801902c4f3f3a164f7fb65f8037034d0963ac72193c3dab141bda0b5aaee9a8247180d3bca5b46751a82bd33ce1b29')
+
+prepare() {
+  cd qt5dxcb-plugin-$pkgver
+
+  rm -r platformplugin/libqt5xcbqpa-dev
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
+}
+
+build() {
+  cd qt5dxcb-plugin-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 15:01:38 UTC (rev 265575)
+++ community-x86_64/PKGBUILD   2017-11-06 15:02:14 UTC (rev 265576)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5dxcb-plugin
-pkgver=1.0
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/qt5dxcb-plugin;
-license=('GPL3')
-depends=('qt5-x11extras')
-makedepends=('qt5-xcb-private-headers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
-sha512sums=('9e8bf5a34cd1844cedd877fab895e1df803db12ac1a148d75d570ab26b9cdab18c8406094d2e0f10413c6bcf0dc7f82c04b6dcb7e0a3d193b0b934f08d5d1dec')
-
-prepare() {
-  cd qt5dxcb-plugin-$pkgver
-
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-}
-
-build() {
-  cd qt5dxcb-plugin-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5dxcb-plugin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD (from rev 265575, 
deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 15:02:14 UTC (rev 265576)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+

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

2017-11-06 Thread Jonathan Steel
Date: Monday, November 6, 2017 @ 15:03:32
  Author: jsteel
Revision: 265580

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 15:03:04 UTC (rev 265579)
+++ PKGBUILD2017-11-06 15:03:32 UTC (rev 265580)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.180
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('af577467311cf02ca3347364111ae545')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

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


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

2017-11-06 Thread Jonathan Steel
Date: Monday, November 6, 2017 @ 15:03:04
  Author: jsteel
Revision: 265579

upgpkg: aws-cli 1.11.181-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 15:02:56 UTC (rev 265578)
+++ PKGBUILD2017-11-06 15:03:04 UTC (rev 265579)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.180
+pkgver=1.11.181
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('af577467311cf02ca3347364111ae545')
+md5sums=('b411d53394ef0acc697ce5c9c70d0029')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-06 Thread Jonathan Steel
Date: Monday, November 6, 2017 @ 15:02:43
  Author: jsteel
Revision: 265577

upgpkg: python-botocore 1.7.39-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 15:02:14 UTC (rev 265576)
+++ PKGBUILD2017-11-06 15:02:43 UTC (rev 265577)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.7.38
+pkgver=1.7.39
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('460b481eb31a976f0f4e0d9148ac4c49')
+md5sums=('e1f702fa161053ede07c0647f68d5af5')
 
 build() {
   cd botocore-$pkgver


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

2017-11-06 Thread Jonathan Steel
Date: Monday, November 6, 2017 @ 15:02:56
  Author: jsteel
Revision: 265578

archrelease: copy trunk to community-any

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

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

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

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


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 15:01:38
  Author: felixonmars
Revision: 265575

upgpkg: deepin-qt5dxcb-plugin 1.1-1

Modified:
  deepin-qt5dxcb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:59:30 UTC (rev 265574)
+++ PKGBUILD2017-11-06 15:01:38 UTC (rev 265575)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5dxcb-plugin
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc='Qt platform plugins for DDE'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-xcb-private-headers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
-sha512sums=('9e8bf5a34cd1844cedd877fab895e1df803db12ac1a148d75d570ab26b9cdab18c8406094d2e0f10413c6bcf0dc7f82c04b6dcb7e0a3d193b0b934f08d5d1dec')
+sha512sums=('a65ca2fd02187b8c083425c3a6bf550d48801902c4f3f3a164f7fb65f8037034d0963ac72193c3dab141bda0b5aaee9a8247180d3bca5b46751a82bd33ce1b29')
 
 prepare() {
   cd qt5dxcb-plugin-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:58:47
  Author: felixonmars
Revision: 265569

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

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

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

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

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

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

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

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:58:11
  Author: felixonmars
Revision: 265568

upgpkg: deepin-picker 1.5-1

Modified:
  deepin-picker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:58:01 UTC (rev 265567)
+++ PKGBUILD2017-11-06 14:58:11 UTC (rev 265568)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-picker
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='Color picker tool for deepin'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz;)
-sha512sums=('20f90ef6d17a42e56bdb4123bcc79ba1b79ce639ca41bba76a0b29aa5d6a93364d83f12bb48077321ca5cd75c6058239ec3ec98f702928362349fb6e41069d79')
+sha512sums=('4887cbc7c4db589ae5ae06eab09ac1b52675d919a433d66b72050fdb7271e60c59e6357017ce3bab8fb1b3815fc3f409540e9b2a30c3c12c87ebf15d77ac9286')
 
 build() {
   cd deepin-picker-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:58:01
  Author: felixonmars
Revision: 265567

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

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

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

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

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

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

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 265566, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 14:58:01 UTC (rev 265567)
@@ -0,0 +1,31 @@
+# $Id$
+# 

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:57:27
  Author: felixonmars
Revision: 265566

upgpkg: deepin-launcher 4.2.2-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:56:26 UTC (rev 265565)
+++ PKGBUILD2017-11-06 14:57:27 UTC (rev 265566)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('db91b0abcb5876a84a34bc141e888cb0e6ab2f863a1ec8c8591a4069617d2813eac4f429a915316f1e5087d64c2229ab22b8803fadc2cf6aa5ad836bf04a9862')
+sha512sums=('c412a3723957be7396bb0c0f0a8611f81464403cfb1a224a20a8d9444bca19abff002a901a7615b4906f334cc610f3df63154a771026f31e99540db9a99f4578')
 
 build(){
   cd dde-launcher-$pkgver


[arch-commits] Commit in cldr-emoji-annotation/repos/community-any (PKGBUILD PKGBUILD)

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:56:26
  Author: felixonmars
Revision: 265565

archrelease: copy trunk to community-any

Added:
  cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 265564, cldr-emoji-annotation/trunk/PKGBUILD)
Deleted:
  cldr-emoji-annotation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 14:56:02 UTC (rev 265564)
+++ PKGBUILD2017-11-06 14:56:26 UTC (rev 265565)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=cldr-emoji-annotation
-pkgver=31.90.0
-_tag=${pkgver}_1
-pkgrel=1
-pkgdesc="Emoji annotation files in CLDR"
-arch=('any')
-url="https://github.com/fujiwarat/cldr-emoji-annotation;
-license=('custom')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz;)
-sha512sums=('64855910d7d076a79d500400479b55ffbeab056c47b54a519cd2e6c44681728cd1f70cd3a750d1fb3f6bca9c404901479bc40f47d715883d2751d666f188c060')
-
-build() {
-  cd cldr-emoji-annotation-$_tag
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd cldr-emoji-annotation-$_tag
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 unicode-license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
-}

Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 265564, 
cldr-emoji-annotation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 14:56:26 UTC (rev 265565)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cldr-emoji-annotation
+pkgver=32.0.0
+_tag=${pkgver}_1
+pkgrel=1
+pkgdesc="Emoji annotation files in CLDR"
+arch=('any')
+url="https://github.com/fujiwarat/cldr-emoji-annotation;
+license=('custom')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz;)
+sha512sums=('3b9db285f42d001626d93bcf8e7fb87bfce4e5a8d6b78d348020171aa6a6d6d93e0222e735e6e76ca068e2cebc05ed794e789cf2c26cdbc87e41044853aabf70')
+
+build() {
+  cd cldr-emoji-annotation-$_tag
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd cldr-emoji-annotation-$_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 unicode-license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
+}


[arch-commits] Commit in cldr-emoji-annotation/trunk (PKGBUILD)

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:56:02
  Author: felixonmars
Revision: 265564

upgpkg: cldr-emoji-annotation 32.0.0-1

Modified:
  cldr-emoji-annotation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:54:32 UTC (rev 265563)
+++ PKGBUILD2017-11-06 14:56:02 UTC (rev 265564)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cldr-emoji-annotation
-pkgver=31.90.0
+pkgver=32.0.0
 _tag=${pkgver}_1
 pkgrel=1
 pkgdesc="Emoji annotation files in CLDR"
@@ -10,7 +10,7 @@
 url="https://github.com/fujiwarat/cldr-emoji-annotation;
 license=('custom')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz;)
-sha512sums=('64855910d7d076a79d500400479b55ffbeab056c47b54a519cd2e6c44681728cd1f70cd3a750d1fb3f6bca9c404901479bc40f47d715883d2751d666f188c060')
+sha512sums=('3b9db285f42d001626d93bcf8e7fb87bfce4e5a8d6b78d348020171aa6a6d6d93e0222e735e6e76ca068e2cebc05ed794e789cf2c26cdbc87e41044853aabf70')
 
 build() {
   cd cldr-emoji-annotation-$_tag


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:54:32
  Author: felixonmars
Revision: 265563

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

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

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

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

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

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

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

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:53:57
  Author: felixonmars
Revision: 265562

upgpkg: deepin-voice-recorder 1.3.6-1

Modified:
  deepin-voice-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:52:31 UTC (rev 265561)
+++ PKGBUILD2017-11-06 14:53:57 UTC (rev 265562)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-voice-recorder
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc='Deepin Voice Recorder'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('402d9f0d8db5bb8b5494d062f44ec2e9c0dee7b1e3e7c589528bf0fdebc055cc765b45db9ac251452784a09549bff754c7034e53fb7047447315ace52a1ec20e')
+sha512sums=('0cc93ee469e0fea86589ed14496dbf47399c7f623ccf64bd7d06edbe2540409aca0e100dac0a35cc947bcc3eeb23ef420fc7f6a36a636d817a93a1897b239f67')
 
 build(){
   cd deepin-voice-recorder-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:52:31
  Author: felixonmars
Revision: 265561

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

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

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

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

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

Deleted: community-i686/deepin-system-monitor.install
===
--- community-i686/deepin-system-monitor.install2017-11-06 14:51:55 UTC 
(rev 265560)
+++ community-i686/deepin-system-monitor.install2017-11-06 14:52:31 UTC 
(rev 265561)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep 
usr/bin/deepin-system-monitor
-}
-
-post_upgrade() {
-  post_install
-}

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

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:51:36
  Author: felixonmars
Revision: 265559

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

Added:
  deepin-boot-maker/repos/community-i686/PKGBUILD
(from rev 265558, deepin-boot-maker/trunk/PKGBUILD)
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
(from rev 265558, deepin-boot-maker/trunk/PKGBUILD)
Deleted:
  deepin-boot-maker/repos/community-i686/PKGBUILD
  deepin-boot-maker/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:51:01 UTC (rev 265558)
+++ community-i686/PKGBUILD 2017-11-06 14:51:36 UTC (rev 265559)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-boot-maker
-pkgver=2.0.3.1
-pkgrel=1
-pkgdesc='Tool to create a bootable usb stick quick and easy'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-boot-maker;
-license=('GPL3')
-depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
-makedepends=('qt5-tools' 'python')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
-sha512sums=('4d683f4ba1cb7462d0532ad5da7580a4a9360c748f6a87c561d82fb855b12e14e3aeda9661a4acd09e3e324dd8d5d3ffa70cec695ef7a8fe5e932304a26cb092')
-
-build(){
-  cd deepin-boot-maker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-boot-maker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-boot-maker/repos/community-i686/PKGBUILD (from rev 265558, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:51:36 UTC (rev 265559)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker;
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
+sha512sums=('5c0330b0f3e862a2864ad95e7a26feeefcfe890e32e3182a8619d0f1993750b8012ac518e1644768c9556201e42e9821085ec6db64b69fc71bf9b372ac48e90f')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:51:01 UTC (rev 265558)
+++ community-x86_64/PKGBUILD   2017-11-06 14:51:36 UTC (rev 265559)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-boot-maker
-pkgver=2.0.3.1
-pkgrel=1
-pkgdesc='Tool to create a bootable usb stick quick and easy'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-boot-maker;
-license=('GPL3')
-depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
-makedepends=('qt5-tools' 'python')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
-sha512sums=('4d683f4ba1cb7462d0532ad5da7580a4a9360c748f6a87c561d82fb855b12e14e3aeda9661a4acd09e3e324dd8d5d3ffa70cec695ef7a8fe5e932304a26cb092')
-
-build(){
-  cd deepin-boot-maker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-boot-maker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 265558, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 14:51:36 UTC (rev 265559)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker;
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
+sha512sums=('5c0330b0f3e862a2864ad95e7a26feeefcfe890e32e3182a8619d0f1993750b8012ac518e1644768c9556201e42e9821085ec6db64b69fc71bf9b372ac48e90f')
+
+build(){
+  cd 

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:51:55
  Author: felixonmars
Revision: 265560

upgpkg: deepin-system-monitor 1.3.6-1

Modified:
  deepin-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:51:36 UTC (rev 265559)
+++ PKGBUILD2017-11-06 14:51:55 UTC (rev 265560)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-system-monitor
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc='A more user-friendly system monitor'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('deepin')
 install=deepin-system-monitor.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;)
-sha512sums=('110f6c47344425a010ea475b854d091d1bf457ec6095dbc97940d6cafdc68e287552111653718e076bbc7833945afbac02adebf41017748600b7468173b8cf19')
+sha512sums=('4629478e96d85c7b3bdd4375e72c9e9c3a71b149193d8c6e83585ded06d6334f2be7807d9fcf63c8f194fd39abff0b834f36c34c82baf26469a525096b96c670')
 
 prepare() {
   cd deepin-system-monitor-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:51:01
  Author: felixonmars
Revision: 265558

upgpkg: deepin-boot-maker 2.0.4-1

Modified:
  deepin-boot-maker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:50:12 UTC (rev 265557)
+++ PKGBUILD2017-11-06 14:51:01 UTC (rev 265558)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-boot-maker
-pkgver=2.0.3.1
+pkgver=2.0.4
 pkgrel=1
 pkgdesc='Tool to create a bootable usb stick quick and easy'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools' 'python')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
-sha512sums=('4d683f4ba1cb7462d0532ad5da7580a4a9360c748f6a87c561d82fb855b12e14e3aeda9661a4acd09e3e324dd8d5d3ffa70cec695ef7a8fe5e932304a26cb092')
+sha512sums=('5c0330b0f3e862a2864ad95e7a26feeefcfe890e32e3182a8619d0f1993750b8012ac518e1644768c9556201e42e9821085ec6db64b69fc71bf9b372ac48e90f')
 
 build(){
   cd deepin-boot-maker-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:50:12
  Author: felixonmars
Revision: 265557

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 265556, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 265556, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:49:33 UTC (rev 265556)
+++ community-i686/PKGBUILD 2017-11-06 14:50:12 UTC (rev 265557)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('d5eb5cfc0f16da3a5eaee0a75ce151af75a33ab91c117f2d0e497911291d66731ead277e201ba56cf03e31bfa3b8d428f5ee298f5a68a64ae03f2df6bedff8b2')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 265556, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:50:12 UTC (rev 265557)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.3.1
+pkgrel=2
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('d5eb5cfc0f16da3a5eaee0a75ce151af75a33ab91c117f2d0e497911291d66731ead277e201ba56cf03e31bfa3b8d428f5ee298f5a68a64ae03f2df6bedff8b2')
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:49:33 UTC (rev 265556)
+++ community-x86_64/PKGBUILD   2017-11-06 14:50:12 UTC (rev 265557)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:49:33
  Author: felixonmars
Revision: 265556

upgpkg: deepin-control-center 4.3.1-2

rebuild with dtkwidget 2.0.5

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:49:00 UTC (rev 26)
+++ PKGBUILD2017-11-06 14:49:33 UTC (rev 265556)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-control-center
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-control-center;


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:49:00
  Author: felixonmars
Revision: 26

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

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

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

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

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

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

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

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:48:23
  Author: felixonmars
Revision: 265554

upgpkg: deepin-screen-recorder 2.6.4-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:47:15 UTC (rev 265553)
+++ PKGBUILD2017-11-06 14:48:23 UTC (rev 265554)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screen-recorder
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz;)
-sha512sums=('088f2ba7ed7b4f8c909a0403032dcb50e63628097b032d6873c46509d8bb793dba9ca0491a3559b417cb189cf8b296e5ae1f6845aec3071193dff11dd8918435')
+sha512sums=('17fb66e8e2a876edd8668eb3f48cc4e97a5769f0332fd0e0ce0ab695a2022f2f4646f8f1249af88d68ccb53f5d52b451c3cd5e92a213c67776f577488c133366')
 
 build(){
   cd deepin-screen-recorder-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:47:15
  Author: felixonmars
Revision: 265553

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:46:41 UTC (rev 265552)
+++ community-i686/PKGBUILD 2017-11-06 14:47:15 UTC (rev 265553)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.16
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
- 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
- 'deepin-go-lib' 'bzr' 'go-pie') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
-sha512sums=('a9aa7f3958839291a89911f8dc7046ec8f7ec56521c80ce2f2c4885c7f4907902db32667b3df5742a97e6288845c8439dafa8677b34c746774faf4187f9ef107')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir"/dde-api-$pkgver
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize
-}
-
-build(){
-  cd dde-api-$pkgver
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api-$pkgver
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 265552, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:47:15 UTC (rev 265553)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.1.17
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
+ 'deepin-go-lib' 'bzr' 'go-pie') # 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
+sha512sums=('0ddf4f2ddf745fe33d2c0750529874a17ae93ae9e90c4cfdcc011752fe44ee2c894af6fd9a1ae69f13fc9aae603dc5c1ad20f0776a6ede97ed322eac8c19a860')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir"/dde-api-$pkgver
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize
+}
+
+build(){
+  cd dde-api-$pkgver
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:46:41 UTC (rev 265552)
+++ community-x86_64/PKGBUILD   2017-11-06 14:47:15 UTC (rev 265553)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.16
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
- 'poppler-glib' 

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:46:41
  Author: felixonmars
Revision: 265552

upgpkg: deepin-api 3.1.17-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:46:23 UTC (rev 265551)
+++ PKGBUILD2017-11-06 14:46:41 UTC (rev 265552)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.1.16
+pkgver=3.1.17
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-api')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
-sha512sums=('a9aa7f3958839291a89911f8dc7046ec8f7ec56521c80ce2f2c4885c7f4907902db32667b3df5742a97e6288845c8439dafa8677b34c746774faf4187f9ef107')
+sha512sums=('0ddf4f2ddf745fe33d2c0750529874a17ae93ae9e90c4cfdcc011752fe44ee2c894af6fd9a1ae69f13fc9aae603dc5c1ad20f0776a6ede97ed322eac8c19a860')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:46:23
  Author: felixonmars
Revision: 265551

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:45:46 UTC (rev 265550)
+++ community-i686/PKGBUILD 2017-11-06 14:46:23 UTC (rev 265551)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
- 'deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('f8f6c399cee52d072af220ca42659986bb01171614156d4cf1682304d5705c721766a95916aa5f211518cfa080adcfab06a25a268af28bedd2a565dc5c2b7caf')
-
-build() {
-  cd dde-dock-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 265550, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:46:23 UTC (rev 265551)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.4.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
+ 'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('821b73473d547819ee71ea9fa6dfa2b30685b6551fccb9b8b6dbd2a48e15d0cfedafb4a3645d5130b04852bc0b2e7a3132e558d2e9dde1e6e598516441c07447')
+
+build() {
+  cd dde-dock-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:45:46 UTC (rev 265550)
+++ community-x86_64/PKGBUILD   2017-11-06 14:46:23 UTC (rev 265551)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
- 'deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('f8f6c399cee52d072af220ca42659986bb01171614156d4cf1682304d5705c721766a95916aa5f211518cfa080adcfab06a25a268af28bedd2a565dc5c2b7caf')
-
-build() {
-  cd dde-dock-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 265550, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 14:46:23 UTC (rev 265551)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.4.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock 

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:45:46
  Author: felixonmars
Revision: 265550

upgpkg: deepin-dock 4.4.2-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:39:28 UTC (rev 265549)
+++ PKGBUILD2017-11-06 14:45:46 UTC (rev 265550)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('f8f6c399cee52d072af220ca42659986bb01171614156d4cf1682304d5705c721766a95916aa5f211518cfa080adcfab06a25a268af28bedd2a565dc5c2b7caf')
+sha512sums=('821b73473d547819ee71ea9fa6dfa2b30685b6551fccb9b8b6dbd2a48e15d0cfedafb4a3645d5130b04852bc0b2e7a3132e558d2e9dde1e6e598516441c07447')
 
 build() {
   cd dde-dock-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:39:28
  Author: felixonmars
Revision: 265549

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

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

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

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

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:38:53 UTC (rev 265548)
+++ community-x86_64/PKGBUILD   2017-11-06 14:39:28 UTC (rev 265549)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.7.4
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('4ec6209326cb8429ebbe062915913c50e92f77f6d77a99c88c80a448f6521c5bba8909fd707fd358192a45b95fca3952e3a1954aa5182572be89d1594dc57d51')
-

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:38:53
  Author: felixonmars
Revision: 265548

upgpkg: deepin-terminal 2.7.5-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:37:15 UTC (rev 265547)
+++ PKGBUILD2017-11-06 14:38:53 UTC (rev 265548)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 #options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('4ec6209326cb8429ebbe062915913c50e92f77f6d77a99c88c80a448f6521c5bba8909fd707fd358192a45b95fca3952e3a1954aa5182572be89d1594dc57d51')
+sha512sums=('67d7599659e6cd3ac732c6603824f313b6fb7d1b6ee6e4341f3c067067c33bbea430afe6940b7ed3e4ea0074e3b14c39ec71b2c2650dde0b1e680215ad51793f')
 
 prepare() {
   mkdir -p build


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:37:15
  Author: felixonmars
Revision: 265547

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:36:35 UTC (rev 265546)
+++ community-i686/PKGBUILD 2017-11-06 14:37:15 UTC (rev 265547)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('75d5c90245361f292e6cb37354f0b0b34b3b4d11745fa356ebe3782dd4ffc1c3ef4eb1f55b30c219e0c8d81ee05c56061361377ef3e93787bbf2b874e8dc7bed')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 265546, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:37:15 UTC (rev 265547)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.8
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('7e05306ef68e9346c28efecc87c7eddb4742cc81fe92537eac4aecca07e18cb4c12ef634990a3dd3521f40178597087ee65dd1d584f4ecd220d9b6c10b4b90ee')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:36:35 UTC (rev 265546)
+++ community-x86_64/PKGBUILD   2017-11-06 14:37:15 UTC (rev 265547)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:36:35
  Author: felixonmars
Revision: 265546

upgpkg: deepin-menu 3.1.8-1

Modified:
  deepin-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:36:19 UTC (rev 265545)
+++ PKGBUILD2017-11-06 14:36:35 UTC (rev 265546)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-menu
-pkgver=3.1.7
+pkgver=3.1.8
 pkgrel=1
 pkgdesc="Deepin menu service for building beautiful menus"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('75d5c90245361f292e6cb37354f0b0b34b3b4d11745fa356ebe3782dd4ffc1c3ef4eb1f55b30c219e0c8d81ee05c56061361377ef3e93787bbf2b874e8dc7bed')
+sha512sums=('7e05306ef68e9346c28efecc87c7eddb4742cc81fe92537eac4aecca07e18cb4c12ef634990a3dd3521f40178597087ee65dd1d584f4ecd220d9b6c10b4b90ee')
 
 prepare() {
   cd deepin-menu-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:36:19
  Author: felixonmars
Revision: 265545

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:35:38 UTC (rev 265544)
+++ community-i686/PKGBUILD 2017-11-06 14:36:19 UTC (rev 265545)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwm
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Deepin Tool Kit Wm'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwm;
-license=('GPL3')
-depends=('dtkcore' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
-sha512sums=('227a69a6e4248a84cfff1cde25b6810a3f7de376f469ee323353a1d15660aea36f47d67e2eb98aef929000d47a44681fba7ea1b12f4494e445bf997ad1fb4932')
-
-build() {
-  cd dtkwm-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwm-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwm/repos/community-i686/PKGBUILD (from rev 265544, 
dtkwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:36:19 UTC (rev 265545)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwm
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Deepin Tool Kit Wm'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwm;
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
+sha512sums=('a0bddf37d02a5103cdabaf3e4353752a98c4f71b934eb39624fff2c9bf1e45f38f51ecc90b6e4d60f7bf5299e8c1bf35b740e46d458d1acabd8e3f24bfd414aa')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:35:38 UTC (rev 265544)
+++ community-x86_64/PKGBUILD   2017-11-06 14:36:19 UTC (rev 265545)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwm
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Deepin Tool Kit Wm'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwm;
-license=('GPL3')
-depends=('dtkcore' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
-sha512sums=('227a69a6e4248a84cfff1cde25b6810a3f7de376f469ee323353a1d15660aea36f47d67e2eb98aef929000d47a44681fba7ea1b12f4494e445bf997ad1fb4932')
-
-build() {
-  cd dtkwm-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwm-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwm/repos/community-x86_64/PKGBUILD (from rev 265544, 
dtkwm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 14:36:19 UTC (rev 265545)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwm
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Deepin Tool Kit Wm'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwm;
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
+sha512sums=('a0bddf37d02a5103cdabaf3e4353752a98c4f71b934eb39624fff2c9bf1e45f38f51ecc90b6e4d60f7bf5299e8c1bf35b740e46d458d1acabd8e3f24bfd414aa')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:35:38
  Author: felixonmars
Revision: 265544

upgpkg: dtkwm 2.0.5-1

Modified:
  dtkwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:34:33 UTC (rev 265543)
+++ PKGBUILD2017-11-06 14:35:38 UTC (rev 265544)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwm
-pkgver=2.0.1
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Deepin Tool Kit Wm'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('dtkcore' 'qt5-x11extras')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
-sha512sums=('227a69a6e4248a84cfff1cde25b6810a3f7de376f469ee323353a1d15660aea36f47d67e2eb98aef929000d47a44681fba7ea1b12f4494e445bf997ad1fb4932')
+sha512sums=('a0bddf37d02a5103cdabaf3e4353752a98c4f71b934eb39624fff2c9bf1e45f38f51ecc90b6e4d60f7bf5299e8c1bf35b740e46d458d1acabd8e3f24bfd414aa')
 
 build() {
   cd dtkwm-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:34:33
  Author: felixonmars
Revision: 265543

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 265542, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 14:34:10 UTC (rev 265542)
+++ PKGBUILD2017-11-06 14:34:33 UTC (rev 265543)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=2.1.10
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('b98a00e80434fa9d58af19435d43f609280a28cba38937651dc38285bdfbb7f6b7c269d3a7c989ba783e2efe49be3ef8a7d9912f6a2611fe45f35a38dc243ba1')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 265542, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 14:34:33 UTC (rev 265543)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=2.1.11
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-babel: for DNS Made Easy support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-babel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('7ed987073cb1820caa898d2104bd260916e7ce79384232d693fac33736a51ac193deb9b031511f9e7c783a9cdf81ed50a3ced6f89838ffe0a2ed0607d48baf3a')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:34:10
  Author: felixonmars
Revision: 265542

upgpkg: dns-lexicon 2.1.11-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:32:42 UTC (rev 265541)
+++ PKGBUILD2017-11-06 14:34:10 UTC (rev 265542)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=2.1.10
+pkgver=2.1.11
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -10,10 +10,11 @@
 license=('MIT')
 depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract')
 optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3')
+'python-boto3: for Route53 support'
+'python-babel: for DNS Made Easy support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-babel')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('b98a00e80434fa9d58af19435d43f609280a28cba38937651dc38285bdfbb7f6b7c269d3a7c989ba783e2efe49be3ef8a7d9912f6a2611fe45f35a38dc243ba1')
+sha512sums=('7ed987073cb1820caa898d2104bd260916e7ce79384232d693fac33736a51ac193deb9b031511f9e7c783a9cdf81ed50a3ced6f89838ffe0a2ed0607d48baf3a')
 
 build() {
   cd lexicon-$pkgver


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:32:42
  Author: felixonmars
Revision: 265541

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:32:03 UTC (rev 265540)
+++ community-i686/PKGBUILD 2017-11-06 14:32:42 UTC (rev 265541)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkcore
-pkgver=2.0.2
-pkgrel=2
-epoch=1
-pkgdesc='DTK core modules'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkcore;
-license=('GPL3')
-depends=('qt5-base' 'gsettings-qt')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/dtkcore/commit/34fbe4b3386954c59382eccad5a1b19e63539547.patch)
-sha512sums=('5884715aa1dfbdf6e5bffd7c1d8722553d94cf199cc75d2f6778b29a2806e66619965011cc4d3808d1729ad1ccf7f6a141459eb09ffac5a0854d0dce98698f61'
-
'b36bef5a37d47e503a20829eff53b89aec4b3d207ebf34d929885fd02bc41216413456b0aaee8b4d574fb71bbddfd2ba2bae20106616eb2f1341a50d409704b0')
-
-prepare() {
-  cd dtkcore-$pkgver
-  patch -p1 -i ../34fbe4b3386954c59382eccad5a1b19e63539547.patch
-}
-
-build() {
-  cd dtkcore-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: dtkcore/repos/community-i686/PKGBUILD (from rev 265540, 
dtkcore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:32:42 UTC (rev 265541)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkcore
+pkgver=2.0.5
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkcore;
+license=('GPL3')
+depends=('qt5-base' 'gsettings-qt')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz;)
+sha512sums=('0beaecdce8a287fab36f4247d009739822a843ff4e3d564df6f61c18fa689a50647e73b3f78f7df42793c552aa87aaa6db2c57f058ce4f239a6c66905bb9ecf0')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:32:03 UTC (rev 265540)
+++ community-x86_64/PKGBUILD   2017-11-06 14:32:42 UTC (rev 265541)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkcore
-pkgver=2.0.2
-pkgrel=2
-epoch=1
-pkgdesc='DTK core modules'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkcore;
-license=('GPL3')
-depends=('qt5-base' 'gsettings-qt')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/dtkcore/commit/34fbe4b3386954c59382eccad5a1b19e63539547.patch)
-sha512sums=('5884715aa1dfbdf6e5bffd7c1d8722553d94cf199cc75d2f6778b29a2806e66619965011cc4d3808d1729ad1ccf7f6a141459eb09ffac5a0854d0dce98698f61'
-
'b36bef5a37d47e503a20829eff53b89aec4b3d207ebf34d929885fd02bc41216413456b0aaee8b4d574fb71bbddfd2ba2bae20106616eb2f1341a50d409704b0')
-
-prepare() {
-  cd dtkcore-$pkgver
-  patch -p1 -i ../34fbe4b3386954c59382eccad5a1b19e63539547.patch
-}
-
-build() {
-  cd dtkcore-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: dtkcore/repos/community-x86_64/PKGBUILD (from rev 265540, 
dtkcore/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 14:32:42 UTC (rev 265541)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:32:03
  Author: felixonmars
Revision: 265540

upgpkg: dtkcore 1:2.0.5-1

Modified:
  dtkcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 14:31:39 UTC (rev 265539)
+++ PKGBUILD2017-11-06 14:32:03 UTC (rev 265540)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkcore
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 epoch=1
 pkgdesc='DTK core modules'
 arch=('i686' 'x86_64')
@@ -13,16 +13,9 @@
 license=('GPL3')
 depends=('qt5-base' 'gsettings-qt')
 makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/dtkcore/commit/34fbe4b3386954c59382eccad5a1b19e63539547.patch)
-sha512sums=('5884715aa1dfbdf6e5bffd7c1d8722553d94cf199cc75d2f6778b29a2806e66619965011cc4d3808d1729ad1ccf7f6a141459eb09ffac5a0854d0dce98698f61'
-
'b36bef5a37d47e503a20829eff53b89aec4b3d207ebf34d929885fd02bc41216413456b0aaee8b4d574fb71bbddfd2ba2bae20106616eb2f1341a50d409704b0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz;)
+sha512sums=('0beaecdce8a287fab36f4247d009739822a843ff4e3d564df6f61c18fa689a50647e73b3f78f7df42793c552aa87aaa6db2c57f058ce4f239a6c66905bb9ecf0')
 
-prepare() {
-  cd dtkcore-$pkgver
-  patch -p1 -i ../34fbe4b3386954c59382eccad5a1b19e63539547.patch
-}
-
 build() {
   cd dtkcore-$pkgver
   qmake-qt5 PREFIX=/usr


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

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:31:39
  Author: felixonmars
Revision: 265539

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

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

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

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

Copied: dtkwidget/repos/community-i686/PKGBUILD (from rev 265538, 
dtkwidget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:31:39 UTC (rev 265539)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
+sha512sums=('d27e1eee2f4095ffaee4e1df8d6796a4285108f0ab4f5a7cb559a7453bc6560728c122f38d31738344ab72dcb20154aa9919db9364f6428fa32878fdd49ce8b5')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

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

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 265538, 
dtkwidget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 14:31:39 UTC (rev 265539)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')

  1   2   >