1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Remove cocoa

The cocoa UI code now lives in dupeguru-cocoa.
This commit is contained in:
Virgil Dupras
2017-03-11 20:41:47 -05:00
parent f51f94e03d
commit 245ed0ddec
68 changed files with 24 additions and 4227 deletions

View File

@@ -17,13 +17,10 @@ mofiles = $(patsubst %.po,%.mo,$(pofiles))
vpath %.po $(localedirs)
vpath %.mo $(localedirs)
all : | run.py
all : | env i18n modules qt/dg_rc.py
@echo "Build complete! You can run dupeGuru with 'make run'"
run.py : | env i18n modules qt/dg_rc.py
cp qt/run_template.py run.py
run: | run.py
run:
./env/bin/python run.py
pyc:
@@ -103,7 +100,6 @@ uninstall :
rm -f "${DESTDIR}${PREFIX}/share/pixmaps/dupeguru.png"
clean:
-rm run.py
-rm -rf build
-rm locale/*/LC_MESSAGES/*.mo
-rm core/pe/*.so qt/pe/*.so