From 8b667fcfd05b9f0e585c2a12e61ef67b00573582 Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Tue, 9 Jun 2015 17:11:59 +0200 Subject: [PATCH 1/6] Initial import --- .SRCINFO | 13 +++++++++++++ PKGBUILD | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..5152923 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = roundcubemail-plugin-contextmenu + pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars + pkgver = 2.1 + pkgrel = 1 + url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu + arch = any + license = GPL3 + depends = roundcubemail + source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.tar.gz + sha256sums = 6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5 + +pkgname = roundcubemail-plugin-contextmenu + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..5383561 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,18 @@ +# Maintainer: Javier Torres + +pkgname=roundcubemail-plugin-contextmenu +pkgver=2.1 +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=('6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5') + +package() { + mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins" + cp -r "${srcdir}/Roundcube-Plugin-Context-Menu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu" +} + From 305e7721c163b9a8ddbec83b6f0d97e8a5d0900e Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Fri, 7 Aug 2015 20:35:15 +0200 Subject: [PATCH 2/6] Update to 2.1.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5152923..975ce3b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = roundcubemail-plugin-contextmenu pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars - pkgver = 2.1 + pkgver = 2.1.2 pkgrel = 1 url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu arch = any license = GPL3 depends = roundcubemail - source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.tar.gz - sha256sums = 6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5 + source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.2.tar.gz + sha256sums = d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af pkgname = roundcubemail-plugin-contextmenu diff --git a/PKGBUILD b/PKGBUILD index 5383561..ca82104 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Javier Torres pkgname=roundcubemail-plugin-contextmenu -pkgver=2.1 +pkgver=2.1.2 pkgrel=1 pkgdesc=('Contextmenus for various parts of Roundcube using commands from the toolbars') arch=('any') @@ -9,7 +9,7 @@ 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=('6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5') +sha256sums=('d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af') package() { mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins" From 07baa7f02745107067225fa9c6bd152c436ab68e Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Thu, 18 Feb 2016 19:02:49 +0100 Subject: [PATCH 3/6] Fix pkgdesc (not an array) --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 975ce3b..89eb4c7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,9 @@ +# Generated by mksrcinfo v8 +# Thu Feb 18 18:02:32 UTC 2016 pkgbase = roundcubemail-plugin-contextmenu pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars pkgver = 2.1.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu arch = any license = GPL3 diff --git a/PKGBUILD b/PKGBUILD index ca82104..b11ec05 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgname=roundcubemail-plugin-contextmenu pkgver=2.1.2 -pkgrel=1 -pkgdesc=('Contextmenus for various parts of Roundcube using commands from the toolbars') +pkgrel=2 +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') From ded795fb7a654a7d99fb82cf5d6aec6731f14d3b Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Thu, 27 Jul 2017 22:04:59 +0200 Subject: [PATCH 4/6] Update to 2.3 --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b11ec05..3102df5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Javier Torres pkgname=roundcubemail-plugin-contextmenu -pkgver=2.1.2 -pkgrel=2 +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=('d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af') +sha256sums=('63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b') package() { mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins" From 2e950a4b3a19a2f5296c4aa65425ece632397f8c Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Thu, 27 Jul 2017 22:05:04 +0200 Subject: [PATCH 5/6] Update to 2.3 --- .SRCINFO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 89eb4c7..228920e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ # Generated by mksrcinfo v8 -# Thu Feb 18 18:02:32 UTC 2016 +# Thu Jul 27 20:05:03 UTC 2017 pkgbase = roundcubemail-plugin-contextmenu pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars - pkgver = 2.1.2 - pkgrel = 2 + pkgver = 2.3 + pkgrel = 1 url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu arch = any license = GPL3 depends = roundcubemail - source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.2.tar.gz - sha256sums = d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af + source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.3.tar.gz + sha256sums = 63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b pkgname = roundcubemail-plugin-contextmenu From 118d494825ba2dc568e27db93e2a6d2e5766982c Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Sun, 29 Jul 2018 20:10:59 +0200 Subject: [PATCH 6/6] Update GitHub URLs --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 228920e..bf6ec16 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ # Generated by mksrcinfo v8 -# Thu Jul 27 20:05:03 UTC 2017 +# Sun Jul 29 18:10:42 UTC 2018 pkgbase = roundcubemail-plugin-contextmenu pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars pkgver = 2.3 - pkgrel = 1 - url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu + pkgrel = 2 + url = https://github.com/JohnDoh/roundcube-contextmenu arch = any license = GPL3 depends = roundcubemail - source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.3.tar.gz - sha256sums = 63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b + source = https://github.com/JohnDoh/roundcube-contextmenu/archive/2.3.tar.gz + sha256sums = 2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5 pkgname = roundcubemail-plugin-contextmenu diff --git a/PKGBUILD b/PKGBUILD index 3102df5..dcbaa7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ pkgname=roundcubemail-plugin-contextmenu pkgver=2.3 -pkgrel=1 +pkgrel=2 pkgdesc='Contextmenus for various parts of Roundcube using commands from the toolbars' arch=('any') -url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu' +url='https://github.com/JohnDoh/roundcube-contextmenu' license=('GPL3') depends=('roundcubemail') -source=("https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/${pkgver}.tar.gz") -sha256sums=('63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b') +source=("https://github.com/JohnDoh/roundcube-contextmenu/archive/${pkgver}.tar.gz") +sha256sums=('2e42440d4ea00e3d4b2102bd31e167d9b44d4661533bc6628cd6511f04b268e5') package() { mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins" - cp -r "${srcdir}/Roundcube-Plugin-Context-Menu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu" + cp -r "${srcdir}/roundcube-contextmenu-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/contextmenu" }