From 49b92151597aff49b00b5c7e8c899a69393dc752 Mon Sep 17 00:00:00 2001 From: ajstrongdev <90976178+ajstrongdev@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:37:16 +0000 Subject: [PATCH] add: `unicons-git` (#6596) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Elsie Co-authored-by: oklopfer <104327997+oklopfer@users.noreply.github.com> --- packagelist | 1 + packages/unicons-git/.SRCINFO | 10 ++++++++++ packages/unicons-git/unicons-git.pacscript | 20 ++++++++++++++++++++ srclist | 11 +++++++++++ 4 files changed, 42 insertions(+) create mode 100644 packages/unicons-git/.SRCINFO create mode 100644 packages/unicons-git/unicons-git.pacscript diff --git a/packagelist b/packagelist index a507b1752e..bdf07a096d 100644 --- a/packagelist +++ b/packagelist @@ -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 diff --git a/packages/unicons-git/.SRCINFO b/packages/unicons-git/.SRCINFO new file mode 100644 index 0000000000..849108fe1d --- /dev/null +++ b/packages/unicons-git/.SRCINFO @@ -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 + source = https://github.com/rhino-linux/unicons.git + +pkgname = unicons-git diff --git a/packages/unicons-git/unicons-git.pacscript b/packages/unicons-git/unicons-git.pacscript new file mode 100644 index 0000000000..27636f805a --- /dev/null +++ b/packages/unicons-git/unicons-git.pacscript @@ -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 ") +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" +} diff --git a/srclist b/srclist index 01346563d7..290fadc830 100644 --- a/srclist +++ b/srclist @@ -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 + source = https://github.com/rhino-linux/unicons.git + +pkgname = unicons-git +--- pkgbase = unicorn-desktop-git gives = unicorn-desktop pkgver = 0.0.1