Github messages for voidlinux
 help / color / mirror / Atom feed
From: Mek101 <Mek101@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] snapper: add dbus dependency
Date: Wed, 09 Dec 2020 17:10:57 +0100	[thread overview]
Message-ID: <20201209161057.NbpoT6HW2wk40hug-RJpoXxbLZZ1cQdPlSGxKFI1N3k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27049@inbox.vuxu.org>

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

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

https://github.com/Mek101/void-packages patch-1
https://github.com/void-linux/void-packages/pull/27049

snapper: add dbus dependency
Snapper requires dbus to work, as reported in #27047

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

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

From 6fabffdee6d4d64188d0658bfdfb7018abc1b462 Mon Sep 17 00:00:00 2001
From: Mek101 <34246799+Mek101@users.noreply.github.com>
Date: Wed, 9 Dec 2020 15:12:10 +0000
Subject: [PATCH 1/2] Added dbus missing dependency

Snapper requires dbus to work, as reported in #27047
---
 srcpkgs/snapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template
index 4590842eedd..694090f5a07 100644
--- a/srcpkgs/snapper/template
+++ b/srcpkgs/snapper/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--disable-zypp --with-conf=/etc/conf.d"
 conf_files="/etc/conf.d/snapper"
 make_dirs="/etc/snapper/configs 0755 root root"
-hostmakedepends="automake docbook-xsl libtool libxml2-devel libxslt
+hostmakedepends="automake dbus docbook-xsl libtool libxml2-devel libxslt
  gettext pkg-config"
 makedepends="acl-devel boost-devel dbus-devel e2fsprogs-devel libbtrfs-devel
  libmount-devel libxml2-devel pam-devel"

From c7725686930f3d2583cb42e14b8d961f26a31d74 Mon Sep 17 00:00:00 2001
From: Mek101 <34246799+Mek101@users.noreply.github.com>
Date: Wed, 9 Dec 2020 16:10:53 +0000
Subject: [PATCH 2/2] Fixed template

---
 srcpkgs/snapper/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template
index 694090f5a07..ca82c4de031 100644
--- a/srcpkgs/snapper/template
+++ b/srcpkgs/snapper/template
@@ -1,12 +1,12 @@
 # Template file for 'snapper'
 pkgname=snapper
 version=0.8.14
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-zypp --with-conf=/etc/conf.d"
 conf_files="/etc/conf.d/snapper"
 make_dirs="/etc/snapper/configs 0755 root root"
-hostmakedepends="automake dbus docbook-xsl libtool libxml2-devel libxslt
+hostmakedepends="automake docbook-xsl libtool libxml2-devel libxslt
  gettext pkg-config"
 makedepends="acl-devel boost-devel dbus-devel e2fsprogs-devel libbtrfs-devel
  libmount-devel libxml2-devel pam-devel"
@@ -55,7 +55,7 @@ libsnapper_package() {
 
 snapper-devel_package() {
 	short_desc+=" - development files"
-	depends="libsnapper>=${version}_${revision}"
+	depends="dbus libsnapper>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
 		vmove "usr/lib/*.so"

  parent reply	other threads:[~2020-12-09 16:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 15:13 [PR PATCH] Added snapper missing dependency: dbus Mek101
2020-12-09 15:24 ` ericonr
2020-12-09 16:10 ` Mek101 [this message]
2020-12-09 17:38 ` snapper: add dbus dependency ericonr
2020-12-10 12:16 ` Mek101
2020-12-10 13:36 ` [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=20201209161057.NbpoT6HW2wk40hug-RJpoXxbLZZ1cQdPlSGxKFI1N3k@z \
    --to=mek101@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).