mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-14 22:59:14 +02:00
- Added Linux system tray files WIP
This commit is contained in:
22
xkeysnail-config/trayapps/BudgieApplet/Makefile
Normal file
22
xkeysnail-config/trayapps/BudgieApplet/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
#Just for building packages. (eopkg for solus)
|
||||
|
||||
DESTDIR ?=
|
||||
|
||||
INSTALLPATH ?= /usr/lib64/budgie-desktop/plugins
|
||||
|
||||
ICONPATH ?= /usr/share/icons/hicolor/scalable/apps
|
||||
|
||||
budgie-restart-applet:
|
||||
echo "Nothing to do"
|
||||
install: budgie-restart-applet
|
||||
mkdir -p $(DESTDIR)$(INSTALLPATH)/org.budgie-desktop.applet.budgierestart
|
||||
mkdir -p $(DESTDIR)$(ICONPATH)
|
||||
#rm -f $(ICONDIR)/icon-theme.cache
|
||||
for file in BudgieRestart/*; \
|
||||
do \
|
||||
install -m 0755 "$$file" $(DESTDIR)$(INSTALLPATH)/org.budgie-desktop.applet.budgierestart/; \
|
||||
done
|
||||
for file in icons/*; \
|
||||
do \
|
||||
install -m 0755 "$$file" $(DESTDIR)$(ICONPATH)/; \
|
||||
done
|
Reference in New Issue
Block a user