[arch-commits] Commit in vicious/repos/community-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Sun Jan 5 02:00:12 UTC 2014
Date: Sunday, January 5, 2014 @ 03:00:11
Author: seblu
Revision: 103383
archrelease: copy trunk to community-any
Added:
vicious/repos/community-any/PKGBUILD
(from rev 103382, vicious/trunk/PKGBUILD)
Deleted:
vicious/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-05 01:59:55 UTC (rev 103382)
+++ PKGBUILD 2014-01-05 02:00:11 UTC (rev 103383)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=vicious
-pkgver=2.1.2
-pkgrel=1
-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=('bfcecdb646051cc5d45a86f9116c582c')
-
-package() {
- cd $pkgname-$pkgver
- # Install the vicious library
- install -dm755 "$pkgdir"/usr/share/lua/5.2/$pkgname/{widgets,contrib}
- install -m644 *.lua "$pkgdir/usr/share/lua/5.2/$pkgname"
- install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/widgets"
- install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.2/$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:
Copied: vicious/repos/community-any/PKGBUILD (from rev 103382, vicious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-01-05 02:00:11 UTC (rev 103383)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.1.3
+pkgrel=1
+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.2/$pkgname/{widgets,contrib}
+ install -m644 *.lua "$pkgdir/usr/share/lua/5.2/$pkgname"
+ install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/widgets"
+ install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.2/$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