summaryrefslogtreecommitdiff
path: root/app-emulation/steam
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-06 09:52:18 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-06 09:52:18 +0000
commit93277a685b3bedd2a46c908e5690cf74c647a4f5 (patch)
treefe2b4cbd0587a59efa1a11a0c14d8ba68ce6468f /app-emulation/steam
parent504532c0420a809db0dcda6269fd5b44b24256a0 (diff)
drop kupertino and elementary icons, adjust steam and calamares patches
Diffstat (limited to 'app-emulation/steam')
-rwxr-xr-xapp-emulation/steam/files/redcore-steam (renamed from app-emulation/steam/files/kogaion-steam)0
-rw-r--r--app-emulation/steam/files/redcore-steam.patch (renamed from app-emulation/steam/files/kogaion-steam.patch)20
-rw-r--r--app-emulation/steam/steam-1.0.0.45-r7.ebuild4
3 files changed, 12 insertions, 12 deletions
diff --git a/app-emulation/steam/files/kogaion-steam b/app-emulation/steam/files/redcore-steam
index f83f5115..f83f5115 100755
--- a/app-emulation/steam/files/kogaion-steam
+++ b/app-emulation/steam/files/redcore-steam
diff --git a/app-emulation/steam/files/kogaion-steam.patch b/app-emulation/steam/files/redcore-steam.patch
index 0a1470ec..a8134b20 100644
--- a/app-emulation/steam/files/kogaion-steam.patch
+++ b/app-emulation/steam/files/redcore-steam.patch
@@ -6,7 +6,7 @@ diff -Nur a/steam.desktop b/steam.desktop
Name=Steam
Comment=Application for managing and playing games on Steam
-Exec=/usr/bin/steam %U
-+Exec=/usr/bin/kogaion-steam %U
++Exec=/usr/bin/redcore-steam %U
Icon=steam
Terminal=false
Type=Application
@@ -15,7 +15,7 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=商店
Name[zh_TW]=商店
-Exec=steam steam://store
-+Exec=kogaion-steam steam://store
++Exec=redcore-steam steam://store
[Desktop Action Community]
Name=Community
@@ -24,7 +24,7 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=社区
Name[zh_TW]=社群
-Exec=steam steam://url/SteamIDControlPage
-+Exec=kogaion-steam steam://url/SteamIDControlPage
++Exec=redcore-steam steam://url/SteamIDControlPage
[Desktop Action Library]
Name=Library
@@ -33,7 +33,7 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=库
Name[zh_TW]=遊戲庫
-Exec=steam steam://open/games
-+Exec=kogaion-steam steam://open/games
++Exec=redcore-steam steam://open/games
[Desktop Action Servers]
Name=Servers
@@ -42,7 +42,7 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=服务器
Name[zh_TW]=伺服器
-Exec=steam steam://open/servers
-+Exec=kogaion-steam steam://open/servers
++Exec=redcore-steam steam://open/servers
[Desktop Action Screenshots]
Name=Screenshots
@@ -51,7 +51,7 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=截图
Name[zh_TW]=螢幕擷圖
-Exec=steam steam://open/screenshots
-+Exec=kogaion-steam steam://open/screenshots
++Exec=redcore-steam steam://open/screenshots
[Desktop Action News]
Name=News
@@ -60,7 +60,7 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=新闻
Name[zh_TW]=新聞
-Exec=steam steam://open/news
-+Exec=kogaion-steam steam://open/news
++Exec=redcore-steam steam://open/news
[Desktop Action Settings]
Name=Settings
@@ -69,12 +69,12 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=设置
Name[zh_TW]=設定
-Exec=steam steam://open/settings
-+Exec=kogaion-steam steam://open/settings
++Exec=redcore-steam steam://open/settings
[Desktop Action BigPicture]
Name=Big Picture
-Exec=steam steam://open/bigpicture
-+Exec=kogaion-steam steam://open/bigpicture
++Exec=redcore-steam steam://open/bigpicture
[Desktop Action Friends]
Name=Friends
@@ -83,4 +83,4 @@ diff -Nur a/steam.desktop b/steam.desktop
Name[zh_CN]=好友
Name[zh_TW]=好友
-Exec=steam steam://open/friends
-+Exec=kogaion-steam steam://open/friends
++Exec=redcore-steam steam://open/friends
diff --git a/app-emulation/steam/steam-1.0.0.45-r7.ebuild b/app-emulation/steam/steam-1.0.0.45-r7.ebuild
index 5d2ebc9d..e4a19487 100644
--- a/app-emulation/steam/steam-1.0.0.45-r7.ebuild
+++ b/app-emulation/steam/steam-1.0.0.45-r7.ebuild
@@ -37,13 +37,13 @@ RDEPEND="
S=${WORKDIR}/${PN}
src_prepare() {
- epatch "${FILESDIR}"/kogaion-${PN}.patch
+ epatch "${FILESDIR}"/redcore-${PN}.patch
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
exeinto /usr/bin || die
- doexe ${FILESDIR}/kogaion-steam || die
+ doexe ${FILESDIR}/redcore-steam || die
rm -rf "${D}"/usr/bin/steamdeps || die
dosym /bin/true /usr/bin/steamdeps || die
}