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

(-)thunar-volman-plugin/Makefile (-4 / +4 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	thunar-volman
8
PORTNAME=	thunar-volman
9
PORTVERSION=	0.2.0
9
PORTVERSION=	0.3.80
10
PORTREVISION=	8
11
CATEGORIES=	sysutils xfce
10
CATEGORIES=	sysutils xfce
12
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
11
MASTER_SITES=	http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/
13
DIST_SUBDIR=	xfce4
12
DIST_SUBDIR=	xfce4
14
13
15
MAINTAINER=	miwi@FreeBSD.org
14
MAINTAINER=	miwi@FreeBSD.org
16
COMMENT=	A Device manager plugin.
15
COMMENT=	A Device manager plugin.
17
16
18
LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal
17
LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal \
18
	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
19
19
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
(-)thunar-volman-plugin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xfce4/thunar-volman-0.2.0.tar.bz2) = e4587967fe3b3858d93735fee3edb2fc
1
MD5 (xfce4/thunar-volman-0.3.80.tar.bz2) = 4fd81b62690797317ca649ab20609dae
2
SHA256 (xfce4/thunar-volman-0.2.0.tar.bz2) = c00acc8bfa4222479c5df3c5b41c45898ca8daaad22b2b4d840f09cf5dae3bfb
2
SHA256 (xfce4/thunar-volman-0.3.80.tar.bz2) = e400682afb0f5fcca231fe8793b31769f3645a9b5b0604d251e05b17d48217ee
3
SIZE (xfce4/thunar-volman-0.2.0.tar.bz2) = 346008
3
SIZE (xfce4/thunar-volman-0.3.80.tar.bz2) = 353504
(-)thunar-volman-plugin/pkg-plist (-6 / +9 lines)
Lines 5-16 Link Here
5
share/icons/hicolor/48x48/apps/tvm-dev-pocketpc.png
5
share/icons/hicolor/48x48/apps/tvm-dev-pocketpc.png
6
share/icons/hicolor/48x48/apps/tvm-dev-tablet.png
6
share/icons/hicolor/48x48/apps/tvm-dev-tablet.png
7
share/icons/hicolor/scalable/apps/tvm-burn-cd.svg
7
share/icons/hicolor/scalable/apps/tvm-burn-cd.svg
8
share/locale/ar/LC_MESSAGES/thunar-volman.mo
8
share/locale/de/LC_MESSAGES/thunar-volman.mo
9
share/locale/de/LC_MESSAGES/thunar-volman.mo
9
share/locale/en_GB/LC_MESSAGES/thunar-volman.mo
10
share/locale/en_GB/LC_MESSAGES/thunar-volman.mo
10
share/locale/eu/LC_MESSAGES/thunar-volman.mo
11
share/locale/eu/LC_MESSAGES/thunar-volman.mo
11
share/locale/fi/LC_MESSAGES/thunar-volman.mo
12
share/locale/fi/LC_MESSAGES/thunar-volman.mo
12
share/locale/fr/LC_MESSAGES/thunar-volman.mo
13
share/locale/fr/LC_MESSAGES/thunar-volman.mo
14
share/locale/gl/LC_MESSAGES/thunar-volman.mo
13
share/locale/hu/LC_MESSAGES/thunar-volman.mo
15
share/locale/hu/LC_MESSAGES/thunar-volman.mo
16
share/locale/id/LC_MESSAGES/thunar-volman.mo
14
share/locale/it/LC_MESSAGES/thunar-volman.mo
17
share/locale/it/LC_MESSAGES/thunar-volman.mo
15
share/locale/lv/LC_MESSAGES/thunar-volman.mo
18
share/locale/lv/LC_MESSAGES/thunar-volman.mo
16
share/locale/nb_NO/LC_MESSAGES/thunar-volman.mo
19
share/locale/nb_NO/LC_MESSAGES/thunar-volman.mo
Lines 23-32 Link Here
23
@dirrmtry share/locale/ur
26
@dirrmtry share/locale/ur
24
@dirrmtry share/locale/nb_NO/LC_MESSAGES
27
@dirrmtry share/locale/nb_NO/LC_MESSAGES
25
@dirrmtry share/locale/nb_NO
28
@dirrmtry share/locale/nb_NO
26
@dirrm share/icons/hicolor/scalable/apps
29
@dirrmtry share/icons/hicolor/scalable/apps
27
@dirrm share/icons/hicolor/scalable
30
@dirrmtry share/icons/hicolor/scalable
28
@dirrm share/icons/hicolor/48x48/apps
31
@dirrmtry share/icons/hicolor/48x48/apps
29
@dirrm share/icons/hicolor/48x48
32
@dirrmtry share/icons/hicolor/48x48
30
@dirrm share/icons/hicolor
33
@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true
31
@dirrm share/icons
34
@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true
32
@dirrmtry share/applications
35
@dirrmtry share/applications

Return to bug 145605