[arch-commits] Commit in iwd/repos/community-x86_64 (4 files)
Christian Rebischke
shibumi at archlinux.org
Sun May 12 22:25:18 UTC 2019
Date: Sunday, May 12, 2019 @ 22:25:18
Author: shibumi
Revision: 467107
archrelease: copy trunk to community-x86_64
Added:
iwd/repos/community-x86_64/PKGBUILD
(from rev 467106, iwd/trunk/PKGBUILD)
iwd/repos/community-x86_64/iwd.tmpfiles
(from rev 467106, iwd/trunk/iwd.tmpfiles)
Deleted:
iwd/repos/community-x86_64/PKGBUILD
iwd/repos/community-x86_64/iwd.tmpfiles
--------------+
PKGBUILD | 68 ++++++++++++++++++++++++++++-----------------------------
iwd.tmpfiles | 4 +--
2 files changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-12 22:25:12 UTC (rev 467106)
+++ PKGBUILD 2019-05-12 22:25:18 UTC (rev 467107)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=iwd
-pkgver=0.17
-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=('fcec43cb9d470dec783fcafd8485e2e25f7c5ccc4283bc58c299fb816609b4e03ca241f1fe9f73025a08863e89ae8d7b7ceb6ae02524eb681a61079c5a28534a'
- 'SKIP'
- '03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
-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}"
- install -Dm644 "${srcdir}/iwd.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/iwd.conf"
-}
-
-# vim: set ts=2 sw=2 ft=sh noet:
Copied: iwd/repos/community-x86_64/PKGBUILD (from rev 467106, iwd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-12 22:25:18 UTC (rev 467107)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=iwd
+pkgver=0.18
+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=('0eb5558f7bafe521aaf80f24e5818c1fb0dfa6445c671c4454d3a4f67f97643a1232709b1e9c376cbe09dd7ba521651e1e46328cce0bfe1befe15668d6081cd6'
+ 'SKIP'
+ '03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
+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}"
+ install -Dm644 "${srcdir}/iwd.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/iwd.conf"
+}
+
+# vim: set ts=2 sw=2 ft=sh noet:
Deleted: iwd.tmpfiles
===================================================================
--- iwd.tmpfiles 2019-05-12 22:25:12 UTC (rev 467106)
+++ iwd.tmpfiles 2019-05-12 22:25:18 UTC (rev 467107)
@@ -1,2 +0,0 @@
-d /var/lib/iwd 0750 root root - -
-d /var/lib/ead 0750 root root - -
Copied: iwd/repos/community-x86_64/iwd.tmpfiles (from rev 467106, iwd/trunk/iwd.tmpfiles)
===================================================================
--- iwd.tmpfiles (rev 0)
+++ iwd.tmpfiles 2019-05-12 22:25:18 UTC (rev 467107)
@@ -0,0 +1,2 @@
+d /var/lib/iwd 0750 root root - -
+d /var/lib/ead 0750 root root - -
More information about the arch-commits
mailing list