Package Details: roundcubemail-plugin-contextmenu 3.3.1-1

Git Clone URL: https://aur.archlinux.org/roundcubemail-plugin-contextmenu.git (read-only, click to copy)
Package Base: roundcubemail-plugin-contextmenu
Description: Contextmenus for various parts of Roundcube using commands from the toolbars
Upstream URL: https://github.com/JohnDoh/roundcube-contextmenu
Licenses: GPL3
Submitter: javitonino
Maintainer: cgirard
Last Packager: cgirard
Votes: 4
Popularity: 0.000000
First Submitted: 2015-02-25 10:32 (UTC)
Last Updated: 2022-06-20 09:53 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

javitonino commented on 2018-07-29 18:12 (UTC)

Updated to new URLs as mentioned by kang (Thanks!). Aside from the directory name, it appears nothing else changed.

kang commented on 2018-07-05 22:05 (UTC) (edited on 2018-07-05 22:06 (UTC) by kang)

it doesnt work for me in its current state this does though (the github binary changed to rename the directory i think):

# Maintainer: Javier Torres <javitonino [at] gmail [dot] com>

pkgname=roundcubemail-plugin-contextmenu
pkgver=2.3
pkgrel=1
pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars'
arch=('any')
url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu'
license=('GPL3')
depends=('roundcubemail')
source=("https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/${pkgver}.tar.gz")
sha256sums=('2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5')

package() {
    mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
    cp -r "${srcdir}/roundcube-contextmenu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu"
}