tazpkg diff Makefile @ rev 747

Add and use icons from Faenza icon theme (new light look and feel); fix last recharge date (pay respect to timezone time offset); add few comments; stylize search toolbar; fix "up" command; admin: select mirror as standard way to select item from list; open external links in the new tab (or new window); and a ton of other small changes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 21 17:53:26 2015 +0200 (2015-01-21)
parents c4c2d523a719
children 7a731e6f61a6
line diff
     1.1 --- a/Makefile	Sun Jan 11 11:51:31 2015 +0200
     1.2 +++ b/Makefile	Wed Jan 21 17:53:26 2015 +0200
     1.3 @@ -73,6 +73,8 @@
     1.4  	cp -a tazpanel/pkgs     $(DESTDIR)/var/www/tazpanel/menu.d
     1.5  	install -m 0755 -d      $(DESTDIR)/var/www/tazpanel/styles/default
     1.6  	cp -a tazpanel/pkgs.css $(DESTDIR)/var/www/tazpanel/styles/default
     1.7 +	install -m 0755 -d      $(DESTDIR)/var/www/tazpanel/styles/default/images
     1.8 +	cp -a tazpanel/icons/*  $(DESTDIR)/var/www/tazpanel/styles/default/images
     1.9  
    1.10  	# The i18n files
    1.11  	install -m 0755 -d $(DESTDIR)$(PREFIX)/share/locale
    1.12 @@ -113,6 +115,7 @@
    1.13  
    1.14  	rm -f  $(DESTDIR)/var/www/tazpanel/pkgs.cgi
    1.15  	rm -f  $(DESTDIR)/var/www/tazpanel/menu.d/pkgs
    1.16 +	rm -rf $(DESTDIR)/var/www/tazpanel/styles/default/images/tp-*.png
    1.17  
    1.18  	rm -rf $(DESTDIR)$(PREFIX)/share/locale/*/LC_MESSAGES/tazpkg.mo
    1.19