Add 'stlarch_icons/' from commit '7818b0609cd6af94b636b3a1a0e58bd0af947bdb'

git-subtree-dir: stlarch_icons
git-subtree-mainline: c11ec1881e
git-subtree-split: 7818b0609c
This commit is contained in:
Cedric Girard 2019-02-14 15:33:47 +01:00
commit 5c267aed51
3 changed files with 39 additions and 0 deletions

15
stlarch_icons/.SRCINFO Normal file
View File

@ -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

21
stlarch_icons/PKGBUILD Normal file
View File

@ -0,0 +1,21 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
# 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')

View File

@ -0,0 +1,3 @@
post_install() {
echo "Icons are installed to /usr/share/icons/stlarch_icons"
}