Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gtk-layer-shell-0.1.0
Date: Mon, 20 Jan 2020 20:49:33 +0100	[thread overview]
Message-ID: <20200120194933.KIpfyZg0zvSzf19jO-4h9gpV1-6ChdfixFqmq8e1eUA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18428@inbox.vuxu.org>

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

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

https://github.com/damneq/void-packages gtk-layer-shell
https://github.com/void-linux/void-packages/pull/18428

New package: gtk-layer-shell-0.1.0
Required for updating Waybar to version 0.9.0

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk-layer-shell-18428.patch --]
[-- Type: text/x-diff, Size: 2899 bytes --]

From ad18223f8185e8e736a10b35557eced1c30cbad1 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Mon, 20 Jan 2020 19:19:50 +0100
Subject: [PATCH 1/2] New package: gtk-layer-shell-0.1.0

---
 common/shlibs                    |  1 +
 srcpkgs/gtk-layer-shell/template | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/gtk-layer-shell/template

diff --git a/common/shlibs b/common/shlibs
index 60f082055a3..be59cb838c3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3705,3 +3705,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.11 intel-gmmlib-19.4.1_1
+libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
new file mode 100644
index 00000000000..14e7df9d3a9
--- /dev/null
+++ b/srcpkgs/gtk-layer-shell/template
@@ -0,0 +1,26 @@
+# Template file for 'gtk-layer-shell'
+pkgname=gtk-layer-shell
+version=0.1.0
+revision=1
+build_style=meson
+configure_args="-Dexamples=$(vopt_if examples true false)
+ -Ddocs=$(vopt_if docs true false)"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel gtk+3-devel gobject-introspection
+ $(vopt_if docs gtk-doc)"
+short_desc="Library used to create panels and other desktop components for Wayland"
+maintainer="damneq <damneq@disroot.org>"
+license=MIT
+homepage="https://github.com/wmww/gtk-layer-shell"
+changelog="https://github.com/wmww/gtk-layer-shell/releases"
+distfiles="https://github.com/wmww/gtk-layer-shell/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=752842ade62b5d0745279049393d71e1fae943ceac4973aef9f43bf0c7a49359
+
+build_options="examples docs"
+
+desc_option_examples="Builds gtk-layer-example and gtk-layer-demo"
+desc_option_docs="Generates documentation"
+
+post_install() {
+	vlicense COPYING
+}

From f4a2858a84551f2b035017861bb7b1ab0ebdb283 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Mon, 20 Jan 2020 20:49:05 +0100
Subject: [PATCH 2/2] gtk-layer-shell: Fix cross compiling

---
 srcpkgs/gtk-layer-shell/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gtk-layer-shell/template b/srcpkgs/gtk-layer-shell/template
index 14e7df9d3a9..10f52ace1fb 100644
--- a/srcpkgs/gtk-layer-shell/template
+++ b/srcpkgs/gtk-layer-shell/template
@@ -3,10 +3,11 @@ pkgname=gtk-layer-shell
 version=0.1.0
 revision=1
 build_style=meson
+build_helper="gir"
 configure_args="-Dexamples=$(vopt_if examples true false)
  -Ddocs=$(vopt_if docs true false)"
 hostmakedepends="pkg-config wayland-devel"
-makedepends="wayland-devel gtk+3-devel gobject-introspection
+makedepends="wayland-devel gtk+3-devel
  $(vopt_if docs gtk-doc)"
 short_desc="Library used to create panels and other desktop components for Wayland"
 maintainer="damneq <damneq@disroot.org>"

  reply	other threads:[~2020-01-20 19:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20 18:33 [PR PATCH] " voidlinux-github
2020-01-20 19:49 ` voidlinux-github [this message]
2020-01-21 14:08 ` voidlinux-github
2020-01-21 16:03 ` voidlinux-github
2020-01-21 16:03 ` [PR PATCH] [Closed]: " voidlinux-github

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=20200120194933.KIpfyZg0zvSzf19jO-4h9gpV1-6ChdfixFqmq8e1eUA@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).