[arch-commits] Commit in iwd/repos/community-x86_64 (PKGBUILD PKGBUILD iwd.tmpfiles)

Christian Rebischke shibumi at archlinux.org
Wed Jan 16 14:51:41 UTC 2019


    Date: Wednesday, January 16, 2019 @ 14:51:41
  Author: shibumi
Revision: 423534

archrelease: copy trunk to community-x86_64

Added:
  iwd/repos/community-x86_64/PKGBUILD
    (from rev 423533, iwd/trunk/PKGBUILD)
  iwd/repos/community-x86_64/iwd.tmpfiles
    (from rev 423533, iwd/trunk/iwd.tmpfiles)
Deleted:
  iwd/repos/community-x86_64/PKGBUILD

--------------+
 PKGBUILD     |   62 +++++++++++++++++++++++++++++----------------------------
 iwd.tmpfiles |    1 
 2 files changed, 33 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-16 14:51:33 UTC (rev 423533)
+++ PKGBUILD	2019-01-16 14:51:41 UTC (rev 423534)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=iwd
-pkgver=0.13
-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})
-sha512sums=('91be8a15d986fba6939cc05be896b59e6986e1b20a56b2058d1a572d5f894861058f3075567e4dec193cef5b6b73a407c8114391d83792564efea8b5c989cc06'
-            'SKIP')
-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 423533, iwd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-16 14:51:41 UTC (rev 423534)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=iwd
+pkgver=0.14
+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=('91713b3cbe8830abb95705e67c7b66f1ced368fe83eeaad36170da9df22b965e97485068e9342e09291aee669890de8f328e33fc3f092ba45097f523d83c7484'
+            'SKIP'
+            '17104d44e12aa7d47a91d56dc9564fa947bd8d8215364253065c9405851d7d375c7f9e0a5b0f4d7e5870d8886d2e7750e83defbb7da06ee187259e8cff07d50a')
+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/iwd.tmpfiles (from rev 423533, iwd/trunk/iwd.tmpfiles)
===================================================================
--- iwd.tmpfiles	                        (rev 0)
+++ iwd.tmpfiles	2019-01-16 14:51:41 UTC (rev 423534)
@@ -0,0 +1 @@
+d /var/lib/iwd 0755 root root - -



More information about the arch-commits mailing list