Github messages for voidlinux
 help / color / mirror / Atom feed
From: TitaniumHocker <TitaniumHocker@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qtile: Added .desktop file
Date: Mon, 15 Aug 2022 22:16:05 +0200	[thread overview]
Message-ID: <20220815201605.Q5KD19MBEmXak4XMtx5BFXXVnzmPmNXPLCVGLnMJDGk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38693@inbox.vuxu.org>

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

  reply	other threads:[~2022-08-15 20:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-15 20:05 [PR PATCH] Added .desktop file for qtile package TitaniumHocker
2022-08-15 20:16 ` TitaniumHocker [this message]
2022-08-15 20:25 ` qtile: Added .desktop file 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

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=20220815201605.Q5KD19MBEmXak4XMtx5BFXXVnzmPmNXPLCVGLnMJDGk@z \
    --to=titaniumhocker@users.noreply.github.com \
    --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).