mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
editors/mousepad: Update to 0.6.3
- add SHORTCUTS option to control build/install of new shortcuts editor plugin - Reorder variables to pet portclippy
This commit is contained in:
parent
cbff3679c6
commit
960877b6a3
@ -1,5 +1,5 @@
|
||||
PORTNAME= mousepad
|
||||
PORTVERSION= 0.6.2
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= editors xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -16,25 +16,28 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
||||
USES= desktop-file-utils gettext-tools gmake gnome libtool perl5 \
|
||||
pkgconfig tar:bzip2 xfce
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool
|
||||
GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml
|
||||
|
||||
OPTIONS_DEFINE= NLS SPELL
|
||||
OPTIONS_DEFAULT= SPELL
|
||||
OPTIONS_DEFINE= NLS SHORTCUTS SPELL
|
||||
OPTIONS_DEFAULT= SHORTCUTS SPELL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
SHORTCUTS_DESC= Shortcuts editor plugin
|
||||
SPELL_DESC= Spell checking plugin
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
SHORTCUTS_USE= XFCE=libmenu,xfconf
|
||||
SHORTCUTS_CONFIGURE_ENABLE= plugin-shortcuts
|
||||
|
||||
SPELL_LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
|
||||
libgspell-1.so:textproc/gspell
|
||||
SPELL_CONFIGURE_ENABLE= plugin-gspell
|
||||
SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell \
|
||||
libenchant-2.so:textproc/enchant2
|
||||
SPELL_VARS= GLIB_SCHEMAS+=org.xfce.mousepad.plugins.gspell.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1707159724
|
||||
SHA256 (xfce4/mousepad-0.6.2.tar.bz2) = e7cacb3b8cb1cd689e6341484691069e73032810ca51fc747536fc36eb18d19d
|
||||
SIZE (xfce4/mousepad-0.6.2.tar.bz2) = 1402314
|
||||
TIMESTAMP = 1729539659
|
||||
SHA256 (xfce4/mousepad-0.6.3.tar.bz2) = 2ff162c185f18014ab9c82c2ac2dfce4fba20eb0005e7690ee27f00b9cb929b9
|
||||
SIZE (xfce4/mousepad-0.6.3.tar.bz2) = 1428583
|
||||
|
@ -3,6 +3,7 @@ lib/libmousepad.so
|
||||
lib/libmousepad.so.0
|
||||
lib/libmousepad.so.0.0.0
|
||||
%%SPELL%%lib/mousepad/plugins/libmousepad-plugin-gspell.so
|
||||
%%SHORTCUTS%%lib/mousepad/plugins/libmousepad-plugin-shortcuts.so
|
||||
share/applications/org.xfce.mousepad-settings.desktop
|
||||
share/applications/org.xfce.mousepad.desktop
|
||||
share/icons/hicolor/128x128/apps/org.xfce.mousepad.png
|
||||
|
Loading…
Reference in New Issue
Block a user