Re: [PATCH] Update appbundle-Version to 1.4, and associate pgadmin

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Update appbundle-Version to 1.4, and associate pgadmin
Date: 2005-10-25 13:01:32
Message-ID: 435E2CAC.3070008@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-10-25 13:14:08 Re: [PATCH] Update appbundle-Version to 1.4, and associate pgadmin
Previous Message John DeSoi 2005-10-25 12:42:40 Re: [ANNOUNCE] pgAdmin III v1.4.0 Beta 3 released for testing