diff options
author | Michele Calgaro <[email protected]> | 2024-05-11 22:57:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-11 22:57:25 +0900 |
commit | 45cbc717c733e287453c8c50782fa301ae50a8ea (patch) | |
tree | 82e37203d476c039b3d7f9e3dd99c87110e47a81 /fbreader/maemo/Makefile | |
parent | 02625a605190ecc5b1387f59dfc32e8a883ef91d (diff) | |
download | tde-ebook-reader-45cbc717c733e287453c8c50782fa301ae50a8ea.tar.gz tde-ebook-reader-45cbc717c733e287453c8c50782fa301ae50a8ea.zip |
Removed files relates to unsupported OSes, platforms, archs
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'fbreader/maemo/Makefile')
-rw-r--r-- | fbreader/maemo/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/fbreader/maemo/Makefile b/fbreader/maemo/Makefile deleted file mode 100644 index 061c5bd..0000000 --- a/fbreader/maemo/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -ROOTDIR = $(CURDIR)/../.. -include $(ROOTDIR)/makefiles/config.mk - -DBUSDIR = /usr/share/dbus-1/services -MENUDIR = /etc/others-menu - -DESKTOP_FILE = FBReader.desktop -SERVICE_FILE = FBReader.service -BACKUP_CONF = FBReader.backup - -install: - @install -m 0644 ../data/default/keymap.maemo.xml $(DESTDIR)$(SHAREDIR)/FBReader/default/keymap.xml - @install -m 0644 ../data/default/styles.maemo.xml $(DESTDIR)$(SHAREDIR)/FBReader/default/styles.xml - @install -d $(DESTDIR)$(SHAREDIR)/icons/hicolor/16x16/apps - @install -m 0644 ../data/icons/application/16x16.png $(DESTDIR)$(SHAREDIR)/icons/hicolor/16x16/apps/FBReader.png - @install -d $(DESTDIR)$(SHAREDIR)/icons/hicolor/26x26/apps - @install -m 0644 ../data/icons/application/26x26.png $(DESTDIR)$(SHAREDIR)/icons/hicolor/26x26/apps/FBReader.png - @install -d $(DESTDIR)$(SHAREDIR)/icons/hicolor/48x48/apps - @install -m 0644 ../data/icons/application/48x48.png $(DESTDIR)$(SHAREDIR)/icons/hicolor/48x48/apps/FBReader.png - @install -d $(DESTDIR)$(SHAREDIR)/icons/hicolor/64x64/apps - @install -m 0644 ../data/icons/application/64x64.png $(DESTDIR)$(SHAREDIR)/icons/hicolor/64x64/apps/FBReader.png - @install -d $(DESTDIR)$(SHAREDIR)/applications/hildon - @install -m 0644 $(DESKTOP_FILE) $(DESTDIR)$(SHAREDIR)/applications/hildon - @install -d $(DESTDIR)$(MENUDIR) - @cd $(DESTDIR)$(MENUDIR); ln -sf ../../../usr/share/applications/hildon/$(DESKTOP_FILE) 0000_$(DESKTOP_FILE) - @install -d $(DESTDIR)$(DBUSDIR) - @install -m 0644 $(SERVICE_FILE) $(DESTDIR)$(DBUSDIR) - @install -d $(DESTDIR)/etc/osso-backup/applications - @install -m 0644 $(BACKUP_CONF) $(DESTDIR)/etc/osso-backup/applications/FBReader.conf - -clean: |