import from AUR3
This commit is contained in:
commit
7818b0609c
3 changed files with 39 additions and 0 deletions
15
.SRCINFO
Normal file
15
.SRCINFO
Normal 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
PKGBUILD
Normal file
21
PKGBUILD
Normal 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')
|
3
stlarch_icons.install
Normal file
3
stlarch_icons.install
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
post_install() {
|
||||||
|
echo "Icons are installed to /usr/share/icons/stlarch_icons"
|
||||||
|
}
|
Loading…
Reference in a new issue