Skip to content

Commit

Permalink
add: unicons-git (#6596)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Elsie <[email protected]>
Co-authored-by: oklopfer <[email protected]>
  • Loading branch information
4 people authored Oct 30, 2024
1 parent 2d012bd commit 49b9215
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
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

0 comments on commit 49b9215

Please sign in to comment.