Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added .desktop file for qtile package
@ 2022-08-15 20:05 TitaniumHocker
  2022-08-15 20:16 ` [PR PATCH] [Updated] qtile: Added .desktop file TitaniumHocker
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: TitaniumHocker @ 2022-08-15 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TitaniumHocker/void-packages add-qtile-desktop
https://github.com/void-linux/void-packages/pull/38693

Added .desktop file for qtile package
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


This addition allow to select qtile in dm's like lightdm.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-qtile-desktop-38693.patch --]
[-- Type: text/x-diff, Size: 1482 bytes --]

From eb6121d2257160d552a6180faaf70f9f734af750 Mon Sep 17 00:00:00 2001
From: Ivan Fedorov <inbox@titaniumhocker.ru>
Date: Mon, 15 Aug 2022 23:05:40 +0300
Subject: [PATCH] Added .desktop file for qtile package

---
 srcpkgs/qtile/files/qtile.desktop | 7 +++++++
 srcpkgs/qtile/template            | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/qtile/files/qtile.desktop

diff --git a/srcpkgs/qtile/files/qtile.desktop b/srcpkgs/qtile/files/qtile.desktop
new file mode 100644
index 000000000000..715eddebf7ea
--- /dev/null
+++ b/srcpkgs/qtile/files/qtile.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Qtile
+Comment=Fill-featured tiling window manager written and configured in Python
+Exec=qtile start
+Icon=qtile
+Type=XSession
diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index 1882446385c9..678a05a7cf1d 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
 # Template file for 'qtile'
 pkgname=qtile
 version=0.21.0
-revision=1
+revision=2
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
 makedepends="python3-devel libffi-devel pulseaudio-devel"
@@ -15,5 +15,6 @@ distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
 checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
 
 post_install() {
+	vinstall ${FILESDIR}/qtile.desktop 644 usr/share/xsessions
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
@ 2022-08-15 20:16 ` TitaniumHocker
  2022-08-15 20:25 ` Duncaen
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TitaniumHocker @ 2022-08-15 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TitaniumHocker/void-packages add-qtile-desktop
https://github.com/void-linux/void-packages/pull/38693

qtile: Added .desktop file
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


This addition allow to select qtile in dm's like lightdm.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-qtile-desktop-38693.patch --]
[-- Type: text/x-diff, Size: 1482 bytes --]

From 355af77819043c0a36ef19757cb7991b36d2e55a Mon Sep 17 00:00:00 2001
From: Ivan Fedorov <inbox@titaniumhocker.ru>
Date: Mon, 15 Aug 2022 23:05:40 +0300
Subject: [PATCH] Added .desktop file for qtile package

---
 srcpkgs/qtile/files/qtile.desktop | 7 +++++++
 srcpkgs/qtile/template            | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/qtile/files/qtile.desktop

diff --git a/srcpkgs/qtile/files/qtile.desktop b/srcpkgs/qtile/files/qtile.desktop
new file mode 100644
index 000000000000..20cc664257bd
--- /dev/null
+++ b/srcpkgs/qtile/files/qtile.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Qtile
+Comment=Full-featured tiling window manager written and configured in Python
+Exec=qtile start
+Icon=qtile
+Type=XSession
diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index 1882446385c9..678a05a7cf1d 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
 # Template file for 'qtile'
 pkgname=qtile
 version=0.21.0
-revision=1
+revision=2
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
 makedepends="python3-devel libffi-devel pulseaudio-devel"
@@ -15,5 +15,6 @@ distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
 checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
 
 post_install() {
+	vinstall ${FILESDIR}/qtile.desktop 644 usr/share/xsessions
 	vlicense LICENSE
 }

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

* Re: qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
  2022-08-15 20:16 ` [PR PATCH] [Updated] qtile: Added .desktop file TitaniumHocker
@ 2022-08-15 20:25 ` Duncaen
  2022-08-15 20:25 ` Duncaen
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2022-08-15 20:25 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38693#issuecomment-1215753189

Comment:
Any reason to not use https://github.com/qtile/qtile/blob/673b40d945dd166b37903ad3032fd72c9aea7db3/resources/qtile.desktop?

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

* Re: qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
  2022-08-15 20:16 ` [PR PATCH] [Updated] qtile: Added .desktop file TitaniumHocker
  2022-08-15 20:25 ` Duncaen
@ 2022-08-15 20:25 ` Duncaen
  2022-08-15 23:23 ` [PR PATCH] [Updated] " TitaniumHocker
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2022-08-15 20:25 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38693#issuecomment-1215753189

Comment:
Any reason to not use https://github.com/qtile/qtile/blob/673b40d945dd166b37903ad3032fd72c9aea7db3/resources/qtile.desktop instead of vendoring the file?

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

* Re: [PR PATCH] [Updated] qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
                   ` (2 preceding siblings ...)
  2022-08-15 20:25 ` Duncaen
@ 2022-08-15 23:23 ` TitaniumHocker
  2022-08-15 23:24 ` TitaniumHocker
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TitaniumHocker @ 2022-08-15 23:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TitaniumHocker/void-packages add-qtile-desktop
https://github.com/void-linux/void-packages/pull/38693

