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: unicons-git #6596

Merged
merged 14 commits into from
Oct 30, 2024
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 @@ -569,6 +569,7 @@ u-boot-mobian-deb
ugee-tablet-driver-deb
ulauncher-deb
ungoogled-chromium-deb
unicons-git
unicorn-desktop-git
unicorn-mobile-git
universal-ctags-git
Expand Down
10 changes: 10 additions & 0 deletions packages/unicons-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pkgbase = unicons-git
gives = unicons
pkgver = 0.0.1
pkgdesc = Icon pack for Unicorn Desktop by the Rhino Linux Team
arch = all
depends = gtk-update-icon-cache
maintainer = AJStrong <[email protected]>
source = https://github.com/rhino-linux/unicons.git

pkgname = unicons-git
20 changes: 20 additions & 0 deletions packages/unicons-git/unicons-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pkgname="unicons-git"
source=("https://github.com/rhino-linux/unicons.git")
arch=("all")
pkgver="0.0.1"
gives="unicons"
pkgdesc="Icon pack for Unicorn Desktop by the Rhino Linux Team"
maintainer=("AJStrong <[email protected]>")
depends=("gtk-update-icon-cache")

prepare() {
mkdir -p "${pkgdir}/usr/share/icons/Unicons/"
}

package() {
cp -r "${gives}"/* "${pkgdir}/usr/share/icons/Unicons"
}

post_install() {
gtk-update-icon-cache "/usr/share/icons/Unicons"
}
11 changes: 11 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11311,6 +11311,17 @@ pkgbase = ungoogled-chromium-deb

pkgname = ungoogled-chromium-deb
---
pkgbase = unicons-git
gives = unicons
pkgver = 0.0.1
pkgdesc = Icon pack for Unicorn Desktop by the Rhino Linux Team
arch = all
depends = gtk-update-icon-cache
maintainer = AJStrong <[email protected]>
source = https://github.com/rhino-linux/unicons.git

pkgname = unicons-git
---
pkgbase = unicorn-desktop-git
gives = unicorn-desktop
pkgver = 0.0.1
Expand Down
Loading