Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aspell: split tools into a subpkg
@ 2020-10-16  4:43 CameronNemo
  2020-10-17  2:46 ` ericonr
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: CameronNemo @ 2020-10-16  4:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages aspell
https://github.com/void-linux/void-packages/pull/25648

aspell: split tools into a subpkg
None

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

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

From bb46acb7f8f61dc2a045c1d217f5f88b14829e86 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Thu, 15 Oct 2020 21:42:39 -0700
Subject: [PATCH] aspell: split tools into a subpkg

---
 srcpkgs/aspell-tools    |  1 +
 srcpkgs/aspell/template | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/aspell-tools

diff --git a/srcpkgs/aspell-tools b/srcpkgs/aspell-tools
new file mode 120000
index 00000000000..2954cad5043
--- /dev/null
+++ b/srcpkgs/aspell-tools
@@ -0,0 +1 @@
+aspell
\ No newline at end of file
diff --git a/srcpkgs/aspell/template b/srcpkgs/aspell/template
index b3ccbeeaef8..6bda56ac340 100644
--- a/srcpkgs/aspell/template
+++ b/srcpkgs/aspell/template
@@ -1,12 +1,11 @@
 # Template file for 'aspell'
 pkgname=aspell
 version=0.60.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-compile-in-filters"
 hostmakedepends="automake libtool gettext-devel perl"
 makedepends="ncurses-devel"
-depends="perl"
 short_desc="Spell checker with good multi-language support"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
@@ -22,6 +21,17 @@ pre_configure() {
 	autoreconf -fi
 }
 
+aspell-tools_package() {
+	depends="${sourcepkg}>=${version}_${revision} perl"
+	short_desc+=" - tools"
+	pkg_install() {
+		vmove usr/bin/aspell-import
+		vmove "usr/bin/pre*"
+		vmove usr/bin/run-with-aspell
+		vmove usr/bin/word-list-compress
+	}
+}
+
 aspell-devel_package() {
 	depends="ncurses-devel libstdc++-devel aspell>=${version}_${revision}"
 	short_desc+=" - development files"

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

end of thread, other threads:[~2020-11-06  2:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16  4:43 [PR PATCH] aspell: split tools into a subpkg CameronNemo
2020-10-17  2:46 ` ericonr
2020-10-18  2:35 ` CameronNemo
2020-10-18  2:35 ` CameronNemo
2020-10-18 14:41 ` sgn
2020-10-18 22:33 ` Duncaen
2020-10-25  6:57 ` sgn
2020-10-26  3:14 ` [PR PATCH] [Updated] " CameronNemo
2020-10-26  3:49 ` CameronNemo
2020-10-26  4:09 ` CameronNemo
2020-10-26 11:43 ` [PR REVIEW] aspell: split library " Duncaen
2020-10-26 17:04 ` CameronNemo
2020-10-26 17:16 ` Duncaen
2020-11-06  2:23 ` [PR PATCH] [Merged]: " abenson

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).