Florian G. Pflug wrote:
<snipped by own message>

Aarg. Of course I forgot to attach a patch for Makefile.am, to actually
install sql.icns into the bundle. Here it ist:

Index: Makefile.am
===================================================================
--- Makefile.am (revision 4546)
+++ Makefile.am (working copy)
@@ -10,6 +10,7 @@
 EXTRA_DIST = \
                $(srcdir)/Info.plist \
                $(srcdir)/pgadmin3.icns \
+               $(srcdir)/sql.icns \
                $(srcdir)/PkgInfo

 install-exec-hook:
@@ -17,6 +18,7 @@
        $(install_sh_DATA) PkgInfo $(bundledir)/PkgInfo
        $(install_sh_DATA) Info.plist $(bundledir)/Contents/Info.plist
$(install_sh_DATA) "pgadmin3.icns" "$(bundledir)/Contents/Resources/pgAdmin3.icns" + $(install_sh_DATA) "sql.icns" "$(bundledir)/Contents/Resources/sql.icns"
        $$($(WX_CONFIG) --rezflags | sed 's/-t[[:space:]]*APPL//') \
                 "$(bundledir)/Contents/Resources/pgAdmin3.rsrc" -useDF
        ./complete-bundle.sh "$(bundledir)"

greetings, Florian Pflug

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org

Reply via email to