Github messages for voidlinux
 help / color / mirror / Atom feed
From: kawaiiamber <kawaiiamber@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: xmenu-4.4.1
Date: Fri, 08 Jan 2021 21:38:15 +0100	[thread overview]
Message-ID: <20210108203815.Dq4Ik51JLed1yyKa5BQ6KiFBurkBYVgj86Enq-C3EEE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27763@inbox.vuxu.org>

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

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

https://github.com/kawaiiamber/void-packages xmenu
https://github.com/void-linux/void-packages/pull/27763

New package: xmenu-4.4.1
# Current issues
When running `./xbps-src pkg xmenu`, it seems that it's looking for `ft2build.h`, even though `freetype-devel` isn't actually a dependency to build. Even when including `freetype-devel`, behaviour doesn't seem to change. It is specifically complaining about line 15: `#include <X11/Xft/Xft.h>`. I'm not too sure why it's complaining about not being able to find `ft2build.h`. The only dependency I included that the author seems to forget to mention is `libXinerama-devel` as on line 16 of `xmenu.c` it seems to call for it: `#include <X11/extensions/Xinerama.h>`. I am able to build and install the app from source successfully on my machine.

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

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

From b417b09086109623d9fe42a48b039be318f3120e Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 8 Jan 2021 08:41:49 -0700
Subject: [PATCH] New package: xmenu-4.4.1

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

diff --git a/srcpkgs/xmenu/template b/srcpkgs/xmenu/template
new file mode 100644
index 00000000000..c6e16533a9c
--- /dev/null
+++ b/srcpkgs/xmenu/template
@@ -0,0 +1,23 @@
+# Template file for 'xmenu'
+pkgname=xmenu
+version=4.4.1
+revision=1
+hostmakedepends="imlib2-devel libX11-devel libXft-devel libXinerama-devel"
+short_desc="X11 menu utility"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="MIT"
+homepage="https://github.com/phillbush/xmenu"
+distfiles="https://github.com/phillbush/xmenu/archive/v${version}.tar.gz"
+checksum=34afe623055b12aa64c0d870c4d55f5594ae45041b571ded660cea84ba3cc40e
+
+do_build() {
+	make
+}
+
+do_install() {
+	make install
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2021-01-08 20:38 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 16:00 [PR PATCH] " kawaiiamber
2021-01-08 16:02 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 17:06 ` ericonr
2021-01-08 17:06 ` ericonr
2021-01-08 17:07 ` ericonr
2021-01-08 17:16 ` kawaiiamber
2021-01-08 17:19 ` kawaiiamber
2021-01-08 17:20 ` kawaiiamber
2021-01-08 17:36 ` kawaiiamber
2021-01-08 17:41 ` kawaiiamber
2021-01-08 17:47 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 17:55 ` kawaiiamber
2021-01-08 17:59 ` kawaiiamber
2021-01-08 18:11 ` kawaiiamber
2021-01-08 18:14 ` kawaiiamber
2021-01-08 18:22 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 18:26 ` kawaiiamber
2021-01-08 18:31 ` kawaiiamber
2021-01-08 18:34 ` kawaiiamber
2021-01-08 18:36 ` kawaiiamber
2021-01-08 20:32 ` [PR REVIEW] " ndowens
2021-01-08 20:38 ` kawaiiamber [this message]
2021-01-08 20:38 ` kawaiiamber
2021-01-08 20:43 ` ndowens
2021-01-08 20:44 ` ndowens
2021-01-08 20:50 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 20:50 ` kawaiiamber
2021-01-08 20:51 ` ndowens
2021-01-08 20:52 ` kawaiiamber
2021-01-08 20:53 ` ndowens
2021-01-08 20:53 ` kawaiiamber
2021-01-08 20:54 ` kawaiiamber
2021-01-08 20:54 ` kawaiiamber
2021-01-08 20:56 ` kawaiiamber
2021-01-08 21:51 ` kawaiiamber
2021-01-08 22:00 ` ndowens
2021-01-08 22:00 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 22:03 ` ndowens
2021-01-08 22:03 ` ndowens
2021-01-08 22:03 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 22:05 ` kawaiiamber
2021-01-08 22:06 ` ndowens
2021-01-08 22:07 ` kawaiiamber
2021-01-08 22:08 ` ndowens
2021-01-08 22:08 ` ndowens
2021-01-08 22:10 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 22:10 ` kawaiiamber
2021-01-08 22:17 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 22:19 ` kawaiiamber
2021-01-09 13:03 ` [PR PATCH] [Updated] New package: xmenu-4.5.0 kawaiiamber
2021-01-09 13:04 ` kawaiiamber
2021-01-09 13:06 ` kawaiiamber
2021-01-09 18:56 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-09 22:21 ` phillbush
2021-01-09 22:22 ` phillbush
2021-01-09 22:26 ` phillbush
2021-01-09 22:29 ` phillbush
2021-01-09 22:41 ` phillbush
2021-01-09 22:55 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-09 22:55 ` kawaiiamber
2021-01-18  2:55 ` [PR PATCH] [Updated] New package: xmenu-4.5.4 kawaiiamber
2021-01-18  2:56 ` kawaiiamber
2021-01-18  2:59 ` kawaiiamber
2021-04-18  4:58 ` [PR REVIEW] " ericonr
2021-04-18  4:58 ` ericonr
2021-04-20  0:37 ` [PR PATCH] [Updated] " kawaiiamber
2021-04-20  0:37 ` [PR REVIEW] " kawaiiamber
2021-04-20  0:38 ` kawaiiamber
2021-04-20  3:30 ` ericonr
2021-04-21 23:42 ` [PR PATCH] [Updated] " kawaiiamber
2021-04-21 23:42 ` [PR REVIEW] " kawaiiamber
2021-04-22  0:21 ` ericonr
2021-04-22  1:11 ` [PR PATCH] [Updated] " kawaiiamber
2021-04-22  1:12 ` [PR REVIEW] " kawaiiamber
2021-06-20 15:33 ` New package: xmenu-4.5.5 kawaiiamber
2021-06-20 23:41 ` kawaiiamber
2021-06-21 15:20 ` jzbor
2021-06-21 15:21 ` jzbor
2021-06-21 15:33 ` paper42
2021-06-21 16:01 ` jzbor
2021-06-23 13:28 ` [PR PATCH] [Closed]: " ericonr

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=20210108203815.Dq4Ik51JLed1yyKa5BQ6KiFBurkBYVgj86Enq-C3EEE@z \
    --to=kawaiiamber@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).