diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-18 00:31:12 -0300 |
commit | d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68 (patch) | |
tree | d4279a38b763cefd033cfbf4d1ec2ff13c5e5dd2 /data/tmw | |
parent | 775392e472933be8d1d76619894efc0671f0c02d (diff) | |
download | mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.gz mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.bz2 mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.xz mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.zip |
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
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..bb02dd7bb 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.manverse "$(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..5900f4d0d 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=manaverse @datadir@/manaverse/data/tmw/tmw.mana StartupNotify=false Terminal=false Type=Application diff --git a/data/tmw/tmw.in b/data/tmw/tmw.in index d726db2c3..4e03b2b3f 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 manaverse @datadir@/manaverse/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 |