diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-08-14 00:55:47 +0200 |
commit | fe2cc2e3a5b0c2ff8fea689017f0b23409670413 (patch) | |
tree | c9b57a47bcb6d339264a2da6b5d9ec49c0c37583 /data/tmw | |
parent | dc387d4646e29c888784ea38cbebe88299a1e8b2 (diff) | |
download | plus-master.tar.gz plus-master.tar.bz2 plus-master.tar.xz plus-master.zip |
Part of "Rename the program from ManaPlus to ManaVerse."
Squashed with:
* Update branding file associations for windows
* Rebrand example branding file
* Branding rebranding back to .mana as picked by jak and explained by bjorn
* Fix code style in path building code
* fix comments
* Change .mana extension comment - there is only one branding inside, not
multiple
**** mana/verse!237
Reviewed-by: Fedja Beader <fedja@protonmail.ch>
Diffstat (limited to 'data/tmw')
-rw-r--r-- | data/tmw/Makefile.am | 4 | ||||
-rw-r--r-- | data/tmw/tmw.desktop.in | 2 | ||||
-rwxr-xr-x | data/tmw/tmw.in | 2 | ||||
-rw-r--r-- | data/tmw/tmw.mana (renamed from data/tmw/tmw.manaplus) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/tmw/Makefile.am b/data/tmw/Makefile.am index f8135b488..7bd9ab0f9 100644 --- a/data/tmw/Makefile.am +++ b/data/tmw/Makefile.am @@ -6,14 +6,14 @@ branding: mkdir -p "$(DESTDIR)$(datarootdir)/icons" mkdir -p "$(DESTDIR)$(desktopdir)" cp tmw.desktop "$(DESTDIR)$(desktopdir)" - cp tmw.manaplus "$(DESTDIR)$(pkgdatadir)/data/tmw" + cp tmw.mana "$(DESTDIR)$(pkgdatadir)/data/tmw" cp icons/tmw-client.png "$(DESTDIR)$(pkgdatadir)/data/tmw/icons/tmw.png" cp icons/tmw-client.png "$(DESTDIR)$(datarootdir)/icons/tmw.png" cp -r images "$(DESTDIR)$(pkgdatadir)/data/tmw" EXTRA_DIST = tmw.desktop.in \ tmw.in \ - tmw.manaplus \ + tmw.mana \ icons/tmw-client.ico \ icons/tmw-client.png \ icons/tmw-client.xpm \ diff --git a/data/tmw/tmw.desktop.in b/data/tmw/tmw.desktop.in index 358877af0..add172fc6 100644 --- a/data/tmw/tmw.desktop.in +++ b/data/tmw/tmw.desktop.in @@ -8,7 +8,7 @@ Comment[de]=ein Online Fantasy Spiel Comment[it]=Un gioco fantasy online Comment[nl]=Een online role playing game Comment[sv]=Ett fantasyrollspel online -Exec=manaplus @datadir@/manaplus/data/tmw/tmw.manaplus +Exec=manaplus @datadir@/manaplus/data/tmw/tmw.mana StartupNotify=false Terminal=false Type=Application diff --git a/data/tmw/tmw.in b/data/tmw/tmw.in index d726db2c3..9038225d1 100755 --- a/data/tmw/tmw.in +++ b/data/tmw/tmw.in @@ -1,2 +1,2 @@ #!/bin/sh -exec manaplus @datadir@/manaplus/data/tmw/tmw.manaplus "$@" +exec manaplus @datadir@/manaplus/data/tmw/tmw.mana "$@" diff --git a/data/tmw/tmw.manaplus b/data/tmw/tmw.mana index c4b66237e..c4b66237e 100644 --- a/data/tmw/tmw.manaplus +++ b/data/tmw/tmw.mana |