[arch-commits] Commit in vicious/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Mon May 4 16:45:54 UTC 2015


    Date: Monday, May 4, 2015 @ 18:45:53
  Author: anatolik
Revision: 132737

archrelease: copy trunk to community-staging-any

Added:
  vicious/repos/community-staging-any/
  vicious/repos/community-staging-any/PKGBUILD
    (from rev 132736, vicious/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: vicious/repos/community-staging-any/PKGBUILD (from rev 132736, vicious/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-05-04 16:45:53 UTC (rev 132737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.1.3
+pkgrel=2
+pkgdesc='Widgets for the Awesome window manager'
+arch=('any')
+url='http://git.sysphere.org/vicious/about/'
+license=('GPL2')
+depends=('lua')
+optdepends=(
+  'hddtemp: for the HDD Temp widget type'
+  'alsa-utils: for the Volume widget type'
+  'wireless_tools: for the Wireless widget type'
+  'curl: for widget types accessing network resources'
+)
+source=("http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz")
+md5sums=('457c286dae9ec4870f3349bf7cbff0f7')
+
+package() {
+  cd $pkgname-$pkgver
+  # Install the vicious library
+  install -dm755 "$pkgdir"/usr/share/lua/5.3/$pkgname/{widgets,contrib}
+  install -m644 *.lua "$pkgdir/usr/share/lua/5.3/$pkgname"
+  install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.3/$pkgname/widgets"
+  install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.3/$pkgname/contrib"
+  # Install documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README CHANGES "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list