Github messages for voidlinux
 help / color / mirror / Atom feed
From: Hyper-KVM <Hyper-KVM@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gamemode-1.5.1
Date: Fri, 03 Apr 2020 04:33:42 +0200	[thread overview]
Message-ID: <20200403023342.68-Zku92QD73_vl7yl-hrfqH4-4ZpeCgaCWUfS9GGRw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20424@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by Hyper-KVM against master on the void-packages repository

https://github.com/Hyper-KVM/void-packages gamemode
https://github.com/void-linux/void-packages/pull/20424

New package: gamemode-1.5.1


A patch file from https://github.com/void-linux/void-packages/pull/20424.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gamemode-20424.patch --]
[-- Type: text/x-diff, Size: 5723 bytes --]

From 64589bba91369322e85c27804a8b983eadfd6971 Mon Sep 17 00:00:00 2001
From: Hyper-KVM <hyperkvmx86@gmail.com>
Date: Fri, 27 Mar 2020 17:40:10 -0400
Subject: [PATCH 1/2] New package: gamemode-1.5.1

---
 common/shlibs             |  2 ++
 srcpkgs/gamemode/template | 38 ++++++++++++++++++++++++++++++++++++++
 srcpkgs/libgamemode       |  1 +
 srcpkgs/libgamemode-devel |  1 +
 4 files changed, 42 insertions(+)
 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 938781153e2..62838aaf0f9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -493,6 +493,8 @@ libxenvchan.so.4.10 xen-libs-4.10.0_1
 libfsimage.so.1.0 xen-libs-4.10.0_1
 libxenstat.so.0 xen-libs-4.10.0_1
 libfam.so.0 gamin-0.1.10_1
