diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-03-29 02:32:55 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-03-29 02:32:55 +0100 |
commit | 2186defb038f835bffe75681e5259c30b4a46216 (patch) | |
tree | bc9400af6e8c5f2139c6412842870214c553b904 /data/evol/Makefile.am | |
parent | f55e112f9909c53de0a4789305999f0e3cf477b9 (diff) | |
download | manaverse-improved_controller_build.tar.gz manaverse-improved_controller_build.tar.bz2 manaverse-improved_controller_build.tar.xz manaverse-improved_controller_build.zip |
Revert "Remove data/evol"improved_controller_build
This reverts commit 0144ab308fed93b96b3a819dfe7d9940ee9eedb9.
[ci skip]
Diffstat (limited to 'data/evol/Makefile.am')
-rw-r--r-- | data/evol/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/evol/Makefile.am b/data/evol/Makefile.am new file mode 100644 index 000000000..5ad7b74cf --- /dev/null +++ b/data/evol/Makefile.am @@ -0,0 +1,20 @@ + +desktopdir = $(datarootdir)/applications + +branding: + mkdir -p "$(DESTDIR)$(pkgdatadir)/data/evol/icons" + mkdir -p "$(DESTDIR)$(datarootdir)/icons" + mkdir -p "$(DESTDIR)$(desktopdir)" + cp evol.desktop "$(DESTDIR)$(desktopdir)" + cp evol.manaplus "$(DESTDIR)$(pkgdatadir)/data/evol" + cp icons/evol-client.png "$(DESTDIR)$(pkgdatadir)/data/evol/icons" + cp icons/evol-client.png "$(DESTDIR)$(datarootdir)/icons" + cp -r images "$(DESTDIR)$(pkgdatadir)/data/evol" + +EXTRA_DIST = evol.desktop.in \ + evol.in \ + evol.manaplus \ + icons/evol-client.ico \ + icons/evol-client.png \ + icons/evol-client.xpm \ + images/loginwallpaper_800x600.png |