[arch-commits] Commit in bcloud/repos/community-any (4 files)
Felix Yan
fyan at archlinux.org
Sat Dec 6 02:49:13 UTC 2014
Date: Saturday, December 6, 2014 @ 03:49:13
Author: fyan
Revision: 123522
archrelease: copy trunk to community-any
Added:
bcloud/repos/community-any/PKGBUILD
(from rev 123521, bcloud/trunk/PKGBUILD)
bcloud/repos/community-any/bcloud.install
(from rev 123521, bcloud/trunk/bcloud.install)
Deleted:
bcloud/repos/community-any/PKGBUILD
bcloud/repos/community-any/bcloud.install
----------------+
PKGBUILD | 66 +++++++++++++++++++++++++++----------------------------
bcloud.install | 24 ++++++++++----------
2 files changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-06 02:48:44 UTC (rev 123521)
+++ PKGBUILD 2014-12-06 02:49:13 UTC (rev 123522)
@@ -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.5.9
-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'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
-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=('a766913d678a15f6e11ad1cc5dda3ae6')
-
-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 123521, bcloud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-12-06 02:49:13 UTC (rev 123522)
@@ -0,0 +1,33 @@
+# $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.5.10
+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'
+ 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
+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=('d046fa87d82979403d27e0f4f624cb34')
+
+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-12-06 02:48:44 UTC (rev 123521)
+++ bcloud.install 2014-12-06 02:49:13 UTC (rev 123522)
@@ -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 123521, bcloud/trunk/bcloud.install)
===================================================================
--- bcloud.install (rev 0)
+++ bcloud.install 2014-12-06 02:49:13 UTC (rev 123522)
@@ -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