Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] raul: update to 2.0.0; raul-devel: remove package
Date: Sun, 11 Sep 2022 07:16:48 +0200	[thread overview]
Message-ID: <20220911051648.xOZkoyEBIE3iZOIC1ulTa9ZvJQ2KzwW18Jbu1v08z4o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39170@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages raul
https://github.com/void-linux/void-packages/pull/39170

raul: update to 2.0.0; raul-devel: remove package
#### Testing the changes
- I tested the changes in this PR: **NO**

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

I don't know how to test a C++ header library. Nothing on the repo depends on it. FWIW the upstream tests passes.

In reference to https://github.com/void-linux/void-packages/issues/38229 and https://github.com/void-linux/void-packages/issues/39083.

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

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

From 9ebcbf72e470c3e94e8af5bd2cd93978a0cd38db Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Sep 2022 13:55:20 +0530
Subject: [PATCH] raul: remove package

---
 common/shlibs                     |  1 -
 srcpkgs/raul-devel                |  1 -
 srcpkgs/raul/template             | 27 ---------------------------
 srcpkgs/removed-packages/template |  2 ++
 4 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 120000 srcpkgs/raul-devel
 delete mode 100644 srcpkgs/raul/template

diff --git a/common/shlibs b/common/shlibs
index de889fceaf6c..16699e217e0d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1082,7 +1082,6 @@ libxar.so.1 xar-1.6.1_9
 libmikmod.so.3 libmikmod-3.1.12_1
 libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
 libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
-libraul.so.10 raul-0.8.0_1
 libxdot.so.4 graphviz-libs-2.28.0_6
 libgvpr.so.2 graphviz-libs-2.28.0_6
 libcgraph.so.6 graphviz-libs-2.28.0_6
diff --git a/srcpkgs/raul-devel b/srcpkgs/raul-devel
deleted file mode 120000
index ad81b98c318b..000000000000
--- a/srcpkgs/raul-devel
+++ /dev/null
@@ -1 +0,0 @@
-raul
\ No newline at end of file
diff --git a/srcpkgs/raul/template b/srcpkgs/raul/template
deleted file mode 100644
index 17d49984b580..000000000000
--- a/srcpkgs/raul/template
+++ /dev/null
@@ -1,27 +0,0 @@
-# Template file for 'raul'
-pkgname=raul
-version=0.8.0
-revision=6
-build_style=waf
-hostmakedepends="pkg-config python"
-makedepends="glib-devel boost-devel"
-short_desc="C++ utility library primarily aimed at audio/musical applications"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="ISC"
-homepage="http://drobilla.net/software/raul/"
-distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
-checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
-
-post_install() {
-	vlicense COPYING
-}
-
-raul-devel_package() {
-	depends="libglib-devel raul>=${version}_${revision}"
-	short_desc+=" - Development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 4a55ec442101..7bed6e0f99b2 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -413,6 +413,8 @@ replaces="
  qupzilla1<=1.8.9_16
  qupzilla<=3.0.1_1
  r2-bindings<=1.0.1_2
+ raul-devel<=0.8.0_6
+ raul<=0.8.0_6
  redkite<=1.3.1_1
  reminiscence<=0.4.6_1
  rkt-stage1-coreos<=1.30.0_3

  parent reply	other threads:[~2022-09-11  5:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 15:49 [PR PATCH] " icp1994
2022-09-08 15:53 ` classabbyamp
2022-09-08 15:59 ` icp1994
2022-09-10 17:25 ` icp1994
2022-09-10 18:42 ` classabbyamp
2022-09-11  5:16 ` icp1994 [this message]
2022-09-19  6:33 ` [PR PATCH] [Merged]: raul: " 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=20220911051648.xOZkoyEBIE3iZOIC1ulTa9ZvJQ2KzwW18Jbu1v08z4o@z \
    --to=icp1994@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).