summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2019-05-23 18:45:54 +0300
committerYurii Kolesnykov2019-05-23 18:45:54 +0300
commit268de4dabd7220c08f7977709b6122eb86df2154 (patch)
treedf792358da836972e749c37fcfaa350f2d3ca282
parente218f3c10cb3a13203a4a2fd92f737842252a5c3 (diff)
downloadaur-268de4dabd7220c08f7977709b6122eb86df2154.tar.gz
5.1.839744.35c8b4b2c0fe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD30
2 files changed, 18 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e846267a0aa7..5e634d782025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-drm-misc-next-git
pkgdesc = Kernel DRM miscellaneous fixes and cross-tree changes
- pkgver = 5.1.839739.cbb56814fbe7
+ pkgver = 5.1.839744.35c8b4b2c0fe
pkgrel = 1
url = https://cgit.freedesktop.org/drm/drm-misc
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index eec8adbcec69..e461872d3ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='Kernel DRM miscellaneous fixes and cross-tree changes'
_srcname=$pkgbase
_kernel_rel=5.1
_branch=drm-misc-next
-pkgver=5.1.839739.cbb56814fbe7
+pkgver=5.1.839744.35c8b4b2c0fe
pkgrel=1
arch=('x86_64')
url='https://cgit.freedesktop.org/drm/drm-misc'
@@ -65,7 +65,9 @@ prepare() {
build() {
cd $_srcname
- make bzImage modules #htmldocs
+#mainline: disabled for 5.1-rc5
+#make bzImage modules htmldocs
+ make bzImage modules
}
_package() {
@@ -216,17 +218,19 @@ _package-docs() {
mkdir -p "$builddir"
cp -t "$builddir" -a Documentation
- # msg2 "Removing doctrees..."
- # rm -r "$builddir/Documentation/output/.doctrees"
-
- # msg2 "Moving HTML docs..."
- # local src dst
- # while read -rd '' src; do
- # dst="$builddir/Documentation/${src#$builddir/Documentation/output/}"
- # mkdir -p "${dst%/*}"
- # mv "$src" "$dst"
- # rmdir -p --ignore-fail-on-non-empty "${src%/*}"
- # done < <(find "$builddir/Documentation/output" -type f -print0)
+ #mainline: disabled for 5.1-rc5
+
+ #msg2 "Removing doctrees..."
+ #rm -r "$builddir/Documentation/output/.doctrees"
+
+ #msg2 "Moving HTML docs..."
+ #local src dst
+ #while read -rd '' src; do
+ #dst="$builddir/Documentation/${src#$builddir/Documentation/output/}"
+ #mkdir -p "${dst%/*}"
+ #mv "$src" "$dst"
+ #rmdir -p --ignore-fail-on-non-empty "${src%/*}"
+ #done < <(find "$builddir/Documentation/output" -type f -print0)
msg2 "Adding symlink..."
mkdir -p "$pkgdir/usr/share/doc"