diff options
author | martti <martti@pkgsrc.org> | 2007-12-05 07:49:44 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-12-05 07:49:44 +0000 |
commit | 2b6cd8752613514208c9ad3fa72aa365221f1410 (patch) | |
tree | 65d8dc1dcf27650717739045e49678d8b25b4c7e /sysutils | |
parent | 2d50ab093df391b873eb9c233dd1935d8c198e30 (diff) | |
download | pkgsrc-2b6cd8752613514208c9ad3fa72aa365221f1410.tar.gz |
Updated sysutils/xfce4-fsguard-plugin to 0.4.0
Bug fixes.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/PLIST | 24 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/buildlink3.mk | 4 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/distinfo | 10 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/patches/patch-aa | 12 |
5 files changed, 38 insertions, 16 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 55c5d1281fc..5246f62834a 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2007/04/17 17:45:06 martti Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/05 07:49:44 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 0.3.0 +XFCE4_VERSION= 0.4.0 DISTNAME= xfce4-fsguard-plugin-${XFCE4_VERSION} #PKGREVISION= 1 diff --git a/sysutils/xfce4-fsguard-plugin/PLIST b/sysutils/xfce4-fsguard-plugin/PLIST index ba7ac841d45..c1bdcc4f766 100644 --- a/sysutils/xfce4-fsguard-plugin/PLIST +++ b/sysutils/xfce4-fsguard-plugin/PLIST @@ -1,7 +1,29 @@ -@comment $NetBSD: PLIST,v 1.3 2007/04/12 09:55:16 martti Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/12/05 07:49:44 martti Exp $ libexec/xfce4/panel-plugins/xfce4-fsguard-plugin +share/icons/hicolor/32x32/apps/xfce4-fsguard-plugin-urgent.png +share/icons/hicolor/32x32/apps/xfce4-fsguard-plugin-warning.png +share/icons/hicolor/32x32/apps/xfce4-fsguard-plugin.png +share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-urgent.svg +share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-warning.svg +share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin.svg +share/locale/ca/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/cs/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/en_GB/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/eu/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/gl/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/ja/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/nb_NO/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/pt_BR/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/pt_PT/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/sq/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/sv/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/uk/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/vi/LC_MESSAGES/xfce4-fsguard-plugin.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-fsguard-plugin.mo share/xfce4/panel-plugins/fsguard.desktop diff --git a/sysutils/xfce4-fsguard-plugin/buildlink3.mk b/sysutils/xfce4-fsguard-plugin/buildlink3.mk index 427a47af4e4..1667031207c 100644 --- a/sysutils/xfce4-fsguard-plugin/buildlink3.mk +++ b/sysutils/xfce4-fsguard-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2007/04/12 09:55:16 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2007/12/05 07:49:44 martti Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_FSGUARD_PLUGIN_BUILDLINK3_MK:= ${XFCE4_FSGUARD_PLUGIN_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= xfce4-fsguard-plugin BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-fsguard-plugin .if ${XFCE4_FSGUARD_PLUGIN_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.xfce4-fsguard-plugin+= xfce4-fsguard-plugin>=0.3.0 +BUILDLINK_API_DEPENDS.xfce4-fsguard-plugin+= xfce4-fsguard-plugin>=0.4.0 BUILDLINK_PKGSRCDIR.xfce4-fsguard-plugin?= ../../sysutils/xfce4-fsguard-plugin .endif # XFCE4_FSGUARD_PLUGIN_BUILDLINK3_MK diff --git a/sysutils/xfce4-fsguard-plugin/distinfo b/sysutils/xfce4-fsguard-plugin/distinfo index abce470abec..5f62928b853 100644 --- a/sysutils/xfce4-fsguard-plugin/distinfo +++ b/sysutils/xfce4-fsguard-plugin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2007/04/16 18:27:49 joerg Exp $ +$NetBSD: distinfo,v 1.6 2007/12/05 07:49:44 martti Exp $ -SHA1 (xfce4-fsguard-plugin-0.3.0.tar.bz2) = 63241ada67681eff66f269bfd53d6d6b11a37d4b -RMD160 (xfce4-fsguard-plugin-0.3.0.tar.bz2) = 7989c2209b0f363cc4a2ac778d8ea627fa22378e -Size (xfce4-fsguard-plugin-0.3.0.tar.bz2) = 113601 bytes -SHA1 (patch-aa) = 4057cfb11a39e822ca3cca304c974987aa002048 +SHA1 (xfce4-fsguard-plugin-0.4.0.tar.bz2) = d00470b1d9e4ad1c529830b6c5fee3e422fb4677 +RMD160 (xfce4-fsguard-plugin-0.4.0.tar.bz2) = b25bf0f7487efd6aabbe697be7ba004bd7a8cf10 +Size (xfce4-fsguard-plugin-0.4.0.tar.bz2) = 169519 bytes +SHA1 (patch-aa) = 523b8632e5a84b2fd62980cba3f990be1cade007 diff --git a/sysutils/xfce4-fsguard-plugin/patches/patch-aa b/sysutils/xfce4-fsguard-plugin/patches/patch-aa index 39603100eae..f0b1329d117 100644 --- a/sysutils/xfce4-fsguard-plugin/patches/patch-aa +++ b/sysutils/xfce4-fsguard-plugin/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2007/04/16 18:27:49 joerg Exp $ +$NetBSD: patch-aa,v 1.6 2007/12/05 07:49:44 martti Exp $ ---- panel-plugin/fsguard.c.orig 2005-10-11 07:29:27.000000000 +0000 -+++ panel-plugin/fsguard.c -@@ -39,10 +39,13 @@ +--- panel-plugin/fsguard.c.orig 2007-10-20 20:49:18.000000000 +0000 ++++ panel-plugin/fsguard.c 2007-12-05 06:41:00.000000000 +0000 +@@ -40,10 +40,13 @@ #include <sys/stat.h> #if defined(__linux__) #include <sys/vfs.h> --#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) -+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) +-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD_kernel__) ++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) #include <sys/param.h> #include <sys/mount.h> #endif |