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

Collapse All | Expand All

(-)w/devel/libpeas/Makefile (-19 / +26 lines)
Lines 1-58 Link Here
1
# Created by: Koop Mast <kwm@FreeBSD.org>
1
# Created by: Koop Mast <kwm@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libpeas
4
PORTNAME=	libpeas
5
PORTVERSION=	1.22.0
5
PORTVERSION=	1.26.0
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES=	devel gnome
7
CATEGORIES=	devel gnome
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome3
9
DIST_SUBDIR=	gnome3
10
10
11
MAINTAINER=	gnome@FreeBSD.org
11
MAINTAINER=	gnome@FreeBSD.org
12
COMMENT?=	Next evolution of the Gedit plugins engine
12
COMMENT?=	Next evolution of the Gedit plugins engine
13
13
14
LICENSE=	LGPL21
14
LICENSE=	LGPL21
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
BUILD_DEPENDS=	valac:lang/vala
17
BUILD_DEPENDS=	valac:lang/vala
18
18
19
LIBPEAS_SLAVE?=	no
19
LIBPEAS_SLAVE?=	no
20
20
21
.if ${LIBPEAS_SLAVE} == no
21
.if ${LIBPEAS_SLAVE} == no
22
PORTSCOUT=	limitw:1,even
22
PORTSCOUT=	limitw:1,even
23
.else
23
.else
24
LIB_DEPENDS+=	libpeas-1.0.so:devel/libpeas
24
LIB_DEPENDS+=	libpeas-1.0.so:devel/libpeas
25
PORTSCOUT=	ignore:1
25
PORTSCOUT=	ignore:1
26
.endif
26
.endif
27
27
28
USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
28
USES=		gettext gnome meson pkgconfig tar:xz
29
USE_GNOME=	cairo gtk30 intlhack introspection
29
USE_GNOME=	cairo gtk30 intlhack introspection
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
INSTALLS_ICONS=	yes
31
INSTALLS_ICONS=	yes
32
GNU_CONFIGURE=	yes
32
MESON_ARGS+=	-Dglade_catalog=false
33
INSTALL_TARGET=	install-strip
33
PLIST=		${.CURDIR}/pkg-plist
34
CONFIGURE_ARGS+=--disable-glade-catalog
34
35
PLIST=          ${.CURDIR}/pkg-plist
35
OPTIONS_DEFINE=	DOCS
36
OPTIONS_SUB=	yes
37
38
DOCS_BUILD_DEPENDS=	gtkdoc-scan:textproc/gtk-doc
39
DOCS_MESON_TRUE=	gtk_doc
36
40
37
.if ${LIBPEAS_SLAVE} == python
41
.if ${LIBPEAS_SLAVE} == python
38
USES+=		python
42
USES+=		python:3.6+
39
USE_PYTHON=	flavors
43
USE_PYTHON=	flavors
40
USE_GNOME+=	pygobject3
44
USE_GNOME+=	pygobject3
41
.if ${FLAVOR:Upy36:Mpy2*}
45
MESON_ARGS+=	-Dpython3=true
42
CONFIGURE_ARGS+=	--disable-python3
46
ALL_TARGET=	loaders/python3/libpython3loader.so
43
BUILD_WRKSRC=	${WRKSRC}/loaders/python
47
44
INSTALL_WRKSRC=	${WRKSRC}/loaders/python
48
post-patch:
49
	${REINPLACE_CMD} -e "s|dependency('python3'|dependency('python-${PYTHON_VER}'|" \
50
		-e "s|dependency('python3-embed'|dependency('python-${PYTHON_VER}-embed'|" \
51
		${WRKSRC}/meson.build
52
53
do-install:
54
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/libpeas-1.0/loaders/
55
	${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/loaders/python3/libpython3loader.so \
56
		${STAGEDIR}${PREFIX}/lib/libpeas-1.0/loaders/
57
45
.else
58
.else
46
CONFIGURE_ARGS+=	--disable-python2 \
59
MESON_ARGS+=	-Dpython3=false
47
			ac_cv_path_PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON_VER}-config
