Skip to content
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

add: tela-circle-icon-theme #4513

Merged
merged 3 commits into from
Sep 4, 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
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ tabby-deb
taskwarrior
teams-for-linux-deb
teamviewer-deb
tela-circle-icon-theme
telegram-bin
tenacity-git
thorium-deb
Expand Down
26 changes: 26 additions & 0 deletions packages/tela-circle-icon-theme/tela-circle-icon-theme.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name="tela-circle-icon-theme"
arch=('any')
pkgver="2023-06-25"
pkgdesc="A flat, colorful icon theme"
repology=("project: tela-circle-icon-theme" "repo: aur")
url="https://github.com/vinceliuice/Tela-circle-icon-theme/archive/refs/tags/${pkgver}.zip"
hash="9caaf41608a565a82f1057391d3ac7a4a1e276d9df6fc56367b202ffb8484b48"
maintainer="Herisson <[email protected]>"
gives="${name}"
breaks=("${name}" "${name}-git")
depends=("gtk-update-icon-cache")
build() {
sudo mkdir -p "${pkgdir}/usr/share/${name}"
}

package() {
for i in elementary links src; do
sudo cp -r "${i}" "${pkgdir}/usr/share/${name}"
done
sudo install -Dm755 install.sh -t "${pkgdir}/usr/share/${name}"
sudo install -Dm644 README.md -t "${pkgdir}/usr/share/${name}"
}

post_install() {
./usr/share/${name}/install.sh -c -a
}
Loading