Search Criteria
Package Details: cairo-dock-plug-ins-extras 3.4.0-2
Git Clone URL: | https://aur.archlinux.org/cairo-dock-plug-ins-extras.git (read-only, click to copy) |
---|---|
Package Base: | cairo-dock-plug-ins-extras |
Description: | Extra plugins for cairo-dock |
Upstream URL: | https://launchpad.net/cairo-dock-plug-ins-extras |
Licenses: | |
Submitter: | None |
Maintainer: | lesebas |
Last Packager: | lesebas |
Votes: | 44 |
Popularity: | 0.000000 |
First Submitted: | 2012-11-10 12:28 |
Last Updated: | 2015-06-23 21:41 |
Dependencies (11)
- python-dbus
- cairo-dock-plug-ins>=3.4.0 (cairo-dock-plug-ins-git)
- bsdmainutils (optional) – calendar
- deluge (deluge1, deluge-stable-git, deluge-git) (optional) – Deluge
- gtg (gtg-git) (optional) – GTG
- kdeplasma-addons-applets-lancelot (optional) – lancelot
- ktorrent (ktorrent-git) (optional) – KTorrent
- mintmenu (optional) – MintMenu
- python-sgmllib (python-sgmllib3k) (optional) – Google
- python2-dbus (optional)
- vala (vala0.42, vala0.44, vala-git) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
PhotonX commented on 2015-03-16 05:39
Please replace the dependence cairo-dock-plugins to cairo-dock-plug-ins and update to 3.4.0!
lingeek commented on 2014-11-05 21:55
For PKGBUILD, just edit pkgver to 3.4.0 and skip sha256sum and sha512sum. This updates it to 3.4.0
lesebas commented on 2014-10-27 21:16
Please update to 3.4
fredcote commented on 2014-07-11 17:45
extra/python-lxml is needed to make Gmail applet work. Could it be listed as an optional dependency?
lesebas commented on 2014-02-20 06:29
Hey you're right... I didn't notice that my browser did not update the PKGBUILD web page. Everything works fine now, many thanks!
luolimao commented on 2014-02-19 23:07
Maybe purge the browser cache?
luolimao commented on 2014-02-19 23:06
That's the wrong PKGBUILD; the current version is 3.3.2.
lesebas commented on 2014-02-19 20:33
Hello,
You updated the sources but your PKBUILD doesn't work for me. Same problem as t0m5k1 :
-> Extraction de cairo-dock-plug-ins-extras_3.2.1_python2.tar.gz avec bsdtar
==> Entre dans l’environnement fakeroot...
==> Lancement de package()...
Package cairo-dock was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-dock.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-dock' found
==> ERREUR : Une erreur s’est produite dans package().
Abandon...
No problem for me with my PKGBUILD proposal.
lesebas commented on 2014-02-19 20:32
Hello,
You update the source but your PKBUILD doesn't work for me. Same problem as t0m5k1 :
-> Extraction de cairo-dock-plug-ins-extras_3.2.1_python2.tar.gz avec bsdtar
==> Entre dans l’environnement fakeroot...
==> Lancement de package()...
Package cairo-dock was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-dock.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-dock' found
==> ERREUR : Une erreur s’est produite dans package().
Abandon...
No problem for me with my PKGBUILD proposal.
lesebas commented on 2014-02-13 22:09
Hello,
Here is the PKGBUILD that works for last version 3.3.2 with python 3. Please update or disown the package :
# Maintainer: Limao Luo <luolimao+AUR@gmail.com>
# Contributor: lesebas <>
pkgname=cairo-dock-plug-ins-extras
pkgver=3.3.2
pkgrel=2
pkgdesc="Extra plugins for cairo-dock"
arch=(any)
url=https://launchpad.net/$pkgname
license=(GPL3 LGPL3)
depends=('cairo-dock-plugins' 'python' 'python-dbus')
optdepends=('python2-dbus'
'vala'
'python-sgmllib: Google'
'bsdmainutils: calendar[AUR]'
'gtg: GTG [AUR]'
'kdeplasma-addons-applets-lancelot: lancelot'
'deluge: Deluge'
'ktorrent: KTorrent'
'mintmenu: MintMenu[AUR]'
)
source=($url/${pkgver:0:3}/$pkgver/+download/${pkgname}_${pkgver}.tar.gz)
sha256sums=('f9f3ab637a1a991db2a58e4064927a307cc55c62c4cd0c36c324de8daffeed3e')
sha512sums=('d98d3d33f6944a228211a348976c7f97672624e6c36a329df2b086b26071447d7c30eeb48839d9b705e40918b92ef57140c16dfce3d734f7a19fc20ebf2b0ed4')
package() {
cd_pluginsdatadir=$(pkg-config gldi --variable=pluginsdatadir)
rm -rf "${pkgdir}${cd_pluginsdatadir}/Dbus/"
mkdir -p "${pkgdir}${cd_pluginsdatadir}/Dbus/"
cp -r "${srcdir}/${pkgname}_${pkgver}" "${pkgdir}${cd_pluginsdatadir}/Dbus/third-party"
}