48
BUILD_WRKSRC=	${WRKSRC}/loaders/python3
49
INSTALL_WRKSRC=	${WRKSRC}/loaders/python3
50
.endif
51
.else
52
CONFIGURE_ARGS+=	--disable-python2 --disable-python3
53
.endif
60
.endif
54
61
55
# lua needs lua 5.1 and devel/lua-lgi. The latter is build for lua 5.2 however..
62
# lua needs lua 5.1 and devel/lua-lgi. The latter is build for lua 5.2 however..
56
CONFIGURE_ARGS+=	--disable-lua5.1 --disable-luajit
63
MESON_ARGS+=	-Dpython2=false -Dlua51=false
57
64
58
.include <bsd.port.mk>
65
.include <bsd.port.mk>
(-)w/devel/libpeas/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516305648
1
TIMESTAMP = 1590064625
2
SHA256 (gnome3/libpeas-1.22.0.tar.xz) = 5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962
2
SHA256 (gnome3/libpeas-1.26.0.tar.xz) = a976d77e20496479a8e955e6a38fb0e5c5de89cf64d9f44e75c2213ee14f7376
3
SIZE (gnome3/libpeas-1.22.0.tar.xz) = 561332
3
SIZE (gnome3/libpeas-1.26.0.tar.xz) = 191708
(-)c/devel/libpeas/files/patch-Makefile.in (-11 lines)
Removed Link Here
1
--- Makefile.in.orig	2015-06-14 15:26:41.400785000 +0200
2
+++ Makefile.in	2015-06-14 15:27:12.810055000 +0200
3
@@ -415,7 +415,7 @@
4
 	--enable-gtk-doc		\
5
 	--disable-doc-cross-references
6
 
7
-SUBDIRS = libpeas loaders $(am__append_1) tests data po docs
8
+SUBDIRS = libpeas loaders $(am__append_1) data po docs
9
 GCOVDIRS = libpeas loaders $(am__append_2)
10
 all: config.h
11
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
(-)c/devel/libpeas/files/patch-loaders_python3_Makefile.in (-20 lines)
Removed Link Here
1
--- loaders/python3/Makefile.in.orig	2015-04-01 09:02:28.737155000 +0200
2
+++ loaders/python3/Makefile.in	2015-04-01 09:02:51.423432000 +0200
3
@@ -126,7 +126,7 @@
4
 LTLIBRARIES = $(loader_LTLIBRARIES)
5
 am__DEPENDENCIES_1 =
6
 libpython3loader_la_DEPENDENCIES =  \
7
-	$(top_builddir)/libpeas/libpeas-1.0.la $(am__DEPENDENCIES_1) \
8
+	$(am__DEPENDENCIES_1) \
9
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
10
 am_libpython3loader_la_OBJECTS = peas-plugin-loader-python.lo \
11
 	peas-python-internal.lo peas-python3-resources.lo
12
@@ -436,7 +436,7 @@
13
 	$(PYTHON3_LDFLAGS)
14
 
15
 libpython3loader_la_LIBADD = \
16
-	$(top_builddir)/libpeas/libpeas-1.0.la	\
17
+	-lpeas-1.0	\
18
 	$(PEAS_LIBS)				\
19
 	$(PYGOBJECT_LIBS)			\
20
 	$(PYTHON3_LIBS)
(-)c/devel/libpeas/files/patch-loaders_python_Makefile.in (-20 lines)
Removed Link Here
1
--- loaders/python/Makefile.in.orig	2015-04-01 09:00:01.465820000 +0200
2
+++ loaders/python/Makefile.in	2015-04-01 09:00:34.614747000 +0200
3
@@ -126,7 +126,7 @@
4
 LTLIBRARIES = $(loader_LTLIBRARIES)
5
 am__DEPENDENCIES_1 =
6
 libpythonloader_la_DEPENDENCIES =  \
7
-	$(top_builddir)/libpeas/libpeas-1.0.la $(am__DEPENDENCIES_1) \
8
+	$(am__DEPENDENCIES_1) \
9
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
10
 am_libpythonloader_la_OBJECTS = peas-plugin-loader-python.lo \
11
 	peas-python-internal.lo peas-python-resources.lo
