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

From Florian G. Pflug
Subject Re: [PATCH] Update appbundle-Version to 1.4, and associate pgadmin
Date
Msg-id 435E2CAC.3070008@phlo.org
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4614 - trunk/www/pgadmin3/cnt
Next
From: "Dave Page"
Date:
Subject: Re: [PATCH] Update appbundle-Version to 1.4, and associate pgadmin