View | Details | Raw Unified | Return to bug 283005 | Differences between
and this patch

Collapse All | Expand All

(-)b/japanese/kasumi-unicode/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	kasumi-unicode
2
DISTVERSION=	2.6
3
CATEGORIES=	japanese
4
5
MAINTAINER=	mew14930xvi@inbox.lv
6
COMMENT=	Dictionary management tool for anthy-unicode
7
8
LICENSE=	GPLv2
9
LICENSE_FILE=	${WRKSRC}/COPYING
10
11
LIB_DEPENDS=	libanthy-unicode.so:japanese/anthy-unicode
12
13
USES=		autoreconf compiler:c++11-lang gettext gmake gnome \
14
		iconv:wchar_t libtool pkgconfig
15
USE_CXXSTD=	c++11
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	fujiwarat
18
USE_GNOME=	gtk30
19
20
GNU_CONFIGURE=	yes
21
22
CONFLICTS_INSTALL=	kasumi
23
24
.include <bsd.port.mk>
(-)b/japanese/kasumi-unicode/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1732499480
2
SHA256 (fujiwarat-kasumi-unicode-2.6_GH0.tar.gz) = a7a416d7df1776dbf32be3c779627ad4061867b54b0f2b48bc29ea2c01959246
3
SIZE (fujiwarat-kasumi-unicode-2.6_GH0.tar.gz) = 199232
(-)b/japanese/kasumi-unicode/files/patch-cellrendererspin.c (+11 lines)
Added Link Here
1
--- cellrendererspin.c.orig	2024-11-25 02:22:09 UTC
2
+++ cellrendererspin.c
3
@@ -158,7 +158,7 @@ gui_cell_renderer_spin_class_init (GuiCellRendererSpin
4
   object_class->finalize = gui_cell_renderer_spin_finalize;
5
6
   /* Override the cell renderer's edit-related methods */
7
-  cell_class->start_editing = gui_cell_renderer_spin_start_editing;
8
+  cell_class->start_editing = (GtkCellEditable *)gui_cell_renderer_spin_start_editing;
9
 }
10
11
(-)b/japanese/kasumi-unicode/pkg-descr (+2 lines)
Added Link Here
1
kasumi is a dictionary management tool for Anthy.
2
kasumi-unicode is forked from kasumi to work with anthy-unicode and GTK3.
(-)b/japanese/kasumi-unicode/pkg-plist (+6 lines)
Added Link Here
1
bin/kasumi
2
share/applications/kasumi.desktop
3
share/locale/it/LC_MESSAGES/kasumi-unicode.mo
4
share/locale/ja/LC_MESSAGES/kasumi-unicode.mo
5
share/man/man1/kasumi.1.gz
6
share/pixmaps/kasumi.png
(-)b/japanese/kasumi/Makefile (+2 lines)
Lines 23-28 GNU_CONFIGURE= yes Link Here
23
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
23
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
24
OPTIONS_DEFINE=	NLS
24
OPTIONS_DEFINE=	NLS
25
25
26
CONFLICTS_INSTALL=	kasumi-unicode
27
26
.include <bsd.port.options.mk>
28
.include <bsd.port.options.mk>
27
29
28
.if ${PORT_OPTIONS:MNLS}
30
.if ${PORT_OPTIONS:MNLS}

Return to bug 283005