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