Update to xfce4-clipman 1.1.0.
Adds a standalone daemon sitting in the systray, in complement of the panel plugin.
This commit is contained in:
parent
605be4e58a
commit
ab1cda006f
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2009/08/11 08:38:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2009/09/04 19:25:04 landry Exp $
|
||||
|
||||
COMMENT= Xfce4 clipboard history panel plugin
|
||||
|
||||
XFCE_VERSION= 1.0.2
|
||||
XFCE_VERSION= 1.1.0
|
||||
XFCE_PLUGIN= clipman
|
||||
PKGNAME= ${DISTNAME:S/-plugin//}p0
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -15,7 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
MODULES= x11/xfce4
|
||||
DESKTOP_FILES= Yes
|
||||
|
||||
LIB_DEPENDS+= xfconf-0::x11/xfce4/xfconf
|
||||
LIB_DEPENDS+= xfconf-0::x11/xfce4/xfconf \
|
||||
unique-1.0::devel/libunique
|
||||
|
||||
FAKE_FLAGS = autostartdir=${PREFIX}/share/examples/xfce4-clipman \
|
||||
actionsdir=${PREFIX}/share/examples/xfce4-clipman
|
||||
@ -26,6 +26,7 @@ WANTLIB = ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
|
||||
gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png pthread startup-notification-1 \
|
||||
xfce4util xfcegui4 xml2 z pthread-stubs xcb
|
||||
xfce4util xfcegui4 xml2 z pthread-stubs xcb execinfo \
|
||||
xcb-atom xcb-aux xcb-event
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-clipman-plugin-1.0.2.tar.bz2) = N/tRqOJogZxeDHHibvTQ+A==
|
||||
RMD160 (xfce4/xfce4-clipman-plugin-1.0.2.tar.bz2) = U5Ajgzm4i3rXSNtwgH2sewvqPoA=
|
||||
SHA1 (xfce4/xfce4-clipman-plugin-1.0.2.tar.bz2) = sKyRdfmLBimV2K99vNq86kHkj28=
|
||||
SHA256 (xfce4/xfce4-clipman-plugin-1.0.2.tar.bz2) = 5mLWxJHoug09bKhPWv9PVy1jumSVCiyIyE9zVn+IjwU=
|
||||
SIZE (xfce4/xfce4-clipman-plugin-1.0.2.tar.bz2) = 633038
|
||||
MD5 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = vwOAeOw1ZsBtLvQAqRdW0Q==
|
||||
RMD160 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = iI2mPLXs3iGRRvm7air9cpkY+Nc=
|
||||
SHA1 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = 3FmY8cemf3IXA6MJ5FowTIGvYCw=
|
||||
SHA256 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = QHFqOBZn4f1WMOpPM0QIQmh7C+5iz/gj8YLgeX3P4JY=
|
||||
SIZE (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = 798246
|
||||
|
@ -1,6 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/07/15 13:53:39 landry Exp $
|
||||
@bin bin/xfce4-clipman-plugin
|
||||
@comment $OpenBSD: PLIST,v 1.8 2009/09/04 19:25:04 landry Exp $
|
||||
@bin bin/xfce4-clipman
|
||||
@bin bin/xfce4-clipman-settings
|
||||
@bin bin/xfce4-popup-clipman
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
@bin libexec/xfce4/panel-plugins/xfce4-clipman-plugin
|
||||
share/applications/xfce4-clipman-plugin.desktop
|
||||
share/examples/xfce4-clipman/
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
@ -31,6 +35,9 @@ share/icons/hicolor/scalable/apps/xfce4-clipman-plugin.svg
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/ast/
|
||||
share/locale/ast/LC_MESSAGES/
|
||||
share/locale/ast/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
@ -67,6 +74,7 @@ share/locale/ur/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/ur_PK/
|
||||
share/locale/ur_PK/LC_MESSAGES/
|
||||
share/locale/ur_PK/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/xfce4/
|
||||
@ -78,6 +86,20 @@ share/xfce4/doc/C/images/clipman-menu.png
|
||||
share/xfce4/doc/C/images/clipman-settings-actions.png
|
||||
share/xfce4/doc/C/images/clipman-settings-general.png
|
||||
share/xfce4/doc/C/xfce4-clipman-plugin.html
|
||||
share/xfce4/doc/da/
|
||||
share/xfce4/doc/da/images/
|
||||
share/xfce4/doc/da/images/clipman-action-dialog.png
|
||||
share/xfce4/doc/da/images/clipman-menu.png
|
||||
share/xfce4/doc/da/images/clipman-settings-actions.png
|
||||
share/xfce4/doc/da/images/clipman-settings-general.png
|
||||
share/xfce4/doc/da/xfce4-clipman-plugin.html
|
||||
share/xfce4/doc/fr/
|
||||
share/xfce4/doc/fr/images/
|
||||
share/xfce4/doc/fr/images/clipman-action-dialog.png
|
||||
share/xfce4/doc/fr/images/clipman-menu.png
|
||||
share/xfce4/doc/fr/images/clipman-settings-actions.png
|
||||
share/xfce4/doc/fr/images/clipman-settings-general.png
|
||||
share/xfce4/doc/fr/xfce4-clipman-plugin.html
|
||||
share/xfce4/doc/gl/
|
||||
share/xfce4/doc/gl/images/
|
||||
share/xfce4/doc/gl/images/clipman-action-dialog.png
|
||||
@ -85,6 +107,13 @@ share/xfce4/doc/gl/images/clipman-menu.png
|
||||
share/xfce4/doc/gl/images/clipman-settings-actions.png
|
||||
share/xfce4/doc/gl/images/clipman-settings-general.png
|
||||
share/xfce4/doc/gl/xfce4-clipman-plugin.html
|
||||
share/xfce4/doc/it/
|
||||
share/xfce4/doc/it/images/
|
||||
share/xfce4/doc/it/images/clipman-action-dialog.png
|
||||
share/xfce4/doc/it/images/clipman-menu.png
|
||||
share/xfce4/doc/it/images/clipman-settings-actions.png
|
||||
share/xfce4/doc/it/images/clipman-settings-general.png
|
||||
share/xfce4/doc/it/xfce4-clipman-plugin.html
|
||||
share/xfce4/doc/ja/
|
||||
share/xfce4/doc/ja/images/
|
||||
share/xfce4/doc/ja/images/clipman-action-dialog.png
|
||||
@ -92,6 +121,13 @@ share/xfce4/doc/ja/images/clipman-menu.png
|
||||
share/xfce4/doc/ja/images/clipman-settings-actions.png
|
||||
share/xfce4/doc/ja/images/clipman-settings-general.png
|
||||
share/xfce4/doc/ja/xfce4-clipman-plugin.html
|
||||
share/xfce4/doc/zh_CN/
|
||||
share/xfce4/doc/zh_CN/images/
|
||||
share/xfce4/doc/zh_CN/images/clipman-action-dialog.png
|
||||
share/xfce4/doc/zh_CN/images/clipman-menu.png
|
||||
share/xfce4/doc/zh_CN/images/clipman-settings-actions.png
|
||||
share/xfce4/doc/zh_CN/images/clipman-settings-general.png
|
||||
share/xfce4/doc/zh_CN/xfce4-clipman-plugin.html
|
||||
share/xfce4/panel-plugins/
|
||||
share/xfce4/panel-plugins/xfce4-clipman-plugin.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user