mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
Compare commits
No commits in common. "c4a6958ef0ae9ebbb0fcbd954837fb348bcd1f1c" and "de8a0a21b2a96ca62556e1508fbd2de0cfe83b83" have entirely different histories.
c4a6958ef0
...
de8a0a21b2
@ -5,15 +5,15 @@ install:
|
|||||||
script: tox
|
script: tox
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- os: "linux"
|
||||||
|
dist: "xenial"
|
||||||
|
python: "3.5"
|
||||||
- os: "linux"
|
- os: "linux"
|
||||||
dist: "xenial"
|
dist: "xenial"
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
- os: "linux"
|
- os: "linux"
|
||||||
dist: "xenial"
|
dist: "xenial"
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
- os: "linux"
|
|
||||||
dist: "xenial"
|
|
||||||
python: "3.8"
|
|
||||||
- os: "windows"
|
- os: "windows"
|
||||||
language: shell
|
language: shell
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ ifeq ($(shell ${PYTHON} -c "import platform; print(platform.system())"), Windows
|
|||||||
VENV_OPTIONS =
|
VENV_OPTIONS =
|
||||||
else
|
else
|
||||||
BIN = bin
|
BIN = bin
|
||||||
SO = cpython-3$(PYTHON_VERSION_MINOR)*.so
|
SO = cpython-3$(PYTHON_VERSION_MINOR)m*.so
|
||||||
VENV_OPTIONS = --system-site-packages
|
VENV_OPTIONS = --system-site-packages
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@ all:
|
|||||||
touch build_pe_modules.py
|
touch build_pe_modules.py
|
||||||
python3 build_pe_modules.py
|
python3 build_pe_modules.py
|
||||||
chmod +x src/run.py
|
chmod +x src/run.py
|
||||||
cp -R src/ "$(CURDIR)/debian/{pkgname}/usr/share/{execname}"
|
cp -R src/ $(CURDIR)/debian/{pkgname}/usr/share/{execname}
|
||||||
cp "$(CURDIR)/debian/{execname}.desktop" "$(CURDIR)/debian/{pkgname}/usr/share/applications"
|
cp $(CURDIR)/debian/{execname}.desktop $(CURDIR)/debian/{pkgname}/usr/share/applications
|
||||||
ln -s "/usr/share/{execname}/run.py" "$(CURDIR)/debian/{pkgname}/usr/bin/{execname}"
|
ln -s /usr/share/{execname}/run.py $(CURDIR)/debian/{pkgname}/usr/bin/{execname}
|
||||||
|
Loading…
Reference in New Issue
Block a user