View | Details | Raw Unified | Return to bug 161972
Collapse All | Expand All

(-)xfce4-clipman-plugin/Makefile (-12 / +7 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	xfce4-clipman-plugin
8
PORTNAME=	xfce4-clipman-plugin
9
PORTVERSION=	1.1.3
9
PORTVERSION=	1.2.0
10
PORTREVISION=	8
11
CATEGORIES=	x11 xfce
10
CATEGORIES=	x11 xfce
12
MASTER_SITES=	${MASTER_SITE_XFCE}
11
MASTER_SITES=	${MASTER_SITE_XFCE}
13
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
12
MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
14
DIST_SUBDIR=	xfce4
13
DIST_SUBDIR=	xfce4
15
14
16
MAINTAINER=	xfce@FreeBSD.org
15
MAINTAINER=	xfce@FreeBSD.org
Lines 21-35 Link Here
21
20
22
OPTIONS=	UNIQUE	"Enable Unique (single instance) support" on
21
OPTIONS=	UNIQUE	"Enable Unique (single instance) support" on
23
22
24
#BROKEN=		Does not work with xfce 4.8
25
26
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
27
USE_BZIP2=	yes
24
USE_BZIP2=	yes
28
USE_GETTEXT=	yes
25
USE_GETTEXT=	yes
29
USE_GMAKE=	yes
26
USE_GMAKE=	yes
30
USE_GNOME=	gtk20 intltool intlhack pkgconfig
27
USE_GNOME=	gnomehack gtk20 intltool intlhack pkgconfig glib20 desktopfileutils
31
USE_XFCE=	configenv libexo libgui libutil panel
28
USE_XFCE=	configenv libexo libmenu libutil panel xfconf
32
USE_XORG=	x11 ice sm xpm
29
USE_XORG=	xtst
33
30
34
INSTALLS_ICONS=	yes
31
INSTALLS_ICONS=	yes
35
32
Lines 42-50 Link Here
42
CONFIGURE_ARGS+=	--disable-unique
39
CONFIGURE_ARGS+=	--disable-unique
43
.endif
40
.endif
44
41
45
post-patch:
42
post-install:
46
	@${REINPLACE_CMD} -e 's|exo-0\.3|exo-1|g; \
43
	@-update-desktop-database
47
		s|thunarx-1|thunarx-2|g' \
48
		${WRKSRC}/configure
49
44
50
.include <bsd.port.post.mk>
45
.include <bsd.port.post.mk>
(-)xfce4-clipman-plugin/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4/xfce4-clipman-plugin-1.1.3.tar.bz2) = 4a306bba5b68b88c93f36ad5aa1cc472fdb2115144f600067146853cfdf9c08c
1
SHA256 (xfce4/xfce4-clipman-plugin-1.2.0.tar.bz2) = bc03737a63d9f7db327fe20b383af59e0072f712bc6a7349cc60855d2303223d
2
SIZE (xfce4/xfce4-clipman-plugin-1.1.3.tar.bz2) = 801564
2
SIZE (xfce4/xfce4-clipman-plugin-1.2.0.tar.bz2) = 770481
(-)xfce4-clipman-plugin/files/patch-panel-plugin_xfce4-clipman-settings.c (-11 lines)
Lines 1-11 Link Here
1
--- panel-plugin/xfce4-clipman-settings.c.orig	2009-09-12 02:59:31.000000000 +0200
2
+++ panel-plugin/xfce4-clipman-settings.c	2010-10-26 16:39:52.000000000 +0200
3
@@ -661,7 +661,7 @@
4
       if (unique_app_send_message (app, UNIQUE_ACTIVATE, NULL) == UNIQUE_RESPONSE_OK)
5
         {
6
           g_object_unref (app);
7
-          return;
8
+          return 0;
9
         }
10
     }
11
   g_signal_connect (app, "message-received", G_CALLBACK (cb_unique_app), NULL);
