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

Felix Yan fyan at archlinux.org
Mon Nov 23 03:59:47 UTC 2015


    Date: Monday, November 23, 2015 @ 04:59:47
  Author: fyan
Revision: 147435

archrelease: copy trunk to community-any

Added:
  deepin-social-sharing/repos/community-any/PKGBUILD
    (from rev 147434, deepin-social-sharing/trunk/PKGBUILD)
Deleted:
  deepin-social-sharing/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-23 03:59:20 UTC (rev 147434)
+++ PKGBUILD	2015-11-23 03:59:47 UTC (rev 147435)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-social-sharing
-pkgver=1.1
-pkgrel=1
-pkgdesc="Deepin social sharing service"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-social-sharing"
-license=('GPL3')
-depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-social-sharing
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-social-sharing
-
-  make
-}
-
-package() {
-  cd deepin-social-sharing
-  make DESTDIR="${pkgdir}" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-social-sharing/repos/community-any/PKGBUILD (from rev 147434, deepin-social-sharing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-23 03:59:47 UTC (rev 147435)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-social-sharing
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Deepin social sharing service"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-social-sharing"
+license=('GPL3')
+depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-social-sharing
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-social-sharing
+
+  make
+}
+
+package() {
+  cd deepin-social-sharing
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:



More information about the arch-commits mailing list