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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:43:11
  Author: felixonmars
Revision: 375862

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-31 14:43:06 UTC (rev 375861)
+++ PKGBUILD2018-08-31 14:43:11 UTC (rev 375862)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov
-
-pkgbase=python-txaio
-pkgname=(python-txaio python2-txaio)
-pkgver=18.7.1
-pkgrel=1
-pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
-arch=('any')
-url="https://github.com/crossbario/txaio;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python2-pytest' 
'python2-mock' 'python2-twisted')
-source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz;)
-sha512sums=('d88cc8862340d269470e91a3e2d60c5c3ca6e169e838069f690e35bbf07d3db516b59e0e76cb83cfd1217ca73c0705fdae451df3d9c69adc421579eb2f1b68d9')
-
-prepare() {
-  # This tests whether pip can install the sdist, and is completely broken
-  # except in their boutique setup. They won't fix it.
-  # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
-  rm txaio-$pkgver/test/test_packaging.py
-  cp -a txaio-$pkgver{,-py2}
-
-  # Fix tests on Python 3.7 (https://github.com/crossbario/txaio/issues/134)
-  sed -i 's/asyncio\.test_utils/test.test_asyncio.utils/' 
txaio-$pkgver/test/*.py
-}
-
-build() {
-  cd "$srcdir"/txaio-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/txaio-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/txaio-$pkgver
-  python -m pytest
-
-  cd "$srcdir"/txaio-$pkgver-py2
-  python2 -m pytest
-}
-
-package_python-txaio() {
-  depends=('python-six')
-
-  cd txaio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-txaio() {
-  depends=('python2-six')
-
-  cd txaio-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-txaio/repos/community-any/PKGBUILD (from rev 375861, 
python-txaio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-31 14:43:11 UTC (rev 375862)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=18.8.1
+pkgrel=1
+pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
+arch=('any')
+url="https://github.com/crossbario/txaio;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python2-pytest' 
'python2-mock' 'python2-twisted')
+source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz;)
+sha512sums=('5aa0024b32211534b0c673da13b092ba08e15195b3b016bc21104618605d5c0b49096fa2795e13d9d5c4247defa1d72f903cbcc8d00a21359825224faab64b64')
+
+prepare() {
+  # This tests whether pip can install the sdist, and is completely broken
+  # except in their boutique setup. They won't fix it.
+  # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
+  rm txaio-$pkgver/test/test_packaging.py
+  cp -a txaio-$pkgver{,-py2}
+
+  # Fix tests on Python 3.7 (https://github.com/crossbario/txaio/issues/134)
+  sed -i 's/asyncio\.test_utils/test.test_asyncio.utils/' 
txaio-$pkgver/test/*.py
+}
+
+build() {
+  cd "$srcdir"/txaio-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/txaio-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/txaio-$pkgver
+  python -m pytest
+
+  cd "$srcdir"/txaio-$pkgver-py2
+  python2 -m pytest
+}
+
+package_python-txaio() {
+  depends=('python-six')
+
+  cd txaio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-txaio() {
+  depends=('python2-six')
+
+  cd txaio-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-31 Thread Filipe Laíns via arch-commits
Date: Friday, August 31, 2018 @ 15:21:13
  Author: ffy00
Revision: 375874

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 375873, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 375873, shotcut/trunk/melt.patch)

+
 PKGBUILD   |   47 +++
 melt.patch |   13 +
 2 files changed, 60 insertions(+)

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 375873, 
shotcut/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-08-31 15:21:13 UTC (rev 375874)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=18.08.14
+pkgrel=3
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
+'melt.patch')
+sha512sums=('ee1f8bac04907aae1ac3d85d1f61d1e7cdf0e0f67117c968dd79313f31d5b7f2fcb32bc8066c14fb5bb09a315a81b067a88c75004dae87a00b5f316ae87be8a0'
+
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../melt.patch
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=$pkgver-ARCH
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 375873, 
shotcut/trunk/melt.patch)
===
--- community-x86_64/melt.patch (rev 0)
+++ community-x86_64/melt.patch 2018-08-31 15:21:13 UTC (rev 375874)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+-QFileInfo meltPath(shotcutPath, "qmelt");
++QFileInfo meltPath(shotcutPath, "melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;


[arch-commits] Commit in shotcut/trunk (melt.patch)

2018-08-31 Thread Filipe Laíns via arch-commits
Date: Friday, August 31, 2018 @ 15:21:08
  Author: ffy00
Revision: 375873

add melt.patch

Added:
  shotcut/trunk/melt.patch

+
 melt.patch |   13 +
 1 file changed, 13 insertions(+)

Added: melt.patch
===
--- melt.patch  (rev 0)
+++ melt.patch  2018-08-31 15:21:08 UTC (rev 375873)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+-QFileInfo meltPath(shotcutPath, "qmelt");
++QFileInfo meltPath(shotcutPath, "melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:39:18
  Author: felixonmars
Revision: 375853

upgpkg: deepin-launcher 4.4.5.2-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 14:38:26 UTC (rev 375852)
+++ PKGBUILD2018-08-31 14:39:18 UTC (rev 375853)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.4.5.1
+pkgver=4.4.5.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('ae2d60417dbf5eed9dc0aadcb5c6caf709d57a562f1759cf035b8d8fba0d0ecc421c51f4b0fce7cf133f75860e646191167c6efae786fc2404114bc4605cf755')
+sha512sums=('5fb2b7c257a54d5e0950ec97690067fe5971455c1b0ba3419f4c74c031119ac32788fc2aa63f5dea193d12e2f17dcee37c7f72dbfc42c6df4d304719227e76d5')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:39:32
  Author: felixonmars
Revision: 375854

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-31 14:39:18 UTC (rev 375853)
+++ PKGBUILD2018-08-31 14:39:32 UTC (rev 375854)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.4.5.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools')
-makedepends=('cmake')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('ae2d60417dbf5eed9dc0aadcb5c6caf709d57a562f1759cf035b8d8fba0d0ecc421c51f4b0fce7cf133f75860e646191167c6efae786fc2404114bc4605cf755')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 375853, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-31 14:39:32 UTC (rev 375854)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.4.5.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools')
+makedepends=('cmake')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('5fb2b7c257a54d5e0950ec97690067fe5971455c1b0ba3419f4c74c031119ac32788fc2aa63f5dea193d12e2f17dcee37c7f72dbfc42c6df4d304719227e76d5')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:44:40
  Author: felixonmars
Revision: 375863

upgpkg: haskell-descriptive 0.9.5-1

rebuild with descriptive 0.9.5

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 14:43:11 UTC (rev 375862)
+++ PKGBUILD2018-08-31 14:44:40 UTC (rev 375863)
@@ -4,8 +4,8 @@
 
 _hkgname=descriptive
 pkgname=haskell-descriptive
-pkgver=0.9.4
-pkgrel=131
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")
@@ -13,16 +13,9 @@
 depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-scientific"
  "haskell-vector")
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-
https://github.com/chrisdone/descriptive/commit/8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch)
-sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f'
-'4c610a09a74489e9898d14f37ccaefb35e9729e3533d265aaa38830267a31d24')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('259761b86f0f0c517baf80942e81820e6665b45548a3e7970a19d0ce344781f48e9f35b73748a6d5fe7afcc35bc5d0feb7634e56cb408d03d92e1d0cac1fdd1b')
 
-prepare() {
-cd $_hkgname-$pkgver
-patch -p1 -i ../8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch || :
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:45:05
  Author: felixonmars
Revision: 375864

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-descriptive/repos/community-staging-x86_64/
  haskell-descriptive/repos/community-staging-x86_64/PKGBUILD
(from rev 375863, haskell-descriptive/trunk/PKGBUILD)

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

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
375863, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-31 14:45:05 UTC (rev 375864)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-scientific"
+ "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('259761b86f0f0c517baf80942e81820e6665b45548a3e7970a19d0ce344781f48e9f35b73748a6d5fe7afcc35bc5d0feb7634e56cb408d03d92e1d0cac1fdd1b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" 
+}


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

2018-08-31 Thread Filipe Laíns via arch-commits
Date: Friday, August 31, 2018 @ 15:20:43
  Author: ffy00
Revision: 375872

import from aur

Added:
  shotcut/
  shotcut/repos/
  shotcut/trunk/
  shotcut/trunk/PKGBUILD

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

Added: shotcut/trunk/PKGBUILD
===
--- shotcut/trunk/PKGBUILD  (rev 0)
+++ shotcut/trunk/PKGBUILD  2018-08-31 15:20:43 UTC (rev 375872)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=18.08.14
+pkgrel=3
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
+'melt.patch')
+sha512sums=('ee1f8bac04907aae1ac3d85d1f61d1e7cdf0e0f67117c968dd79313f31d5b7f2fcb32bc8066c14fb5bb09a315a81b067a88c75004dae87a00b5f316ae87be8a0'
+
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../melt.patch
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=$pkgver-ARCH
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+


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


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:38:12
  Author: felixonmars
Revision: 375851

upgpkg: deepin-file-manager 1:4.6.8-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 14:37:50 UTC (rev 375850)
+++ PKGBUILD2018-08-31 14:38:12 UTC (rev 375851)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.6.7
+pkgver=4.6.8
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -22,7 +22,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('d2c90ec03d07dd9caef67474b99cb930a2143af3db40162b49eee6ceba34caf92e66fdc4acd42e35db0e715c30eb49d3aff0abda5a08d0238d99dab4e5cf7cb1')
+sha512sums=('78566e87ab67e1bcbb64748c5112b948ca76794b1452dd79a562031b2c2cfd7b665cf7c36f3d5eb71251f5ef2477c7d208f7f3697fba1fe68743c7a5b4fac91b')
 
 build() {
   cd dde-file-manager-$pkgver


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:38:26
  Author: felixonmars
Revision: 375852

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-31 14:38:12 UTC (rev 375851)
+++ PKGBUILD2018-08-31 14:38:26 UTC (rev 375852)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.6.7
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-optdepends=('deepin-manual: view the help manual')
-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=('d2c90ec03d07dd9caef67474b99cb930a2143af3db40162b49eee6ceba34caf92e66fdc4acd42e35db0e715c30eb49d3aff0abda5a08d0238d99dab4e5cf7cb1')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 375851, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-31 14:38:26 UTC (rev 375852)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.6.8
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+optdepends=('deepin-manual: view the help manual')
+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=('78566e87ab67e1bcbb64748c5112b948ca76794b1452dd79a562031b2c2cfd7b665cf7c36f3d5eb71251f5ef2477c7d208f7f3697fba1fe68743c7a5b4fac91b')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:37:50
  Author: felixonmars
Revision: 375850

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-31 14:37:25 UTC (rev 375849)
+++ PKGBUILD2018-08-31 14:37:50 UTC (rev 375850)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.6.4
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('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' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support')
-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=('bc0d3fcc9543c5789b681db9f614b38b57f98b781a1e71be74af53e97be86ba89de64598f1f5b6b5da2659fba1b40e0acbff4fdd24d53e5f723e561568d03fd6')
-
-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-x86_64/PKGBUILD (from rev 375849, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-31 14:37:50 UTC (rev 375850)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.6.4.1
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('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' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support')
+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=('048bbc0c847357cc11c7b86fe127344c35756191ae31619a0705cc65eba4716823eb19d1748b9b850ae9122abf7c1692c33d63a50e8586ba069165dcf92aaf25')
+
+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
+}


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

2018-08-31 Thread Felix Yan via arch-commits
Date: Friday, August 31, 2018 @ 14:37:25
  Author: felixonmars
Revision: 375849

upgpkg: deepin-control-center 4.6.4.1-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 14:30:03 UTC (rev 375848)
+++ PKGBUILD2018-08-31 14:37:25 UTC (rev 375849)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.6.4
+pkgver=4.6.4.1
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 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=('bc0d3fcc9543c5789b681db9f614b38b57f98b781a1e71be74af53e97be86ba89de64598f1f5b6b5da2659fba1b40e0acbff4fdd24d53e5f723e561568d03fd6')
+sha512sums=('048bbc0c847357cc11c7b86fe127344c35756191ae31619a0705cc65eba4716823eb19d1748b9b850ae9122abf7c1692c33d63a50e8586ba069165dcf92aaf25')
 
 build() {
   cd dde-control-center-$pkgver


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

2018-08-31 Thread Jiachen Yang via arch-commits
Date: Friday, August 31, 2018 @ 17:35:30
  Author: farseerfc
Revision: 375889

archrelease: copy trunk to community-x86_64

Added:
  qtox/repos/community-x86_64/PKGBUILD
(from rev 375888, qtox/trunk/PKGBUILD)
  qtox/repos/community-x86_64/autoaccept.patch
(from rev 375888, qtox/trunk/autoaccept.patch)
Deleted:
  qtox/repos/community-x86_64/PKGBUILD
  qtox/repos/community-x86_64/autoaccept.patch

--+
 PKGBUILD |  140 ++---
 autoaccept.patch |   26 -
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-31 17:34:44 UTC (rev 375888)
+++ PKGBUILD2018-08-31 17:35:30 UTC (rev 375889)
@@ -1,70 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.16.3
-pkgrel=4
-_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('desktop-file-utils'
- 'libxss'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'libexif'
- 'toxcore'
- 'libgl')
-makedepends=('qt5-tools' 'git' 'check' 'cmake' 'mesa' 'libglvnd')
-
-source=( 
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-)
-sha512sums=('97c9becd6a90fc6a09a24fb52c1863dd880d19e9a6807499e875020a4012259f926014d98a4c831fd534028d9bcfcb76c5bb32001a553c22e2174a992a493a65'
-'SKIP')
-
-## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
-  '74ADB7A7F8ECC1009916C4E42AA8E0DA1B31FB3C'  # - AnthonyBilinski 
subkey
-  '7EB339FE881747E701B7D472EBE36E66A8429B99'  # - AnthonyBilinski
-  'CA9221C5389B7C50AA5F779352A50775BE13DF17'  # - noavarice
-  '141C880E8BA25B198D0F850F7C132143C1A3A7D4'  # – tox-user
- )
-
-prepare() {
-  # disable -Werror for release packaging
-  sed -e 's|-Werror||' -i CMakeLists.txt
-}
-
-check() {
-  cd build
-  make test
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DGIT_VERSION=$_gitver \
- -DGIT_DESCRIBE=v$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: qtox/repos/community-x86_64/PKGBUILD (from rev 375888, 
qtox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-31 17:35:30 UTC (rev 375889)
@@ -0,0 +1,70 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.16.3
+pkgrel=5
+_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'libexif'
+ 'toxcore'
+ 'libgl')
+makedepends=('qt5-tools' 'git' 'check' 'cmake' 'mesa' 'libglvnd')
+
+source=( 
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('97c9becd6a90fc6a09a24fb52c1863dd880d19e9a6807499e875020a4012259f926014d98a4c831fd534028d9bcfcb76c5bb32001a553c22e2174a992a493a65'
+'SKIP')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+  '74ADB7A7F8ECC1009916C4E42AA8E0DA1B31FB3C'  # - 

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

2018-08-31 Thread Jiachen Yang via arch-commits
Date: Friday, August 31, 2018 @ 17:34:44
  Author: farseerfc
Revision: 375888

upgpkg: qtox 1.16.3-5

qtox toxcore 0.2.7 rebuild

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 17:31:02 UTC (rev 375887)
+++ PKGBUILD2018-08-31 17:34:44 UTC (rev 375888)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.16.3
-pkgrel=4
+pkgrel=5
 _gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('x86_64')


<    1   2