Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lookbook-1.1.0
@ 2020-04-14 13:03 LinArcX
  2020-04-14 13:10 ` [PR PATCH] [Updated] " LinArcX
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: LinArcX @ 2020-04-14 13:03 UTC (permalink / raw)
  To: ml

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

There is a new pull request by LinArcX against master on the void-packages repository

https://github.com/LinArcX/void-packages lookbook
https://github.com/void-linux/void-packages/pull/20973

New package: lookbook-1.1.0
Browse and find system icons:
https://github.com/danrabbit/lookbook

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

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

From e9a7c6f6a4885590f72b95022bf414efffffebff Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Tue, 14 Apr 2020 17:32:19 +0430
Subject: [PATCH] New package: lookbook-1.1.0

---
 srcpkgs/lookbook/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/lookbook/template

diff --git a/srcpkgs/lookbook/template b/srcpkgs/lookbook/template
new file mode 100644
index 00000000000..d398eadd31c
--- /dev/null
+++ b/srcpkgs/lookbook/template
@@ -0,0 +1,13 @@
+# Template file for 'lookbook'
+pkgname=lookbook
+version=1.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="glib-devel granite-devel gtksourceview-devel"
+short_desc="Browse and find system icons"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/danrabbit/lookbook"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=1be0a5584a504f213a7685eba739542538a59fa099a1af802eff4b3eb905899f

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

* Re: [PR PATCH] [Updated] New package: lookbook-1.1.0
  2020-04-14 13:03 [PR PATCH] New package: lookbook-1.1.0 LinArcX
@ 2020-04-14 13:10 ` LinArcX
  2020-04-14 16:44 ` LinArcX
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2020-04-14 13:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages lookbook
https://github.com/void-linux/void-packages/pull/20973

New package: lookbook-1.1.0
Browse and find system icons:
https://github.com/danrabbit/lookbook

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

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

From 6d1899d1160c1920c77546be23135d77a0a12b60 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Tue, 14 Apr 2020 17:32:19 +0430
Subject: [PATCH] New package: lookbook-1.1.0

---
 srcpkgs/lookbook/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/lookbook/template

diff --git a/srcpkgs/lookbook/template b/srcpkgs/lookbook/template
new file mode 100644
index 00000000000..4f115bf44f2
--- /dev/null
+++ b/srcpkgs/lookbook/template
@@ -0,0 +1,17 @@
+# Template file for 'lookbook'
+pkgname=lookbook
+version=1.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="glib-devel granite-devel gtksourceview-devel"
+short_desc="Browse and find system icons"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/danrabbit/lookbook"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=1be0a5584a504f213a7685eba739542538a59fa099a1af802eff4b3eb905899f
+
+post_install() {
+	vinstall data/com.github.danrabbit.lookbook.desktop.in 644 usr/share/applications data/com.github.danrabbit.lookbook.desktop
+}

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

* Re: [PR PATCH] [Updated] New package: lookbook-1.1.0
  2020-04-14 13:03 [PR PATCH] New package: lookbook-1.1.0 LinArcX
  2020-04-14 13:10 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-14 16:44 ` LinArcX
  2020-04-14 18:29 ` LinArcX
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2020-04-14 16:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages lookbook
https://github.com/void-linux/void-packages/pull/20973

New package: lookbook-1.1.0
Browse and find system icons:
https://github.com/danrabbit/lookbook

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

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

From 1067a4497fb5267b84cd62d85c9f56fae8a02b54 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Tue, 14 Apr 2020 17:32:19 +0430
Subject: [PATCH] New package: lookbook-1.1.0

---
 srcpkgs/lookbook/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/lookbook/template

diff --git a/srcpkgs/lookbook/template b/srcpkgs/lookbook/template
new file mode 100644
index 00000000000..77bdc41102a
--- /dev/null
+++ b/srcpkgs/lookbook/template
@@ -0,0 +1,17 @@
+# Template file for 'lookbook'
+pkgname=lookbook
+version=1.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="granite-devel gtksourceview-devel"
+short_desc="Browse and find system icons"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/danrabbit/lookbook"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=1be0a5584a504f213a7685eba739542538a59fa099a1af802eff4b3eb905899f
+
+post_install() {
+	vinstall data/com.github.danrabbit.lookbook.desktop.in 644 usr/share/applications data/com.github.danrabbit.lookbook.desktop
+}

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

* Re: [PR PATCH] [Updated] New package: lookbook-1.1.0
  2020-04-14 13:03 [PR PATCH] New package: lookbook-1.1.0 LinArcX
  2020-04-14 13:10 ` [PR PATCH] [Updated] " LinArcX
  2020-04-14 16:44 ` LinArcX
@ 2020-04-14 18:29 ` LinArcX
  2020-04-16  8:47 ` LinArcX
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2020-04-14 18:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages lookbook
https://github.com/void-linux/void-packages/pull/20973

New package: lookbook-1.1.0
Browse and find system icons:
https://github.com/danrabbit/lookbook

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

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

From 373dfe8c9a8af049d5128940332773be8b1e18c2 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Tue, 14 Apr 2020 17:32:19 +0430
Subject: [PATCH] New package: lookbook-1.1.0

---
 srcpkgs/lookbook/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/lookbook/template

diff --git a/srcpkgs/lookbook/template b/srcpkgs/lookbook/template
new file mode 100644
index 00000000000..7f798b8342c
--- /dev/null
+++ b/srcpkgs/lookbook/template
@@ -0,0 +1,17 @@
+# Template file for 'lookbook'
+pkgname=lookbook
+version=1.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="granite-devel gtksourceview-devel"
+short_desc="Browse and find system icons"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/danrabbit/lookbook"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=1be0a5584a504f213a7685eba739542538a59fa099a1af802eff4b3eb905899f
+
+post_install() {
+	vinstall data/com.github.danrabbit.lookbook.desktop.in 644 usr/share/applications com.github.danrabbit.lookbook.desktop
+}

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

* Re: New package: lookbook-1.1.0
  2020-04-14 13:03 [PR PATCH] New package: lookbook-1.1.0 LinArcX
                   ` (2 preceding siblings ...)
  2020-04-14 18:29 ` LinArcX
@ 2020-04-16  8:47 ` LinArcX
  2021-02-15  5:24 ` ericonr
  2021-02-15  5:34 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2020-04-16  8:47 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/20973#issuecomment-614507408

Comment:
Why removed from repo?

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

* Re: New package: lookbook-1.1.0
  2020-04-14 13:03 [PR PATCH] New package: lookbook-1.1.0 LinArcX
                   ` (3 preceding siblings ...)
  2020-04-16  8:47 ` LinArcX
@ 2021-02-15  5:24 ` ericonr
  2021-02-15  5:34 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-15  5:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20973#issuecomment-778949230

Comment:
Upstream is kinda inactive on the release side, I'm not in love with adding this package.

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

* Re: [PR PATCH] [Closed]: New package: lookbook-1.1.0
  2020-04-14 13:03 [PR PATCH] New package: lookbook-1.1.0 LinArcX
                   ` (4 preceding siblings ...)
  2021-02-15  5:24 ` ericonr
@ 2021-02-15  5:34 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-15  5:34 UTC (permalink / raw)
  To: ml

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

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

New package: lookbook-1.1.0
https://github.com/void-linux/void-packages/pull/20973

Description:
Browse and find system icons:
https://github.com/danrabbit/lookbook

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

end of thread, other threads:[~2021-02-15  5:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 13:03 [PR PATCH] New package: lookbook-1.1.0 LinArcX
2020-04-14 13:10 ` [PR PATCH] [Updated] " LinArcX
2020-04-14 16:44 ` LinArcX
2020-04-14 18:29 ` LinArcX
2020-04-16  8:47 ` LinArcX
2021-02-15  5:24 ` ericonr
2021-02-15  5:34 ` [PR PATCH] [Closed]: " ericonr

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