Skip to content

Commit a43d21b

Browse files
authored
Update readme, and publishing and funding workflows (#62)
- Update readme to version 1.1.5 - Update workflow for publishing deb packages - Update funding
1 parent 5df0de2 commit a43d21b

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Diff for: .github/FUNDING.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: hsbasu # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: hsbasu # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: hsbasu # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

Diff for: .github/workflows/publish-deb.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
run: |
3838
sudo apt-get update -qq
3939
sudo apt install -y build-essential debhelper devscripts dh-python \
40-
gir1.2-appindicator3-0.1 python3 python3-all python3-configobj python3-gi \
41-
python3-setproctitle python3-sphinx python3-tldextract redshift
40+
python3 python3-all python3-gi python3-setuptools python3-sphinx
4241
4342
- name: build-deb
4443
run: |

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<a href="#download-latest-version">
3030
<img src="https://img.shields.io/github/downloads/mamolinux/theme-manager/total?label=Downloads" alt="Downloads">
3131
</a>
32-
<a href="https://github.com/mamolinux/theme-manager/releases/download/1.1.4/theme-manager_1.1.4_all.deb">
33-
<img src="https://img.shields.io/github/downloads/mamolinux/theme-manager/1.1.4/theme-manager_1.1.4_all.deb?color=blue&label=Downloads%40Latest%20Binary" alt="GitHub release (latest by date and asset)">
32+
<a href="https://github.com/mamolinux/theme-manager/releases/download/1.1.5/theme-manager_1.1.5_all.deb">
33+
<img src="https://img.shields.io/github/downloads/mamolinux/theme-manager/1.1.5/theme-manager_1.1.5_all.deb?color=blue&label=Downloads%40Latest%20Binary" alt="GitHub release (latest by date and asset)">
3434
</a>
3535
</p>
3636

@@ -40,7 +40,7 @@ Very simple Python3-based GUI application to set different theme colour and mode
4040
<p align="center">
4141
<a href="https://github.com/mamolinux/theme-manager/zipball/master">Download Source (.zip)</a></br>
4242
<a href="https://github.com/mamolinux/theme-manager/tarball/master">Download Source (.tar.gz)</a></br>
43-
<a href="https://github.com/mamolinux/theme-manager/releases/download/1.1.4/theme-manager_1.1.4_all.deb">Download Binary (.deb)</a>
43+
<a href="https://github.com/mamolinux/theme-manager/releases/download/1.1.5/theme-manager_1.1.5_all.deb">Download Binary (.deb)</a>
4444
</p>
4545

4646
## Features and Screenshots

0 commit comments

Comments
 (0)