[arch-commits] Commit in iwd/repos/community-x86_64 (4 files)
Christian Rebischke
shibumi at archlinux.org
Sat Apr 6 15:41:46 UTC 2019
Date: Saturday, April 6, 2019 @ 15:41:45
Author: shibumi
Revision: 449993
archrelease: copy trunk to community-x86_64
Added:
iwd/repos/community-x86_64/PKGBUILD
(from rev 449992, iwd/trunk/PKGBUILD)
iwd/repos/community-x86_64/iwd.tmpfiles
(from rev 449992, iwd/trunk/iwd.tmpfiles)
Deleted:
iwd/repos/community-x86_64/PKGBUILD
iwd/repos/community-x86_64/iwd.tmpfiles
--------------+
PKGBUILD | 65 ++++++++++++++++++++++++++++-----------------------------
iwd.tmpfiles | 2 -
2 files changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-06 15:41:37 UTC (rev 449992)
+++ PKGBUILD 2019-04-06 15:41:45 UTC (rev 449993)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=iwd
-pkgver=0.16
-pkgrel=1
-pkgdesc='Internet Wireless Daemon'
-arch=('x86_64')
-url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
-license=('LGPL')
-depends=('glibc')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
- 'iwd.tmpfiles')
-sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
- 'SKIP'
- '2d6cec32def7e1faabdba0bce327fb02a4dcf25b23c812be0dc8ed062d95731046b7934fd3296a1007a9e5bc685ae2d8398b77aea63a2d0c5740c98f92facf81')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/iwd \
- --localstatedir=/var
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make install DESTDIR="${pkgdir}"
-}
-
-# vim: set ts=2 sw=2 ft=sh noet:
Copied: iwd/repos/community-x86_64/PKGBUILD (from rev 449992, iwd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-06 15:41:45 UTC (rev 449993)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=iwd
+pkgver=0.16
+pkgrel=2
+pkgdesc='Internet Wireless Daemon'
+arch=('x86_64')
+url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
+license=('LGPL')
+depends=('glibc')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
+ 'iwd.tmpfiles')
+sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
+ 'SKIP'
+ '2d6cec32def7e1faabdba0bce327fb02a4dcf25b23c812be0dc8ed062d95731046b7934fd3296a1007a9e5bc685ae2d8398b77aea63a2d0c5740c98f92facf81')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/iwd \
+ --enable-wired \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make install DESTDIR="${pkgdir}"
+}
+
+# vim: set ts=2 sw=2 ft=sh noet:
Deleted: iwd.tmpfiles
===================================================================
--- iwd.tmpfiles 2019-04-06 15:41:37 UTC (rev 449992)
+++ iwd.tmpfiles 2019-04-06 15:41:45 UTC (rev 449993)
@@ -1 +0,0 @@
-d /var/lib/iwd 0750 root root - -
Copied: iwd/repos/community-x86_64/iwd.tmpfiles (from rev 449992, iwd/trunk/iwd.tmpfiles)
===================================================================
--- iwd.tmpfiles (rev 0)
+++ iwd.tmpfiles 2019-04-06 15:41:45 UTC (rev 449993)
@@ -0,0 +1 @@
+d /var/lib/iwd 0750 root root - -
More information about the arch-commits
mailing list