new name after fork

This commit is contained in:
2026-01-05 23:12:38 -07:00
parent ca43595430
commit 4683ef705b
316 changed files with 5422 additions and 6141 deletions

View File

@@ -5,13 +5,13 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>HexChat</string>
<string>ZoiteChat</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@</string>
<key>CFBundleIconFile</key>
<string>hexchat.icns</string>
<string>zoitechat.icns</string>
<key>CFBundleIdentifier</key>
<string>org.hexchat</string>
<string>org.zoitechat</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>

View File

@@ -4,7 +4,7 @@
# Christian Kellner <christian.kellner@lanedo.com>
# Carlos Garnacho <carlos.garnacho@lanedo.com>
#
# Modified by HexChat
# Modified by ZoiteChat
#
gtk-color-scheme =

View File

@@ -38,7 +38,7 @@ export PANGO_SYSCONFDIR="$bundle_etc"
export OPENSSL_CONF="/System/Library/OpenSSL/openssl.cnf"
export HEXCHAT_LIBDIR="$bundle_lib/hexchat/plugins"
export HEXCHAT_LIBDIR="$bundle_lib/zoitechat/plugins"
APP=name
I18NDIR="$bundle_data/locale"

View File

@@ -1,11 +1,11 @@
#!/bin/sh
rm -rf HexChat.app
rm -rf ZoiteChat.app
rm -f *.app.zip
python $HOME/.local/bin/gtk-mac-bundler hexchat.bundle
python $HOME/.local/bin/gtk-mac-bundler zoitechat.bundle
echo "Compressing bundle"
#hdiutil create -format UDBZ -srcdir HexChat.app -quiet HexChat-2.9.6.1-$(git rev-parse --short master).dmg
zip -9rXq ./HexChat-$(git describe --tags).app.zip ./HexChat.app
#hdiutil create -format UDBZ -srcdir ZoiteChat.app -quiet ZoiteChat-2.9.6.1-$(git rev-parse --short master).dmg
zip -9rXq ./ZoiteChat-$(git describe --tags).app.zip ./ZoiteChat.app

View File

@@ -14,11 +14,11 @@
<plist>${project}/Info.plist</plist>
<main-binary>
${prefix}/bin/hexchat
${prefix}/bin/zoitechat
</main-binary>
<binary>
${prefix}/lib/hexchat/plugins/*.so
${prefix}/lib/zoitechat/plugins/*.so
</binary>
<binary>
@@ -53,7 +53,7 @@
<translations name="gtk20">
${prefix}/share/locale
</translations>
<translations name="hexchat">
<translations name="zoitechat">
${prefix}/share/locale
</translations>
@@ -62,7 +62,7 @@
</data>
<data dest="${bundle}/Contents/Resources">
${project}/hexchat.icns
${project}/zoitechat.icns
</data>
</app-bundle>