gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9077: update gcide to 0.53


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9077: update gcide to 0.53
Date: Sun, 12 Mar 2023 21:57:31 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9077
revision-id: carlhansen@gnu.org-20230313015724-gs4ucx8xuipmthy2
parent: carlhansen@gnu.org-20230312225859-tz0l7cm2k9psfpko
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sun 2023-03-12 18:57:24 -0700
message:
  update gcide to 0.53
modified:
  pkg/gnu/gcide/Makefile         makefile-20160617014725-uokjfnggs70iry9h-683
=== modified file 'pkg/gnu/gcide/Makefile'
--- a/pkg/gnu/gcide/Makefile    2021-04-27 23:39:23 +0000
+++ b/pkg/gnu/gcide/Makefile    2023-03-13 01:57:24 +0000
@@ -26,9 +26,9 @@
 HOME_URL = http://www.gnu.org/software/gcide
 DESCRIPTION = GNU Collaborative International Dictionary of English
 define BLURB
-GCIDE is a free dictionary based on a combination of sources.  It can
-be used via the GNU Dico program or accessed online at
-http://gcide.gnu.org.ua/
+GCIDE is a free English dictionary based on a combination of sources,
+published 1890, updated 1913.  It can be used via the GNU Dico program
+or accessed online at http://gcide.gnu.org.ua/
 endef
 
 ######################################################################
@@ -37,7 +37,7 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES  = $(DISTNAME).tar.xz.sig
-INSTALL_SCRIPTS = gcide
+INSTALL_SCRIPTS = gcider
 
 BUILDDEPS = dico
 LIBDEPS = 
@@ -47,8 +47,8 @@
 include ../../../gar/gar.mk
 include config.mk
 
-install-gcide:
-       @echo -e "[$(OK)install$(OFF)] $(MSG)Installing dictionary files$(OFF)"
+install-gcider:
+       @echo  "[$(OK)install$(OFF)] $(MSG)Installing dictionary files$(OFF)"
        @mkdir -p $(packageprefix)/share/gcide
        @for f in $(WORKSRC)/*; do \
                install -m644 $$f $(packageprefix)/share/gcide/`basename $$f`; \
@@ -56,9 +56,16 @@
        $(MAKECOOKIE)
 
 post-install:
-       @echo -e "$(MSG)GCIDE was installed to $(prefix)/share/gcide. To"
-       @echo -e "browse the dictionary, use the gcider program installed"
-       @echo -e "from the dico package and point it to the location of"
-       @echo -e "GCIDE.$(OFF)"
+       @echo ==========================================================
+       @echo ==========================================================
+       @echo ==========================================================
+       @echo  "GCIDE was installed into $(prefix)/share/gcide."
+       @echo  "To browse the dictionary, use the gcider program installed"
+       @echo  "from the dico package and point it to the location of"
+       @echo  "GCIDE."
+       @echo ==========================================================
+       @echo ==========================================================
+       @echo ==========================================================
+       @echo ==========================================================
        $(MAKECOOKIE)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]