[arch-commits] Commit in linux-manpages/repos/extra-any (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Thu May 5 06:32:34 UTC 2016
Date: Thursday, May 5, 2016 @ 08:32:33
Author: andyrtr
Revision: 266910
archrelease: copy trunk to extra-any
Added:
linux-manpages/repos/extra-any/PKGBUILD
(from rev 266909, linux-manpages/trunk/PKGBUILD)
Deleted:
linux-manpages/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 36 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-05 06:32:27 UTC (rev 266909)
+++ PKGBUILD 2016-05-05 06:32:33 UTC (rev 266910)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=linux-manpages
-pkgver=3.19
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel."
-arch=('any')
-url="http://www.kernel.org"
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz")
-sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c')
-
-build() {
- cd "${srcdir}/linux-$pkgver"
- make mandocs
-}
-
-package() {
- install -d "${pkgdir}/usr/share/man/man9/"
- install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
- "${pkgdir}/usr/share/man/man9/"
-
- find "${pkgdir}" -type f -exec chmod 644 {} \;
-}
Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 266909, linux-manpages/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-05 06:32:33 UTC (rev 266910)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=linux-manpages
+pkgver=4.5
+pkgrel=1
+pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel."
+arch=('any')
+url="http://www.kernel.org"
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+options=('!zipman')
+# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
+source=("https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz")
+sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c')
+
+build() {
+ cd "${srcdir}/linux-$pkgver"
+ make mandocs
+}
+
+package() {
+ cd "${srcdir}/linux-$pkgver"
+ # fix install path
+ sed -i -e "s:/usr/local/man/man9/:${pkgdir}/usr/share/man/man9/:g" Documentation/DocBook/Makefile
+ make installmandocs
+
+ #install -d "${pkgdir}/usr/share/man/man9/"
+ #install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*/*.9.gz "${pkgdir}/usr/share/man/man9/"
+
+# find "${pkgdir}" -type f -exec chmod 644 {} \;
+}
More information about the arch-commits
mailing list