[arch-commits] Commit in deepin-screenshot/repos/community-staging-any (4 files)
Felix Yan
fyan at archlinux.org
Tue Dec 8 12:35:27 UTC 2015
Date: Tuesday, December 8, 2015 @ 13:35:27
Author: fyan
Revision: 150291
archrelease: copy trunk to community-staging-any
Added:
deepin-screenshot/repos/community-staging-any/PKGBUILD
(from rev 150290, deepin-screenshot/trunk/PKGBUILD)
deepin-screenshot/repos/community-staging-any/deepin-screenshot.install
(from rev 150290, deepin-screenshot/trunk/deepin-screenshot.install)
Deleted:
deepin-screenshot/repos/community-staging-any/PKGBUILD
deepin-screenshot/repos/community-staging-any/deepin-screenshot.install
---------------------------+
PKGBUILD | 87 ++++++++++++++++++++++----------------------
deepin-screenshot.install | 22 +++++------
2 files changed, 55 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-08 12:35:08 UTC (rev 150290)
+++ PKGBUILD 2015-12-08 12:35:27 UTC (rev 150291)
@@ -1,43 +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.3.20151208
-_commit=c68921c5d3d995a3184f75d4b4dcb080c53e9d74
-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')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#commit=$_commit")
-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-staging-any/PKGBUILD (from rev 150290, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-12-08 12:35:27 UTC (rev 150291)
@@ -0,0 +1,44 @@
+# $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.3.20151208
+_commit=1ef646c0dd5c3bd376d1c0243c9a977b4eccfd17
+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')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#commit=$_commit")
+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-12-08 12:35:08 UTC (rev 150290)
+++ deepin-screenshot.install 2015-12-08 12:35:27 UTC (rev 150291)
@@ -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-staging-any/deepin-screenshot.install (from rev 150290, deepin-screenshot/trunk/deepin-screenshot.install)
===================================================================
--- deepin-screenshot.install (rev 0)
+++ deepin-screenshot.install 2015-12-08 12:35:27 UTC (rev 150291)
@@ -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