From 41f9d02616f4cb6b7611091a6d468133004801e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 13 Dec 2016 00:12:39 -0300 Subject: filesystem-2016.12-2.parabola1: updating version --- libre/filesystem/PKGBUILD | 23 ++++++++--------------- libre/filesystem/modprobe.d.usb-load-ehci-first | 2 -- libre/filesystem/nsswitch.conf | 8 ++++---- 3 files changed, 12 insertions(+), 21 deletions(-) delete mode 100644 libre/filesystem/modprobe.d.usb-load-ehci-first diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 08a12bd6b..f64cbd4b5 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 247939 2015-09-30 19:19:24Z seblu $ -# Maintainer (Arch): Tom Gundersen +# $Id: PKGBUILD 282858 2016-12-05 23:47:36Z seblu $ +# Maintainer (Arch): Sébastien Luttringer +# Contributor (Arch): Tom Gundersen # Maintainer: Nicolás Reynolds # Maintainer: André Silva pkgname=filesystem -pkgver=2015.09 -pkgrel=1.parabola1 -pkgdesc='Base filesystem (Parabola rebranded)' +pkgver=2016.12 +pkgrel=2.parabola1 +pkgdesc='Base Parabola GNU/Linux-libre files (Parabola rebranded)' arch=('i686' 'x86_64' 'armv7h') license=('GPL') url='https://www.parabola.nu' @@ -21,11 +22,10 @@ backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc 'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf' 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf' - 'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'parabola.7.txt' - 'locale.sh') + 'shells' 'gshadow' 'profile' 'parabola.7.txt' 'locale.sh') md5sums=('4d7417d2bf8872665c0907f09ae37c34' '6be47d893fd49b2e4a8c0e811b350861' - '9e4533df61f0c82d6b2e2371f7376282' + '7b21f0f97f048988908bf93778bba65f' '4c4540eeb748bf1f71d631b8c1dcf0b3' 'f28150d4c0b22a017be51b9f7f9977ed' '6e488ffecc8ba142c0cf7e2d7aeb832e' @@ -40,7 +40,6 @@ md5sums=('4d7417d2bf8872665c0907f09ae37c34' '22518e922891f9359f971f4f5b4e793c' '69e460404f45bdb7288d1de662e56dd9' 'cfa3345c485c59e681ab39a44dc7ece1' - 'a8a962370cd0128465d514e6a1f74130' 'd5732ffdb3488e1383d4ea199343e767' '71ed98c52e11ada1f936ac8cb14eecd9') @@ -104,7 +103,6 @@ package() { done touch etc/parabola-release ln -sv parabola-release etc/arch-release - install -D -m644 "$srcdir"/modprobe.d.usb-load-ehci-first usr/lib/modprobe.d/usb-load-ehci-first.conf install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh install -Dm644 "$srcdir"/os-release "$pkgdir"/usr/lib/os-release @@ -138,11 +136,6 @@ package() { ln -s usr/lib "$pkgdir"/lib64 ln -s lib "$pkgdir"/usr/lib64 ) - [[ $CARCH = 'mips64el' ]] && ( - # For the N32 ABI. - ln -s usr/lib "$pkgdir"/lib32 - ln -s lib "$pkgdir"/usr/lib32 - ) # # add bin symlinks diff --git a/libre/filesystem/modprobe.d.usb-load-ehci-first b/libre/filesystem/modprobe.d.usb-load-ehci-first deleted file mode 100644 index 947379411..000000000 --- a/libre/filesystem/modprobe.d.usb-load-ehci-first +++ /dev/null @@ -1,2 +0,0 @@ -softdep ohci_hcd pre: ehci_hcd -softdep uhci_hcd pre: ehci_hcd diff --git a/libre/filesystem/nsswitch.conf b/libre/filesystem/nsswitch.conf index 4a4f5770d..aeb95d44c 100644 --- a/libre/filesystem/nsswitch.conf +++ b/libre/filesystem/nsswitch.conf @@ -1,12 +1,12 @@ # Begin /etc/nsswitch.conf -passwd: files -group: files -shadow: files +passwd: compat mymachines systemd +group: compat mymachines systemd +shadow: compat publickey: files -hosts: files dns myhostname +hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname networks: files protocols: files -- cgit v1.2.3