Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Resolving issue in vala-panel-appmenu template
@ 2019-10-10 17:45 voidlinux-github
  2019-10-12  2:31 ` [PR PATCH] [Updated] vala-panel-appmenu: fix dependency typo voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-10 17:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/usrfriendly/void-packages master
https://github.com/void-linux/void-packages/pull/15301

Resolving issue in vala-panel-appmenu template
I found a typo in the dependencies for the appmenu-gtk-module-devel package where a dependency was listed as "appmenu-gkt3-module" and am submitting a correction for it so the package may actually be installable.

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

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

From 16900aea94fd49f97e33465bf465c266024edc84 Mon Sep 17 00:00:00 2001
From: usrfriendly <usrfriendly@github.com>
Date: Thu, 10 Oct 2019 10:39:37 -0700
Subject: [PATCH 1/2] fixed vala-panel-appmenu depdendency typo

---
 srcpkgs/vala-panel-appmenu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vala-panel-appmenu/template b/srcpkgs/vala-panel-appmenu/template
index fa197105c43..293929387d3 100644
--- a/srcpkgs/vala-panel-appmenu/template
+++ b/srcpkgs/vala-panel-appmenu/template
@@ -31,7 +31,7 @@ post_install() {
 appmenu-gtk-module-devel_package() {
 	short_desc="GTK module for exposing menus - development files"
 	depends="appmenu-gtk-module-${version}_${revision}
-	 appmenu-gkt3-module-${version}_${revision}"
+	 appmenu-gtk3-module-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig

From a2558db1a068b59fd7f225f8fa5384da7f0a25c1 Mon Sep 17 00:00:00 2001
From: usrfriendly <usrfriendly@github.com>
Date: Thu, 10 Oct 2019 10:40:52 -0700
Subject: [PATCH 2/2] fixed vala-panel-appmenu depdendency typo, updated
 revision accordingly

---
 srcpkgs/vala-panel-appmenu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vala-panel-appmenu/template b/srcpkgs/vala-panel-appmenu/template
index 293929387d3..0913a270047 100644
--- a/srcpkgs/vala-panel-appmenu/template
+++ b/srcpkgs/vala-panel-appmenu/template
@@ -1,7 +1,7 @@
 # Template file for 'vala-panel-appmenu'
 pkgname=vala-panel-appmenu
 version=0.7.2
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_XFCE=ON -DENABLE_VALAPANEL=ON
  -DENABLE_MATE=ON -DENABLE_JAYATANA=OFF -DENABLE_APPMENU_GTK_MODULE=ON"

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

end of thread, other threads:[~2019-10-13  6:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 17:45 [PR PATCH] Resolving issue in vala-panel-appmenu template voidlinux-github
2019-10-12  2:31 ` [PR PATCH] [Updated] vala-panel-appmenu: fix dependency typo voidlinux-github
2019-10-12  2:31 ` voidlinux-github
2019-10-12  2:37 ` voidlinux-github
2019-10-12  7:18 ` voidlinux-github
2019-10-13  1:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-13  1:22 ` voidlinux-github
2019-10-13  1:24 ` voidlinux-github
2019-10-13  6:51 ` [PR PATCH] [Merged]: " 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).