Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gtk-layer-shell-0.1.0
@ 2020-01-20 18:33 voidlinux-github
  2020-01-20 19:49 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-20 18:33 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1896 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] 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
+}

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

* Re: [PR PATCH] [Updated] New package: gtk-layer-shell-0.1.0
  2020-01-20 18:33 [PR PATCH] New package: gtk-layer-shell-0.1.0 voidlinux-github
@ 2020-01-20 19:49 ` voidlinux-github
  2020-01-21 14:08 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-20 19:49 UTC (permalink / raw)
  To: ml

[-- 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>"

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

* Re: New package: gtk-layer-shell-0.1.0
  2020-01-20 18:33 [PR PATCH] New package: gtk-layer-shell-0.1.0 voidlinux-github
  2020-01-20 19:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-21 14:08 ` voidlinux-github
  2020-01-21 16:03 ` [PR PATCH] [Closed]: " voidlinux-github
  2020-01-21 16:03 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-21 14:08 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/18428#issuecomment-576697597

Comment:
Please squash the commits into one.

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

* Re: [PR PATCH] [Closed]: New package: gtk-layer-shell-0.1.0
  2020-01-20 18:33 [PR PATCH] New package: gtk-layer-shell-0.1.0 voidlinux-github
  2020-01-20 19:49 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-21 14:08 ` voidlinux-github
@ 2020-01-21 16:03 ` voidlinux-github
  2020-01-21 16:03 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-21 16:03 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: gtk-layer-shell-0.1.0
https://github.com/void-linux/void-packages/pull/18428

Description:
Required for updating Waybar to version 0.9.0

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

* Re: New package: gtk-layer-shell-0.1.0
  2020-01-20 18:33 [PR PATCH] New package: gtk-layer-shell-0.1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-21 16:03 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2020-01-21 16:03 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-21 16:03 UTC (permalink / raw)
  To: ml

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

New comment by damneq on void-packages repository

https://github.com/void-linux/void-packages/pull/18428#issuecomment-576751471

Comment:
This package is not needed now as wf-shell already provides it, I'm going to close this pull request

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

end of thread, other threads:[~2020-01-21 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 18:33 [PR PATCH] New package: gtk-layer-shell-0.1.0 voidlinux-github
2020-01-20 19:49 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-21 14:08 ` voidlinux-github
2020-01-21 16:03 ` [PR PATCH] [Closed]: " voidlinux-github
2020-01-21 16:03 ` voidlinux-github

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).