pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xfce4-places-plugin Updated x11/xfce4-places-plugi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f7136ed5e07
branches:  trunk
changeset: 536180:1f7136ed5e07
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Dec 05 07:51:18 2007 +0000

description:
Updated x11/xfce4-places-plugin to 1.0.0

Bug fixes.

diffstat:

 x11/xfce4-places-plugin/Makefile      |   5 ++-
 x11/xfce4-places-plugin/PLIST         |  36 ++++++++++++++++++++++++++++++++++-
 x11/xfce4-places-plugin/buildlink3.mk |   5 ++-
 x11/xfce4-places-plugin/distinfo      |   8 +++---
 4 files changed, 45 insertions(+), 9 deletions(-)

diffs (99 lines):

diff -r 39af44a3f88b -r 1f7136ed5e07 x11/xfce4-places-plugin/Makefile
--- a/x11/xfce4-places-plugin/Makefile  Wed Dec 05 07:50:47 2007 +0000
+++ b/x11/xfce4-places-plugin/Makefile  Wed Dec 05 07:51:18 2007 +0000
@@ -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"
diff -r 39af44a3f88b -r 1f7136ed5e07 x11/xfce4-places-plugin/PLIST
--- a/x11/xfce4-places-plugin/PLIST     Wed Dec 05 07:50:47 2007 +0000
+++ b/x11/xfce4-places-plugin/PLIST     Wed Dec 05 07:51:18 2007 +0000
@@ -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
diff -r 39af44a3f88b -r 1f7136ed5e07 x11/xfce4-places-plugin/buildlink3.mk
--- a/x11/xfce4-places-plugin/buildlink3.mk     Wed Dec 05 07:50:47 2007 +0000
+++ b/x11/xfce4-places-plugin/buildlink3.mk     Wed Dec 05 07:51:18 2007 +0000
@@ -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_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"
diff -r 39af44a3f88b -r 1f7136ed5e07 x11/xfce4-places-plugin/distinfo
--- a/x11/xfce4-places-plugin/distinfo  Wed Dec 05 07:50:47 2007 +0000
+++ b/x11/xfce4-places-plugin/distinfo  Wed Dec 05 07:51:18 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index