pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Apr 29 21:42:00 UTC 2018

Modified Files:
        pkgsrc/inputmethod/ibus: Makefile

Log Message:
ibus: explicitly specify cldr-emoji-annotation package version.

PLIST (which contains generated emoji .dict files) depends on
the language dependent files in the package.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/inputmethod/ibus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus/Makefile
diff -u pkgsrc/inputmethod/ibus/Makefile:1.53 pkgsrc/inputmethod/ibus/Makefile:1.54
--- pkgsrc/inputmethod/ibus/Makefile:1.53       Sat Apr 28 01:40:07 2018
+++ pkgsrc/inputmethod/ibus/Makefile    Sun Apr 29 21:42:00 2018
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.53 2018/04/28 01:40:07 tsutsui Exp $
+# $NetBSD: Makefile,v 1.54 2018/04/29 21:42:00 tsutsui Exp $
 
 .include "Makefile.common"
 
 COMMENT=       Intelligent Input Bus
 
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
-BUILD_DEPENDS+=        cldr-emoji-annotation-[0-9]*:../../textproc/cldr-emoji-annotation
+BUILD_DEPENDS+=        cldr-emoji-annotation>=33.0.0.1:../../textproc/cldr-emoji-annotation
 BUILD_DEPENDS+=        unicode-character-database-[0-9]*:../../textproc/unicode-character-database
 BUILD_DEPENDS+=        unicode-emoji-[0-9]*:../../textproc/unicode-emoji
 



Home | Main Index | Thread Index | Old Index