Skip to content

Commit

Permalink
gdash: remove gdash-data + drop noarch
Browse files Browse the repository at this point in the history
  • Loading branch information
pullmoll committed Sep 22, 2020
1 parent 2dc340b commit 962646f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion srcpkgs/gdash-data

This file was deleted.

12 changes: 2 additions & 10 deletions srcpkgs/gdash/template
@@ -1,12 +1,11 @@
# Template file for 'gdash'
pkgname=gdash
version=20180129
revision=1
revision=2
wrksrc=${pkgname}-${version}unstable
build_style=gnu-configure
hostmakedepends="gettext-devel glib-devel gtk+-devel SDL2-devel pkg-config"
makedepends="glu-devel gtk+-devel SDL2_image-devel SDL2_mixer-devel"
depends="gdash-data>=${version}_${revision}"
configure_args="--with-sdl-prefix=${XBPS_CROSS_BASE}/usr"

short_desc="Boulder Dash clone close to the original"
Expand All @@ -15,6 +14,7 @@ license="MIT"
homepage="https://bitbucket.org/czirkoszoltan/gdash"
distfiles="https://bitbucket.org/czirkoszoltan/${pkgname}/downloads/${pkgname}-${version}unstable.tar.gz"
checksum=7d4bc188d26b6cfce2c94c17dada22282a7108482c5a0f87d37f6ac6db76298e
replaces="gdash-data"

if [ -n "$CROSS_BUILD" ]; then
# Make sure SDL_opengl.h finds GL/gl.h
Expand All @@ -32,11 +32,3 @@ pre_build() {
post_install() {
vlicense COPYING
}

gdash-data_package() {
short_desc+=" - data files"
archs=noarch
pkg_install() {
vmove usr/share/gdash
}
}

0 comments on commit 962646f

Please sign in to comment.