diff options
author | Tim Biermann <tbier@posteo.de> | 2020-04-29 15:36:30 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-04-29 15:36:30 +0000 |
commit | ee85109adf97ed00fe9e6943652f3ba8c4104128 (patch) | |
tree | d0532599ac990ca9ff5cffa428b6b4942d6b7a5d /steam-native-runtime | |
parent | f639c874bc043ebca62688d1f8edef3aec5edb4c (diff) | |
download | contrib-ee85109adf97ed00fe9e6943652f3ba8c4104128.tar.gz contrib-ee85109adf97ed00fe9e6943652f3ba8c4104128.tar.xz |
[notify] steam-native-runtime: added missing dependency libusb-32
Diffstat (limited to 'steam-native-runtime')
-rw-r--r-- | steam-native-runtime/.signature | 4 | ||||
-rw-r--r-- | steam-native-runtime/Pkgfile | 28 |
2 files changed, 16 insertions, 16 deletions
diff --git a/steam-native-runtime/.signature b/steam-native-runtime/.signature index 9e79d0b0f..9316a76dc 100644 --- a/steam-native-runtime/.signature +++ b/steam-native-runtime/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32bmxQJ2SDecD8ZP8myM3fs+MYc1ZDoWjl5OzZZ6ssyfH+MpQZyW9L06ULtBO32jwOkNEBn7/z3f0j17LE/7Wg4= -SHA256 (Pkgfile) = 8c4702e87b49d1c245a7effcacdb64ba945ae9c565eeb6b3f46b417bfd6d4dfb +RWSagIOpLGJF30t2r+tB1eWc28HV7aRILTnYF6vELupKWVykghNA0H9ZQelqqzIwSh3NbJ+PaQ7UpEOEFfpLuAl0XnYLY3liqgA= +SHA256 (Pkgfile) = c027881f118c5c50dda78b3e9f09f3d080f55e51bd19aa3ea73302e1618bc49b SHA256 (.footprint) = 5ff56e696db8131b399fce9cdd3b55bf3131ed3fa7a6e4532f358103daf2ef6d SHA256 (steam-native.sh) = cdd376f86dbe4e883f971c0afae5a0f3f339da53e6c02856a733b1f05145cde7 diff --git a/steam-native-runtime/Pkgfile b/steam-native-runtime/Pkgfile index f1220b018..f851d251f 100644 --- a/steam-native-runtime/Pkgfile +++ b/steam-native-runtime/Pkgfile @@ -1,8 +1,8 @@ # Description: Meta package to run steam-native # URL: https://steampowered.com # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: brotli-32 cups-32 jansson-32 libcaca-32 libcanberra-32 libndp-32 libnm-32 libnewt-32 libnl-32 libpsl-32 libsdl2-32 libudev0-shim-32 libva-32 openssl1-32 rtmpdump-32 steam vulkan-loader-32 xorg-libxscrnsaver-32 -# Optional: pulseaudio-32 apulse-32 libappindicator-sharp-32 +# Depends on: brotli-32 cups-32 libcaca-32 libcanberra-32 libnewt-32 libnl-32 libnm-32 libpsl-32 libsdl2-32 libudev0-shim-32 libva-32 openssl1-32 rtmpdump-32 steam vulkan-loader-32 xorg-libxscrnsaver-32 +# Optional: apulse-32 libappindicator-sharp-32 pulseaudio-32 name=steam-native-runtime version=0.1 @@ -14,21 +14,21 @@ build() { sed -r 's|(Name=Steam) \(Runtime\)|\1 (Native)|' -i steam-native.desktop sed -r 's|(/usr/bin/steam)-runtime|\1-native|' -i steam-native.desktop - install -Dm 644 steam-native.desktop -t ${PKG}/usr/share/applications - install -Dm 755 steam-native.sh ${PKG}/usr/bin/steam-native + install -Dm 644 steam-native.desktop -t $PKG/usr/share/applications + install -Dm 755 steam-native.sh $PKG/usr/bin/steam-native - install -d ${PKG}/usr/lib/steam - ln -s /usr/lib/libcurl.so.3 ${PKG}/usr/lib/steam/libcurl.so.3 - ln -s /usr/lib/libcurl.so.4.2.0 ${PKG}/usr/lib/steam/libcurl.so.4 - ln -s /usr/lib/libcurl.so.4.2.0 ${PKG}/usr/lib/steam/libcurl.so.4.2.0 + install -d $PKG/usr/lib/steam + ln -s /usr/lib/libcurl.so.3 $PKG/usr/lib/steam/libcurl.so.3 + ln -s /usr/lib/libcurl.so.4.2.0 $PKG/usr/lib/steam/libcurl.so.4 + ln -s /usr/lib/libcurl.so.4.2.0 $PKG/usr/lib/steam/libcurl.so.4.2.0 - install -d ${PKG}/usr/lib32/steam - ln -s /usr/lib32/libcurl.so.3 ${PKG}/usr/lib32/steam/libcurl.so.3 - ln -s /usr/lib32/libcurl.so.4.2.0 ${PKG}/usr/lib32/steam/libcurl.so.4 - ln -s /usr/lib32/libcurl.so.4.2.0 ${PKG}/usr/lib32/steam/libcurl.so.4.2.0 + install -d $PKG/usr/lib32/steam + ln -s /usr/lib32/libcurl.so.3 $PKG/usr/lib32/steam/libcurl.so.3 + ln -s /usr/lib32/libcurl.so.4.2.0 $PKG/usr/lib32/steam/libcurl.so.4 + ln -s /usr/lib32/libcurl.so.4.2.0 $PKG/usr/lib32/steam/libcurl.so.4.2.0 # Apparently libpcre.so.3 is just a Debian-specific version of libpcre.so.1 # https://sources.debian.org/src/pcre3/2:8.39-12/debian/README.Debian/ - ln -s /usr/lib/libpcre.so ${PKG}/usr/lib/steam/libpcre.so.3 - ln -s /usr/lib32/libpcre.so ${PKG}/usr/lib32/steam/libpcre.so.3 + ln -s /usr/lib/libpcre.so $PKG/usr/lib/steam/libpcre.so.3 + ln -s /usr/lib32/libpcre.so $PKG/usr/lib32/steam/libpcre.so.3 } |