rocksndiamonds: move data to main pkg
Since we're dropping noarch, it no longer makes sense to have a split off <pkgname>-data package.
This commit is contained in:
parent
c80a3d8871
commit
042979f35b
|
@ -1 +0,0 @@
|
|||
rocksndiamonds
|
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'rocksndiamonds'
|
||||
pkgname=rocksndiamonds
|
||||
version=4.2.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_net-devel"
|
||||
depends="rocksndiamonds-data"
|
||||
short_desc="Arcade style game"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2.0-only"
|
||||
|
@ -31,11 +30,3 @@ do_install() {
|
|||
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
||||
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
||||
}
|
||||
|
||||
rocksndiamonds-data_package() {
|
||||
short_desc+=" - data files"
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
vmove usr/share/rocksndiamonds
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue