-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
2d012bd
commit 49b9215
Showing
4 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|