diff --git a/discover/.footprint b/discover/.footprint index 3c1dfa9..c3b1a5f 100644 --- a/discover/.footprint +++ b/discover/.footprint @@ -1,4 +1,6 @@ drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ld.so.conf.d/ +-rw-r--r-- root/root etc/ld.so.conf.d/discover.conf drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root etc/xdg/autostart/ -rw-r--r-- root/root etc/xdg/autostart/org.kde.discover.notifier.desktop diff --git a/discover/.signature b/discover/.signature index 342ad9a..e971a83 100644 --- a/discover/.signature +++ b/discover/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/kde-plasma-6.pub -RWTGxEYrvi0p3nsbu51vuVSTHajxPzyKpLnMFp0bqdl9SR6FzaS5QwIxDnAuz69cCDrLRCAZ9Be7JF8QfzF1myscgfQJm/7RtgM= -SHA256 (Pkgfile) = 5968395c91be987902c293b5cd46f67200d131e293a3ef0fd55f2a851d825933 -SHA256 (.footprint) = 92e17f6d87c053c5598ee9dd13445f15f005572cd696f5a73cdec7103e85538f +RWTGxEYrvi0p3j67D2Gh8e0MY7X3JyExclAwERQKbk+gBbs4tAL/BuNuieVVu4SAOEEFduMmBdPOy4utdzP+8Oo9QSqUEd8YkgU= +SHA256 (Pkgfile) = aa3797363d446667574e7c63559c8d4adfabaf422f9116ea4f3ec28efbf11a72 +SHA256 (.footprint) = 26e272e1018bcbdb573e8660343abe780500c29e1d75b3bc27f1dce015f045c1 SHA256 (discover-6.0.2.tar.xz) = 8c3b964188ee37249aa1bd4acd52967d8803bc40b75f3b7718593c1cd6ccf4f0 +SHA256 (discover.conf) = 094b465a6db59782285d4dd1dd656dbdf8b2b71432fb150c8ed7b43ee117f6ff diff --git a/discover/Pkgfile b/discover/Pkgfile index b6ee932..a1eb1ab 100644 --- a/discover/Pkgfile +++ b/discover/Pkgfile @@ -6,7 +6,8 @@ name=discover version=6.0.2 release=2 -source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz) +source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz \ + discover.conf) build() { cmake -S $name-$version -B build \ @@ -22,6 +23,8 @@ build() { DESTDIR=$PKG cmake --install build rm -r $PKG/usr/share/locale + + install -m 0644 -D $SRC/discover.conf $PKG/etc/ld.so.conf.d/discover.conf } # vim: set ts=4 et: diff --git a/discover/discover.conf b/discover/discover.conf new file mode 100644 index 0000000..112c2d7 --- /dev/null +++ b/discover/discover.conf @@ -0,0 +1 @@ +/usr/lib/plasma-discover