mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Support STAGEDIR
- Convert to new LIB_DEPENDS format - Rewrite COMMENT entry and pkg-descr - Add LICENSE blob - Switch to USES= gmake
This commit is contained in:
parent
8181fb8c71
commit
25081c6478
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332715
@ -10,18 +10,18 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Sticky notes panel plugin for Xfce4
|
||||
COMMENT= Notes plugin for the Xfce panel
|
||||
|
||||
LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gettext pathfix pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USES= gettext pkgconfig gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||
USE_XFCE= configenv libgui libutil panel xfconf
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
A sticky notes panel plugin for Xfce4.
|
||||
A sticky notes plugin for the Xfce panel.
|
||||
|
||||
WWW: http://www.xfce.org/
|
||||
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
|
||||
|
@ -72,10 +72,12 @@ share/xfce4/panel-plugins/xfce4-notes-plugin-47.desktop
|
||||
@dirrmtry %%DATADIR%%/pixmaps
|
||||
@dirrmtry %%DATADIR%%/gtk-2.0/scrollbars
|
||||
@dirrmtry %%DATADIR%%/gtk-2.0
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry share/locale/ur_PK/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur_PK
|
||||
@dirrmtry share/locale/ur/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user