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

(-)gnomebaker/Makefile (-3 / +10 lines)
Lines 5-12 Link Here
5
# $FreeBSD$
5
# $FreeBSD$
6
6
7
PORTNAME=		gnomebaker
7
PORTNAME=		gnomebaker
8
PORTVERSION=		0.5.0
8
PORTVERSION=		0.5.1
9
PORTREVISION=		3
10
CATEGORIES=		sysutils gnome
9
CATEGORIES=		sysutils gnome
11
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	gnomebaker
11
MASTER_SITE_SUBDIR=	gnomebaker
Lines 19-30 Link Here
19
			CJK "Use cdrtools-cjk instead of cdrtools" off
18
			CJK "Use cdrtools-cjk instead of cdrtools" off
20
19
21
USE_X_PREFIX=		yes
20
USE_X_PREFIX=		yes
21
USE_BZIP2=		yes
22
USE_GNOME=		gnomeprefix gnomehack libgnomeui desktopfileutils
22
USE_GNOME=		gnomeprefix gnomehack libgnomeui desktopfileutils
23
GNU_CONFIGURE=		yes
23
GNU_CONFIGURE=		yes
24
USE_GMAKE=		yes
24
USE_GMAKE=		yes
25
INSTALLS_OMF=		yes
25
INSTALLS_OMF=		yes
26
USE_GCC=		3.4+
26
USE_GCC=		3.4+
27
USE_GSTREAMER80=		vorbis mad flac
27
USE_GETTEXT=		yes
28
USE_GSTREAMER80=	vorbis mad flac
28
CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
29
CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
29
			LDFLAGS="-L${LOCALBASE}/lib"
30
			LDFLAGS="-L${LOCALBASE}/lib"
30
31
Lines 41-46 Link Here
41
.if defined(WITH_DVD)
42
.if defined(WITH_DVD)
42
RUN_DEPENDS+=		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
43
RUN_DEPENDS+=		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
43
.endif
44
.endif
45
46
post-patch:
47
	@${REINPLACE_CMD} -e 's|docdir = $(datadir)/gnome/help/$(docname)/$(lang)|docdir = $(datadir)/help/$(docname)/$(lang)|' \
48
		${WRKSRC}/help/C/Makefile.in
49
	@${REINPLACE_CMD} -e 's|Icon=@prefix@/share/gnomebaker/gnomebaker-48.png|Icon=@prefix@/share/gnome/gnomebaker/gnomebaker-48.png|' \
50
		${WRKSRC}/gnomebaker.desktop.in
44
51
45
post-install:
52
post-install:
46
	@-update-desktop-database
53
	@-update-desktop-database
(-)gnomebaker/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnome2/gnomebaker-0.5.0.tar.gz) = 728c471403ac35a156eac6680d507388
1
MD5 (gnome2/gnomebaker-0.5.1.tar.bz2) = 45aef11c945904edc9fcf73e40eb2785
2
SHA256 (gnome2/gnomebaker-0.5.0.tar.gz) = 276aa23419257ea8a41ddaf3d35346cccbf9b17afee23497aaa18e5251729df8
2
SHA256 (gnome2/gnomebaker-0.5.1.tar.bz2) = 71a902cf66859a9eaeccedda2f400b978e5ef06911fce43da2ebb4a718e84d0c
3
SIZE (gnome2/gnomebaker-0.5.0.tar.gz) = 1184251
3
SIZE (gnome2/gnomebaker-0.5.1.tar.bz2) = 941026
(-)gnomebaker/files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Fri Oct  7 20:08:19 2005
2
+++ Makefile.in	Fri Oct  7 20:08:47 2005
3
@@ -217,7 +217,7 @@
4
 sysconfdir = @sysconfdir@
5
 target_alias = @target_alias@
6
 SUBDIRS = intl po macros src pixmaps media help
7
-gnomebakerdocdir = ${prefix}/doc/gnomebaker
8
+gnomebakerdocdir = ${prefix}/share/doc/gnomebaker
9
 gnomebakerdoc_DATA = \
10
 	README\
11
 	COPYING\
(-)gnomebaker/files/patch-help-C-Makefile.in (-12 lines)
Lines 1-12 Link Here
1
--- help/C/Makefile.in.orig	Mon Oct 24 18:31:17 2005
2
+++ help/C/Makefile.in	Mon Oct 24 18:31:44 2005
3
@@ -214,8 +214,7 @@
4
 # ************* Begin of section some packagers may need to modify  **************