qtile: Added .desktop file
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


This addition allow to select qtile in dm's like lightdm.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-qtile-desktop-38693.patch --]
[-- Type: text/x-diff, Size: 992 bytes --]

From aee5b41cdf546c553cb8838b14ee4844775bd94b Mon Sep 17 00:00:00 2001
From: Ivan Fedorov <inbox@titaniumhocker.ru>
Date: Mon, 15 Aug 2022 23:05:40 +0300
Subject: [PATCH] Added .desktop file for qtile package

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

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index 1882446385c9..cb576079af57 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
 # Template file for 'qtile'
 pkgname=qtile
 version=0.21.0
-revision=1
+revision=2
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
 makedepends="python3-devel libffi-devel pulseaudio-devel"
@@ -15,5 +15,6 @@ distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
 checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
 
 post_install() {
+	vinstall resources/qtile.desktop 644 usr/share/xsessions
 	vlicense LICENSE
 }

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

* Re: qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
                   ` (3 preceding siblings ...)
  2022-08-15 23:23 ` [PR PATCH] [Updated] " TitaniumHocker
@ 2022-08-15 23:24 ` TitaniumHocker
  2022-08-16  0:03 ` paper42
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TitaniumHocker @ 2022-08-15 23:24 UTC (permalink / raw)
  To: ml

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

New comment by TitaniumHocker on void-packages repository

https://github.com/void-linux/void-packages/pull/38693#issuecomment-1215978473

Comment:
> Any reason to not use https://github.com/qtile/qtile/blob/673b40d945dd166b37903ad3032fd72c9aea7db3/resources/qtile.desktop instead of vendoring the file?

thx, I didn't know about that

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

* Re: qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
                   ` (4 preceding siblings ...)
  2022-08-15 23:24 ` TitaniumHocker
@ 2022-08-16  0:03 ` paper42
  2022-08-16  0:07 ` [PR PATCH] [Updated] " TitaniumHocker
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-08-16  0:03 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38693#issuecomment-1215998840

Comment:
commit message should be something like `qtile: install .desktop file`

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

* Re: [PR PATCH] [Updated] qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
                   ` (5 preceding siblings ...)
  2022-08-16  0:03 ` paper42
@ 2022-08-16  0:07 ` TitaniumHocker
  2022-08-16  0:07 ` TitaniumHocker
  2022-08-16  3:53 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: TitaniumHocker @ 2022-08-16  0:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TitaniumHocker/void-packages add-qtile-desktop
https://github.com/void-linux/void-packages/pull/38693

qtile: Added .desktop file
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


This addition allow to select qtile in dm's like lightdm.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-qtile-desktop-38693.patch --]
[-- Type: text/x-diff, Size: 983 bytes --]

From eedd5ff914228ebfa3f935fc63f509c59090da64 Mon Sep 17 00:00:00 2001
From: Ivan Fedorov <inbox@titaniumhocker.ru>
Date: Mon, 15 Aug 2022 23:05:40 +0300
Subject: [PATCH] qtile: install .desktop file

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

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index 1882446385c9..cb576079af57 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
 # Template file for 'qtile'
 pkgname=qtile
 version=0.21.0
-revision=1
+revision=2
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
 makedepends="python3-devel libffi-devel pulseaudio-devel"
@@ -15,5 +15,6 @@ distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
 checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
 
 post_install() {
+	vinstall resources/qtile.desktop 644 usr/share/xsessions
 	vlicense LICENSE
 }

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

* Re: qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
                   ` (6 preceding siblings ...)
  2022-08-16  0:07 ` [PR PATCH] [Updated] " TitaniumHocker
@ 2022-08-16  0:07 ` TitaniumHocker
  2022-08-16  3:53 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: TitaniumHocker @ 2022-08-16  0:07 UTC (permalink / raw)
  To: ml

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

New comment by TitaniumHocker on void-packages repository

https://github.com/void-linux/void-packages/pull/38693#issuecomment-1216001478

Comment:
> commit message should be something like `qtile: install .desktop file`

done.

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

* Re: [PR PATCH] [Merged]: qtile: Added .desktop file
  2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
                   ` (7 preceding siblings ...)
  2022-08-16  0:07 ` TitaniumHocker
@ 2022-08-16  3:53 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-08-16  3:53 UTC (permalink / raw)
  To: ml

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

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

qtile: Added .desktop file
https://github.com/void-linux/void-packages/pull/38693

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


This addition allow to select qtile in dm's like lightdm.

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

end of thread, other threads:[~2022-08-16  3:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
2022-08-15 20:16 ` [PR PATCH] [Updated] qtile: Added .desktop file TitaniumHocker
2022-08-15 20:25 ` Duncaen
2022-08-15 20:25 ` Duncaen
2022-08-15 23:23 ` [PR PATCH] [Updated] " TitaniumHocker
2022-08-15 23:24 ` TitaniumHocker
2022-08-16  0:03 ` paper42
2022-08-16  0:07 ` [PR PATCH] [Updated] " TitaniumHocker
2022-08-16  0:07 ` TitaniumHocker
2022-08-16  3:53 ` [PR PATCH] [Merged]: " classabbyamp

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