Compare commits

..

No commits in common. "master" and "v2.0" have entirely different histories.
master ... v2.0

2 changed files with 5 additions and 31 deletions

View File

@ -1,22 +0,0 @@
name: Deploy
on:
push:
tags:
- '**'
jobs:
deploy:
runs-on: buildenv
steps:
- uses: actions/checkout@v4
- name: Archive
run: |
DISTRIBUTION=$(echo $GITHUB_REF_NAME | awk '{ gsub(/^v/, "slack-timedate-"); print $0 }')
ln -s . $DISTRIBUTION
touch $DISTRIBUTION.tar.xz
tar --exclude="${DISTRIBUTION}/${DISTRIBUTION}*" --exclude-vcs -Jcvhf $DISTRIBUTION.tar.xz $DISTRIBUTION
- uses: akkuman/gitea-release-action@v1
with:
files: "*.tar.xz"
token: ${{ secrets.API_KEY }}

View File

@ -1,14 +1,10 @@
# slack-timedate # slack-timedate
This program implements timedated1 interface from systemd that is This program implements timedated1 interface from systemd what is
required by GNOME Control Center and can be used by KDE Settings. required by GNOME Control Center for now.
slack-timedate's purpose is to make it possible to enjoy full GNOME
slack-timedate's purpose is to make it possible to enjoy full desktop functionality on Slackware Linux which doesn't use systemd as its
environment functionality on Slackware Linux which doesn't use init-system.
systemd as its init-system.
slack-timedate supports Slackware's System V style init system as well
as s6.
## Installation ## Installation