summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-03-04 13:21:28 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-03-04 13:21:28 +0100
commit0faef1449d6718b06b5dc1c2d43de86e91e867a5 (patch)
treed88a0ae4fcdef89ae4ef0b162e657a7fb29ccc93 /Makefile
parent2f4ecf3b6acad46a30c0fa73e58b34291f3e7322 (diff)
downloadmgaonline-0faef1449d6718b06b5dc1c2d43de86e91e867a5.tar
mgaonline-0faef1449d6718b06b5dc1c2d43de86e91e867a5.tar.gz
mgaonline-0faef1449d6718b06b5dc1c2d43de86e91e867a5.tar.bz2
mgaonline-0faef1449d6718b06b5dc1c2d43de86e91e867a5.tar.xz
mgaonline-0faef1449d6718b06b5dc1c2d43de86e91e867a5.zip
Move icons to hicolor theme (WIP)
The transition is not complete, mgaapplet still needs fixed to lookup the icons in the theme paths and no in a hardcoded /usr/share/mgaonline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c7ead352..d5cdc508 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ SUBDIRS = po polkit
PREFIX = /
DATADIR = $(PREFIX)/usr/share
-PKGDATADIR = $(DATADIR)/$(NAME)
ICONSDIR = $(DATADIR)/icons
LIBEXECDIR = $(PREFIX)/usr/libexec
BINDIR = $(PREFIX)/usr/bin
@@ -30,18 +29,14 @@ clean:
find . -name '*~' | xargs rm -f
install: all
- install -d $(PREFIX)/usr/{bin,libexec,share/{mime/packages,$(NAME)/icons,autostart,gnome/autostart,icons},lib/libDrakX/drakfirsttime}
+ install -d $(PREFIX)/usr/{bin,libexec,share/{mime/packages,autostart,gnome/autostart,icons},lib/libDrakX/drakfirsttime}
install -m755 $(MGAUPDATE) $(MGAAPPLET)-config $(MGAAPPLET)-upgrade-helper $(LIBEXECDIR)
install -m755 $(MGAAPPLET) $(MGAAPPLET)-update-checker $(BINDIR)
install -d $(SYSCONFDIR)
install -m644 mgaapplet.conf $(SYSCONFDIR)/mgaapplet
- install -D -m644 icons/$(NAME)16.png $(ICONSDIR)/hicolor/16x16/apps/$(NAME).png
- install -D -m644 icons/$(NAME)32.png $(ICONSDIR)/hicolor/32x32/apps/$(NAME).png
- install -D -m644 icons/$(NAME)48.png $(ICONSDIR)/hicolor/48x48/apps/$(NAME).png
- install -D -m644 icons/$(NAME).svg $(ICONSDIR)/hicolor/scalable/apps/$(NAME).png
+ cp -a icons/hicolor $(ICONSDIR)
# Compat symlink, to be sure we don't break external apps relying on this icon
ln -s $(ICONSDIR)/hicolor/32x32/apps/$(NAME).png $(ICONSDIR)/$(NAME).png
- install -m644 data/icons/*.svg $(PKGDATADIR)/icons
perl -pi -e "s/version = 1/version = '$(VERSION)'/" mgaonline.pm
install -m644 mgaonline.pm $(FBLIBDIR)
install -m644 mgaapplet.pm $(FBLIBDIR)