[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Wed Sep 30 03:31:02 UTC 2015


    Date: Wednesday, September 30, 2015 @ 05:31:02
  Author: fyan
Revision: 142236

addpkg: deepin-social-sharing 1.1-1

Added:
  deepin-social-sharing/
  deepin-social-sharing/repos/
  deepin-social-sharing/trunk/
  deepin-social-sharing/trunk/PKGBUILD

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

Added: deepin-social-sharing/trunk/PKGBUILD
===================================================================
--- deepin-social-sharing/trunk/PKGBUILD	                        (rev 0)
+++ deepin-social-sharing/trunk/PKGBUILD	2015-09-30 03:31:02 UTC (rev 142236)
@@ -0,0 +1,37 @@
+# $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:


Property changes on: deepin-social-sharing/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list