summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2015-10-01 15:31:56 +0200
committerCedric Girard2015-10-01 15:32:38 +0200
commit7818b0609cd6af94b636b3a1a0e58bd0af947bdb (patch)
tree7ee9cdad1f5f518d496c832dd4f9ca74fcceed0d
downloadaur-7818b0609cd6af94b636b3a1a0e58bd0af947bdb.tar.gz
import from AUR3
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD21
-rw-r--r--stlarch_icons.install3
3 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..19bcb8febe77
--- /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 000000000000..0544a55a9832
--- /dev/null
+++ b/PKGBUILD
@@ -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')
diff --git a/stlarch_icons.install b/stlarch_icons.install
new file mode 100644
index 000000000000..491c116dca99
--- /dev/null
+++ b/stlarch_icons.install
@@ -0,0 +1,3 @@
+post_install() {
+echo "Icons are installed to /usr/share/icons/stlarch_icons"
+}