From 7818b0609cd6af94b636b3a1a0e58bd0af947bdb Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Thu, 1 Oct 2015 15:31:56 +0200 Subject: [PATCH] import from AUR3 --- .SRCINFO | 15 +++++++++++++++ PKGBUILD | 21 +++++++++++++++++++++ stlarch_icons.install | 3 +++ 3 files changed, 39 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD create mode 100644 stlarch_icons.install diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..19bcb8f --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,15 @@ +# Generated by mksrcinfo v7 +# Thu Oct 1 13:31:31 UTC 2015 +pkgbase = stlarch_icons + pkgdesc = 8x8 .xbm icon pack for dzen or other status bars + pkgver = 1.2 + pkgrel = 2 + url = http://sourceforge.net/projects/stlarchicons + install = stlarch_icons.install + arch = any + license = GPL + source = http://sourceforge.net/projects/stlarchicons/files/stlarch_icons-1.2.tar.gz + md5sums = 436821df733ed9772ae8f7ae72a80ce4 + +pkgname = stlarch_icons + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..0544a55 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Cedric Girard +# Contributor: stlarch stlarchie@gmail.com + +pkgname=stlarch_icons +pkgver=1.2 +pkgrel=2 +pkgdesc="8x8 .xbm icon pack for dzen or other status bars" +arch=('any') +url="http://sourceforge.net/projects/stlarchicons" +license=('GPL') +install=stlarch_icons.install +source=("http://sourceforge.net/projects/stlarchicons/files/$pkgname-$pkgver.tar.gz") + +package() { + cd "$srcdir/$pkgname-$pkgver" + + install -d "$pkgdir/usr/share/icons/stlarch_icons" + + install -m755 * "$pkgdir/usr/share/icons/stlarch_icons" +} +md5sums=('436821df733ed9772ae8f7ae72a80ce4') diff --git a/stlarch_icons.install b/stlarch_icons.install new file mode 100644 index 0000000..491c116 --- /dev/null +++ b/stlarch_icons.install @@ -0,0 +1,3 @@ +post_install() { +echo "Icons are installed to /usr/share/icons/stlarch_icons" +}