[arch-commits] Commit in deepin-movie/repos/community-any (4 files)
Felix Yan
fyan at archlinux.org
Wed Nov 25 02:48:00 UTC 2015
Date: Wednesday, November 25, 2015 @ 03:47:59
Author: fyan
Revision: 147749
archrelease: copy trunk to community-any
Added:
deepin-movie/repos/community-any/PKGBUILD
(from rev 147748, deepin-movie/trunk/PKGBUILD)
deepin-movie/repos/community-any/deepin-movie.install
(from rev 147748, deepin-movie/trunk/deepin-movie.install)
Deleted:
deepin-movie/repos/community-any/PKGBUILD
deepin-movie/repos/community-any/deepin-movie.install
----------------------+
PKGBUILD | 76 ++++++++++++++++++++++++-------------------------
deepin-movie.install | 22 +++++++-------
2 files changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-25 02:47:27 UTC (rev 147748)
+++ PKGBUILD 2015-11-25 02:47:59 UTC (rev 147749)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-movie
-pkgver=2.3.0.20151020
-_commit=6bf276cd47e4c85568dd175dfb4e3705e39ccb93
-pkgrel=2
-pkgdesc='Movie player based on QtAV'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-movie"
-license=('GPL3')
-depends=('python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
- 'python2-peewee' 'python2-pillow' 'python2-magic' 'python2-bottle'
- 'deepin-qml-widgets' 'python2-xpybutil' 'python2-deepin-utils'
- 'python2-requests' 'dleyna-renderer' 'deepin-dbus-factory')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-movie.git#commit=$_commit")
-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
-}
Copied: deepin-movie/repos/community-any/PKGBUILD (from rev 147748, deepin-movie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-11-25 02:47:59 UTC (rev 147749)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-movie
+pkgver=2.3.0.20151102
+_commit=9046d58a99f0fd25e148e54290837712bc689a6c
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-movie"
+license=('GPL3')
+depends=('python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
+ 'python2-peewee' 'python2-pillow' 'python2-magic' 'python2-bottle'
+ 'deepin-qml-widgets' 'python2-xpybutil' 'python2-deepin-utils'
+ 'python2-requests' 'dleyna-renderer' 'deepin-dbus-factory')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-movie.git#commit=$_commit")
+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
+}
Deleted: deepin-movie.install
===================================================================
--- deepin-movie.install 2015-11-25 02:47:27 UTC (rev 147748)
+++ deepin-movie.install 2015-11-25 02:47:59 UTC (rev 147749)
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}
Copied: deepin-movie/repos/community-any/deepin-movie.install (from rev 147748, deepin-movie/trunk/deepin-movie.install)
===================================================================
--- deepin-movie.install (rev 0)
+++ deepin-movie.install 2015-11-25 02:47:59 UTC (rev 147749)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+}
More information about the arch-commits
mailing list