From 9741f027f83029f938bf4f00922bab9c71cf3893 Mon Sep 17 00:00:00 2001 From: toluschr Date: Mon, 25 May 2020 19:49:29 +0200 Subject: [PATCH 1/2] New package: gamemode-1.6 --- common/shlibs | 2 ++ srcpkgs/gamemode/patches/001-fix-musl.patch | 10 ++++++ srcpkgs/gamemode/template | 38 +++++++++++++++++++++ srcpkgs/libgamemode | 1 + srcpkgs/libgamemode-devel | 1 + 5 files changed, 52 insertions(+) create mode 100644 srcpkgs/gamemode/patches/001-fix-musl.patch create mode 100644 srcpkgs/gamemode/template create mode 120000 srcpkgs/libgamemode create mode 120000 srcpkgs/libgamemode-devel diff --git a/common/shlibs b/common/shlibs index ec8310df7b3..379fab4f5ae 100644 --- a/common/shlibs +++ b/common/shlibs @@ -491,6 +491,8 @@ libxenvchan.so.4.14 xen-libs-4.14.0_1 libfsimage.so.1.0 xen-libs-4.10.0_1 libxenstat.so.4.14 xen-libs-4.14.0_1 libfam.so.0 gamin-0.1.10_1 +libgamemode.so.0 libgamemode-1.5.1_1 +libgamemodeauto.so.0 libgamemode-1.5.1_1 libgamin-1.so.0 gamin-0.1.10_1 libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1 libKF5Libkleo.so.5 libkleo-17.12.3_1 diff --git a/srcpkgs/gamemode/patches/001-fix-musl.patch b/srcpkgs/gamemode/patches/001-fix-musl.patch new file mode 100644 index 00000000000..eb1fafb11a6 --- /dev/null +++ b/srcpkgs/gamemode/patches/001-fix-musl.patch @@ -0,0 +1,10 @@ +--- daemon/gamemode-context.c ++++ daemon/gamemode-context.c +@@ -50,6 +50,7 @@ POSSIBILITY OF SUCH DAMAGE. + #include + #include /* TODO: Move usage to gamemode-dbus.c */ + #include ++#include + + /** + * The GameModeClient encapsulates the remote connection, providing a list diff --git a/srcpkgs/gamemode/template b/srcpkgs/gamemode/template new file mode 100644 index 00000000000..f03031efd8b --- /dev/null +++ b/srcpkgs/gamemode/template @@ -0,0 +1,38 @@ +# Template file for 'gamemode' +pkgname=gamemode +version=1.6 +revision=1 +build_style=meson +configure_args="-Dwith-sd-bus-provider=elogind" +hostmakedepends="pkg-config" +makedepends="inih-devel dbus-devel elogind-devel" +depends="lib${pkgname}>=${version}_${revision}" +short_desc="Optimise Linux system performance on demand" +maintainer="toluschr " +license="BSD-3-Clause" +homepage="https://github.com/FeralInteractive/gamemode" +distfiles="https://github.com/FeralInteractive/gamemode/archive/${version}.tar.gz" +checksum=2d4e733c834f14d076a5062d1ecb5e32f5178014e0634c1a8e3abab21fa9a496 + +post_install() { + vsconf example/gamemode.ini + vlicense LICENSE.txt +} + +libgamemode_package() { + short_desc+=" - shared libraries" + pkg_install() { + # For compatibility reasons, all shlibs should go in libgamemode + vmove "usr/lib/*.so*" + } +} + +libgamemode-devel_package() { + short_desc+=" - development files" + depends="lib${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" + vmove usr/include + } +} diff --git a/srcpkgs/libgamemode b/srcpkgs/libgamemode new file mode 120000 index 00000000000..d1810c733eb --- /dev/null +++ b/srcpkgs/libgamemode @@ -0,0 +1 @@ +gamemode \ No newline at end of file diff --git a/srcpkgs/libgamemode-devel b/srcpkgs/libgamemode-devel new file mode 120000 index 00000000000..d1810c733eb --- /dev/null +++ b/srcpkgs/libgamemode-devel @@ -0,0 +1 @@ +gamemode \ No newline at end of file From e8a1c694a64c259e6d57268f5c926796d0725fee Mon Sep 17 00:00:00 2001 From: toluschr Date: Sun, 13 Sep 2020 19:42:19 +0200 Subject: [PATCH 2/2] inih: add missing shlibs --- common/shlibs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/shlibs b/common/shlibs index 379fab4f5ae..f5c6550cada 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2387,6 +2387,7 @@ libCEGUISILLYImageCodec.so cegui-0.8.7_1 libct.so.4 freetds-0.95.19_1 libsybdb.so.5 freetds-0.95.19_1 libqqwing.so.2 qqwing-1.3.4_1 +libinih.so.0 inih-51_1 libiniparser.so.1 iniparser-4.1_1 libzita-resampler.so.1 zita-resampler-1.3.0_1 libmlt.so.6 mlt-6.4.1_1