diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-21 20:27:38 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-21 20:27:38 +0000 |
commit | 69553e4f7c1f93fda6e17c7b931b3608ef73ecc6 (patch) | |
tree | 3b58c1656511b21ca6ab01acd69df8ed9d350d19 /x11/lxpanel | |
parent | ddfee5c9dd2b8ec2a36f1af9036a03be640d7907 (diff) | |
download | ports-69553e4f7c1f93fda6e17c7b931b3608ef73ecc6.tar.gz ports-69553e4f7c1f93fda6e17c7b931b3608ef73ecc6.zip |
Notes
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 11 | ||||
-rw-r--r-- | x11/lxpanel/pkg-plist | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index df2c28fa5abd..085a381e2972 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -3,11 +3,11 @@ PORTNAME= lxpanel PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION}/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= Lightweight X11 desktop panel LICENSE= GPLv2 MIT @@ -16,6 +16,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache RUN_DEPENDS= ${LOCALBASE}/share/desktop-directories/lxde-audio-video.directory:${PORTSDIR}/x11/lxmenu-data +PORTDOCS= AUTHORS README OPTIONS_DEFINE= ALSA DOCS NLS OPTIONS_SUB= yes @@ -37,8 +38,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ CFLAGS+= -I${WRKSRC} -Wno-return-type USE_CSTD= gnu89 -PORTDOCS= AUTHORS README - .include <bsd.port.options.mk> post-patch: @@ -53,6 +52,10 @@ post-patch: .endif post-install: +.for l in volume xkb deskno batt kbled + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/${l}.so +.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/x11/lxpanel/pkg-plist b/x11/lxpanel/pkg-plist index 78d8e814ac73..510ccdcff272 100644 --- a/x11/lxpanel/pkg-plist +++ b/x11/lxpanel/pkg-plist @@ -245,6 +245,8 @@ man/man1/lxpanelctl.1.gz @dirrm %%DATADIR%%/images/xkb-flags @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% +%%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fo %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur_PK %%NLS%%@dirrmtry share/locale/tt_RU/LC_MESSAGES |