Jump to content
The Dark Mod Forums

[Solved]New install on Manjaro Linux.


mips

Recommended Posts

Hi,

 

Got a new PC yesterday with a decent gpu (i5-4690+gtx960) so I'm keen to install & play TDM.

 

I've tried the Arch AUR version but get the following output,

 

darkmod 2.02-1 (Fri Oct 25 03:01:26 SAST 2013)
( Unsupported package: Potentially dangerous ! )
==> darkmod dependencies:
- lib32-glew (already installed)
- lib32-libpng (already installed)
- lib32-libjpeg-turbo (already installed)
- lib32-libpng12 (already installed)
- lib32-curl (already installed)
- lib32-libxxf86vm (already installed)
- unzip (already installed)
- xterm (already installed)


==> Continue building darkmod ? [Y/n]
==> ---------------------------------
==>
==> Building and installing package
==> Making package: darkmod 2.02-1 (Sat Feb 14 00:58:01 SAST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading tdm_update_linux.zip...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 887k 100 887k 0 0 26649 0 0:00:34 0:00:34 --:--:-- 43650
-> Found darkmod.desktop
-> Found darkmod.png
==> Validating source files with md5sums...
tdm_update_linux.zip ... FAILED
darkmod.desktop ... Passed
darkmod.png ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build darkmod.
==> Restart building darkmod ? [y/N]
==> --------------------------------
==>

 

Seems out of date.

 

Any suggestions on how to install this on Manjaro (just like Arch) 64-bit?

Edited by mips
Link to comment
Share on other sites

No idea. I'll have a closer look tomorrow but his is the contents of the pkgbuild,

 

https://aur.archlinux.org/packages/da/darkmod/PKGBUILD

# Maintainer: Benjamin Colard <benjamin at colard dot be># Contributer: Benjamin Colard <benjamin at colard dot be>pkgname=darkmodpkgver=2.02pkgrel=1pkgdesc="DOOM III standalone mod based on the Thief series by Looking Glass Studios"arch=('i686' 'x86_64')url="http://www.thedarkmod.com/"license=('CCPL')makedepends=('unzip' 'xterm')[ "$CARCH" == i686   ] && depends=('glew' 'libpng' 'libjpeg-turbo' 'libpng12' 'curl' 'libxxf86vm')[ "$CARCH" == x86_64 ] && depends=('lib32-glew' 'lib32-libpng' 'lib32-libjpeg-turbo' 'lib32-libpng12' 'lib32-curl' 'lib32-libxxf86vm')install="$pkgname".installsource=(http://www.fidcal.com/darkuser/tdm_update_linux.zip        "$pkgname".desktop        "$pkgname".png)md5sums=('f0ba28807c20261adac525a2bd6101b1'         'bc6537224b60c4ccfd04a51d80e340c1'         '5309e528ce22f28ecc0e9781e43379e0')build() {  cd "$srcdir"	if [ ! -d "$srcdir/darkmod" ]; then	    mkdir $srcdir/darkmod		fi	cd darkmod	unzip -o $srcdir/tdm_update_linux.zip	chmod +x tdm_update.linux	xterm -e $srcdir/darkmod/tdm_update.linux		rm -f TheDarkMod.exe tdm_update.exe}package() {  cd "$srcdir"/darkmod  install -m755 -d "$pkgdir"/opt/darkmod/  install -m755 -d "$pkgdir"/usr/bin/  install -m755 -d "$pkgdir"/usr/share/{applications,icons,licenses/"$pkgname"}  cp -r * "$pkgdir"/opt/darkmod/  find "$pkgdir"/opt/darkmod/ -type d -exec chmod 755 {} \;  find "$pkgdir"/opt/darkmod/ -type f -exec chmod 644 {} \;  chmod 755 "$pkgdir"/opt/darkmod/thedarkmod.x86  install -m755 -d "$srcdir"/darkmod/ "$pkgdir"/usr/bin/  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE  rm -f "$pkgdir"/opt/darkmod/LICENSE.txt  install -Dm644 "$srcdir"/"$pkgname".png "$pkgdir"/usr/share/icons/  install -Dm644 "$srcdir"/"$pkgname".desktop "$pkgdir"/usr/share/applications/    chgrp --recursive games $pkgdir/opt/darkmod  chmod g=rwx -R $pkgdir/opt/darkmod}

 

For now I came across http://www.thedarkmod.com/download-the-mod/and following Install TDM on LInux section.

 

Thanks for the welcome but I've been here before, now with much better gpu I'm ready to play this game. Spoke to one of the team members before that's from South Africa and he was very helpful.

 

Cheers

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
    • nbohr1more

      Please vote in the 15th Anniversary Contest Theme Poll
       
      · 0 replies
    • Ansome

      Well then, it's been about a week since I released my first FM and I must say that I was very pleasantly surprised by its reception. I had expected half as much interest in my short little FM as I received and even less when it came to positive feedback, but I am glad that the aspects of my mission that I put the most heart into were often the most appreciated. It was also delightful to read plenty of honest criticism and helpful feedback, as I've already been given plenty of useful pointers on improving my brushwork, level design, and gameplay difficulty.
      I've gotten back into the groove of chipping away at my reading and game list, as well as the endless FM catalogue here, but I may very well try my hand at the 15th anniversary contest should it materialize. That is assuming my eyes are ready for a few more months of Dark Radiant's bright interface while burning the midnight oil, of course!
      · 4 replies
×
×
  • Create New...