[arch-commits] Commit in bcloud/repos/community-any (PKGBUILD PKGBUILD bcloud.install)

Felix Yan fyan at archlinux.org
Wed Apr 27 14:45:02 UTC 2016


    Date: Wednesday, April 27, 2016 @ 16:45:02
  Author: fyan
Revision: 172051

archrelease: copy trunk to community-any

Added:
  bcloud/repos/community-any/PKGBUILD
    (from rev 172050, bcloud/trunk/PKGBUILD)
Deleted:
  bcloud/repos/community-any/PKGBUILD
  bcloud/repos/community-any/bcloud.install

----------------+
 PKGBUILD       |   61 +++++++++++++++++++++++++------------------------------
 bcloud.install |   12 ----------
 2 files changed, 28 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 14:44:38 UTC (rev 172050)
+++ PKGBUILD	2016-04-27 14:45:02 UTC (rev 172051)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Firef0x <Firefgx {at) gmail [dot} com>
-# Contributor: MJsaka <qiuxuenan at gmail.com>
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.8.2
-pkgrel=1
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url="https://github.com/LiuLang/bcloud"
-depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
-         'python-lxml' 'python-cssselect' 'gtk3' 'python-pyinotify')
-optdepends=('gnome-keyring: To store password in GNOME Keyring'
-            'libgnome-keyring: To store password in GNOME Keyring'
-            'kdebindings-python: To store password in KWallet'
-            'kwallet: To store password in KWallet')
-install=bcloud.install
-source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz")
-md5sums=('aa35613d8ff6300bd8b80a0d8aa6f1a1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py install -O1 --skip-build --root="$pkgdir"
-}

Copied: bcloud/repos/community-any/PKGBUILD (from rev 172050, bcloud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 14:45:02 UTC (rev 172051)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Firef0x <Firefgx {at) gmail [dot} com>
+# Contributor: MJsaka <qiuxuenan at gmail.com>
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.8.2
+pkgrel=2
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url="https://github.com/LiuLang/bcloud"
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
+         'python-lxml' 'python-cssselect' 'gtk3' 'python-pyinotify')
+source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz")
+md5sums=('aa35613d8ff6300bd8b80a0d8aa6f1a1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py install -O1 --skip-build --root="$pkgdir"
+}

Deleted: bcloud.install
===================================================================
--- bcloud.install	2016-04-27 14:44:38 UTC (rev 172050)
+++ bcloud.install	2016-04-27 14:45:02 UTC (rev 172051)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list