Updated x11/xfce4-places-plugin to 1.0.0
Bug fixes.
This commit is contained in:
parent
f3c9083b25
commit
bf0583cc53
4 changed files with 45 additions and 9 deletions
|
@ -1,13 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/12/05 07:51:18 martti Exp $
|
||||
|
||||
.include "../../meta-pkgs/xfce4/Makefile.common"
|
||||
|
||||
XFCE4_VERSION= 0.1.0
|
||||
XFCE4_VERSION= 1.0.0
|
||||
|
||||
DISTNAME= xfce4-places-plugin-${XFCE4_VERSION}
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-places-plugin/
|
||||
COMMENT= Xfce Places plugin
|
||||
|
||||
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
|
||||
.include "../../x11/xfce4-panel/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,39 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2007/12/05 07:51:18 martti Exp $
|
||||
libexec/xfce4/panel-plugins/xfce4-places-plugin
|
||||
share/locale/ar/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/be/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/dz/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/en_GB/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/eo/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/es/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/et/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/fi/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/he/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/ka/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/mk/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/nb_NO/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/pa/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/sq/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-places-plugin.mo
|
||||
share/xfce4/panel-plugins/places.desktop
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2007/12/05 07:51:18 martti Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
XFCE4_PLACES_PLUGIN_BUILDLINK3_MK:= ${XFCE4_PLACES_PLUGIN_BUILDLINK3_MK}+
|
||||
|
@ -12,10 +12,11 @@ BUILDLINK_PACKAGES+= xfce4-places-plugin
|
|||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-places-plugin
|
||||
|
||||
.if ${XFCE4_PLACES_PLUGIN_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.xfce4-places-plugin+= xfce4-places-plugin>=0.1.0
|
||||
BUILDLINK_API_DEPENDS.xfce4-places-plugin+= xfce4-places-plugin>=1.0.0
|
||||
BUILDLINK_PKGSRCDIR.xfce4-places-plugin?= ../../x11/xfce4-places-plugin
|
||||
.endif # XFCE4_PLACES_PLUGIN_BUILDLINK3_MK
|
||||
|
||||
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
|
||||
.include "../../x11/xfce4-panel/buildlink3.mk"
|
||||
.include "../../devel/xfce4-dev-tools/buildlink3.mk"
|
||||
.include "../../x11/libSM/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $
|
||||
$NetBSD: distinfo,v 1.2 2007/12/05 07:51:18 martti Exp $
|
||||
|
||||
SHA1 (xfce4-places-plugin-0.1.0.tar.bz2) = 22b2fb5dcd10067a9af57369b4b847773ea940f7
|
||||
RMD160 (xfce4-places-plugin-0.1.0.tar.bz2) = 9c4300974e681a2a75538f8944e59afecb329793
|
||||
Size (xfce4-places-plugin-0.1.0.tar.bz2) = 256987 bytes
|
||||
SHA1 (xfce4-places-plugin-1.0.0.tar.bz2) = 16cb0b7c3d869010f12656da64277e213bbb8de8
|
||||
RMD160 (xfce4-places-plugin-1.0.0.tar.bz2) = 3e8d64745d869e8bcd6a851f14c1dc7b999ecf84
|
||||
Size (xfce4-places-plugin-1.0.0.tar.bz2) = 298759 bytes
|
||||
|
|
Loading…
Reference in a new issue