summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-22upgpkg: bump pkgrel to 2Tiago de Paula
- tela-circle-icon-theme-all is now a meta package - PKGBUILD with less repetition - dependencies declaration improved - added '!debug' option
2024-04-22feat: tela-circle-icon-theme-all as a meta packageTiago de Paula
Currently, this PKGBUILD forces any user to build every theme twice, when each theme will be installed only once, or maybe never. This change makes 'tela-circle-icon-theme-all' into a non-build package, avoiding repeated builds, and effectively reducing makepkg time and BUILDDIR size in half.
2024-04-22fix: package dependenciesTiago de Paula
A few details here: - 'bash' is already required by pacman and makepkg, we don't need to declare it - 'gtk-update-icon-cache' shouldn't be used at all, better leave it to the pacman hook - 'adwaita-icon-theme' and 'breeze-icons' are declared in the 'Inherits' section of 'index.theme'
2024-04-22fix: internal conflict declarationTiago de Paula
Arch community recommends that '*-git' conflicts with the original one, not the other way around (also, not both ways). For the '*-all' package, we don't need to specify a conflict with each theme package. Instead, we specify a conflict with any 'tela-circle-icon-theme' provider, which includes every theme package. Additionally, we don't specify a conflict with '*-all' for each theme package, because the conflict is already specified in the '*-all' package.
2024-04-22feat: disable debug symbols generationTiago de Paula
The 'debug' option was enabled by default last year on makepkg.conf, and it makes build 5 times slower (on my machine), without any advantage for assets packages like this.
2024-04-22refactor: simplify package definitionTiago de Paula
Uses a theme list to dynamically define packages, similar to how 'texlive-*' packages are defined. Also, reorder fields to match SRCINFO.
2024-04-19upgpkg: tela-circle-icon-theme 2024.04.19-1Óscar García Amor
upstream release
2023-10-07upgpkg: tela-circle-icon-theme 2023.10.07-1Óscar García Amor
upstream release
2023-06-25upgpkg: tela-circle-icon-theme 2023.06.25-1Óscar García Amor
upstream release
2023-04-16upgpkg: tela-circle-icon-theme 2023.04.16-1Óscar García Amor
upstream release
2023-01-30upgpkg: tela-circle-icon-theme 2023.01.29-1Óscar García Amor
upstream release
2022-11-08upgpkg: tela-circle-icon-theme 2022.11.06-1Óscar García Amor
improve conflict list
2022-11-07upgpkg: tela-circle-icon-theme 2022.11.06-1Óscar García Amor
upstream release
2022-11-05upgpkg: tela-circle-icon-theme 2022.03.07-1Óscar García Amor
fix pkgdesc
2022-11-05Initial upload: tela-circle-icon-theme 2022.03.07-1Óscar García Amor