libgames-support: rename to libgnome-games-support
Upstream renamed the package and updated to 1.2.0
This commit is contained in:
parent
0f4d9469d6
commit
b92649d71c
|
@ -2415,7 +2415,7 @@ libwiredtiger-2.8.0.so wiredtiger-2.8.0_1
|
|||
libvidstab.so.0.9 libvidstab-0.98b_1
|
||||
libxdo.so.3 xdotool-3.20150503.1_1
|
||||
libabigail.so.0 libabigail-1.0.rc3_1
|
||||
libgames-support.so.2 libgames-support-1.0.1_1
|
||||
libgnome-games-support-1.so.2 libgnome-games-support-1.2.0_1
|
||||
libwlc.so.0 wlc-0.0.2_1
|
||||
libkdevplatformshell.so.8 kdevplatform-1.7.3_1
|
||||
libkdevplatformdebugger.so.8 kdevplatform-1.7.3_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libgames-support
|
|
@ -0,0 +1 @@
|
|||
libgnome-games-support
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libgames-support'
|
||||
pkgname=libgames-support
|
||||
version=1.0.2
|
||||
# Template file for 'libgnome-games-support'
|
||||
pkgname=libgnome-games-support
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="intltool pkg-config gobject-introspection vala"
|
||||
|
@ -8,11 +8,11 @@ makedepends="gtk+3-devel libgee08-devel"
|
|||
short_desc="GNOME games shared code"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-3"
|
||||
homepage="https://git.gnome.org/browse/libgames-support/"
|
||||
homepage="https://git.gnome.org/browse/libgnome-games-support/"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=b096e8d8ddc57ff247edc5eae842d405402b043e289f3a0949499e1df514ba66
|
||||
checksum=74d42d74bbc960b066712ab2705fcb9aad5785e09184c298940b06e64389d154
|
||||
|
||||
libgames-support-devel_package() {
|
||||
libgnome-games-support-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
Loading…
Reference in New Issue