5
 # This variable (docdir) specifies where the documents should be installed.
6
 # This default value should work for most packages.
7
-docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang)
8
-#docdir = $(datadir)/help/$(docname)/$(lang)
9
+docdir = $(datadir)/help/$(docname)/$(lang)
10
 
11
 # **************  You should not have to edit below this line  *******************
12
 # ** GSt did ... 
(-)gnomebaker/files/patch-src-burn.c (+10 lines)
Line 0 Link Here
1
--- src/burn.c.orig	Thu Feb  9 21:31:51 2006
2
+++ src/burn.c	Thu Feb  9 21:32:11 2006
3
@@ -378,6 +378,7 @@
4
 		burn_run_process();
5
         startdlg_delete(dlg);
6
 	}*/
7
+    void burn_test();
8
     burn_test();
9
 }
10
 
(-)gnomebaker/files/patch-src-devices.c (-11 / +97 lines)
Lines 1-12 Link Here
1
--- src/devices.c.orig	Wed Oct 26 22:12:18 2005
1
--- src/devices.c.orig	Fri Mar 24 20:07:57 2006
2
+++ src/devices.c	Wed Oct 26 22:12:41 2005
2
+++ src/devices.c	Fri Mar 24 20:11:24 2006
3
@@ -779,7 +779,8 @@
3
@@ -373,9 +373,9 @@
4
     gchar* devicename = devices_get_device_config(devicekey, GB_DEVICE_NAME_LABEL);
4
 	gchar* buffer = NULL;
5
     gchar* message = g_strdup_printf(_("Please insert a disk into the %s"), devicename);    
5
     exec_run_cmd(command, &buffer);
6
     gint ret = GTK_RESPONSE_OK;
6
 	if(buffer == NULL)
7
-    while(!devices_is_disk_inserted(devicekey) && (ret == GTK_RESPONSE_OK))
7
-		g_critical("devices_probe_bus - Failed to scan the scsi bus");
8
+    /* while(!devices_is_disk_inserted(devicekey) && (ret == GTK_RESPONSE_OK)) */
8
+		g_warning("devices_probe_bus - Failed to scan the scsi bus");
9
+    if(!devices_is_disk_inserted(devicekey))
9
 	else if(!devices_parse_cdrecord_output(buffer, bus))
10
-		g_critical("devices_probe_bus - failed to parse cdrecord output");
11
+		g_warning("devices_probe_bus - failed to parse cdrecord output");
12
 	else
13
 		ok = TRUE;	
14
 	g_free(buffer);
15
@@ -404,7 +404,7 @@
16
 	}
17
 	else
18
 	{
19
-		g_critical("Failed to open %s", file);
20
+		g_warning("Failed to open %s", file);
21
 	}
22
 	g_free(file);
23
 }
24
@@ -423,11 +423,11 @@
25
 	gchar **device_strs = NULL, **devices = NULL;	
26
 	if((devices = gbcommon_get_file_as_list("/proc/scsi/sg/devices")) == NULL)
27
 	{
28
-		g_critical("Failed to open /proc/scsi/sg/devices");
29
+		g_warning("Failed to open /proc/scsi/sg/devices");
30
 	}
31
 	else if((device_strs = gbcommon_get_file_as_list("/proc/scsi/sg/device_strs")) == NULL)
32
 	{
33
-		g_critical("Failed to open /proc/scsi/sg/device_strs");
34
+		g_warning("Failed to open /proc/scsi/sg/device_strs");
35
 	}
36
 	else
