Lines 1-6
Link Here
|
1 |
PORTNAME= gitg |
1 |
PORTNAME= gitg |
2 |
PORTVERSION= 3.32.1 |
2 |
PORTVERSION= 41 |
3 |
PORTREVISION= 7 |
|
|
4 |
CATEGORIES= devel deskutils gnome |
3 |
CATEGORIES= devel deskutils gnome |
5 |
MASTER_SITES= GNOME |
4 |
MASTER_SITES= GNOME |
6 |
DIST_SUBDIR= gnome |
5 |
DIST_SUBDIR= gnome |
Lines 21-28
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
Link Here
|
21 |
libgee-0.8.so:devel/libgee \ |
20 |
libgee-0.8.so:devel/libgee \ |
22 |
libgit2.so:devel/libgit2 \ |
21 |
libgit2.so:devel/libgit2 \ |
23 |
libgit2-glib-1.0.so:devel/libgit2-glib \ |
22 |
libgit2-glib-1.0.so:devel/libgit2-glib \ |
|
|
23 |
libjson-glib-1.0.so:devel/json-glib \ |
24 |
libpeas-1.0.so:devel/libpeas \ |
24 |
libpeas-1.0.so:devel/libpeas \ |
25 |
libgtkspell3-3.so:textproc/gtkspell3 \ |
25 |
libgspell-1.so:textproc/gspell \ |
26 |
libdazzle-1.0.so:x11-toolkits/libdazzle \ |
26 |
libdazzle-1.0.so:x11-toolkits/libdazzle \ |
27 |
libsecret-1.so:security/libsecret |
27 |
libsecret-1.so:security/libsecret |
28 |
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas |
28 |
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas |
Lines 32-38
PORTSCOUT= limitw:1,even
Link Here
|
32 |
|
32 |
|
33 |
USES= compiler:c11 desktop-file-utils gettext gnome localbase \ |
33 |
USES= compiler:c11 desktop-file-utils gettext gnome localbase \ |
34 |
meson pathfix pkgconfig python:build tar:xz vala:build |
34 |
meson pathfix pkgconfig python:build tar:xz vala:build |
35 |
USE_GNOME= cairo gtk30 gtksourceview3 intltool introspection |
35 |
USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview4 intltool introspection |
36 |
|
36 |
|
37 |
USE_LDCONFIG= yes |
37 |
USE_LDCONFIG= yes |
38 |
GLIB_SCHEMAS= org.gnome.gitg.gschema.xml |
38 |
GLIB_SCHEMAS= org.gnome.gitg.gschema.xml |
Lines 45-54
PYTHON_USES= python
Link Here
|
45 |
PYTHON_MESON_TRUE= python |
45 |
PYTHON_MESON_TRUE= python |
46 |
PYTHON_USE= GNOME=pygobject3 |
46 |
PYTHON_USE= GNOME=pygobject3 |
47 |
|
47 |
|
48 |
post-patch: |
|
|
49 |
@${REINPLACE_CMD} -e 's|0.27.0|0.28.0|g' \ |
50 |
${WRKSRC}/meson.build |
51 |
|
52 |
post-install-PYTHON-on: |
48 |
post-install-PYTHON-on: |
53 |
(cd ${STAGEDIR}${PREFIX} \ |
49 |
(cd ${STAGEDIR}${PREFIX} \ |
54 |
&& ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ |
50 |
&& ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ |