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

Felix Yan felixonmars at archlinux.org
Fri Mar 10 04:47:49 UTC 2017


    Date: Friday, March 10, 2017 @ 04:47:48
  Author: felixonmars
Revision: 215454

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-10 04:47:27 UTC (rev 215453)
+++ PKGBUILD	2017-03-10 04:47:48 UTC (rev 215454)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-movie
-epoch=1
-pkgver=2.2.11
-pkgrel=1
-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-widgets' 'python2-xpybutil' 'python2-pysrt'
-         'python2-opengl' 'deepin-manual')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-source=("git+https://github.com/linuxdeepin/deepin-movie.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-movie
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-movie
-  python2 configure.py
-  deepin-generate-mo locale/locale_config.ini
-}
-
-package() {
-  cd deepin-movie
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-
-  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py
-}

Copied: deepin-movie/repos/community-any/PKGBUILD (from rev 215453, deepin-movie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-10 04:47:48 UTC (rev 215454)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-movie
+epoch=1
+pkgver=2.2.12
+pkgrel=1
+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-widgets' 'python2-xpybutil' 'python2-pysrt'
+         'python2-opengl' 'deepin-manual')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+source=("git+https://github.com/linuxdeepin/deepin-movie.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-movie
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-movie
+  python2 configure.py
+  deepin-generate-mo locale/locale_config.ini
+}
+
+package() {
+  cd deepin-movie
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+
+  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py
+}



More information about the arch-commits mailing list