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

Felix Yan felixonmars at archlinux.org
Fri Apr 14 06:32:52 UTC 2017


    Date: Friday, April 14, 2017 @ 06:32:51
  Author: felixonmars
Revision: 222981

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-14 06:32:24 UTC (rev 222980)
+++ PKGBUILD	2017-04-14 06:32:51 UTC (rev 222981)
@@ -1,42 +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.12
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-screenshot"
-license=('GPL3')
-depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
-         'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil'
-         'python2-opengl')
-makedepends=('deepin-gettext-tools')
-optdepends=('deepin-social-sharing: for "Share" support'
-            'deepin-daemon: for sound effect')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
-sha512sums=('ae310f5120cf983329c4678f93a7f4856d6f5cbd6adca3119620ba103b9dc4f0e68040b1b4a21a879f8dd3930ab7fbdcdd434f3751b48655a6cdbd7208c05c22')
-
-prepare() {
-  cd deepin-screenshot-$pkgver
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-screenshot-$pkgver
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-screenshot/repos/community-any/PKGBUILD (from rev 222980, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-14 06:32:51 UTC (rev 222981)
@@ -0,0 +1,42 @@
+# $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.13
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-screenshot"
+license=('GPL3')
+depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
+         'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil'
+         'python2-opengl')
+makedepends=('deepin-gettext-tools')
+optdepends=('deepin-social-sharing: for "Share" support'
+            'deepin-daemon: for sound effect')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
+sha512sums=('7064ce35b6ac8ef26df505f364122e92c99c2f82943ace2ffa6efd24044fe7455416d15854148dcd5a819a8ffd089d595ae1cc4fdc7c4a62ca8c6b47821f5c33')
+
+prepare() {
+  cd deepin-screenshot-$pkgver
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-screenshot-$pkgver
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:



More information about the arch-commits mailing list