12
@@ -436,7 +436,7 @@
13
 	$(PYTHON2_LDFLAGS)
14
 
15
 libpythonloader_la_LIBADD = \
16
-	$(top_builddir)/libpeas/libpeas-1.0.la	\
17
+	-lpeas-1.0	\
18
 	$(PEAS_LIBS)				\
19
 	$(PYGOBJECT_LIBS)			\
20
 	$(PYTHON2_LIBS)
(-)w/devel/libpeas/pkg-plist (-103 / +106 lines)
Lines 1-136 Link Here
1
bin/peas-demo
1
bin/peas-demo
2
include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h
2
include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h
3
include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h
3
include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h
4
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h
4
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h
5
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h
5
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h
6
include/libpeas-1.0/libpeas-gtk/peas-gtk.h
6
include/libpeas-1.0/libpeas-gtk/peas-gtk.h
7
include/libpeas-1.0/libpeas/peas-activatable.h
7
include/libpeas-1.0/libpeas/peas-activatable.h
8
include/libpeas-1.0/libpeas/peas-autocleanups.h
8
include/libpeas-1.0/libpeas/peas-autocleanups.h
9
include/libpeas-1.0/libpeas/peas-engine.h
9
include/libpeas-1.0/libpeas/peas-engine.h
10
include/libpeas-1.0/libpeas/peas-extension-base.h
10
include/libpeas-1.0/libpeas/peas-extension-base.h
11
include/libpeas-1.0/libpeas/peas-extension-set.h
11
include/libpeas-1.0/libpeas/peas-extension-set.h
12
include/libpeas-1.0/libpeas/peas-extension.h
12
include/libpeas-1.0/libpeas/peas-extension.h
13
include/libpeas-1.0/libpeas/peas-object-module.h
13
include/libpeas-1.0/libpeas/peas-object-module.h
14
include/libpeas-1.0/libpeas/peas-plugin-info.h
14
include/libpeas-1.0/libpeas/peas-plugin-info.h
15
include/libpeas-1.0/libpeas/peas-version-macros.h
16
include/libpeas-1.0/libpeas/peas-version.h
15
include/libpeas-1.0/libpeas/peas.h
17
include/libpeas-1.0/libpeas/peas.h
16
lib/girepository-1.0/Peas-1.0.typelib
18
lib/girepository-1.0/Peas-1.0.typelib
17
lib/girepository-1.0/PeasGtk-1.0.typelib
19
lib/girepository-1.0/PeasGtk-1.0.typelib
18
lib/libpeas-1.0.so
20
lib/libpeas-1.0.so
19
lib/libpeas-1.0.so.0
21
lib/libpeas-1.0.so.0
20
lib/libpeas-1.0.so.0.2200.0
22
lib/libpeas-1.0.so.0.2600.0
21
lib/libpeas-gtk-1.0.so
23
lib/libpeas-gtk-1.0.so
22
lib/libpeas-gtk-1.0.so.0
24
lib/libpeas-gtk-1.0.so.0
23
lib/libpeas-gtk-1.0.so.0.2200.0
25
lib/libpeas-gtk-1.0.so.0.2600.0
24
lib/peas-demo/plugins/helloworld/helloworld.plugin
26
lib/peas-demo/plugins/helloworld/helloworld.plugin
25
lib/peas-demo/plugins/helloworld/libhelloworld.so
27
lib/peas-demo/plugins/helloworld/libhelloworld.so
26
lib/peas-demo/plugins/secondtime/libsecondtime.so
28
lib/peas-demo/plugins/secondtime/libsecondtime.so
27
lib/peas-demo/plugins/secondtime/secondtime.plugin
29
lib/peas-demo/plugins/secondtime/secondtime.plugin
28
libdata/pkgconfig/libpeas-1.0.pc
30
libdata/pkgconfig/libpeas-1.0.pc
29
libdata/pkgconfig/libpeas-gtk-1.0.pc
31
libdata/pkgconfig/libpeas-gtk-1.0.pc
30
share/gir-1.0/Peas-1.0.gir
32
share/gir-1.0/Peas-1.0.gir
31
share/gir-1.0/PeasGtk-1.0.gir
33
share/gir-1.0/PeasGtk-1.0.gir
32
share/gtk-doc/html/libpeas/PeasActivatable.html
34
%%DOCS%%share/gtk-doc/html/libpeas/PeasActivatable.html
33
share/gtk-doc/html/libpeas/PeasEngine.html
35
%%DOCS%%share/gtk-doc/html/libpeas/PeasEngine.html
34
share/gtk-doc/html/libpeas/PeasExtensionBase.html
36
%%DOCS%%share/gtk-doc/html/libpeas/PeasExtensionBase.html
35
share/gtk-doc/html/libpeas/PeasExtensionSet.html
37
%%DOCS%%share/gtk-doc/html/libpeas/PeasExtensionSet.html
36
share/gtk-doc/html/libpeas/PeasGtkConfigurable.html
38
%%DOCS%%share/gtk-doc/html/libpeas/PeasGtkConfigurable.html
37
share/gtk-doc/html/libpeas/PeasGtkPluginManager.html
39
%%DOCS%%share/gtk-doc/html/libpeas/PeasGtkPluginManager.html
38
share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html
40
%%DOCS%%share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html
39
share/gtk-doc/html/libpeas/PeasObjectModule.html
41
%%DOCS%%share/gtk-doc/html/libpeas/PeasObjectModule.html
40
share/gtk-doc/html/libpeas/PeasPluginInfo.html
42
%%DOCS%%share/gtk-doc/html/libpeas/PeasPluginInfo.html
41
share/gtk-doc/html/libpeas/annotation-glossary.html
43
%%DOCS%%share/gtk-doc/html/libpeas/annotation-glossary.html
42
share/gtk-doc/html/libpeas/api-index-1-14.html
44
%%DOCS%%share/gtk-doc/html/libpeas/api-index-1-14.html
43
share/gtk-doc/html/libpeas/api-index-1-18.html
45
%%DOCS%%share/gtk-doc/html/libpeas/api-index-1-18.html
44
share/gtk-doc/html/libpeas/api-index-1-2.html
46
%%DOCS%%share/gtk-doc/html/libpeas/api-index-1-2.html
45
share/gtk-doc/html/libpeas/api-index-1-4.html
47
%%DOCS%%share/gtk-doc/html/libpeas/api-index-1-4.html
46
share/gtk-doc/html/libpeas/api-index-1-6.html
48
%%DOCS%%share/gtk-doc/html/libpeas/api-index-1-6.html
47
share/gtk-doc/html/libpeas/api-index-deprecated.html
49
%%DOCS%%share/gtk-doc/html/libpeas/api-index-deprecated.html
48
share/gtk-doc/html/libpeas/api-index-full.html
50
%%DOCS%%share/gtk-doc/html/libpeas/api-index-full.html
49
share/gtk-doc/html/libpeas/ch01.html
51
%%DOCS%%share/gtk-doc/html/libpeas/ch01.html
50
share/gtk-doc/html/libpeas/ch02.html
52
%%DOCS%%share/gtk-doc/html/libpeas/ch02.html
51
share/gtk-doc/html/libpeas/ch03.html
53
%%DOCS%%share/gtk-doc/html/libpeas/ch03.html
52
share/gtk-doc/html/libpeas/home.png
54
%%DOCS%%share/gtk-doc/html/libpeas/home.png
53
share/gtk-doc/html/libpeas/index.html
55
%%DOCS%%share/gtk-doc/html/libpeas/index.html
54
share/gtk-doc/html/libpeas/left-insensitive.png
56
%%DOCS%%share/gtk-doc/html/libpeas/left-insensitive.png
55
share/gtk-doc/html/libpeas/left.png
57
%%DOCS%%share/gtk-doc/html/libpeas/left.png
56
share/gtk-doc/html/libpeas/libpeas-PeasExtension.html
58
%%DOCS%%share/gtk-doc/html/libpeas/libpeas-PeasExtension.html
57
share/gtk-doc/html/libpeas/libpeas.devhelp2
59
%%DOCS%%share/gtk-doc/html/libpeas/libpeas.devhelp2
58
share/gtk-doc/html/libpeas/peas-gtk-plugin-manager.png
60
%%DOCS%%share/gtk-doc/html/libpeas/peas-gtk-plugin-manager.png
59
share/gtk-doc/html/libpeas/pt01.html
61
%%DOCS%%share/gtk-doc/html/libpeas/pt01.html
60
share/gtk-doc/html/libpeas/right-insensitive.png
62
%%DOCS%%share/gtk-doc/html/libpeas/right-insensitive.png
61
share/gtk-doc/html/libpeas/right.png
63
%%DOCS%%share/gtk-doc/html/libpeas/right.png
62
share/gtk-doc/html/libpeas/style.css
64
%%DOCS%%share/gtk-doc/html/libpeas/style.css
63
share/gtk-doc/html/libpeas/up-insensitive.png
65
%%DOCS%%share/gtk-doc/html/libpeas/up-insensitive.png
64
share/gtk-doc/html/libpeas/up.png
66
%%DOCS%%share/gtk-doc/html/libpeas/up.png
65
share/icons/hicolor/16x16/actions/libpeas-plugin.png
67
share/icons/hicolor/16x16/actions/libpeas-plugin.png
66
share/icons/hicolor/22x22/actions/libpeas-plugin.png
68
share/icons/hicolor/22x22/actions/libpeas-plugin.png
67
share/icons/hicolor/32x32/actions/libpeas-plugin.png
69
share/icons/hicolor/32x32/actions/libpeas-plugin.png
68
share/icons/hicolor/scalable/actions/libpeas-plugin.svg
70
share/icons/hicolor/scalable/actions/libpeas-plugin.svg
69
share/locale/an/LC_MESSAGES/libpeas.mo
71
share/locale/an/LC_MESSAGES/libpeas-1.0.mo
70
share/locale/ar/LC_MESSAGES/libpeas.mo
72
share/locale/ar/LC_MESSAGES/libpeas-1.0.mo
71
share/locale/as/LC_MESSAGES/libpeas.mo
73
share/locale/as/LC_MESSAGES/libpeas-1.0.mo
72
share/locale/ast/LC_MESSAGES/libpeas.mo
74
share/locale/ast/LC_MESSAGES/libpeas-1.0.mo
73
share/locale/be/LC_MESSAGES/libpeas.mo
75
share/locale/be/LC_MESSAGES/libpeas-1.0.mo
74
share/locale/bg/LC_MESSAGES/libpeas.mo
76
share/locale/bg/LC_MESSAGES/libpeas-1.0.mo
75
share/locale/bn_IN/LC_MESSAGES/libpeas.mo
77
share/locale/bn_IN/LC_MESSAGES/libpeas-1.0.mo
76
share/locale/bs/LC_MESSAGES/libpeas.mo
78
share/locale/bs/LC_MESSAGES/libpeas-1.0.mo
77
share/locale/ca/LC_MESSAGES/libpeas.mo
79
share/locale/ca/LC_MESSAGES/libpeas-1.0.mo
78
share/locale/ca@valencia/LC_MESSAGES/libpeas.mo
80
share/locale/ca@valencia/LC_MESSAGES/libpeas-1.0.mo
79
share/locale/cs/LC_MESSAGES/libpeas.mo
81
share/locale/cs/LC_MESSAGES/libpeas-1.0.mo
80
share/locale/da/LC_MESSAGES/libpeas.mo
82
share/locale/da/LC_MESSAGES/libpeas-1.0.mo
81
share/locale/de/LC_MESSAGES/libpeas.mo
83
share/locale/de/LC_MESSAGES/libpeas-1.0.mo
82
share/locale/el/LC_MESSAGES/libpeas.mo
84
share/locale/el/LC_MESSAGES/libpeas-1.0.mo
83
share/locale/en_GB/LC_MESSAGES/libpeas.mo
85
share/locale/en_GB/LC_MESSAGES/libpeas-1.0.mo
84
share/locale/eo/LC_MESSAGES/libpeas.mo
86
share/locale/eo/LC_MESSAGES/libpeas-1.0.mo
85
share/locale/es/LC_MESSAGES/libpeas.mo
87
share/locale/es/LC_MESSAGES/libpeas-1.0.mo
86
share/locale/et/LC_MESSAGES/libpeas.mo
88
share/locale/et/LC_MESSAGES/libpeas-1.0.mo
87
share/locale/eu/LC_MESSAGES/libpeas.mo
89
share/locale/eu/LC_MESSAGES/libpeas-1.0.mo
88
share/locale/fa/LC_MESSAGES/libpeas.mo
90
share/locale/fa/LC_MESSAGES/libpeas-1.0.mo
89
share/locale/fi/LC_MESSAGES/libpeas.mo
91
share/locale/fi/LC_MESSAGES/libpeas-1.0.mo
90
share/locale/fr/LC_MESSAGES/libpeas.mo
92
share/locale/fr/LC_MESSAGES/libpeas-1.0.mo
91
share/locale/fur/LC_MESSAGES/libpeas.mo
93
share/locale/fur/LC_MESSAGES/libpeas-1.0.mo
92
share/locale/gl/LC_MESSAGES/libpeas.mo
94
share/locale/gl/LC_MESSAGES/libpeas-1.0.mo
93
share/locale/gu/LC_MESSAGES/libpeas.mo
95
share/locale/gu/LC_MESSAGES/libpeas-1.0.mo
94
share/locale/he/LC_MESSAGES/libpeas.mo
96
share/locale/he/LC_MESSAGES/libpeas-1.0.mo
95
share/locale/hi/LC_MESSAGES/libpeas.mo
97
share/locale/hi/LC_MESSAGES/libpeas-1.0.mo
96
share/locale/hr/LC_MESSAGES/libpeas.mo
98
share/locale/hr/LC_MESSAGES/libpeas-1.0.mo
97
share/locale/hu/LC_MESSAGES/libpeas.mo
99
share/locale/hu/LC_MESSAGES/libpeas-1.0.mo
98
share/locale/id/LC_MESSAGES/libpeas.mo
100
share/locale/id/LC_MESSAGES/libpeas-1.0.mo
99
share/locale/is/LC_MESSAGES/libpeas.mo
101
share/locale/is/LC_MESSAGES/libpeas-1.0.mo
100
share/locale/it/LC_MESSAGES/libpeas.mo
102
share/locale/it/LC_MESSAGES/libpeas-1.0.mo
101
share/locale/ja/LC_MESSAGES/libpeas.mo
103
share/locale/ja/LC_MESSAGES/libpeas-1.0.mo
102
share/locale/kk/LC_MESSAGES/libpeas.mo
104
share/locale/kk/LC_MESSAGES/libpeas-1.0.mo
103
share/locale/kn/LC_MESSAGES/libpeas.mo
105
share/locale/kn/LC_MESSAGES/libpeas-1.0.mo
104
share/locale/ko/LC_MESSAGES/libpeas.mo
106
share/locale/ko/LC_MESSAGES/libpeas-1.0.mo
105
share/locale/lt/LC_MESSAGES/libpeas.mo
107
share/locale/lt/LC_MESSAGES/libpeas-1.0.mo
106
share/locale/lv/LC_MESSAGES/libpeas.mo
108
share/locale/lv/LC_MESSAGES/libpeas-1.0.mo
107
share/locale/ml/LC_MESSAGES/libpeas.mo
109
share/locale/ml/LC_MESSAGES/libpeas-1.0.mo
108
share/locale/mr/LC_MESSAGES/libpeas.mo
110
share/locale/mr/LC_MESSAGES/libpeas-1.0.mo
109
share/locale/nb/LC_MESSAGES/libpeas.mo
111
share/locale/ms/LC_MESSAGES/libpeas-1.0.mo
110
share/locale/nds/LC_MESSAGES/libpeas.mo
112
share/locale/nb/LC_MESSAGES/libpeas-1.0.mo
111
share/locale/ne/LC_MESSAGES/libpeas.mo
113
share/locale/nds/LC_MESSAGES/libpeas-1.0.mo
112
share/locale/nl/LC_MESSAGES/libpeas.mo
114
share/locale/ne/LC_MESSAGES/libpeas-1.0.mo
113
share/locale/oc/LC_MESSAGES/libpeas.mo
115
share/locale/nl/LC_MESSAGES/libpeas-1.0.mo
114
share/locale/or/LC_MESSAGES/libpeas.mo
116
share/locale/oc/LC_MESSAGES/libpeas-1.0.mo
115
share/locale/pa/LC_MESSAGES/libpeas.mo
117
share/locale/or/LC_MESSAGES/libpeas-1.0.mo
116
share/locale/pl/LC_MESSAGES/libpeas.mo
118
share/locale/pa/LC_MESSAGES/libpeas-1.0.mo
117
share/locale/pt/LC_MESSAGES/libpeas.mo
119
share/locale/pl/LC_MESSAGES/libpeas-1.0.mo
118
share/locale/pt_BR/LC_MESSAGES/libpeas.mo
120
share/locale/pt/LC_MESSAGES/libpeas-1.0.mo
119
share/locale/ro/LC_MESSAGES/libpeas.mo
121
share/locale/pt_BR/LC_MESSAGES/libpeas-1.0.mo
120
share/locale/ru/LC_MESSAGES/libpeas.mo
122
share/locale/ro/LC_MESSAGES/libpeas-1.0.mo
121
share/locale/sk/LC_MESSAGES/libpeas.mo
123
share/locale/ru/LC_MESSAGES/libpeas-1.0.mo
122
share/locale/sl/LC_MESSAGES/libpeas.mo
124
share/locale/sk/LC_MESSAGES/libpeas-1.0.mo
123
share/locale/sr/LC_MESSAGES/libpeas.mo
125
share/locale/sl/LC_MESSAGES/libpeas-1.0.mo
124
share/locale/sr@latin/LC_MESSAGES/libpeas.mo
126
share/locale/sr/LC_MESSAGES/libpeas-1.0.mo
125
share/locale/sv/LC_MESSAGES/libpeas.mo
127
share/locale/sr@latin/LC_MESSAGES/libpeas-1.0.mo
126
share/locale/ta/LC_MESSAGES/libpeas.mo
128
share/locale/sv/LC_MESSAGES/libpeas-1.0.mo
127
share/locale/te/LC_MESSAGES/libpeas.mo
129
share/locale/ta/LC_MESSAGES/libpeas-1.0.mo
128
share/locale/tg/LC_MESSAGES/libpeas.mo
130
share/locale/te/LC_MESSAGES/libpeas-1.0.mo
129
share/locale/th/LC_MESSAGES/libpeas.mo
131
share/locale/tg/LC_MESSAGES/libpeas-1.0.mo
130
share/locale/tr/LC_MESSAGES/libpeas.mo
132
share/locale/th/LC_MESSAGES/libpeas-1.0.mo
131
share/locale/ug/LC_MESSAGES/libpeas.mo
133
share/locale/tr/LC_MESSAGES/libpeas-1.0.mo
132
share/locale/uk/LC_MESSAGES/libpeas.mo
134
share/locale/ug/LC_MESSAGES/libpeas-1.0.mo
133
share/locale/vi/LC_MESSAGES/libpeas.mo
135
share/locale/uk/LC_MESSAGES/libpeas-1.0.mo
134
share/locale/zh_CN/LC_MESSAGES/libpeas.mo
136
share/locale/vi/LC_MESSAGES/libpeas-1.0.mo
135
share/locale/zh_HK/LC_MESSAGES/libpeas.mo
137
share/locale/zh_CN/LC_MESSAGES/libpeas-1.0.mo
136
share/locale/zh_TW/LC_MESSAGES/libpeas.mo
138
share/locale/zh_HK/LC_MESSAGES/libpeas-1.0.mo
139
share/locale/zh_TW/LC_MESSAGES/libpeas-1.0.mo
(-)w/devel/py-libpeas/pkg-plist (-2 / +1 lines)
Lines 1-2 Link Here
1
%%PYTHON2%%lib/libpeas-1.0/loaders/libpythonloader.so
1
lib/libpeas-1.0/loaders/libpython3loader.so
2
%%PYTHON3%%lib/libpeas-1.0/loaders/libpython3loader.so

Return to bug 243743