Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 2804867

Browse files
authored
chore: drop support for aur (#39)
1 parent 73d7488 commit 2804867

File tree

6 files changed

+1
-133
lines changed

6 files changed

+1
-133
lines changed

.DS_Store

6 KB
Binary file not shown.

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- checkout
2929
- restore_cache:
3030
key: dependency-cache-{{ .Branch }}-{{ checksum "package.json" }}
31+
- run: 'sudo apt-get update'
3132
- run: 'sudo apt install libxss-dev libxext-dev libxtst6 libnss3 libgtk-3-0 libgtkextra-dev libasound2'
3233
- run:
3334
name: Install Dependencies

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ dist/
44
build/
55
.env
66
.idea
7-
support/package-aur/*
8-
support/package-aur.zip
9-
!support/package-aur/manager.sh
10-
!support/package-aur/PKGBUILD

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -73,28 +73,6 @@ Optionally, it can automatically discard the idle time from the current timer wh
7373
Issue progress slider can be changed with 1% step if configured (by default is 10%).
7474
Enable this if you have support in the server side (ruby, redmine) to use every percentage (33%, 81%, etc).
7575

76-
### AUR package
77-
78-
Electron-builder does not offer aur packages. Therefore, in the directory `support/package-aur` we can build those for ArchLinux/Manjaro distributions. It is "optimized" and just installs around 50MiB, using the system electron, as it is exposed here [issue 4059](https://github.com/electron-userland/electron-builder/issues/4059).
79-
80-
```sh
81-
bash support/package-aur/manager.sh pack # can be omitted if using the archive from the repo
82-
bash support/package-aur/manager.sh makepkg
83-
```
84-
85-
Before publishing a release, you have to update the PKGBUILD:
86-
87-
```sh
88-
# using npm script:
89-
npm run release:aur
90-
91-
# alternatively, with the shell:
92-
bash support/package-aur/manager.sh pack pkgbuild
93-
```
94-
95-
The second target (`pkgbuild`) will update the version and md5sums of the PKGBUILD.
96-
97-
9876
## License
9977
[GPL-3.0](https://github.com/Spring3/redshape/blob/master/LICENSE.md)
10078

support/package-aur/PKGBUILD

Lines changed: 0 additions & 55 deletions
This file was deleted.

support/package-aur/manager.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)