+libgamemode.so.0 gamemode-1.5.1_1
+libgamemodeauto.so.0 gamemode-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/template b/srcpkgs/gamemode/template
new file mode 100644
index 00000000000..b65a9e68f2e
--- /dev/null
+++ b/srcpkgs/gamemode/template
@@ -0,0 +1,38 @@
+# Template file for 'gamemode'
+pkgname=gamemode
+version=1.5.1
+revision=1
+build_style=meson
+configure_args="-Dwith-systemd=false -Dwith-dbus-service-dir=/usr/share/dbus-1/services"
+hostmakedepends="git cmake meson ninja pkg-config"
+makedepends="inih-devel dbus-devel elogind-devel"
+depends="libgamemode polkit"
+short_desc="Optimise Linux system performance on demand"
+maintainer="Hyper-KVM <hyperkvmx86@gmail.com>"
+license="BSD 3-Clause License (Revised)"
+homepage="https://github.com/FeralInteractive/gamemode"
+distfiles="https://github.com/FeralInteractive/gamemode/archive/${version}.tar.gz"
+checksum="c510fd1391263c6fa05570de840865b1f0c8d573a7acbf488027327ae5a3bbde"
+subpackages="libgamemode libgamemode-devel"
+
+post_install() {
+	vsconf example/gamemode.ini
+	vlicense LICENSE.txt
+}
+
+libgamemode_package() {
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libgamemode-devel_package() {
+	short_desc+=" - development files"
+	depends="libgamemode"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+		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 16ad4679c83f55f2b44b8ce93113257d231cbb9e Mon Sep 17 00:00:00 2001
From: Hyper-KVM <hyperkvmx86@gmail.com>
Date: Sat, 28 Mar 2020 14:00:21 -0400
Subject: [PATCH 2/2] New package: inih-r48

---
 common/shlibs             |  4 ++--
 srcpkgs/gamemode/template |  2 +-
 srcpkgs/inih-devel        |  1 +
 srcpkgs/inih/template     | 28 ++++++++++++++++++++++++++++
 4 files changed, 32 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/inih-devel
 create mode 100644 srcpkgs/inih/template

diff --git a/common/shlibs b/common/shlibs
index 62838aaf0f9..bba633040a0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -493,8 +493,6 @@ libxenvchan.so.4.10 xen-libs-4.10.0_1
 libfsimage.so.1.0 xen-libs-4.10.0_1
 libxenstat.so.0 xen-libs-4.10.0_1
 libfam.so.0 gamin-0.1.10_1
-libgamemode.so.0 gamemode-1.5.1_1
-libgamemodeauto.so.0 gamemode-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
@@ -2317,6 +2315,8 @@ libct.so.4 freetds-0.95.19_1
 libsybdb.so.5 freetds-0.95.19_1
 libqqwing.so.2 qqwing-1.3.4_1
 libiniparser.so.1 iniparser-4.1_1
+libinih.so.0 inih-r48_1
+libINIReader.so.0 inih-r48_1
 libzita-resampler.so.1 zita-resampler-1.3.0_1
 libmlt.so.6 mlt-6.4.1_1
 libmlt++.so.3 mlt-6.4.1_1
diff --git a/srcpkgs/gamemode/template b/srcpkgs/gamemode/template
index b65a9e68f2e..e486ac704c4 100644
--- a/srcpkgs/gamemode/template
+++ b/srcpkgs/gamemode/template
@@ -9,7 +9,7 @@ makedepends="inih-devel dbus-devel elogind-devel"
 depends="libgamemode polkit"
 short_desc="Optimise Linux system performance on demand"
 maintainer="Hyper-KVM <hyperkvmx86@gmail.com>"
-license="BSD 3-Clause License (Revised)"
+license="BSD-3-Clause"
 homepage="https://github.com/FeralInteractive/gamemode"
 distfiles="https://github.com/FeralInteractive/gamemode/archive/${version}.tar.gz"
 checksum="c510fd1391263c6fa05570de840865b1f0c8d573a7acbf488027327ae5a3bbde"
diff --git a/srcpkgs/inih-devel b/srcpkgs/inih-devel
new file mode 120000
index 00000000000..e7c667bc405
--- /dev/null
+++ b/srcpkgs/inih-devel
@@ -0,0 +1 @@
+inih
\ No newline at end of file
diff --git a/srcpkgs/inih/template b/srcpkgs/inih/template
new file mode 100644
index 00000000000..9bdd3f298d0
--- /dev/null
+++ b/srcpkgs/inih/template
@@ -0,0 +1,28 @@
+# Template file for 'inih'
+pkgname=inih
+version=r48
+revision=1
+archs="*"
+build_style=meson
+hostmakedepends="ninja"
+short_desc="Simple .INI file parser written in C"
+maintainer="Hyper-KVM <hyperkvmx86@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/benhoyt/inih"
+distfiles="https://github.com/benhoyt/inih/archive/${version}.tar.gz"
+checksum="e4596c6bdae4df80765aa40eed2fa7df0eb7fef03cedd8da67e8e8061db3fbd8"
+
+post_install() {
+	vlicense LICENSE.txt
+}
+
+inih-devel_package() {
+	short_desc+=" - development files"
+	depends="inih"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "/usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

  parent reply	other threads:[~2020-04-03  2:33 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20424@inbox.vuxu.org>
2020-03-28 20:48 ` Hyper-KVM
2020-03-31  6:56 ` Hyper-KVM
2020-04-02  9:10 ` toluschr
2020-04-02  9:19 ` toluschr
2020-04-02 21:49 ` [PR PATCH] [Updated] " Hyper-KVM
2020-04-02 21:50 ` Hyper-KVM
2020-04-02 21:50 ` Hyper-KVM
2020-04-03  2:15 ` [PR PATCH] [Updated] " Hyper-KVM
2020-04-03  2:33 ` Hyper-KVM [this message]
2020-04-03  5:54 ` toluschr
2020-04-03  6:41 ` xtraeme
2020-04-03  7:50 ` toluschr
2020-04-03  7:52 ` xtraeme
2020-04-04 15:35 ` [PR PATCH] [Updated] " Hyper-KVM
2020-04-25 15:59 ` [PR PATCH] [Closed]: " Hyper-KVM
2020-04-04 18:08 [PR PATCH] " toluschr
2020-04-19  9:59 ` [PR PATCH] [Updated] " toluschr
2020-04-21 18:13 ` toluschr
2020-04-21 18:14 ` toluschr
2020-05-25 13:53 ` toluschr
2020-05-25 17:59 [PR PATCH] " toluschr
2020-05-25 18:10 ` [PR PATCH] [Updated] " toluschr
2020-09-13 17:46 ` toluschr
2020-09-13 17:50 ` toluschr
2020-09-13 17:55 ` toluschr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200403023342.68-Zku92QD73_vl7yl-hrfqH4-4ZpeCgaCWUfS9GGRw@z \
    --to=hyper-kvm@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).