diff options
Diffstat (limited to 'devel/thunar-vcs-plugin/Makefile')
-rw-r--r-- | devel/thunar-vcs-plugin/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index 057f91a067b1..04d8541cb91d 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.4.0 +PORTREVISION= 2 CATEGORIES= devel xfce MASTER_SITES= XFCE/thunar-plugins DIST_SUBDIR= xfce4 @@ -11,8 +12,8 @@ WWW= https://docs.xfce.org/thunar-plugins/thunar-vcs-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gnome localbase meson pkgconfig \ - tar:xz xfce +USES= compiler:c11 gettext-tools gnome localbase:ldflags meson \ + pkgconfig tar:xz xfce USE_GNOME= glib20 gtk30 USE_XFCE= libexo thunar @@ -33,6 +34,14 @@ SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion SUBVERSION_LIB_DEPENDS+= libapr-1.so:devel/apr1 SUBVERSION_MESON_ENABLED= svn +post-patch: +.for SIZE in 16x16 24x24 48x48 + @${MV} ${WRKSRC}/icons/${SIZE}/git.png \ + ${WRKSRC}/icons/${SIZE}/org.xfce.thunar-vcs-plugin.git.png + @${MV} ${WRKSRC}/icons/${SIZE}/subversion.png \ + ${WRKSRC}/icons/${SIZE}/org.xfce.thunar-vcs-plugin.subversion.png +.endfor + post-patch-NLS-off: @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build |