mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0.5
- Convert to new options framework Submitted by: myself Approved by: miwi, rene (mentors)
This commit is contained in:
parent
356a014cf3
commit
dd9f212954
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301044
3 changed files with 9 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xfce4-cpugraph-plugin
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
|
@ -23,11 +22,12 @@ USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
|
|||
USE_XFCE= configenv libmenu panel
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS= NLS "Enable Native Language Support" on
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_DEFAULT= NLS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ARGS+=--enable-nls
|
||||
PLIST_SUB+= NLS=""
|
||||
|
@ -36,4 +36,4 @@ CONFIGURE_ARGS+=--disable-nls
|
|||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xfce4/xfce4-cpugraph-plugin-1.0.2.tar.bz2) = b535a9c3d105c0d1597fa4071fe140912bb483c4401c84ad178531fc85de0577
|
||||
SIZE (xfce4/xfce4-cpugraph-plugin-1.0.2.tar.bz2) = 324877
|
||||
SHA256 (xfce4/xfce4-cpugraph-plugin-1.0.5.tar.bz2) = 85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7
|
||||
SIZE (xfce4/xfce4-cpugraph-plugin-1.0.5.tar.bz2) = 328972
|
||||
|
|
|
@ -14,6 +14,7 @@ lib/xfce4/panel/plugins/libcpugraph.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-cpugraph-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-cpugraph-plugin.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-cpugraph-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-cpugraph-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-cpugraph-plugin.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue