[arch-commits] Commit in deepin-screenshot/repos/community-any (4 files)
Felix Yan
fyan at archlinux.org
Mon Sep 21 05:38:35 UTC 2015
Date: Monday, September 21, 2015 @ 07:38:34
Author: fyan
Revision: 141342
archrelease: copy trunk to community-any
Added:
deepin-screenshot/repos/community-any/PKGBUILD
(from rev 141341, deepin-screenshot/trunk/PKGBUILD)
deepin-screenshot/repos/community-any/deepin-screenshot.install
(from rev 141341, deepin-screenshot/trunk/deepin-screenshot.install)
Deleted:
deepin-screenshot/repos/community-any/PKGBUILD
deepin-screenshot/repos/community-any/deepin-screenshot.install
---------------------------+
PKGBUILD | 82 ++++++++++++++++++++++----------------------
deepin-screenshot.install | 22 +++++------
2 files changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-21 05:38:18 UTC (rev 141341)
+++ PKGBUILD 2015-09-21 05:38:34 UTC (rev 141342)
@@ -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.2
-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'
- 'python2' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/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 141341, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-21 05:38:34 UTC (rev 141342)
@@ -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.2
+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')
+groups=('deepin-extra')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/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:
Deleted: deepin-screenshot.install
===================================================================
--- deepin-screenshot.install 2015-09-21 05:38:18 UTC (rev 141341)
+++ deepin-screenshot.install 2015-09-21 05:38:34 UTC (rev 141342)
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}
Copied: deepin-screenshot/repos/community-any/deepin-screenshot.install (from rev 141341, deepin-screenshot/trunk/deepin-screenshot.install)
===================================================================
--- deepin-screenshot.install (rev 0)
+++ deepin-screenshot.install 2015-09-21 05:38:34 UTC (rev 141342)
@@ -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