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

Felix Yan fyan at archlinux.org
Thu May 12 07:57:32 UTC 2016


    Date: Thursday, May 12, 2016 @ 09:57:31
  Author: fyan
Revision: 174878

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 07:57:01 UTC (rev 174877)
+++ PKGBUILD	2016-05-12 07:57:31 UTC (rev 174878)
@@ -1,41 +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-screenshot
-pkgver=3.1.7
-pkgrel=2
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-screenshot"
-license=('GPL3')
-depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
-         'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
-makedepends=('deepin-gettext-tools' 'git')
-optdepends=('deepin-social-sharing: for "Share" support'
-            'deepin-daemon: for sound effect')
-groups=('deepin-extra')
-source=("git+https://cr.deepin.io/deepin-screenshot.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-screenshot
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-screenshot
-  make
-}
-
-package() {
-  cd deepin-screenshot
-  make DESTDIR="${pkgdir}" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-screenshot/repos/community-any/PKGBUILD (from rev 174877, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-12 07:57:31 UTC (rev 174878)
@@ -0,0 +1,41 @@
+# $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-screenshot
+pkgver=3.1.8
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-screenshot"
+license=('GPL3')
+depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
+         'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
+makedepends=('deepin-gettext-tools' 'git')
+optdepends=('deepin-social-sharing: for "Share" support'
+            'deepin-daemon: for sound effect')
+groups=('deepin-extra')
+source=("git+https://cr.deepin.io/deepin-screenshot.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-screenshot
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-screenshot
+  make
+}
+
+package() {
+  cd deepin-screenshot
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:



More information about the arch-commits mailing list