summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2009-11-07 18:05:51 -0500
committerSlashbunny2009-11-07 18:05:51 -0500
commit24b80f9c46f4b9090c5cbfa5b68debb36d50c8b1 (patch)
treed4003c0fd8f8bbca8b77103655222fff12b4d3b9
parent663d29d24c1d1a8f6bb2bab56254166d1e831a66 (diff)
downloadaur-24b80f9c46f4b9090c5cbfa5b68debb36d50c8b1.tar.gz
Removed pre-packaged libraries in doom3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce50c5062341..447cdf77408a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = doom3
pkgdesc = Doom 3 Engine. You need the retail .pk4 files to play.
pkgver = 1.3.1.1304
- pkgrel = 3
+ pkgrel = 4
url = http://www.doom3.com/
install = doom3.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 947d92e859ab..a4175e8832fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=doom3
pkgver=1.3.1.1304
-pkgrel=3
+pkgrel=4
pkgdesc='Doom 3 Engine. You need the retail .pk4 files to play.'
url='http://www.doom3.com/'
license=('custom:"DOOM 3"' 'custom:"PunkBuster"')
@@ -87,4 +87,7 @@ build() {
# Install Desktop File
install -D -m 644 $srcdir/doom3.desktop \
$pkgdir/usr/share/applications/doom3.desktop
+
+ # Remove Bundled Libraries (Doom3 will use the System Libraries)
+ rm $pkgdir/opt/doom3/{libgcc_s.so.1,libstdc++.so.6}
}