[arch-commits] Commit in deepin-game/repos/community-any (3 files)

Felix Yan fyan at archlinux.org
Wed Apr 27 15:43:36 UTC 2016


    Date: Wednesday, April 27, 2016 @ 17:43:36
  Author: fyan
Revision: 172065

archrelease: copy trunk to community-any

Added:
  deepin-game/repos/community-any/PKGBUILD
    (from rev 172064, deepin-game/trunk/PKGBUILD)
Deleted:
  deepin-game/repos/community-any/PKGBUILD
  deepin-game/repos/community-any/deepin-game.install

---------------------+
 PKGBUILD            |   71 ++++++++++++++++++++++++--------------------------
 deepin-game.install |   12 --------
 2 files changed, 35 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 15:43:03 UTC (rev 172064)
+++ PKGBUILD	2016-04-27 15:43:36 UTC (rev 172065)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-game
-pkgver=2014.2
-pkgrel=3
-pkgdesc="Deepin Game Center"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-game"
-license=('GPL3')
-depends=('python2-deepin-ui' 'flashplugin' 'hicolor-icon-theme' 'python2-dbus'
-         'python2-jswebkit' 'python2-deepin-storm')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-game.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-game
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-game
-  deepin-generate-mo tools/locale_config.ini
-}
-
-package() {
-  cd deepin-game
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-}

Copied: deepin-game/repos/community-any/PKGBUILD (from rev 172064, deepin-game/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 15:43:36 UTC (rev 172065)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-game
+pkgver=2014.2
+pkgrel=4
+pkgdesc="Deepin Game Center"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-game"
+license=('GPL3')
+depends=('python2-deepin-ui' 'flashplugin' 'hicolor-icon-theme' 'python2-dbus'
+         'python2-jswebkit' 'python2-deepin-storm')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+source=("git+https://github.com/linuxdeepin/deepin-game.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-game
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-game
+  deepin-generate-mo tools/locale_config.ini
+}
+
+package() {
+  cd deepin-game
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}

Deleted: deepin-game.install
===================================================================
--- deepin-game.install	2016-04-27 15:43:03 UTC (rev 172064)
+++ deepin-game.install	2016-04-27 15:43:36 UTC (rev 172065)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list