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

Collapse All | Expand All

(-)Makefile (-10 / +9 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ibus-qt
4
PORTNAME=	ibus-qt
5
PORTVERSION=	1.3.2
5
PORTVERSION=	1.3.3
6
PORTREVISION=	3
7
CATEGORIES=	textproc
6
CATEGORIES=	textproc
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
7
MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ \
8
		http://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-Source
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-Source
10
10
11
MAINTAINER=	henry.hu.sh@gmail.com
11
MAINTAINER=	henry.hu.sh@gmail.com
Lines 13-26 Link Here
13
13
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ibus-1.0.pc:${PORTSDIR}/textproc/ibus \
16
BUILD_DEPENDS=	ibus>=1.3.7:${PORTSDIR}/textproc/ibus
17
	${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \
17
RUN_DEPENDS=	ibus>=1.3.7:${PORTSDIR}/textproc/ibus
18
	${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu \
18
LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus \
19
	doxygen:${PORTSDIR}/devel/doxygen
19
	libicuuc.so:${PORTSDIR}/devel/icu
20
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ibus-1.0.pc:${PORTSDIR}/textproc/ibus \
21
	${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \
22
	${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
23
20
21
GH_ACCOUNT=	ibus
22
24
USE_QT4=	gui dbus moc_build qmake_build moc_build uic_build rcc_build
23
USE_QT4=	gui dbus moc_build qmake_build moc_build uic_build rcc_build
25
USES=		cmake pkgconfig
24
USES=		cmake pkgconfig
26
CMAKE_ARGS=	-DDOCDIR=${PREFIX}/share/doc/ibus-qt -DLIBDIR=lib
25
CMAKE_ARGS=	-DDOCDIR=${PREFIX}/share/doc/ibus-qt -DLIBDIR=lib
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ibus-qt-1.3.2-Source.tar.gz) = 070c8ef4e6c74eddf7ddf4385936aed730c2dfe2160162e5c56b5158d1061a76
1
SHA256 (ibus-qt-1.3.3-Source.tar.gz) = 2f856bb66ad175a68fb4d3b956afe8b893949c3fd10a46d53ec0b10b1f3e2fe1
2
SIZE (ibus-qt-1.3.2-Source.tar.gz) = 139496
2
SIZE (ibus-qt-1.3.3-Source.tar.gz) = 144004
(-)files/patch-CMakeLists.txt (+14 lines)
Line 0 Link Here
1
--- CMakeLists.txt.orig	2015-03-08 17:25:30.122453000 -0400
2
+++ CMakeLists.txt	2015-03-08 17:25:37.447858000 -0400
3
@@ -77,7 +77,7 @@
4
 pkg_check_modules(IBUS REQUIRED ibus-1.0>=1.3.7)
5
 
6
 # check doxygen
7
-find_package(Doxygen REQUIRED)
8
+find_package(Doxygen)
9
 
10
 # =====
11
 # Define variables
0
属性改变: files/patch-CMakeLists.txt
12
属性改变: files/patch-CMakeLists.txt
13
yes
14
native
15
text/plain

Return to bug 198438