svn commit: r507601 - head/editors/mousepad
Guido Falsi
madpilot at FreeBSD.org
Mon Jul 29 21:37:15 UTC 2019
Author: madpilot
Date: Mon Jul 29 21:37:13 2019
New Revision: 507601
URL: https://svnweb.freebsd.org/changeset/ports/507601
Log:
Update mousepad to 0.4.2
Modified:
head/editors/mousepad/Makefile
head/editors/mousepad/distinfo
head/editors/mousepad/pkg-plist
Modified: head/editors/mousepad/Makefile
==============================================================================
--- head/editors/mousepad/Makefile Mon Jul 29 21:36:40 2019 (r507600)
+++ head/editors/mousepad/Makefile Mon Jul 29 21:37:13 2019 (r507601)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mousepad
-PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTVERSION= 0.4.2
CATEGORIES= editors xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@@ -14,12 +13,12 @@ COMMENT= Simple text editor for the Xfce Desktop
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
- libdbus-1.so:devel/dbus
+LIB_DEPENDS= libdbus-1.so:devel/dbus
USES= desktop-file-utils gettext-tools gmake gnome libtool perl5 \
pkgconfig tar:bzip2
USE_GNOME= cairo gdkpixbuf2 glib20 intlhack intltool
+USE_XFCE= xfconf
GNU_CONFIGURE= yes
@@ -32,6 +31,9 @@ OPTIONS_SUB= yes
GTK3_CONFIGURE_ENABLE= gtk3
GTK3_USE= gnome=gtk30,gtksourceview3,dconf
GTK3_USE_OFF= gnome=gtk20,gtksourceview2
+GTK3_USES= xfce:gtk3
+GTK3_USES_OFF= xfce
+GTK3_CFLAGS_OFF= -I${LOCALBASE}/include/gio-unix-2.0
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
Modified: head/editors/mousepad/distinfo
==============================================================================
--- head/editors/mousepad/distinfo Mon Jul 29 21:36:40 2019 (r507600)
+++ head/editors/mousepad/distinfo Mon Jul 29 21:37:13 2019 (r507601)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527835896
-SHA256 (xfce4/mousepad-0.4.1.tar.bz2) = 39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b
-SIZE (xfce4/mousepad-0.4.1.tar.bz2) = 644161
+TIMESTAMP = 1564325286
+SHA256 (xfce4/mousepad-0.4.2.tar.bz2) = 84c02adfca7f8b33b9466a306ded72fb9f38f93c9edb78660343854c4a3aded7
+SIZE (xfce4/mousepad-0.4.2.tar.bz2) = 696014
Modified: head/editors/mousepad/pkg-plist
==============================================================================
--- head/editors/mousepad/pkg-plist Mon Jul 29 21:36:40 2019 (r507600)
+++ head/editors/mousepad/pkg-plist Mon Jul 29 21:37:13 2019 (r507601)
@@ -2,6 +2,7 @@ bin/mousepad
share/applications/mousepad.desktop
%%NLS%%share/locale/ar/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/ast/LC_MESSAGES/mousepad.mo
+%%NLS%%share/locale/be/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/bg/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/ca/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/cs/LC_MESSAGES/mousepad.mo
@@ -18,7 +19,9 @@ share/applications/mousepad.desktop
%%NLS%%share/locale/he/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/hr/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/hu/LC_MESSAGES/mousepad.mo
+%%NLS%%share/locale/hy_AM/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/id/LC_MESSAGES/mousepad.mo
+%%NLS%%share/locale/ie/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/is/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/it/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/ja/LC_MESSAGES/mousepad.mo
@@ -47,3 +50,4 @@ share/applications/mousepad.desktop
%%NLS%%share/locale/uk/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/mousepad.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/mousepad.mo
+share/polkit-1/actions/org.xfce.mousepad.policy
More information about the svn-ports-all
mailing list