View | Details | Raw Unified | Return to bug 226523
Collapse All | Expand All

(-)w/devel/geany-plugins/files/Makefile.common (-1 / +1 lines)
Lines 13-19 RUN_DEPENDS+= ${LOCALBASE}/bin/geany:devel/geany Link Here
13
13
14
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
15
USES+=		gettext-tools gmake libtool pkgconfig tar:bzip2
15
USES+=		gettext-tools gmake libtool pkgconfig tar:bzip2
16
USE_GNOME+=	cairo gdkpixbuf2 gtk20 intltool
16
USE_GNOME+=	cairo gdkpixbuf2 gtk30 intltool
17
17
18
# geany-plugins-l10n is not a plugin, thus special treatment
18
# geany-plugins-l10n is not a plugin, thus special treatment
19
.if ${PORTNAME} == "geany-plugins-l10n"
19
.if ${PORTNAME} == "geany-plugins-l10n"
(-)w/devel/geany/Makefile (-1 / +2 lines)
Lines 17-26 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ Link Here
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
INSTALLS_ICONS=	yes
19
INSTALLS_ICONS=	yes
20
USE_GNOME=	cairo gtk20 intltool
20
USE_GNOME=	cairo gtk30 intltool
21
USES=		desktop-file-utils gettext-tools gmake libtool \
21
USES=		desktop-file-utils gettext-tools gmake libtool \
22
		localbase pathfix pkgconfig tar:bzip2
22
		localbase pathfix pkgconfig tar:bzip2
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
CONFIGURE_ARGS=	--enable-gtk3
24
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
25
26
26
OPTIONS_DEFINE=	VTE NLS DOCS
27
OPTIONS_DEFINE=	VTE NLS DOCS
(-)w/devel/geany/pkg-plist (-1 / +5 lines)
Lines 10-15 include/geany/geany.h Link Here
10
include/geany/geanyfunctions.h
10
include/geany/geanyfunctions.h
11
include/geany/geanyplugin.h
11
include/geany/geanyplugin.h
12
include/geany/gtkcompat.h
12
include/geany/gtkcompat.h
13
include/geany/gtkdoc/geany-gtkdoc.h
14
include/geany/gtkdoc/geany-sciwrappers-gtkdoc.h
13
include/geany/highlighting.h
15
include/geany/highlighting.h
14
include/geany/keybindings.h
16
include/geany/keybindings.h
15
include/geany/main.h
17
include/geany/main.h
Lines 153-160 share/applications/geany.desktop Link Here
153
%%DATADIR%%/filedefs/filetypes.xml
155
%%DATADIR%%/filedefs/filetypes.xml
154
%%DATADIR%%/filedefs/filetypes.yaml
156
%%DATADIR%%/filedefs/filetypes.yaml
155
%%DATADIR%%/filedefs/filetypes.zephir
157
%%DATADIR%%/filedefs/filetypes.zephir
158
%%DATADIR%%/geany-3.0.css
159
%%DATADIR%%/geany-3.20.css
160
%%DATADIR%%/geany.css
156
%%DATADIR%%/geany.glade
161
%%DATADIR%%/geany.glade
157
%%DATADIR%%/geany.gtkrc
158
%%DATADIR%%/snippets.conf
162
%%DATADIR%%/snippets.conf
159
%%DATADIR%%/tags/entities.html.tags
163
%%DATADIR%%/tags/entities.html.tags
160
%%DATADIR%%/tags/std.pas.tags
164
%%DATADIR%%/tags/std.pas.tags

Return to bug 226523