[arch-commits] Commit in bcloud/trunk (PKGBUILD bcloud.install)

Felix Yan fyan at archlinux.org
Wed Apr 27 14:44:38 UTC 2016


    Date: Wednesday, April 27, 2016 @ 16:44:38
  Author: fyan
Revision: 172050

upgpkg: bcloud 3.8.2-2

Hooks rebuild (part 1)

Modified:
  bcloud/trunk/PKGBUILD
Deleted:
  bcloud/trunk/bcloud.install

----------------+
 PKGBUILD       |    7 +------
 bcloud.install |   12 ------------
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 14:34:29 UTC (rev 172049)
+++ PKGBUILD	2016-04-27 14:44:38 UTC (rev 172050)
@@ -7,7 +7,7 @@
 
 pkgname=bcloud
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Baidu Pan client for Linux Desktop users'
 arch=('any')
 license=('GPL3')
@@ -14,11 +14,6 @@
 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')
 

Deleted: bcloud.install
===================================================================
--- bcloud.install	2016-04-27 14:34:29 UTC (rev 172049)
+++ bcloud.install	2016-04-27 14:44:38 UTC (rev 172050)
@@ -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