summaryrefslogtreecommitdiff
path: root/sysutils/macchina/Makefile
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2021-09-17 20:58:09 +0000
committerpin <pin@pkgsrc.org>2021-09-17 20:58:09 +0000
commit1b4915281f3b716ad4c4153a6c9958d07e91cde7 (patch)
tree502af4cb41e3a862e0c5b73bc81dca768ba1d589 /sysutils/macchina/Makefile
parent1cafdb79c0c46759aa84a02a1ca81c2c49c2d96f (diff)
downloadpkgsrc-1b4915281f3b716ad4c4153a6c9958d07e91cde7.tar.gz
sysutils/macchina: update to 1.1.6
v1.1.6 -Update libmacchina dependency to v2.1.4, finally fixing the brightness readout. v1.1.5 -Update to latest libmacchina, libc, serde_json and dirs versions -Import libmacchina's backlight method (#102) -netbsd/terminal: Traverse /proc to which terminal the user is operating in, ignoring the shell. -netbsd/resolution: Remove this method for the time being On my previous commit I wrote the following, "As of version 1.0.0 macchina uses google-speech to support text-to-speech. I've disabled this feature, please let me know if you think this should be on." This was a mistake from my side, the feature was available but, disabled by default in versions 1.0.0 to 1.1.5. The relevant code is only compiled into the binary if, and only if, the feature is enabled at compile time. This feature and the code have been removed on version 1.1.6
Diffstat (limited to 'sysutils/macchina/Makefile')
-rw-r--r--sysutils/macchina/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/macchina/Makefile b/sysutils/macchina/Makefile
index 1e83b7aa461..f257602b170 100644
--- a/sysutils/macchina/Makefile
+++ b/sysutils/macchina/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/09/15 13:35:55 pin Exp $
+# $NetBSD: Makefile,v 1.32 2021/09/17 20:58:09 pin Exp $
-DISTNAME= macchina-1.1.4
+DISTNAME= macchina-1.1.6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=Macchina-CLI/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -14,9 +14,6 @@ LICENSE= mit
INSTALLATION_DIRS= bin share/examples/macchina
-CARGO_NO_DEFAULT_FEATURES= YES
-CARGO_FEATURES+= openwrt
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/macchina ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/macchina.toml ${DESTDIR}${PREFIX}/share/examples/macchina