[arch-commits] Commit in bcloud/repos/community-any (4 files)

Felix Yan fyan at archlinux.org
Tue Oct 7 12:37:57 UTC 2014


    Date: Tuesday, October 7, 2014 @ 14:37:57
  Author: fyan
Revision: 120360

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   62 +++++++++++++++++++++++++++----------------------------
 bcloud.install |   24 ++++++++++-----------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-07 12:37:38 UTC (rev 120359)
+++ PKGBUILD	2014-10-07 12:37:57 UTC (rev 120360)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Firef0x <Firefgx {at) gmail [dot} com>
-# Contributor: MJsaka <qiuxuenan at gmail.com>
-# Contributor: Firef0x <Firefgx {at) gmail [dot} com>
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.5.1
-pkgrel=2
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url="https://github.com/LiuLang/bcloud"
-depends=('python' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
-         'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
-optdepends=('python-crypto: crypto support for password encryption')
-install=bcloud.install
-source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b30b036c566a5e865c57679cfc7da136')
-
-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 120359, bcloud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-07 12:37:57 UTC (rev 120360)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Firef0x <Firefgx {at) gmail [dot} com>
+# Contributor: MJsaka <qiuxuenan at gmail.com>
+# Contributor: Firef0x <Firefgx {at) gmail [dot} com>
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.5.3
+pkgrel=1
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url="https://github.com/LiuLang/bcloud"
+depends=('python' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
+         'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
+optdepends=('python-crypto: crypto support for password encryption')
+install=bcloud.install
+source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz")
+md5sums=('913977da5cf2f277f1c9f867d353ea0f')
+
+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	2014-10-07 12:37:38 UTC (rev 120359)
+++ bcloud.install	2014-10-07 12:37:57 UTC (rev 120360)
@@ -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
-}

Copied: bcloud/repos/community-any/bcloud.install (from rev 120359, bcloud/trunk/bcloud.install)
===================================================================
--- bcloud.install	                        (rev 0)
+++ bcloud.install	2014-10-07 12:37:57 UTC (rev 120360)
@@ -0,0 +1,12 @@
+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