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

Felix Yan felixonmars at archlinux.org
Fri Jun 30 16:35:59 UTC 2017


    Date: Friday, June 30, 2017 @ 16:35:58
  Author: felixonmars
Revision: 241708

archrelease: copy trunk to community-testing-any

Added:
  deepin-movie/repos/community-testing-any/PKGBUILD
    (from rev 241707, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 16:35:48 UTC (rev 241707)
+++ PKGBUILD	2017-06-30 16:35:58 UTC (rev 241708)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-movie
-epoch=1
-pkgver=2.2.14
-pkgrel=3
-pkgdesc='Movie player based on QtAV'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-movie"
-license=('GPL3')
-depends=('python2-ass' 'python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
-         'python2-peewee' 'python2-magic' 'deepin-qml-dbus-factory' 'python2-xpybutil'
-         'python2-pysrt' 'python2-opengl' 'deepin-manual' 'deepin-qt5integration')
-makedepends=('deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie/archive/$pkgver.tar.gz")
-sha512sums=('e63cb7b2158a378aa5fc77d399c7ae4f642997d6097f3f75fff16b2b12311e6a3ddd84c1bf7cda0517cf83f88c36880c926d57d2b8d86d25fd8ade97dcd93159')
-
-prepare() {
-  cd deepin-movie-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-movie-$pkgver
-  python2 configure.py
-  deepin-generate-mo locale/locale_config.ini
-}
-
-package() {
-  cd deepin-movie-$pkgver
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-
-  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py
-}

Copied: deepin-movie/repos/community-testing-any/PKGBUILD (from rev 241707, deepin-movie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-30 16:35:58 UTC (rev 241708)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-movie
+epoch=1
+pkgver=2.2.14
+pkgrel=4
+pkgdesc='Movie player based on QtAV'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-movie"
+license=('GPL3')
+depends=('python2-ass' 'python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
+         'python2-peewee' 'python2-magic' 'deepin-qml-dbus-factory' 'deepin-qml-widgets'
+         'python2-xpybutil' 'python2-pysrt' 'python2-opengl' 'deepin-manual'
+         'deepin-qt5integration')
+makedepends=('deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie/archive/$pkgver.tar.gz")
+sha512sums=('e63cb7b2158a378aa5fc77d399c7ae4f642997d6097f3f75fff16b2b12311e6a3ddd84c1bf7cda0517cf83f88c36880c926d57d2b8d86d25fd8ade97dcd93159')
+
+prepare() {
+  cd deepin-movie-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-movie-$pkgver
+  python2 configure.py
+  deepin-generate-mo locale/locale_config.ini
+}
+
+package() {
+  cd deepin-movie-$pkgver
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+
+  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py
+}



More information about the arch-commits mailing list