[arch-commits] Commit in steam/trunk (PKGBUILD steam.install)
Levente Polyak
anthraxx at archlinux.org
Thu May 5 23:41:42 UTC 2016
Date: Friday, May 6, 2016 @ 01:41:41
Author: anthraxx
Revision: 173885
upgpkg: steam 1.0.0.52-2 (hooks rebuild)
Modified:
steam/trunk/PKGBUILD
steam/trunk/steam.install
---------------+
PKGBUILD | 5 ++---
steam.install | 23 -----------------------
2 files changed, 2 insertions(+), 26 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-05 23:18:52 UTC (rev 173884)
+++ PKGBUILD 2016-05-05 23:41:41 UTC (rev 173885)
@@ -4,7 +4,7 @@
pkgname=steam
pkgver=1.0.0.52
-pkgrel=1
+pkgrel=2
pkgdesc="Valve's digital software delivery system"
url='http://steampowered.com/'
arch=('i686' 'x86_64')
@@ -30,8 +30,7 @@
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5'
'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f')
prepare() {
- patch -d "${pkgname}" -Np1 -i \
- "${srcdir}/alsa_sdl_audiodriver.patch"
+ patch -d "${pkgname}" -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch"
}
package() {
Modified: steam.install
===================================================================
--- steam.install 2016-05-05 23:18:52 UTC (rev 173884)
+++ steam.install 2016-05-05 23:41:41 UTC (rev 173885)
@@ -1,27 +1,4 @@
post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
echo "if you are running x86_64, you need the lib32 opt depends for your driver"
echo "if you are having problems with the steam license, remove .steam and .local/share/Steam"
}
-
-pre_install(){
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade(){
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
More information about the arch-commits
mailing list