[arch-commits] Commit in awesome/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jan 20 00:21:56 UTC 2017


    Date: Friday, January 20, 2017 @ 00:21:55
  Author: anthraxx
Revision: 208075

upgpkg: awesome 4.0-1

Modified:
  awesome/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-20 00:10:35 UTC (rev 208074)
+++ PKGBUILD	2017-01-20 00:21:55 UTC (rev 208075)
@@ -7,15 +7,15 @@
 # Contributor: Vesa Kaihlavirta
 
 pkgname=awesome
-pkgver=3.5.9
+pkgver=4.0
 pkgrel=1
 pkgdesc='Highly configurable framework window manager'
 url='http://awesome.naquadah.org/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
-         'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
-         'xcb-util-wm' 'xorg-xmessage')
+depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi' 'pango'
+         'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm'
+         'xorg-xmessage' 'libxkbcommon-x11' 'libxkbcommon' 'xcb-util-xrm')
 makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 'xmlto')
 optdepends=('rlwrap: readline support for awesome-client'
             'dex: autostart your desktop files'
@@ -22,8 +22,10 @@
             'vicious: widgets for the Awesome window manager')
 provides=('notification-daemon')
 backup=('etc/xdg/awesome/rc.lua')
-source=(${pkgname}-${pkgver}.tar.xz::http://awesome.naquadah.org/download/awesome-${pkgver}.tar.xz)
-sha512sums=('6a4c679b293e8cd85d1f7e13f6dea704cbb267e42b9260496a54b657a66d6148aae51521d802d61baaeb23df0d4a8ad0b28d9dc922ea5da2a347b4251cce5e25')
+source=(https://github.com/awesomeWM/awesome/releases/download/v${pkgver}/awesome-${pkgver}.tar.xz{,.asc})
+sha512sums=('80bdfe5f9166f5e9b0266cd630b48607d17605330d0f172666dbfa3f239ef04aeafafebe8949c3bf1c31a7bd372b60252d56c815048a24e015858585c3d0432b'
+            'SKIP')
+validpgpkeys=('2BB32F88FF3D1E76E682303F22E428EBCB8FCB06') # Uli Schlachter <psychon at znc.in>
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -36,14 +38,14 @@
     -DCMAKE_BUILD_TYPE=RELEASE \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DSYSCONFDIR=/etc \
-    -DLUA_LIBRARY=/usr/lib/liblua.so.5.3
+    -DLUA_LIBRARY=/usr/lib/liblua.so
   make
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  install -Dm 644 awesome.desktop "${pkgdir}/usr/share/xsessions/awesome.desktop"
   make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 awesome.desktop -t "${pkgdir}/usr/share/xsessions"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list