diff --git a/common/shlibs b/common/shlibs index d102c3f2723..f9e679ae263 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2414,3 +2414,4 @@ 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 diff --git a/srcpkgs/libgames-support-devel b/srcpkgs/libgames-support-devel new file mode 120000 index 00000000000..ec9a933a344 --- /dev/null +++ b/srcpkgs/libgames-support-devel @@ -0,0 +1 @@ +libgames-support \ No newline at end of file diff --git a/srcpkgs/libgames-support/template b/srcpkgs/libgames-support/template new file mode 100644 index 00000000000..96dcb772045 --- /dev/null +++ b/srcpkgs/libgames-support/template @@ -0,0 +1,24 @@ +# Template file for 'libgames-support' +pkgname=libgames-support +version=1.0.1 +revision=1 +build_style=gnu-configure +hostmakedepends="intltool pkg-config gobject-introspection vala" +makedepends="gtk+3-devel libgee08-devel" +short_desc="GNOME games shared code" +maintainer="Jürgen Buchmüller " +license="GPL-3" +homepage="https://git.gnome.org/browse/libgames-support/" +distfiles="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=976c8a87a09c90c73dbbd6d72b4136b747c098e665060feb6ba40e53c8221091 + +libgames-support-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + vmove usr/share/vala + } +}