Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
03f5e234
Commit
03f5e234
authored
Sep 01, 2011
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded ScummVM to 1.3.1 version.
parent
a31e2faf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
0 deletions
+53
-0
scummvm/PKGBUILD
scummvm/PKGBUILD
+44
-0
scummvm/scummvm.desktop
scummvm/scummvm.desktop
+9
-0
No files found.
scummvm/PKGBUILD
0 → 100644
View file @
03f5e234
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
scummvm
pkgver
=
1.3.1
pkgrel
=
1
pkgdesc
=
"A “virtual machine” for several classic graphical point-and-click adventure games."
arch
=(
'i686'
'x86_64'
)
license
=(
'GPL3'
)
url
=
"http://www.scummvm.org/"
depends
=(
'alsa-lib'
'flac'
'fluidsynth'
'libmad'
'libvorbis'
'sdl'
'zlib'
)
source
=(
http://downloads.sourceforge.net/sourceforge/
${
pkgname
}
/
${
pkgname
}
-
${
pkgver
}
.tar.bz2
$pkgname
.desktop
)
md5sums
=(
'87e5076e93bfa762f1c5d7f45b41d4e2'
'dd8104df19d60c5c0afdef194395c7f8'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
./configure
\
--backend
=
sdl
\
--disable-debug
\
--prefix
=
/usr
\
--with-flac-prefix
=
/usr
\
--with-mpeg2-prefix
=
/usr
make
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
# Manual installation.
install
-Dm755
$pkgname
$pkgdir
/usr/bin/
$pkgname
install
-Dm644
dists/
$pkgname
.6
$pkgdir
/usr/share/man/man6/
$pkgname
.6
# Desktop integration.
install
-Dm644
dists/
$pkgname
.desktop
$pkgdir
/usr/share/applications/
$pkgname
.desktop
install
-Dm644
icons/
$pkgname
.xpm
$pkgdir
/usr/share/pixmaps/
$pkgname
.xpm
# Themes.
install
-Dm644
gui/themes/scummmodern.zip
$pkgdir
/usr/share/scummvm/scummmodern.zip
}
scummvm/scummvm.desktop
0 → 100644
View file @
03f5e234
[Desktop Entry]
Name=Scummvm
Comment=Virtual machine for games
Exec=scummvm
Icon=scummvm.png
Terminal=0
Type=Application
Encoding=UTF-8
Categories=Games;Application;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment