惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - 【当耐特】
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
D
Docker
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
罗磊的独立博客
小众软件
小众软件
A
About on SuperTechFans
MyScale Blog
MyScale Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
C
Check Point Blog
L
LangChain Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - spaz-hib
2026-06-15 · via AUR Newest Packages

Chais commented on 2014-06-30 22:16 (UTC)

Installer filename changed. Modified the PKGBUILD a bit to better reflect the programmers' updating/naming habits. # Maintainer: Sam S. <smls75@gmail.com> pkgname=spaz-hib pkgver=1.605 epoch=1385503815 pkgrel=1 pkgdesc='Space Pirates and Zombies, a top-down space combat/strategy game (Humble Bundle version)' url='http://spacepiratesandzombies.com/' arch=('i686' 'x86_64') license=('custom:commercial') if [ $CARCH == i686 ]; then depends=('gcc-libs' 'libgl' 'sdl' 'openal' 'alsa-lib') optdepends=('alsa-plugins: PulseAudio support' 'libpulse: PulseAudio support') else depends=('lib32-gcc-libs' 'lib32-libgl' 'lib32-sdl' 'lib32-openal' 'lib32-alsa-lib') optdepends=('lib32-alsa-plugins: PulseAudio support' 'lib32-libpulse: PulseAudio support') fi options=('!strip' '!upx') PKGEXT='.pkg.tar' DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf."; exit 1') source=("hib://spaz-linux-${epoch}.bin" 'spaz-hib.desktop') sha512sums=('da441c18536d019b3770a7277132f7a7153938b69e3e8b721d2368fe4ba10c34006184a04b18ca4f79ba4c8443e60c4b0761434d3e1df9961eb27e7d2875ddd8' '3f9c79c1a1d5aceb8dfd0bd051d3ef084f669bbaaa89fb625d670650f9ad37e1baf66302d83bf7035abaae0ff5279dd5dbf42e5eb2ac77c91b50dcaac7294b02') package() { cd $srcdir # Remove bundled libraries (to force usage of system libs instead) rm -f data/libSDL-1.2.so.0 rm -f data/libopenal.so # Install game files install -d "${pkgdir}/opt/SPAZ" cp -r data/* "${pkgdir}/opt/SPAZ/" # Install desktop entry install -Dm644 "$pkgname.desktop" \ "$pkgdir/usr/share/applications/$pkgname.desktop" # Install icon install -Dm644 "data/SPAZ.png" "$pkgdir/usr/share/pixmaps/spaz.png" # Create launcher script install -d "$pkgdir/usr/bin" echo -e "#!/bin/sh\ncd /opt/SPAZ && ./SPAZ" > "$pkgdir/usr/bin/spaz" chmod 755 "$pkgdir/usr/bin/spaz" }

smls commented on 2012-12-20 18:57 (UTC)

tsester commented on 2012-09-28 14:41 (UTC)

smls commented on 2012-09-28 11:56 (UTC)

@tsester: Which AUR helper did you use? It really shouldn't cause a dependency error to replace a package with one that provides it.

tsester commented on 2012-09-28 10:05 (UTC)

i uninstalled shatter-hib that needed lib32-libgl to install lib32-nvidia-utils and shatter again

tsester commented on 2012-09-28 10:04 (UTC)

well there was a dependency error

smls commented on 2012-09-28 09:45 (UTC)

lib32-nvidia-utils *provides* lib32-libgl, so you shouldn't have to uninstall shatter-hib to install it.

tsester commented on 2012-09-27 23:01 (UTC)

i removed shatter-hib which needs lib32-libgl, i installed lib32-nvidia-utils = it plays with text = ( http://www.spacepiratesandzombies.com/forums/viewtopic.php?f=15&t=3463&p=27295&hilit=no+text+linux#p27295 )

WienerWuerstel commented on 2012-09-27 08:45 (UTC)

I also don't have any text in spaz :(