Skip to content

Update readme, and publishing and funding workflows #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: hsbasu # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: hsbasu # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: hsbasu # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
8 changes: 6 additions & 2 deletions .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
tags:
- "*.*.*"
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -19,6 +20,10 @@ jobs:
matrix:
language: [ 'python' ]

permissions:
contents: write
packages: write

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -32,8 +37,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt install -y build-essential debhelper devscripts dh-python \
gir1.2-appindicator3-0.1 python3 python3-all python3-configobj python3-gi \
python3-setproctitle python3-sphinx python3-tldextract redshift
python3 python3-all python3-gi python3-setuptools python3-sphinx

- name: build-deb
run: |
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<a href="#download-latest-version">
<img src="https://img.shields.io/github/downloads/mamolinux/theme-manager/total?label=Downloads" alt="Downloads">
</a>
<a href="https://github.com/mamolinux/theme-manager/releases/download/1.1.4/theme-manager_1.1.4_all.deb">
<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)">
<a href="https://github.com/mamolinux/theme-manager/releases/download/1.1.5/theme-manager_1.1.5_all.deb">
<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)">
</a>
</p>

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

## Features and Screenshots
Expand Down