mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 16:18:26 +01:00
Cleanup
This commit is contained in:
parent
f3374d2c00
commit
b50d8d70bf
3 changed files with 14 additions and 11 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
pkgbase = smc-git
|
||||
pkgdesc = Secret Maryo Chronicles
|
||||
pkgdesc = Secret Maryo Chronicles (development version)
|
||||
pkgver = 210.a0405c9
|
||||
pkgrel = 1
|
||||
url = http://www.secretmaryo.org
|
||||
|
|
@ -14,11 +14,12 @@ pkgbase = smc-git
|
|||
depends = cegui-0.7
|
||||
depends = boost-libs
|
||||
depends = libgl
|
||||
provides = smc
|
||||
conflicts = smc
|
||||
source = smc::git://github.com/FluXy/SMC.git
|
||||
source = smc::git+https://github.com/FluXy/SMC.git
|
||||
source = smc.desktop
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 291fca2243262c24cf086bec60ae77fd53f58bc42e876b224d58e96a5a35d79a
|
||||
|
||||
pkgname = smc-git
|
||||
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,18 +1,20 @@
|
|||
# Maintainer: carstene1ns <arch carsten-teibes de>
|
||||
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
|
||||
# Contributor: josephgbr <rafael.f.f1@gmail.com>
|
||||
|
||||
pkgname=smc-git
|
||||
pkgver=210.a0405c9
|
||||
pkgrel=1
|
||||
pkgdesc="Secret Maryo Chronicles"
|
||||
pkgdesc="Secret Maryo Chronicles (development version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.secretmaryo.org"
|
||||
license=('GPL3')
|
||||
depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'cegui-0.7' 'boost-libs' 'libgl')
|
||||
makedepends=('boost' 'git')
|
||||
conflicts=('smc')
|
||||
source=("smc"::"git://github.com/FluXy/SMC.git" "smc.desktop")
|
||||
md5sums=('SKIP' 'SKIP')
|
||||
provides=('smc')
|
||||
source=(smc::"git+https://github.com/FluXy/SMC.git" "smc.desktop")
|
||||
sha256sums=('SKIP'
|
||||
'291fca2243262c24cf086bec60ae77fd53f58bc42e876b224d58e96a5a35d79a')
|
||||
|
||||
pkgver() {
|
||||
cd smc
|
||||
|
|
@ -24,7 +26,6 @@ build() {
|
|||
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Secret Maryo Chronicles
|
||||
Icon=smc
|
||||
TryExec=smc
|
||||
Exec=smc
|
||||
Icon=smc
|
||||
Terminal=false
|
||||
Categories=Game;ArcadeGame;
|
||||
StartupNotify=false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue