mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update mousepad to 0.4.2
This commit is contained in:
parent
2fc43ce374
commit
b14d63261d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507601
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user