[arch-commits] Commit in r8168-lts/repos/community-x86_64 (4 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Aug 9 08:33:32 UTC 2018
Date: Thursday, August 9, 2018 @ 08:33:31
Author: mtorromeo
Revision: 370595
archrelease: copy trunk to community-x86_64
Added:
r8168-lts/repos/community-x86_64/PKGBUILD
(from rev 370594, r8168-lts/trunk/PKGBUILD)
r8168-lts/repos/community-x86_64/r8168-lts.install
(from rev 370594, r8168-lts/trunk/r8168-lts.install)
Deleted:
r8168-lts/repos/community-x86_64/PKGBUILD
r8168-lts/repos/community-x86_64/r8168-lts.install
-------------------+
PKGBUILD | 66 ++++++++++++++++++++++++++--------------------------
r8168-lts.install | 8 +++---
2 files changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-09 08:33:25 UTC (rev 370594)
+++ PKGBUILD 2018-08-09 08:33:31 UTC (rev 370595)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.045.08
-pkgrel=19
-pkgdesc="A kernel module for Realtek 8169 network cards for linux-lts"
-url="http://www.realtek.com.tw"
-license=("GPL")
-arch=('x86_64')
-depends=('glibc' "linux-lts>=4.14.60" "linux-lts<4.15")
-makedepends=("linux-lts-headers>=4.14.60" "linux-lts-headers<4.15")
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
-
-_extramodules=extramodules-4.14-lts
-
-build() {
- cd "$_pkgname-$pkgver"
- _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
- make -C /usr/lib/modules/$_kernver/build \
- SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
- EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
- modules
-}
-
-package() {
- cd "$_pkgname-$pkgver"
- install -Dm644 src/$_pkgname.ko "$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
- find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
Copied: r8168-lts/repos/community-x86_64/PKGBUILD (from rev 370594, r8168-lts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-09 08:33:31 UTC (rev 370595)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.046.00
+pkgrel=1
+pkgdesc="A kernel module for Realtek 8169 network cards for linux-lts"
+url="http://www.realtek.com.tw"
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' "linux-lts>=4.14.60" "linux-lts<4.15")
+makedepends=("linux-lts-headers>=4.14.60" "linux-lts-headers<4.15")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+_extramodules=extramodules-4.14-lts
+
+build() {
+ cd "$_pkgname-$pkgver"
+ _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+ make -C /usr/lib/modules/$_kernver/build \
+ SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+ EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+ modules
+}
+
+package() {
+ cd "$_pkgname-$pkgver"
+ install -Dm644 src/$_pkgname.ko "$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+ find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
Deleted: r8168-lts.install
===================================================================
--- r8168-lts.install 2018-08-09 08:33:25 UTC (rev 370594)
+++ r8168-lts.install 2018-08-09 08:33:31 UTC (rev 370595)
@@ -1,4 +0,0 @@
-post_install() {
- echo '>>> The module r8168 conflicts with r8169. You can blacklist it with:'
- echo '>>> `echo "blacklist r8169" > /etc/modprobe.d/r8169_blacklist.conf`'
-}
Copied: r8168-lts/repos/community-x86_64/r8168-lts.install (from rev 370594, r8168-lts/trunk/r8168-lts.install)
===================================================================
--- r8168-lts.install (rev 0)
+++ r8168-lts.install 2018-08-09 08:33:31 UTC (rev 370595)
@@ -0,0 +1,4 @@
+post_install() {
+ echo '>>> The module r8168 conflicts with r8169. You can blacklist it with:'
+ echo '>>> `echo "blacklist r8169" > /etc/modprobe.d/r8169_blacklist.conf`'
+}
More information about the arch-commits
mailing list