Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hunspell-el_GR-0.4.0
@ 2019-11-12 14:51 voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-12 14:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

There is a new pull request by protesilaos against master on the void-packages repository

https://github.com/protesilaos/void-packages hunspell-el_GR
https://github.com/void-linux/void-packages/pull/16413

New package: hunspell-el_GR-0.4.0
My very first package. Please let me know if something is amiss and I will try to fix it.

A patch file from https://github.com/void-linux/void-packages/pull/16413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hunspell-el_GR-16413.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]

From 37ccb8bc14395977643be674a1222d2f33c74606 Mon Sep 17 00:00:00 2001
From: Protesilaos Stavrou <info@protesilaos.com>
Date: Tue, 12 Nov 2019 16:41:56 +0200
Subject: [PATCH] New package: hunspell-el_GR-0.4.0

---
 srcpkgs/hunspell-el_GR/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/hunspell-el_GR/template

diff --git a/srcpkgs/hunspell-el_GR/template b/srcpkgs/hunspell-el_GR/template
new file mode 100644
index 00000000000..03fdf79e9b1
--- /dev/null
+++ b/srcpkgs/hunspell-el_GR/template
@@ -0,0 +1,24 @@
+# Template file for 'hunspell-el_GR'
+pkgname=hunspell-el_GR
+version=0.4.0
+revision=1
+_version="${version}-87"
+archs=noarch
+build_style=fetch
+hostmakedepends="unzip"
+short_desc="Greek (Greece) dictionary for hunspell"
+maintainer="Protesilaos Stavrou <info@protesilaos.com>"
+license="GPL-3"
+homepage="https://sourceforge.net/projects/orthos-spell"
+distfiles="${homepage}/files/latest/download"
+checksum=541328be3043d861361fd8d79874ac8d4cd042b657bbd9ba94a5dafab9cbae2d
+
+post_extract() {
+	unzip download
+}
+
+do_install() {
+	vinstall dicts/el_GR.aff 644 usr/share/hunspell el_GR.add
+	vinstall dicts/el_GR.dic 644 usr/share/hunspell el_GR.dic
+	vdoc package-description.txt README.txt
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PR PATCH] New package: hunspell-el_GR-0.4.0
@ 2019-12-30 17:14 voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-30 17:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

There is a new pull request by nereusx against master on the void-packages repository

https://github.com/nereusx/void-packages hunspell-el_GR
https://github.com/void-linux/void-packages/pull/17892

New package: hunspell-el_GR-0.4.0


A patch file from https://github.com/void-linux/void-packages/pull/17892.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hunspell-el_GR-17892.patch --]
[-- Type: text/x-diff, Size: 1188 bytes --]

From d2a1401c40bf36990985aaca2e7ea8ca74bb3c15 Mon Sep 17 00:00:00 2001
From: Nicholas Christopoulos <nereus@freemail.gr>
Date: Mon, 30 Dec 2019 19:12:52 +0200
Subject: [PATCH] Create template

---
 srcpkgs/hunspell-el_GR/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/hunspell-el_GR/template

diff --git a/srcpkgs/hunspell-el_GR/template b/srcpkgs/hunspell-el_GR/template
new file mode 100644
index 00000000000..f2b1f5e7883
--- /dev/null
+++ b/srcpkgs/hunspell-el_GR/template
@@ -0,0 +1,17 @@
+# Template file for 'hunspell-el_GR'
+pkgname=hunspell-el_GR
+version=0.4.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+short_desc="Greek el_GR dictionary for hunspell"
+maintainer="Nicholas Christopoulos <nereus@freemail.gr>"
+license="GPL-2.0-only"
+homepage="https://sourceforge.net/projects/orthos-spell/"
+distfiles="${SOURCEFORGE_SITE}/orthos-spell/v.${version}./orthos-${version}.tar.gz"
+checksum=63d355ddb7b6c6f7a5221b33d7d7646c49bfa08f61e3e6fb31416a315bdfc217
+
+do_install() {
+        vinstall v.${version}/dicts/el_GR/el_GR.aff 644 /usr/share/hunspell
+        vinstall v.${version}/dicts/el_GR/el_GR.dic 644 /usr/share/hunspell
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PR PATCH] New package: hunspell-el_GR-0.4.0
@ 2019-11-03  0:23 voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-03  0:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

There is a new pull request by nereusx against master on the void-packages repository

https://github.com/nereusx/void-packages master
https://github.com/void-linux/void-packages/pull/16067

New package: hunspell-el_GR-0.4.0
* Using the new Orthos dictionary

A patch file from https://github.com/void-linux/void-packages/pull/16067.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-16067.patch --]
[-- Type: text/x-diff, Size: 2176 bytes --]

From 253dfc1505da9463fad47c29d09e85f382b4eed3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 2 Nov 2019 13:13:54 +0100
Subject: [PATCH] New package: hunspell-el_GR-0.4.0

---
 srcpkgs/hunspell-el_GR/template              | 18 ++++++++++++++++++
 srcpkgs/python-cryptography_vectors/template |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/hunspell-el_GR/template

diff --git a/srcpkgs/hunspell-el_GR/template b/srcpkgs/hunspell-el_GR/template
new file mode 100644
index 00000000000..3f361a7d8d7
--- /dev/null
+++ b/srcpkgs/hunspell-el_GR/template
@@ -0,0 +1,18 @@
+# Template file for 'hunspell-el_GR'
+pkgname=hunspell-el_GR
+version=0.4.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Greek el_GR dictionary for hunspell"
+maintainer="Nicholas Christopoulos <nereus@freemail.gr>"
+license="GPL-2.0"
+homepage="https://sourceforge.net/projects/orthos-spell/"
+distfiles="${SOURCEFORGE_SITE}/orthos-spell/v.${version}./orthos-${version}.tar.gz"
+checksum=63d355ddb7b6c6f7a5221b33d7d7646c49bfa08f61e3e6fb31416a315bdfc217
+
+do_install() {
+	vinstall v.${version}/dicts/el_GR/el_GR.aff 644 /usr/share/hunspell
+	vinstall v.${version}/dicts/el_GR/el_GR.dic 644 /usr/share/hunspell
+}
diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index d52e5f5e47c..4e69d50ccb2 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,6 +1,6 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
-version=2.7
+version=2.8
 revision=1
 archs=noarch
 wrksrc="cryptography_vectors-${version}"
@@ -12,7 +12,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="BSD-3-Clause, Apache-2.0"
 homepage="https://github.com/pyca/cryptography"
 distfiles="${PYPI_SITE}/c/cryptography_vectors/cryptography_vectors-${version}.tar.gz"
-checksum=f12dfb9bd669a68004074cb5b26df6e93ed1a95ebd1a999dff0a840212ff68bc
+checksum=6cd32174c56a3eca72f64af43c1daacaae758cfa5ff9d280dfcf818fa11ef116
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-30 17:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12 14:51 [PR PATCH] New package: hunspell-el_GR-0.4.0 voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-12-30 17:14 voidlinux-github
2019-11-03  0:23 voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).