Check-in [7cad086cbf]
Overview
Comment: | py2|py3 dependencies for packages |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7cad086cbfb0a4dcf89ddd5b2952ead7 |
User & Date: | mario on 2022-02-22 00:24:26 |
Other Links: | manifest | tags |
Context
2022-02-22
| ||
00:30 | fix pixmap path check-in: 682d749608 user: mario tags: trunk | |
00:24 | py2|py3 dependencies for packages check-in: 7cad086cbf user: mario tags: trunk | |
2022-02-21
| ||
21:49 | Also replace radionomy with streema in manual. check-in: b0d22bde6d user: mario tags: trunk | |
Changes
Modified Makefile from [c3832c130f] to [8f45d4373c].
1 2 3 4 5 6 7 8 9 10 11 | # Requires # ยท http://fossil.include-once.org/versionnum/ # ยท http://fossil.include-once.org/xpm/ SHELL := /bin/bash #(for brace expansion) NAME := streamtuner2 VERSION := $(shell version get:plugin st2.py || echo 2.2dev) DEST := /usr/share/streamtuner2 DOCS := /usr/share/doc/streamtuner2 INST := install -m 644 PACK := xpm | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Requires # ยท http://fossil.include-once.org/versionnum/ # ยท http://fossil.include-once.org/xpm/ SHELL := /bin/bash #(for brace expansion) NAME := streamtuner2 VERSION := $(shell version get:plugin st2.py || echo 2.2dev) DEST := /usr/share/streamtuner2 DOCS := /usr/share/doc/streamtuner2 INST := install -m 644 PACK := xpm DEPS := -n $(NAME) -d "python|python3" -d "python-pyquery|python3-pyquery" -d "python-gtk2|python3-gi" -d "python-requests|python3-requests" DEPS_A := -n $(NAME) -d pygtk -d python2 -d python2-cssselect -d python2-keybinder2 -d python2-lxml -d python2-pillow -d python2-pyquery -d python2-xdg -d python2-requests --provides streamtuner-python OPTS := -s src -u packfile,fixperms -f --prefix=$(DEST) --deb-compression=xz --rpm-compression=xz --exe-autoextract # targets .PHONY: bin all: gtk3 #(most used) pack: all ver docs xpm src |
︙ | ︙ |