Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gambas/files: gambas-2.5.0-gcc-libffi-path.patch gambas-2.7.0-help-path.patch gambas-2.5.0-sdl.patch gambas-2.5.0-mimetype-registration.patch
Date: Thu, 26 Jun 2008 23:32:15
Message-Id: E1KC0wk-00022N-1c@stork.gentoo.org
1 darkside 08/06/26 23:32:10
2
3 Added: gambas-2.5.0-gcc-libffi-path.patch
4 gambas-2.7.0-help-path.patch gambas-2.5.0-sdl.patch
5 gambas-2.5.0-mimetype-registration.patch
6 Log:
7 Version bump, bug #146871
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686)
9
10 Revision Changes Path
11 1.1 dev-util/gambas/files/gambas-2.5.0-gcc-libffi-path.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.5.0-gcc-libffi-path.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.5.0-gcc-libffi-path.patch?rev=1.1&content-type=text/plain
15
16 Index: gambas-2.5.0-gcc-libffi-path.patch
17 ===================================================================
18 --- main/configure.ac.orig 2008-04-12
19 +++ main/configure.ac 2008-04-12
20 @@ -50,7 +50,7 @@
21 [foreign function interface],
22 [],
23 [GB_FIND(ffi.h, /usr/local /usr/local/lib /usr /usr/lib /usr/lib/gcc/*/*, include ffi/include)],
24 - [GB_FIND(libffi.$SHLIBEXT, /usr/local /usr, lib)],
25 + [GB_FIND(libffi.$SHLIBEXT, /usr/local /usr /usr/lib/gcc/*/*, lib .)],
26 [-lffi])
27 fi
28
29
30
31
32 1.1 dev-util/gambas/files/gambas-2.7.0-help-path.patch
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.7.0-help-path.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.7.0-help-path.patch?rev=1.1&content-type=text/plain
36
37 Index: gambas-2.7.0-help-path.patch
38 ===================================================================
39 diff -Naur gambas2-2.7.0.orig/help/Makefile.am gambas2-2.7.0/help/Makefile.am
40 --- gambas2-2.7.0.orig/help/Makefile.am 2008-06-12 19:51:10.000000000 +0100
41 +++ gambas2-2.7.0/help/Makefile.am 2008-06-21 12:25:23.000000000 +0100
42 @@ -4,10 +4,10 @@
43 install-exec-local:
44 @echo
45 @echo "Installing the gambas help files..."
46 - @$(INSTALL) -d $(DESTDIR)$(gbdatadir)/help
47 - @rm -rf $(DESTDIR)$(gbdatadir)/help
48 - @cp -R $(srcdir)/help $(DESTDIR)$(gbdatadir)
49 - @(cd $(DESTDIR)$(gbdatadir)/help; tar xfz $(DESTDIR)$(gbdatadir)/help/help.tar.gz; $(LN_S) help/img img; $(LN_S) help/image image; rm -f Makefile*)
50 + @$(INSTALL) -d $(DESTDIR)$(htmldir)
51 + @cp -R $(srcdir)/help/{tree,*.css,*.png} $(DESTDIR)$(htmldir)
52 + @tar xfz $(srcdir)/help/help.tar.gz -C $(DESTDIR)$(htmldir)
53 + @(cd $(DESTDIR)$(htmldir); $(LN_S) help/img img; $(LN_S) help/image image; rm -f Makefile*)
54
55 uninstall-local:
56 @rm -rf $(DESTDIR)$(gbdatadir)/help
57
58
59
60 1.1 dev-util/gambas/files/gambas-2.5.0-sdl.patch
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.5.0-sdl.patch?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.5.0-sdl.patch?rev=1.1&content-type=text/plain
64
65 Index: gambas-2.5.0-sdl.patch
66 ===================================================================
67 --- gb.sdl/configure.ac.orig 2008-04-16
68 +++ gb.sdl/configure.ac 2008-04-16
69 @@ -7,7 +7,7 @@
70 GB_CHECK_XWINDOW
71
72 dnl TODO: add a version test in GB_COMPONENT!
73 -GB_PATH_SDL(1.2.8, [], [touch DISABLED])
74 +dnl GB_PATH_SDL(1.2.8, [], [touch DISABLED])
75
76 dnl check Xcursor support
77 AC_CHECK_LIB(Xcursor, XcursorLibraryLoadCursor,
78 --- gb.sdl.sound/configure.ac.orig 2008-04-16
79 +++ gb.sdl.sound/configure.ac 2008-04-16
80 @@ -5,7 +5,7 @@
81 AC_PROG_LIBTOOL
82
83 dnl TODO: add a version test in GB_COMPONENT!
84 -GB_PATH_SDL(1.2.8, [] , [touch DISABLED])
85 +dnl GB_PATH_SDL(1.2.8, [] , [touch DISABLED])
86
87 dnl check for SDL libs
88 GB_COMPONENT(
89
90
91
92 1.1 dev-util/gambas/files/gambas-2.5.0-mimetype-registration.patch
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.5.0-mimetype-registration.patch?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/files/gambas-2.5.0-mimetype-registration.patch?rev=1.1&content-type=text/plain
96
97 Index: gambas-2.5.0-mimetype-registration.patch
98 ===================================================================
99 --- app/Makefile.am.orig 2008-04-18
100 +++ app/Makefile.am 2008-04-18
101 @@ -15,13 +15,6 @@
102
103 @echo "Installing the scripter..."
104 @ln -s gbs$(GAMBAS_VERSION).gambas $(DESTDIR)$(bindir)/gbs$(GAMBAS_VERSION) || true
105 - @if test x"$(XDG_UTILS)" != x; then \
106 - echo "Registering Gambas script mimetype"; \
107 - $(INSTALL) -d $(DESTDIR)$(gbdatadir)/icons; \
108 - cp -f $(srcdir)/mime/application-x-gambasscript.png $(DESTDIR)$(gbdatadir)/icons; \
109 - xdg-icon-resource install --context mimetypes --size 64 $(DESTDIR)$(gbdatadir)/icons/application-x-gambasscript.png application-x-gambasscript; \
110 - xdg-mime install $(srcdir)/mime/application-x-gambasscript.xml; \
111 - fi
112
113 uninstall-local:
114 @rm -f $(DESTDIR)$(bindir)/gambas$(GAMBAS_VERSION)
115 --- main/Makefile.am.orig 2008-04-18
116 +++ main/Makefile.am 2008-04-18
117 @@ -9,14 +9,6 @@
118 fi
119 @echo "Making runtime symbolic link"
120 @$(LN_S) -f gbx$(GAMBAS_VERSION) $(DESTDIR)$(bindir)/gbr$(GAMBAS_VERSION) || true
121 -
122 - @if test x"$(XDG_UTILS)" != x; then \
123 - echo "Registering Gambas executable mimetype"; \
124 - $(INSTALL) -d $(DESTDIR)$(gbdatadir)/icons; \
125 - cp -f $(srcdir)/mime/application-x-gambas.png $(DESTDIR)$(gbdatadir)/icons; \
126 - xdg-icon-resource install --context mimetypes --size 64 $(DESTDIR)$(gbdatadir)/icons/application-x-gambas.png application-x-gambas; \
127 - xdg-mime install $(srcdir)/mime/application-x-gambas.xml; \
128 - fi
129
130 uninstall-local:
131 @rm -f $(DESTDIR)$(bindir)/gbr$(GAMBAS_VERSION)
132
133
134
135 --
136 gentoo-commits@l.g.o mailing list