37
 	{
38
@@ -443,7 +443,7 @@
39
 				if(sscanf(*device, "%d\t%*d\t%d\t%d\t%d", 
40
 					&scsihost, &scsiid, &scsilun, &scsitype) != 4)
41
 				{
42
-					g_critical("Error reading scsi information from /proc/scsi/sg/devices");
43
+					g_warning("Error reading scsi information from /proc/scsi/sg/devices");
44
 				}			
45
 				/* 5 is the magic number according to lib-nautilus-burn */
46
 				else if(scsitype == 5)
47
@@ -560,7 +560,7 @@
48
 	gchar **info = NULL;
49
 	if((info = gbcommon_get_file_as_list("/proc/sys/dev/cdrom/info")) == NULL)
50
 	{
51
-		g_critical("Failed to open /proc/sys/dev/cdrom/info");
52
+		g_warning("Failed to open /proc/sys/dev/cdrom/info");
53
 	}
54
 	else
55
 	{
56
@@ -686,7 +686,7 @@
57
     g_free(device);
58
 	if(cdrom < 0)
59
 	{
60
-        g_critical("Error opening device %s",device);
61
+        g_warning("Error opening device %s",device);
62
    	}
63
     else
64
     {			
65
@@ -695,10 +695,10 @@
66
         if(ioctl(cdrom, CDIOCEJECT, 0) < 0)
67
             ret = TRUE;
68
         else 
69
-            g_critical("devices_eject_disk - ioctl failed");
70
+            g_warning("devices_eject_disk - ioctl failed");
71
 #else        
72
         if(ioctl(cdrom, CDROMEJECT, 0) < 0)
73
-            g_critical("devices_eject_disk - ioctl failed");
74
+            g_warning("devices_eject_disk - ioctl failed");
75
         else
76
             ret = TRUE;
77
 #endif                
78
@@ -723,9 +723,9 @@
79
 	
80
 	GString* buffer = exec_run_cmd(command);
81
 	if(buffer == NULL)
82
-		g_critical("devices_get_max_speed_for_drive - Failed to scan the scsi bus");
83
+		g_warning("devices_get_max_speed_for_drive - Failed to scan the scsi bus");
84
 	else if(!devices_parse_cdrecord_output(buffer->str, bus))	
85
-		g_critical("devices_get_max_speed_for_drive - failed to parse cdrecord output");
86
+		g_warning("devices_get_max_speed_for_drive - failed to parse cdrecord output");
87
 	else
88
 		ok = TRUE;
89
 	
90
@@ -749,7 +749,7 @@
91
     close(fd);
92
     if (ret == -1)
93
 	{
94
-		g_critical("devices_is_disk_inserted - ioctl failed");
95
+		g_warning("devices_is_disk_inserted - ioctl failed");
96
     }
97
     else 
10
     {
98
     {
11
         devices_eject_disk(devicekey);
12
         ret = gnomebaker_show_msg_dlg(parent, GTK_MESSAGE_INFO, 
(-)gnomebaker/files/patch-src-exec.c (+12 lines)
Line 0 Link Here
1
--- src/exec.c.orig	Thu Feb  9 21:22:24 2006
2
+++ src/exec.c	Thu Feb  9 21:22:50 2006
3
@@ -23,6 +23,9 @@
4
 #include <sys/wait.h>
5
 #include "gbcommon.h"
6
 
7
+#if defined (__FreeBSD__)
8
+#include <signal.h>
9
+#endif
10
 
11
 static gint child_child_pipe[2];
12
 
(-)gnomebaker/files/patch-src-main.c (-16 lines)
Lines 1-16 Link Here
1
--- src/main.c.orig	Fri Oct  7 19:53:32 2005
2
+++ src/main.c	Fri Oct  7 19:54:29 2005
3
@@ -23,12 +23,12 @@
4
 #  include <config.h>
5
 #endif
6
 
7
+#include <libintl.h>
8
 #include "gnomebaker.h"
9
 #include <gnome.h>
10
 #include <glade/glade.h>
11
 #include "splashdlg.h"
12
 #include "gbcommon.h"
13
-#include <libintl.h>
14
 #include <locale.h>
15
 #include <gst/gst.h>
16
 
(-)gnomebaker/pkg-plist (-32 / +80 lines)
Lines 1-14 Link Here
1
bin/gnomebaker
1
bin/gnomebaker
2
%%DOCSDIR%%/AUTHORS
2
share/gnome/applications/gnomebaker.desktop
3
%%DOCSDIR%%/COPYING
3
share/gnome/gnomebaker/BurnFailed.wav
4
%%DOCSDIR%%/ChangeLog
4
share/gnome/gnomebaker/BurnOk.wav
5
%%DOCSDIR%%/INSTALL
5
share/gnome/gnomebaker/baker-add-dir.png
6
%%DOCSDIR%%/NEWS
6
share/gnome/gnomebaker/baker-add-files.png
7
%%DOCSDIR%%/README
7
share/gnome/gnomebaker/baker-audio-copy.png
8
%%DOCSDIR%%/TODO
8
share/gnome/gnomebaker/baker-blank-cdrw.png
9
%%DOCSDIR%%/omf.make
9
share/gnome/gnomebaker/baker-blank-dvdrw.png
10
%%DOCSDIR%%/xmldocs.make
10
share/gnome/gnomebaker/baker-burn-cd.png
11
share/applications/gnomebaker.desktop
11
share/gnome/gnomebaker/baker-cd-iso.png
12
share/gnome/gnomebaker/baker-cd.png
13
share/gnome/gnomebaker/baker-cue-image.png
14
share/gnome/gnomebaker/baker-data-copy.png
15
share/gnome/gnomebaker/baker-dvd-iso.png
16
share/gnome/gnomebaker/baker-import-session.png
17
share/gnome/gnomebaker/baker-remove-files.png
18
share/gnome/gnomebaker/gnomebaker-48.png
19
share/gnome/gnomebaker/gnomebaker.glade
20
share/gnome/gnomebaker/splash_2.png
21
share/gnome/gnomebaker/state00.png
22
share/gnome/gnomebaker/state01.png
23
share/gnome/gnomebaker/state02.png
24
share/gnome/gnomebaker/state03.png
25
share/gnome/gnomebaker/state04.png
26
share/gnome/gnomebaker/state05.png
27
share/gnome/gnomebaker/state06.png
28
share/gnome/gnomebaker/state07.png
29
share/gnome/gnomebaker/state08.png
30
share/gnome/gnomebaker/state09.png
31
share/gnome/gnomebaker/state10.png
32
share/gnome/gnomebaker/state11.png
33
share/gnome/gnomebaker/state12.png
34
share/gnome/gnomebaker/state13.png
12
share/gnome/help/gnomebaker/C/figures/gnomebaker-blank-cdrw.png
35
share/gnome/help/gnomebaker/C/figures/gnomebaker-blank-cdrw.png
13
share/gnome/help/gnomebaker/C/figures/gnomebaker-burn-iso.png
36
share/gnome/help/gnomebaker/C/figures/gnomebaker-burn-iso.png
14
share/gnome/help/gnomebaker/C/figures/gnomebaker-copy-audio-cd.png
37
share/gnome/help/gnomebaker/C/figures/gnomebaker-copy-audio-cd.png
Lines 21-84 Link Here
21
share/gnome/help/gnomebaker/C/gnomebaker.xml
44
share/gnome/help/gnomebaker/C/gnomebaker.xml
22
share/gnome/help/gnomebaker/C/legal.xml
45
share/gnome/help/gnomebaker/C/legal.xml
23
share/gnome/omf/gnomebaker/gnomebaker-C.omf
46
share/gnome/omf/gnomebaker/gnomebaker-C.omf
24
%%DATADIR%%/baker-add-dir.png
25
%%DATADIR%%/baker-add-files.png
26
%%DATADIR%%/baker-audio-copy.png
27
%%DATADIR%%/baker-blank-cdrw.png
28
%%DATADIR%%/baker-blank-dvdrw.png
29
%%DATADIR%%/baker-burn-cd.png
30
%%DATADIR%%/baker-cd-iso.png
31
%%DATADIR%%/baker-cd.png
32
%%DATADIR%%/baker-cue-image.png
33
%%DATADIR%%/baker-data-copy.png
34
%%DATADIR%%/baker-dvd-iso.png
35
%%DATADIR%%/baker-import-session.png
36
%%DATADIR%%/baker-remove-files.png
37
%%DATADIR%%/gnomebaker-48.png
38
%%DATADIR%%/gnomebaker.glade
39
%%DATADIR%%/media/BurnFailed.wav
40
%%DATADIR%%/media/BurnOk.wav
41
%%DATADIR%%/splash_2.png
42
share/locale/af/LC_MESSAGES/gnomebaker.mo
47
share/locale/af/LC_MESSAGES/gnomebaker.mo
48
share/locale/az/LC_MESSAGES/gnomebaker.mo
43
share/locale/bg/LC_MESSAGES/gnomebaker.mo
49
share/locale/bg/LC_MESSAGES/gnomebaker.mo
50
share/locale/bo/LC_MESSAGES/gnomebaker.mo
51
share/locale/ca/LC_MESSAGES/gnomebaker.mo
44
share/locale/cs/LC_MESSAGES/gnomebaker.mo
52
share/locale/cs/LC_MESSAGES/gnomebaker.mo
45
share/locale/da/LC_MESSAGES/gnomebaker.mo
53
share/locale/da/LC_MESSAGES/gnomebaker.mo
46
share/locale/de/LC_MESSAGES/gnomebaker.mo
54
share/locale/de/LC_MESSAGES/gnomebaker.mo
55
share/locale/de_AT/LC_MESSAGES/gnomebaker.mo
56
share/locale/de_CH/LC_MESSAGES/gnomebaker.mo
57
share/locale/de_DE/LC_MESSAGES/gnomebaker.mo
58
share/locale/el/LC_MESSAGES/gnomebaker.mo
59
share/locale/en/LC_MESSAGES/gnomebaker.mo
60
share/locale/en_AU/LC_MESSAGES/gnomebaker.mo
61
share/locale/en_CA/LC_MESSAGES/gnomebaker.mo
47
share/locale/en_US/LC_MESSAGES/gnomebaker.mo
62
share/locale/en_US/LC_MESSAGES/gnomebaker.mo
63
share/locale/eo/LC_MESSAGES/gnomebaker.mo
48
share/locale/es/LC_MESSAGES/gnomebaker.mo
64
share/locale/es/LC_MESSAGES/gnomebaker.mo
65
share/locale/es_AR/LC_MESSAGES/gnomebaker.mo
66
share/locale/es_CO/LC_MESSAGES/gnomebaker.mo
67
share/locale/es_CR/LC_MESSAGES/gnomebaker.mo
49
share/locale/es_ES/LC_MESSAGES/gnomebaker.mo
68
share/locale/es_ES/LC_MESSAGES/gnomebaker.mo
69
share/locale/es_MX/LC_MESSAGES/gnomebaker.mo
70
share/locale/et/LC_MESSAGES/gnomebaker.mo
50
share/locale/eu/LC_MESSAGES/gnomebaker.mo
71
share/locale/eu/LC_MESSAGES/gnomebaker.mo
72
share/locale/eu_ES/LC_MESSAGES/gnomebaker.mo
73
share/locale/fa/LC_MESSAGES/gnomebaker.mo
74
share/locale/fi/LC_MESSAGES/gnomebaker.mo
51
share/locale/fr/LC_MESSAGES/gnomebaker.mo
75
share/locale/fr/LC_MESSAGES/gnomebaker.mo
76
share/locale/fr_CH/LC_MESSAGES/gnomebaker.mo
77
share/locale/fr_FR/LC_MESSAGES/gnomebaker.mo
78
share/locale/gl/LC_MESSAGES/gnomebaker.mo
52
share/locale/he/LC_MESSAGES/gnomebaker.mo
79
share/locale/he/LC_MESSAGES/gnomebaker.mo
53
share/locale/hr/LC_MESSAGES/gnomebaker.mo
80
share/locale/hr/LC_MESSAGES/gnomebaker.mo
81
share/locale/hu/LC_MESSAGES/gnomebaker.mo
82
share/locale/is/LC_MESSAGES/gnomebaker.mo
83
share/locale/it/LC_MESSAGES/gnomebaker.mo
84
share/locale/it_IT/LC_MESSAGES/gnomebaker.mo
54
share/locale/ja/LC_MESSAGES/gnomebaker.mo
85
share/locale/ja/LC_MESSAGES/gnomebaker.mo
86
share/locale/ka/LC_MESSAGES/gnomebaker.mo
55
share/locale/ko/LC_MESSAGES/gnomebaker.mo
87
share/locale/ko/LC_MESSAGES/gnomebaker.mo
88
share/locale/lt/LC_MESSAGES/gnomebaker.mo
56
share/locale/lv/LC_MESSAGES/gnomebaker.mo
89
share/locale/lv/LC_MESSAGES/gnomebaker.mo
90
share/locale/mk/LC_MESSAGES/gnomebaker.mo
91
share/locale/ml/LC_MESSAGES/gnomebaker.mo
57
share/locale/ms/LC_MESSAGES/gnomebaker.mo
92
share/locale/ms/LC_MESSAGES/gnomebaker.mo
93
share/locale/nb/LC_MESSAGES/gnomebaker.mo
94
share/locale/nl/LC_MESSAGES/gnomebaker.mo
95
share/locale/nl_BE/LC_MESSAGES/gnomebaker.mo
58
share/locale/nl_NL/LC_MESSAGES/gnomebaker.mo
96
share/locale/nl_NL/LC_MESSAGES/gnomebaker.mo
59
share/locale/no/LC_MESSAGES/gnomebaker.mo
97
share/locale/no/LC_MESSAGES/gnomebaker.mo
98
share/locale/pa/LC_MESSAGES/gnomebaker.mo
60
share/locale/pl/LC_MESSAGES/gnomebaker.mo
99
share/locale/pl/LC_MESSAGES/gnomebaker.mo
61
share/locale/pt/LC_MESSAGES/gnomebaker.mo
100
share/locale/pt/LC_MESSAGES/gnomebaker.mo
62
share/locale/pt_BR/LC_MESSAGES/gnomebaker.mo
101
share/locale/pt_BR/LC_MESSAGES/gnomebaker.mo
102
share/locale/pt_PT/LC_MESSAGES/gnomebaker.mo
63
share/locale/ro/LC_MESSAGES/gnomebaker.mo
103
share/locale/ro/LC_MESSAGES/gnomebaker.mo
64
share/locale/ru/LC_MESSAGES/gnomebaker.mo
104
share/locale/ru/LC_MESSAGES/gnomebaker.mo
65
share/locale/sk/LC_MESSAGES/gnomebaker.mo
105
share/locale/sk/LC_MESSAGES/gnomebaker.mo
106
share/locale/sl/LC_MESSAGES/gnomebaker.mo
107
share/locale/sr/LC_MESSAGES/gnomebaker.mo
108
share/locale/st/LC_MESSAGES/gnomebaker.mo
66
share/locale/sv/LC_MESSAGES/gnomebaker.mo
109
share/locale/sv/LC_MESSAGES/gnomebaker.mo
67
share/locale/sv_SE/LC_MESSAGES/gnomebaker.mo
110
share/locale/sv_SE/LC_MESSAGES/gnomebaker.mo
111
share/locale/te/LC_MESSAGES/gnomebaker.mo
112
share/locale/tl/LC_MESSAGES/gnomebaker.mo
68
share/locale/tr/LC_MESSAGES/gnomebaker.mo
113
share/locale/tr/LC_MESSAGES/gnomebaker.mo
114
share/locale/uk/LC_MESSAGES/gnomebaker.mo
115
share/locale/urd/LC_MESSAGES/gnomebaker.mo
116
share/locale/yi/LC_MESSAGES/gnomebaker.mo
117
share/locale/zh/LC_MESSAGES/gnomebaker.mo
69
share/locale/zh_CN/LC_MESSAGES/gnomebaker.mo
118
share/locale/zh_CN/LC_MESSAGES/gnomebaker.mo
119
share/locale/zh_HK/LC_MESSAGES/gnomebaker.mo
120
share/locale/zh_TW/LC_MESSAGES/gnomebaker.mo
70
@unexec /bin/rmdir %D/share/locale/nl_NL/LC_MESSAGES 2>/dev/null || /usr/bin/true
121
@unexec /bin/rmdir %D/share/locale/nl_NL/LC_MESSAGES 2>/dev/null || /usr/bin/true
71
@unexec /bin/rmdir %D/share/locale/nl_NL 2>/dev/null || /usr/bin/true
122
@unexec /bin/rmdir %D/share/locale/nl_NL 2>/dev/null || /usr/bin/true
72
@unexec /bin/rmdir %D/share/locale/en_US/LC_MESSAGES 2>/dev/null || /usr/bin/true
123
@unexec /bin/rmdir %D/share/locale/en_US/LC_MESSAGES 2>/dev/null || /usr/bin/true
73
@unexec /bin/rmdir %D/share/locale/en_US 2>/dev/null || /usr/bin/true
124
@unexec /bin/rmdir %D/share/locale/en_US 2>/dev/null || /usr/bin/true
74
@unexec /bin/rmdir %D/share/locale/sv_SE/LC_MESSAGES 2>/dev/null || /usr/bin/true
125
@unexec /bin/rmdir %D/share/locale/sv_SE/LC_MESSAGES 2>/dev/null || /usr/bin/true
75
@unexec /bin/rmdir %D/share/locale/sv_SE 2>/dev/null || /usr/bin/true
126
@unexec /bin/rmdir %D/share/locale/sv_SE 2>/dev/null || /usr/bin/true
76
@dirrm %%DATADIR%%/media
77
@dirrm %%DATADIR%%
78
@dirrm share/gnome/omf/gnomebaker
79
@dirrm share/gnome/help/gnomebaker/C/figures
127
@dirrm share/gnome/help/gnomebaker/C/figures
80
@dirrm share/gnome/help/gnomebaker/C
128
@dirrm share/gnome/help/gnomebaker/C
81
@dirrm share/gnome/help/gnomebaker
129
@dirrm share/gnome/help/gnomebaker
82
@dirrm %%DOCSDIR%%
130
@dirrm share/gnome/gnomebaker
83
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
131
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
84
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
132
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

Return to bug 96547