public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: games-util/gamehub/
@ 2020-08-03 15:08 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-08-03 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     89c40d06d38bf9aa45434f785e638da5512b5029
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Sun Aug  2 16:20:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Aug  2 16:20:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89c40d06

games-util/gamehub: new package

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 games-util/gamehub/Manifest                |  1 +
 games-util/gamehub/gamehub-0.16.0.1.ebuild | 54 ++++++++++++++++++++++++++++++
 games-util/gamehub/metadata.xml            | 11 ++++++
 3 files changed, 66 insertions(+)

diff --git a/games-util/gamehub/Manifest b/games-util/gamehub/Manifest
new file mode 100644
index 0000000..9282922
--- /dev/null
+++ b/games-util/gamehub/Manifest
@@ -0,0 +1 @@
+DIST gamehub-0.16.0.1.tar.gz 9714011 BLAKE2B ccc09cc9d0bdbab8c3f10c4ffdeffcc71a02159f7e5f35c861ba159d9a50980141100184386328ab56bb1e2ba9eb788331f298c514809ad24847dbf7e0f9c44d SHA512 50c701b7a41431f1f395f49b2379239a31833c60c99a5a6ac918bcc94b15a2dd40211acd5f7d0e099af4bd89d524155c2763218d4bfdcb2bacd00b4f1c8e1058

diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild
new file mode 100644
index 0000000..8e242a1
--- /dev/null
+++ b/games-util/gamehub/gamehub-0.16.0.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson vala xdg-utils
+
+DESCRIPTION="GameHub is a unified library for all your games"
+HOMEPAGE="https://tkashkin.tk/projects/gamehub"
+
+MY_PN="GameHub"
+MY_PV="$(ver_rs 3 '-')-master"
+MY_P="${MY_PN}-${MY_PV}"
+
+SRC_URI="https://github.com/tkashkin/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-db/sqlite:3
+	dev-libs/glib:2
+	dev-libs/json-glib
+	dev-libs/libgee:0.8
+	>=dev-libs/libmanette-0.2
+	dev-libs/libxml2
+	net-libs/libsoup:2.4
+	net-libs/webkit-gtk:4
+	sys-auth/polkit
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXtst"
+BDEPEND="
+	${RDEPEND}
+	$(vala_depend)"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+	vala_src_prepare
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}

diff --git a/games-util/gamehub/metadata.xml b/games-util/gamehub/metadata.xml
new file mode 100644
index 0000000..81120a4
--- /dev/null
+++ b/games-util/gamehub/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>a.zuber@gmx.ch</email>
+    <name>Andreas Zuber</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">tkashkin/GameHub</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-util/gamehub/
@ 2020-09-22 11:13 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-09-22 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     fbc6a0d269716a0d4190d0c8dc07923af96c6442
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Sep 21 13:23:00 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 21 13:23:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbc6a0d2

games-util/gamehub: replace xdg-utils with xdg

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 games-util/gamehub/gamehub-0.16.0.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild
index 8e242a12..5e0ccf8b 100644
--- a/games-util/gamehub/gamehub-0.16.0.1.ebuild
+++ b/games-util/gamehub/gamehub-0.16.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils meson vala xdg-utils
+inherit gnome2-utils meson vala xdg
 
 DESCRIPTION="GameHub is a unified library for all your games"
 HOMEPAGE="https://tkashkin.tk/projects/gamehub"
@@ -44,11 +44,9 @@ src_prepare() {
 }
 
 pkg_postinst() {
-	xdg_icon_cache_update
 	gnome2_schemas_update
 }
 
 pkg_postrm() {
-	xdg_icon_cache_update
 	gnome2_schemas_update
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-util/gamehub/
@ 2020-09-23 10:10 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-09-23 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     dd7c361aad30a2b4fd41e09b08931e6767a85887
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Wed Sep 23 07:49:49 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Sep 23 07:50:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd7c361a

games-util/gamehub: add missing xdg step calls

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 games-util/gamehub/gamehub-0.16.0.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild
index 5e0ccf8b..86a4856e 100644
--- a/games-util/gamehub/gamehub-0.16.0.1.ebuild
+++ b/games-util/gamehub/gamehub-0.16.0.1.ebuild
@@ -44,9 +44,11 @@ src_prepare() {
 }
 
 pkg_postinst() {
+	xdg_pkg_postinst
 	gnome2_schemas_update
 }
 
 pkg_postrm() {
+	xdg_pkg_postrm
 	gnome2_schemas_update
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-util/gamehub/
@ 2021-05-04  8:41 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-05-04  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b884397de3b3c14432d872af056f0b85d896de91
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May  4 08:41:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May  4 08:41:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b884397d

games-util/gamehub: bump min vala version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 games-util/gamehub/gamehub-0.16.0.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild
index 86a4856e2..65543a126 100644
--- a/games-util/gamehub/gamehub-0.16.0.1.ebuild
+++ b/games-util/gamehub/gamehub-0.16.0.1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+VALA_MIN_API_VERSION="0.44"
+
 inherit gnome2-utils meson vala xdg
 
 DESCRIPTION="GameHub is a unified library for all your games"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-04  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-03 15:08 [gentoo-commits] repo/proj/guru:master commit in: games-util/gamehub/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-09-22 11:13 Andrew Ammerlaan
2020-09-23 10:10 Andrew Ammerlaan
2021-05-04  8:41 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox