mirror of https://git.FreeBSD.org/ports.git
Update to 1.1.0
This commit is contained in:
parent
8b46695a71
commit
d6e3b228bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391767
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= verve-plugin
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= XFCE/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R}
|
||||
PKGNAMEPREFIX= xfce4-
|
||||
|
@ -19,15 +18,16 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
|||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool pkgconfig xfce tar:bzip2
|
||||
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce
|
||||
USE_GNOME= glib20 intltool intlhack
|
||||
USE_XFCE= panel
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS=--enable-dbus
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
NLS_USES= gettext-runtime
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xfce4/xfce4-verve-plugin-1.0.1.tar.bz2) = 3b9c847ef4b10259137e4c8d1baa4a05486b35d3ff01ded3c00a8669c7dc9bf8
|
||||
SIZE (xfce4/xfce4-verve-plugin-1.0.1.tar.bz2) = 325191
|
||||
SHA256 (xfce4/xfce4-verve-plugin-1.1.0.tar.bz2) = a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84
|
||||
SIZE (xfce4/xfce4-verve-plugin-1.1.0.tar.bz2) = 353998
|
||||
|
|
|
@ -16,6 +16,7 @@ lib/xfce4/panel/plugins/libverve.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
|
@ -23,6 +24,7 @@ lib/xfce4/panel/plugins/libverve.so
|
|||
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
|
|
Loading…
Reference in New Issue