summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2018-05-19 07:42:01 +0200
committerSebastian Lau2018-05-19 07:42:01 +0200
commit62d216659880036787cd2cf4451425e0fcc4f126 (patch)
tree79de3690147b2b3e26a7507a14cb0a74d679e034
parent2d42b4db1ca5039caa584f4456e2bdccbad1e293 (diff)
downloadaur-62d216659880036787cd2cf4451425e0fcc4f126.tar.gz
ADD libgcc_s.so.1 to plymouth.encrypt_install
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--plymouth.encrypt_install3
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faeba22ecbd2..6a0ce799f97b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Sep 21 17:19:46 UTC 2017
pkgbase = plymouth
pkgdesc = A graphical boot splash screen with kernel mode-setting support
pkgver = 0.9.3
- pkgrel = 3
+ pkgrel = 4
url = http://www.freedesktop.org/wiki/Software/Plymouth/
arch = i686
arch = x86_64
@@ -41,7 +39,7 @@ pkgbase = plymouth
md5sums = b261c720888a5431cdfce8494805eab3
md5sums = 65fa2763d5c9bb9f80973ea5e6e3db3e
md5sums = d67132b297ccfb1a877a2efd78076963
- md5sums = 65eb269910f1b81e3f0970af456394ca
+ md5sums = 02861a13840dee3a5f2224b598274220
md5sums = ae6e97bb1104bb12cbca6738e3fb872d
md5sums = 1430ae2ec501d600f8f6771454dc9bbe
md5sums = 870ea3e63c6989e2badf79d1fbafa914
diff --git a/PKGBUILD b/PKGBUILD
index 0a4d3230a18f..6feda02afcc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=plymouth
pkgver=0.9.3
-pkgrel=3
+pkgrel=4
pkgdesc="A graphical boot splash screen with kernel mode-setting support"
url="http://www.freedesktop.org/wiki/Software/Plymouth/"
arch=('i686' 'x86_64')
@@ -43,7 +43,7 @@ source=("http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pk
md5sums=('b261c720888a5431cdfce8494805eab3'
'65fa2763d5c9bb9f80973ea5e6e3db3e'
'd67132b297ccfb1a877a2efd78076963'
- '65eb269910f1b81e3f0970af456394ca'
+ '02861a13840dee3a5f2224b598274220'
'ae6e97bb1104bb12cbca6738e3fb872d'
'1430ae2ec501d600f8f6771454dc9bbe'
'870ea3e63c6989e2badf79d1fbafa914'
diff --git a/plymouth.encrypt_install b/plymouth.encrypt_install
index 5258a0b2d50e..668e32428f9a 100644
--- a/plymouth.encrypt_install
+++ b/plymouth.encrypt_install
@@ -24,6 +24,9 @@ build() {
add_file "/etc/fonts/fonts.conf"
add_file "/etc/fonts/conf.d/60-latin.conf"
+ # cryptsetup calls pthread_create(), which dlopen()s libgcc_s.so.1
+ add_binary "/usr/lib/libgcc_s.so.1"
+
add_runscript
}