summaryrefslogtreecommitdiff
path: root/x11/xfce4-clipman-plugin
diff options
context:
space:
mode:
authormartti <martti>2007-04-12 09:55:08 +0000
committermartti <martti>2007-04-12 09:55:08 +0000
commit603f377b1c032d94686b00c402ab73e9e69e87e3 (patch)
treedf1647c213d3eed2c06db3ecc7e1e4a7031720db /x11/xfce4-clipman-plugin
parent21a6598e7a9159559ddd511702d2dca068942fbe (diff)
downloadpkgsrc-603f377b1c032d94686b00c402ab73e9e69e87e3.tar.gz
Updated to Xfce 4.4.1
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile8
-rw-r--r--x11/xfce4-clipman-plugin/PLIST15
-rw-r--r--x11/xfce4-clipman-plugin/buildlink3.mk5
-rw-r--r--x11/xfce4-clipman-plugin/distinfo8
4 files changed, 24 insertions, 12 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index d86cd800b3f..dea340c96b7 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/04/12 09:55:21 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.4.1
+XFCE4_VERSION= 0.8.0
DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION}
-PKGREVISION= 3
+#PKGREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://download.berlios.de/xfce-goodies/
+MASTER_SITES= http://goodies.xfce.org/releases/xfce4-clipman-plugin/
COMMENT= Xfce clipboard plugin
.include "../../x11/xfce4-panel/buildlink3.mk"
diff --git a/x11/xfce4-clipman-plugin/PLIST b/x11/xfce4-clipman-plugin/PLIST
index 360795380a6..bc45d59ebc9 100644
--- a/x11/xfce4-clipman-plugin/PLIST
+++ b/x11/xfce4-clipman-plugin/PLIST
@@ -1,2 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:10:07 jlam Exp $
-lib/xfce4/panel-plugins/libclipman.la
+@comment $NetBSD: PLIST,v 1.3 2007/04/12 09:55:21 martti Exp $
+libexec/xfce4/panel-plugins/xfce4-clipman-plugin
+share/locale/ca/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/cs/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/de/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/eu/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/fr/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/hu/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/ja/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/pl/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/pt_BR/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/zh_TW/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/xfce4/panel-plugins/clipman.desktop
diff --git a/x11/xfce4-clipman-plugin/buildlink3.mk b/x11/xfce4-clipman-plugin/buildlink3.mk
index b15ac5f1174..5a57784c3ed 100644
--- a/x11/xfce4-clipman-plugin/buildlink3.mk
+++ b/x11/xfce4-clipman-plugin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2006/10/12 09:24:21 martti Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2007/04/12 09:55:21 martti Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:= ${XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK}+
@@ -12,11 +12,12 @@ BUILDLINK_PACKAGES+= xfce4-clipman-plugin
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-clipman-plugin
.if ${XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.4.1nb3
+BUILDLINK_API_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.8.0
BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin
.endif # XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK
.include "../../x11/xfce4-panel/buildlink3.mk"
+.include "../../devel/xfce4-dev-tools/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo
index cfc0173daf7..8966ed32dce 100644
--- a/x11/xfce4-clipman-plugin/distinfo
+++ b/x11/xfce4-clipman-plugin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:36:22 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/04/12 09:55:21 martti Exp $
-SHA1 (xfce4-clipman-plugin-0.4.1.tar.gz) = 3de3a457286471d3d873bed77bf5c8a0f125b409
-RMD160 (xfce4-clipman-plugin-0.4.1.tar.gz) = 2a474443d757b80606d5d57d1b548e02122b47f0
-Size (xfce4-clipman-plugin-0.4.1.tar.gz) = 305762 bytes
+SHA1 (xfce4-clipman-plugin-0.8.0.tar.bz2) = 575bcda816646c5fa18b1a452a7696f70842841b
+RMD160 (xfce4-clipman-plugin-0.8.0.tar.bz2) = f5b4f14b2317bcd00ba82e7be7060373b94cf3d7
+Size (xfce4-clipman-plugin-0.8.0.tar.bz2) = 193458 bytes