Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2020 17:10:15 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556764 - in head/editors/mousepad: . files
Message-ID:  <202012011710.0B1HAFYi007636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Dec  1 17:10:15 2020
New Revision: 556764
URL: https://svnweb.freebsd.org/changeset/ports/556764

Log:
  Update mousepad to 0.5.0
  
  This version removes support for GTK 2, so remove the GTK3 option
  (which was already the default) from the port.

Deleted:
  head/editors/mousepad/files/
Modified:
  head/editors/mousepad/Makefile
  head/editors/mousepad/distinfo
  head/editors/mousepad/pkg-plist

Modified: head/editors/mousepad/Makefile
==============================================================================
--- head/editors/mousepad/Makefile	Tue Dec  1 17:02:56 2020	(r556763)
+++ head/editors/mousepad/Makefile	Tue Dec  1 17:10:15 2020	(r556764)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mousepad
-PORTVERSION=	0.4.2
-PORTREVISION=	1
+PORTVERSION=	0.5.0
 CATEGORIES=	editors xfce
 MASTER_SITES=	XFCE/apps
 DIST_SUBDIR=	xfce4
@@ -15,24 +14,17 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		desktop-file-utils gettext-tools gmake gnome libtool perl5 \
-		pkgconfig tar:bzip2
-USE_GNOME=	cairo gdkpixbuf2 glib20 intlhack intltool
+		pkgconfig tar:bzip2 xfce
+USE_GNOME=	cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intlhack \
+		intltool
 USE_XFCE=	xfconf
 
 GNU_CONFIGURE=	yes
 
 GLIB_SCHEMAS=	org.xfce.mousepad.gschema.xml
 
-OPTIONS_DEFINE=		GTK3 NLS
-OPTIONS_DEFAULT=	GTK3
+OPTIONS_DEFINE=		NLS
 OPTIONS_SUB=		yes
-
-GTK3_CONFIGURE_ENABLE=	gtk3
-GTK3_USE=		gnome=gtk30,gtksourceview3,dconf
-GTK3_USE_OFF=		gnome=gtk20,gtksourceview2
-GTK3_USES=		xfce
-GTK3_USES_OFF=		xfce:gtk2
-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	Tue Dec  1 17:02:56 2020	(r556763)
+++ head/editors/mousepad/distinfo	Tue Dec  1 17:10:15 2020	(r556764)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564325286
-SHA256 (xfce4/mousepad-0.4.2.tar.bz2) = 84c02adfca7f8b33b9466a306ded72fb9f38f93c9edb78660343854c4a3aded7
-SIZE (xfce4/mousepad-0.4.2.tar.bz2) = 696014
+TIMESTAMP = 1606819549
+SHA256 (xfce4/mousepad-0.5.0.tar.bz2) = 10366d490cfc9b7f30400496d3fc0be7de8ad91a95d588b43ace0e464220708b
+SIZE (xfce4/mousepad-0.5.0.tar.bz2) = 810533

Modified: head/editors/mousepad/pkg-plist
==============================================================================
--- head/editors/mousepad/pkg-plist	Tue Dec  1 17:02:56 2020	(r556763)
+++ head/editors/mousepad/pkg-plist	Tue Dec  1 17:10:15 2020	(r556764)
@@ -1,5 +1,9 @@
 bin/mousepad
 share/applications/mousepad.desktop
+share/icons/hicolor/128x128/apps/org.xfce.mousepad.png
+share/icons/hicolor/16x16/apps/org.xfce.mousepad.png
+share/icons/hicolor/48x48/apps/org.xfce.mousepad.png
+share/icons/hicolor/scalable/apps/org.xfce.mousepad.svg
 %%NLS%%share/locale/ar/LC_MESSAGES/mousepad.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/mousepad.mo
 %%NLS%%share/locale/be/LC_MESSAGES/mousepad.mo
@@ -12,6 +16,7 @@ share/applications/mousepad.desktop
 %%NLS%%share/locale/en_AU/LC_MESSAGES/mousepad.mo
 %%NLS%%share/locale/en_GB/LC_MESSAGES/mousepad.mo
 %%NLS%%share/locale/es/LC_MESSAGES/mousepad.mo
+%%NLS%%share/locale/et/LC_MESSAGES/mousepad.mo
 %%NLS%%share/locale/eu/LC_MESSAGES/mousepad.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/mousepad.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/mousepad.mo
@@ -20,6 +25,7 @@ share/applications/mousepad.desktop
 %%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/hye/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
@@ -50,4 +56,5 @@ 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/metainfo/mousepad.appdata.xml
 share/polkit-1/actions/org.xfce.mousepad.policy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012011710.0B1HAFYi007636>