summaryrefslogtreecommitdiff
path: root/libre/filesystem
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-29 07:06:43 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-29 07:07:04 -0400
commit8390e29340eb0c73b195c4d81616656ac978d124 (patch)
tree871d85a2cf320e5e05fbc5416e10c095bb5298cb /libre/filesystem
parent663395c1411b557b09c47f4f1e74832d169fa656 (diff)
standardize os-release files and add logo to motd
Diffstat (limited to 'libre/filesystem')
-rw-r--r--libre/filesystem/PKGBUILD14
-rw-r--r--libre/filesystem/motd14
-rw-r--r--libre/filesystem/os-release2
3 files changed, 22 insertions, 8 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index dd69a265c..ed6a14b15 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
@@ -1,12 +1,11 @@
-# $Id: PKGBUILD 291699 2017-03-26 22:06:04Z seblu $
# Maintainer (Arch): Sébastien Luttringer
# Contributor (Arch): Tom Gundersen <teg@jklm.no>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: Nicolás Reynolds <fauno@kiwwwi.com.ar>
pkgname=filesystem
-pkgver=2018.1
-pkgrel=2.parabola2
+pkgver=2018.2
+pkgrel=1.parabola1
pkgdesc='Base Parabola GNU/Linux-libre files'
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -33,9 +32,9 @@ sha256sums=('e03bede3d258d680548696623d5979c6edf03272e801a813c81ba5a5c64f4f82'
'3ad448c78cab733759ae3365620504b1444e854effd066f1c7174652f046ebe1'
'dad04a370e488aa85fb0a813a5c83cf6fd981ce01883fc59685447b092de84b5'
'8ca2d8eef6fb5143c9ef7e9174ccfef59ac7ad2deee243574cd10c763156cc10'
- 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
+ 'a40ea3ae374e135e508d62299f9e2ca9b660693c940407e3996907f67a33cbc5'
'2af11d071689f648859a65dd9fbb677bfaa89b0935676e4f1df769e9a90f73a9'
- '463dbccba0275ee80c532755c7048cb9ded83658a33a82f344aaf1520704f2ac'
+ '0af4d78a6cc7f906bd7aa59c20e7d46695414a7b7b4d940f17ab77897fc4804d'
'5e06477834f51abf42ea4e8dc199632afc6afbfd8c44354685a271e9a48d2c0a'
'5da078777cda24e4df697e2928451723f2303bfdbb2ce9551c822188c7945d25'
'5557d8e601b17a80d1ea7de78a9869be69637cb6a02fbfe334e22fdf64e61d4c'
@@ -72,10 +71,11 @@ package() {
install -m600 "$srcdir"/$f etc/
install -m600 "$srcdir"/$f usr/share/factory/etc/
done
- touch etc/parabola-release
- ln -sv parabola-release etc/arch-release
install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
install -Dm644 "$srcdir"/os-release usr/lib/os-release
+ ln -sv ../usr/lib/os-release etc/arch-release
+ ln -sv ./arch-release etc/parabola-release
+ ln -sv ./parabola-release etc/os-release
# setup /var
for d in cache local opt log/old lib/misc empty; do
diff --git a/libre/filesystem/motd b/libre/filesystem/motd
index e69de29bb..235daef71 100644
--- a/libre/filesystem/motd
+++ b/libre/filesystem/motd
@@ -0,0 +1,14 @@
+ # ## ##
+ ### ## ## #  ____
+ ##### ## ## ### / _ \ _ _
+ # # ##### | |_) |__ _ _ __ ___ _| |_ ___ | | __ _
+ ###### | __// _` | '__/ _ ` | '_ \ / _ \| |/ _` |  GNU 
+ ##### | | | (_| | | | (_| | |_| | |_| | | (_| | Linux
+ #### |_| \__,_|_| \___,_|_,__/ \___/|_|\__,_| libre
+ ###
+ ###
+ ## Free as in Freedom
+ #
+
+========================================================================
+
diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release
index 9dfb39d50..ee6086d73 100644
--- a/libre/filesystem/os-release
+++ b/libre/filesystem/os-release
@@ -1,7 +1,7 @@
NAME="Parabola"
PRETTY_NAME="Parabola GNU/Linux-libre"
ID=parabola
-ID_LIKE="arch archlinux"
+ID_LIKE="arch"
ANSI_COLOR="1;35"
HOME_URL="https://www.parabola.nu/"
SUPPORT_URL="irc://chat.freenode.net#parabola"