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

Felix Yan felixonmars at archlinux.org
Tue Apr 25 13:15:02 UTC 2017


    Date: Tuesday, April 25, 2017 @ 13:15:01
  Author: felixonmars
Revision: 225297

archrelease: copy trunk to community-any

Added:
  deepin-screenshot/repos/community-any/PKGBUILD
    (from rev 225296, 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-25 13:14:45 UTC (rev 225296)
+++ PKGBUILD	2017-04-25 13:15:01 UTC (rev 225297)
@@ -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.14
-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=('6dae6dfd8ffcced5ff2f1d3b6d16f62364a73415c3385948fc2813eb31d1d18e37bbcbc922ab762db4f2ca72330cbf8c9b89973a2a082b0501e83569f444bf9e')
-
-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 225296, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-25 13:15:01 UTC (rev 225297)
@@ -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.15
+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=('ecef43deb19ee5c063ad065851d7480647dadbf329a78852dccaab866d9a8907697b15987d2106212524003e39fe3b561f1865df0f9a2ece1687689d97279b56')
+
+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