From 5e7eca5594bdb7c3dbade3f8c6c78c2b6d7ee05b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 Jan 2020 00:03:00 +0000 Subject: app-emulation/steam : version bump --- app-emulation/steam/files/redcore-steam | 9 ---- app-emulation/steam/files/redcore-steam.patch | 76 +++++++++++++-------------- 2 files changed, 38 insertions(+), 47 deletions(-) (limited to 'app-emulation/steam/files') diff --git a/app-emulation/steam/files/redcore-steam b/app-emulation/steam/files/redcore-steam index 6f1412b5..e11ba683 100755 --- a/app-emulation/steam/files/redcore-steam +++ b/app-emulation/steam/files/redcore-steam @@ -24,18 +24,9 @@ do_preload () { export LD_PRELOAD='/usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/32/libstdc++.so.6 /usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/32/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/32/libstdc++.so.6' } -do_nvidia () { - if [[ "$(lsmod|grep nvidia)" ]] ; then - einfo "Preloading nvidia libraries" - export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/usr/lib32/opengl/nvidia/lib:/usr/lib64/opengl/nvidia/lib' - export __GLVND_DISALLOW_PATCHING=1 - fi -} - launch_steam () { do_remove do_preload - do_nvidia export DISPLAY=:0 steam } diff --git a/app-emulation/steam/files/redcore-steam.patch b/app-emulation/steam/files/redcore-steam.patch index a8134b20..7d74ebfc 100644 --- a/app-emulation/steam/files/redcore-steam.patch +++ b/app-emulation/steam/files/redcore-steam.patch @@ -1,73 +1,73 @@ diff -Nur a/steam.desktop b/steam.desktop ---- a/steam.desktop 2013-03-01 23:29:41.000000000 +0000 -+++ b/steam.desktop 2016-04-10 13:07:27.191010332 +0100 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Steam - Comment=Application for managing and playing games on Steam +--- a/steam.desktop 2018-09-27 19:20:20.000000000 +0100 ++++ b/steam.desktop 2020-01-06 00:00:32.785536584 +0000 +@@ -27,7 +27,7 @@ + Comment[tr]=Steam üzerinden oyun oynama ve düzenleme uygulaması + Comment[uk]=Програма для керування іграми та запуску ігор у Steam + Comment[vi]=Ứng dụng để quản lý và chơi trò chơi trên Steam -Exec=/usr/bin/steam %U +Exec=/usr/bin/redcore-steam %U Icon=steam Terminal=false Type=Application -@@ -19,7 +19,7 @@ - Name[ru]=Магазин - Name[zh_CN]=商店 - Name[zh_TW]=商店 +@@ -63,7 +63,7 @@ + Name[tr]=Mağaza + Name[uk]=Крамниця + Name[vi]=Cửa hàng -Exec=steam steam://store +Exec=redcore-steam steam://store [Desktop Action Community] Name=Community -@@ -30,7 +30,7 @@ - Name[ru]=Сообщество - Name[zh_CN]=社区 - Name[zh_TW]=社群 +@@ -93,7 +93,7 @@ + Name[tr]=Topluluk + Name[uk]=Спільнота + Name[vi]=Cộng đồng -Exec=steam steam://url/SteamIDControlPage +Exec=redcore-steam steam://url/SteamIDControlPage [Desktop Action Library] Name=Library -@@ -42,7 +42,7 @@ - Name[ru]=Библиотека - Name[zh_CN]=库 - Name[zh_TW]=遊戲庫 +@@ -123,7 +123,7 @@ + Name[tr]=Kütüphane + Name[uk]=Бібліотека + Name[vi]=Thư viện -Exec=steam steam://open/games +Exec=redcore-steam steam://open/games [Desktop Action Servers] Name=Servers -@@ -54,7 +54,7 @@ - Name[ru]=Серверы - Name[zh_CN]=服务器 - Name[zh_TW]=伺服器 +@@ -153,7 +153,7 @@ + Name[tr]=Sunucular + Name[uk]=Сервери + Name[vi]=Máy chủ -Exec=steam steam://open/servers +Exec=redcore-steam steam://open/servers [Desktop Action Screenshots] Name=Screenshots -@@ -64,7 +64,7 @@ - Name[ru]=Скриншоты - Name[zh_CN]=截图 - Name[zh_TW]=螢幕擷圖 +@@ -183,7 +183,7 @@ + Name[tr]=Ekran Görüntüleri + Name[uk]=Скріншоти + Name[vi]=Ảnh chụp -Exec=steam steam://open/screenshots +Exec=redcore-steam steam://open/screenshots [Desktop Action News] Name=News -@@ -76,7 +76,7 @@ - Name[ru]=Новости - Name[zh_CN]=新闻 - Name[zh_TW]=新聞 +@@ -213,7 +213,7 @@ + Name[tr]=Haberler + Name[uk]=Новини + Name[vi]=Tin tức -Exec=steam steam://open/news +Exec=redcore-steam steam://open/news [Desktop Action Settings] Name=Settings -@@ -88,11 +88,11 @@ - Name[ru]=Настройки - Name[zh_CN]=设置 - Name[zh_TW]=設定 +@@ -243,11 +243,11 @@ + Name[tr]=Ayarlar + Name[uk]=Налаштування + Name[vi]=Thiết lập -Exec=steam steam://open/settings +Exec=redcore-steam steam://open/settings @@ -78,9 +78,9 @@ diff -Nur a/steam.desktop b/steam.desktop [Desktop Action Friends] Name=Friends -@@ -104,4 +104,4 @@ - Name[ru]=Друзья - Name[zh_CN]=好友 - Name[zh_TW]=好友 +@@ -277,4 +277,4 @@ + Name[tr]=Arkadaşlar + Name[uk]=Друзі + Name[vi]=Bạn bè -Exec=steam steam://open/friends +Exec=redcore-steam steam://open/friends -- cgit v1.2.3