(-)xfce4-clipman-plugin/pkg-plist (-52 / +67 lines)
Lines 5-10 Link Here
5
etc/xdg/xfce4/panel/xfce4-clipman-actions.xml
5
etc/xdg/xfce4/panel/xfce4-clipman-actions.xml
6
libexec/xfce4/panel-plugins/xfce4-clipman-plugin
6
libexec/xfce4/panel-plugins/xfce4-clipman-plugin
7
share/applications/xfce4-clipman-plugin.desktop
7
share/applications/xfce4-clipman-plugin.desktop
8
%%DOCSDIR%%/html/C/index.html
9
%%DOCSDIR%%/html/C/media/clipman-action-dialog.png
10
%%DOCSDIR%%/html/C/media/clipman-menu.png
11
%%DOCSDIR%%/html/C/media/clipman-settings-actions.png
12
%%DOCSDIR%%/html/C/media/clipman-settings-general.png
13
%%DOCSDIR%%/html/ca/index.html
14
%%DOCSDIR%%/html/ca/media
15
%%DOCSDIR%%/html/da/index.html
16
%%DOCSDIR%%/html/da/media
17
%%DOCSDIR%%/html/el/index.html
18
%%DOCSDIR%%/html/el/media
19
%%DOCSDIR%%/html/fr/index.html
20
%%DOCSDIR%%/html/fr/media/clipman-action-dialog.png
21
%%DOCSDIR%%/html/fr/media/clipman-menu.png
22
%%DOCSDIR%%/html/fr/media/clipman-settings-actions.png
23
%%DOCSDIR%%/html/fr/media/clipman-settings-general.png
24
%%DOCSDIR%%/html/gl/index.html
25
%%DOCSDIR%%/html/gl/media
26
%%DOCSDIR%%/html/index.css
27
%%DOCSDIR%%/html/it/index.html
28
%%DOCSDIR%%/html/it/media
29
%%DOCSDIR%%/html/ja/index.html
30
%%DOCSDIR%%/html/ja/media/clipman-action-dialog.png
31
%%DOCSDIR%%/html/ja/media/clipman-menu.png
32
%%DOCSDIR%%/html/ja/media/clipman-settings-actions.png
33
%%DOCSDIR%%/html/ja/media/clipman-settings-general.png
34
%%DOCSDIR%%/html/pt/index.html
35
%%DOCSDIR%%/html/pt/media
36
%%DOCSDIR%%/html/ru/index.html
37
%%DOCSDIR%%/html/ru/media
38
%%DOCSDIR%%/html/tr/index.html
39
%%DOCSDIR%%/html/tr/media
40
%%DOCSDIR%%/html/ug/index.html
41
%%DOCSDIR%%/html/ug/media
42
%%DOCSDIR%%/html/uk/index.html
43
%%DOCSDIR%%/html/uk/media
44
%%DOCSDIR%%/html/zh_CN/index.html
45
%%DOCSDIR%%/html/zh_CN/media
8
share/icons/hicolor/16x16/apps/xfce4-clipman-plugin.png
46
share/icons/hicolor/16x16/apps/xfce4-clipman-plugin.png
9
share/icons/hicolor/22x22/apps/xfce4-clipman-plugin.png
47
share/icons/hicolor/22x22/apps/xfce4-clipman-plugin.png
10
share/icons/hicolor/24x24/apps/xfce4-clipman-plugin.png
48
share/icons/hicolor/24x24/apps/xfce4-clipman-plugin.png
Lines 12-17 Link Here
12
share/icons/hicolor/scalable/apps/xfce4-clipman-plugin.svg
50
share/icons/hicolor/scalable/apps/xfce4-clipman-plugin.svg
13
share/locale/ar/LC_MESSAGES/xfce4-clipman-plugin.mo
51
share/locale/ar/LC_MESSAGES/xfce4-clipman-plugin.mo
14
share/locale/ast/LC_MESSAGES/xfce4-clipman-plugin.mo
52
share/locale/ast/LC_MESSAGES/xfce4-clipman-plugin.mo
53
share/locale/be/LC_MESSAGES/xfce4-clipman-plugin.mo
15
share/locale/ca/LC_MESSAGES/xfce4-clipman-plugin.mo
54
share/locale/ca/LC_MESSAGES/xfce4-clipman-plugin.mo
16
share/locale/cs/LC_MESSAGES/xfce4-clipman-plugin.mo
55
share/locale/cs/LC_MESSAGES/xfce4-clipman-plugin.mo
17
share/locale/da/LC_MESSAGES/xfce4-clipman-plugin.mo
56
share/locale/da/LC_MESSAGES/xfce4-clipman-plugin.mo
Lines 27-32 Link Here
27
share/locale/id/LC_MESSAGES/xfce4-clipman-plugin.mo
66
share/locale/id/LC_MESSAGES/xfce4-clipman-plugin.mo
28
share/locale/it/LC_MESSAGES/xfce4-clipman-plugin.mo
67
share/locale/it/LC_MESSAGES/xfce4-clipman-plugin.mo
29
share/locale/ja/LC_MESSAGES/xfce4-clipman-plugin.mo
68
share/locale/ja/LC_MESSAGES/xfce4-clipman-plugin.mo
69
share/locale/kk/LC_MESSAGES/xfce4-clipman-plugin.mo
30
share/locale/lv/LC_MESSAGES/xfce4-clipman-plugin.mo
70
share/locale/lv/LC_MESSAGES/xfce4-clipman-plugin.mo
31
share/locale/nb/LC_MESSAGES/xfce4-clipman-plugin.mo
71
share/locale/nb/LC_MESSAGES/xfce4-clipman-plugin.mo
32
share/locale/nl/LC_MESSAGES/xfce4-clipman-plugin.mo
72
share/locale/nl/LC_MESSAGES/xfce4-clipman-plugin.mo
Lines 38-110 Link Here
38
share/locale/sq/LC_MESSAGES/xfce4-clipman-plugin.mo
78
share/locale/sq/LC_MESSAGES/xfce4-clipman-plugin.mo
39
share/locale/sv/LC_MESSAGES/xfce4-clipman-plugin.mo
79
share/locale/sv/LC_MESSAGES/xfce4-clipman-plugin.mo
40
share/locale/tr/LC_MESSAGES/xfce4-clipman-plugin.mo
80
share/locale/tr/LC_MESSAGES/xfce4-clipman-plugin.mo
81
share/locale/ug/LC_MESSAGES/xfce4-clipman-plugin.mo
41
share/locale/uk/LC_MESSAGES/xfce4-clipman-plugin.mo
82
share/locale/uk/LC_MESSAGES/xfce4-clipman-plugin.mo
42
share/locale/ur/LC_MESSAGES/xfce4-clipman-plugin.mo
83
share/locale/ur/LC_MESSAGES/xfce4-clipman-plugin.mo
43
share/locale/ur_PK/LC_MESSAGES/xfce4-clipman-plugin.mo
84
share/locale/ur_PK/LC_MESSAGES/xfce4-clipman-plugin.mo
44
share/locale/vi/LC_MESSAGES/xfce4-clipman-plugin.mo
85
share/locale/vi/LC_MESSAGES/xfce4-clipman-plugin.mo
45
share/locale/zh_CN/LC_MESSAGES/xfce4-clipman-plugin.mo
86
share/locale/zh_CN/LC_MESSAGES/xfce4-clipman-plugin.mo
46
share/locale/zh_TW/LC_MESSAGES/xfce4-clipman-plugin.mo
87
share/locale/zh_TW/LC_MESSAGES/xfce4-clipman-plugin.mo
47
share/xfce4/doc/C/images/clipman-action-dialog.png
48
share/xfce4/doc/C/images/clipman-menu.png
49
share/xfce4/doc/C/images/clipman-settings-actions.png
50
share/xfce4/doc/C/images/clipman-settings-general.png
51
share/xfce4/doc/C/xfce4-clipman-plugin.html
52
share/xfce4/doc/da/images/clipman-action-dialog.png
53
share/xfce4/doc/da/images/clipman-menu.png
54
share/xfce4/doc/da/images/clipman-settings-actions.png
55
share/xfce4/doc/da/images/clipman-settings-general.png
56
share/xfce4/doc/da/xfce4-clipman-plugin.html
57
share/xfce4/doc/fr/images/clipman-action-dialog.png
58
share/xfce4/doc/fr/images/clipman-menu.png
59
share/xfce4/doc/fr/images/clipman-settings-actions.png
60
share/xfce4/doc/fr/images/clipman-settings-general.png
61
share/xfce4/doc/fr/xfce4-clipman-plugin.html
62
share/xfce4/doc/gl/images/clipman-action-dialog.png
63
share/xfce4/doc/gl/images/clipman-menu.png
64
share/xfce4/doc/gl/images/clipman-settings-actions.png
65
share/xfce4/doc/gl/images/clipman-settings-general.png
66
share/xfce4/doc/gl/xfce4-clipman-plugin.html
67
share/xfce4/doc/it/images/clipman-action-dialog.png
68
share/xfce4/doc/it/images/clipman-menu.png
69
share/xfce4/doc/it/images/clipman-settings-actions.png
70
share/xfce4/doc/it/images/clipman-settings-general.png
71
share/xfce4/doc/it/xfce4-clipman-plugin.html
72
share/xfce4/doc/ja/images/clipman-action-dialog.png
73
share/xfce4/doc/ja/images/clipman-menu.png
74
share/xfce4/doc/ja/images/clipman-settings-actions.png
75
share/xfce4/doc/ja/images/clipman-settings-general.png
76
share/xfce4/doc/ja/xfce4-clipman-plugin.html
77
share/xfce4/doc/zh_CN/images/clipman-action-dialog.png
78
share/xfce4/doc/zh_CN/images/clipman-menu.png
79
share/xfce4/doc/zh_CN/images/clipman-settings-actions.png
80
share/xfce4/doc/zh_CN/images/clipman-settings-general.png
81
share/xfce4/doc/zh_CN/xfce4-clipman-plugin.html
82
share/xfce4/panel-plugins/xfce4-clipman-plugin.desktop
88
share/xfce4/panel-plugins/xfce4-clipman-plugin.desktop
83
@dirrmtry share/xfce4/panel-plugins
89
@dirrmtry share/xfce4/panel-plugins
84
@dirrmtry share/xfce4/doc/zh_CN/images
85
@dirrmtry share/xfce4/doc/zh_CN
86
@dirrmtry share/xfce4/doc/ja/images
87
@dirrmtry share/xfce4/doc/ja
88
@dirrmtry share/xfce4/doc/it/images
89
@dirrmtry share/xfce4/doc/it
90
@dirrmtry share/xfce4/doc/gl/images
91
@dirrmtry share/xfce4/doc/gl
92
@dirrmtry share/xfce4/doc/fr/images
93
@dirrmtry share/xfce4/doc/fr
94
@dirrmtry share/xfce4/doc/da/images
95
@dirrmtry share/xfce4/doc/da
96
@dirrmtry share/xfce4/doc/C/images
97
@dirrmtry share/xfce4/doc/C
98
@dirrmtry share/xfce4/doc
99
@dirrmtry share/xfce4
100
@dirrmtry share/locale/ur_PK/LC_MESSAGES
90
@dirrmtry share/locale/ur_PK/LC_MESSAGES
101
@dirrmtry share/locale/ur_PK
91
@dirrmtry share/locale/ur_PK
102
@dirrmtry share/locale/ur/LC_MESSAGES
92
@dirrmtry share/locale/ur/LC_MESSAGES
103
@dirrmtry share/locale/ur
93
@dirrmtry share/locale/ur
94
@dirrmtry share/locale/ug/LC_MESSAGES
95
@dirrmtry share/locale/ug
96
@dirrmtry share/locale/kk/LC_MESSAGES
97
@dirrmtry share/locale/kk
104
@dirrmtry share/locale/ast/LC_MESSAGES
98
@dirrmtry share/locale/ast/LC_MESSAGES
105
@dirrmtry share/locale/ast
99
@dirrmtry share/locale/ast
106
@dirrmtry share/applications
100
@dirrm %%DOCSDIR%%/html/zh_CN
101
@dirrm %%DOCSDIR%%/html/uk
102
@dirrm %%DOCSDIR%%/html/ug
103
@dirrm %%DOCSDIR%%/html/tr
104
@dirrm %%DOCSDIR%%/html/ru
105
@dirrm %%DOCSDIR%%/html/pt
106
@dirrm %%DOCSDIR%%/html/ja/media
107
@dirrm %%DOCSDIR%%/html/ja
108
@dirrm %%DOCSDIR%%/html/it
109
@dirrm %%DOCSDIR%%/html/gl
110
@dirrm %%DOCSDIR%%/html/fr/media
111
@dirrm %%DOCSDIR%%/html/fr
112
@dirrm %%DOCSDIR%%/html/el
113
@dirrm %%DOCSDIR%%/html/da
114
@dirrm %%DOCSDIR%%/html/ca
115
@dirrm %%DOCSDIR%%/html/C/media
116
@dirrm %%DOCSDIR%%/html/C
117
@dirrm %%DOCSDIR%%/html
118
@dirrm %%DOCSDIR%%
107
@dirrmtry libexec/xfce4/panel-plugins
119
@dirrmtry libexec/xfce4/panel-plugins
108
@dirrmtry libexec/xfce4
120
@dirrmtry libexec/xfce4
109
@dirrmtry etc/xdg/xfce4/panel
121
@dirrmtry etc/xdg/xfce4/panel
110
@dirrmtry etc/xdg/xfce4
122
@dirrmtry etc/xdg/xfce4
123
@dirrmtry etc/xdg/autostart
124
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
125
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

Return to bug 161972