From 4a106ec092108d0f8c90b835602527efafcfef56 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 3 May 2017 02:27:23 -0400 Subject: libre/filesystem: Adjust branding, bump pkgrel. I came here to bump pkgrel and rebuild so that it isn't signed by emulatorman's keys. However, I noticed some things to take care of while I was here. - Remove " (Parabola rebranded)" from pkgdesc - etc/crypttab: Clarify that the "Parabola specific syntax" is shared with Arch, and not truly specific to Parabola - etc/os-release: Arch's os-release says ID=arch and ID_LIKE=archlinux; we should only really ever prepend to ID_LIKE; never removing anything; so say ID_LIKE="arch archlinux" instead of ID_LIKE=arch - etc/os-release: Give our IRC channel as the SUPPORT_URL --- libre/filesystem/PKGBUILD | 9 ++++----- libre/filesystem/crypttab | 2 +- libre/filesystem/os-release | 3 ++- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libre') diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 8adc24971..cdccddd40 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -2,12 +2,11 @@ # Maintainer (Arch): Sébastien Luttringer # Contributor (Arch): Tom Gundersen # Maintainer: Nicolás Reynolds -# Maintainer: André Silva pkgname=filesystem pkgver=2017.03 -pkgrel=2.parabola1 -pkgdesc='Base Parabola GNU/Linux-libre files (Parabola rebranded)' +pkgrel=2.parabola2 +pkgdesc='Base Parabola GNU/Linux-libre files' arch=('i686' 'x86_64' 'armv7h') license=('GPL') url='https://www.parabola.nu' @@ -32,10 +31,10 @@ md5sums=('76c80215d8dd395d3be4b8a711d585b6' 'cb1a751b05541d8eebaace316de0e809' 'c0c27476ee248355bf308c8502a8c860' '693c97f2c9a519bb97a17008e92c2b74' - '49639d107b75fe4e668ae27749da32ab' + 'dfae4294e5e20d9fcffefc35d18d7334' '7bc65f234dfb6abf24e7c3b03e86f4ff' 'd41d8cd98f00b204e9800998ecf8427e' - '24f9ba68a8fea07621d68f77584a1c69' + 'b1035460b265c01a040ac99d5ad4631b' '6f48288b6fcaf0065fcb7b0e525413e0' '22518e922891f9359f971f4f5b4e793c' 'c08581d4f982be8806d3afa912a65203' diff --git a/libre/filesystem/crypttab b/libre/filesystem/crypttab index 247bec61c..96065a060 100644 --- a/libre/filesystem/crypttab +++ b/libre/filesystem/crypttab @@ -3,7 +3,7 @@ # Each mapped device will be created in /dev/mapper, so your /etc/fstab # should use the /dev/mapper/ paths for encrypted devices. # -# The Parabola specific syntax has been deprecated, see crypttab(5) for the +# The Arch/Parabola specific syntax has been deprecated, see crypttab(5) for the # new supported syntax. # # NOTE: Do not list your root (/) partition here, it must be set up diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release index 987882266..768bfbc92 100644 --- a/libre/filesystem/os-release +++ b/libre/filesystem/os-release @@ -1,8 +1,9 @@ NAME="Parabola" PRETTY_NAME="Parabola GNU/Linux-libre" ID=parabola -ID_LIKE=arch +ID_LIKE="arch archlinux" ANSI_COLOR="1;35" HOME_URL="https://www.parabola.nu/" +SUPPORT_URL="irc://chat.freenode.net#parabola" BUG_REPORT_URL="https://labs.parabola.nu/" -- cgit v1.2.3