-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
35 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2024-05-10 Michael Herstine <[email protected]> | ||
|
||
Cutting release 0.3.3 | ||
|
||
Merge branch 'rel-0.3.2' | ||
|
||
2024-05-09 Michael Herstine <[email protected]> | ||
|
||
[#6] Update the test scripts for Arch packing. | ||
|
@@ -11,6 +17,7 @@ | |
2024-03-12 Michael Herstine <[email protected]> | ||
|
||
Switching clap to a tilde version dependency; throwing-in a change to version.texi that got missed | ||
|
||
2023-12-29 Michael Herstine <[email protected]> | ||
|
||
Cutting release 0.3.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
#+AUTHOR: Michael Herstine | ||
#+DESCRIPTION: mpdpopm | ||
#+EMAIL: [email protected] | ||
#+DATE: <2024-05-09 Thu 21:10> | ||
#+DATE: <2024-05-10 Fri 07:09> | ||
#+AUTODATE: t | ||
|
||
* Introduction | ||
|
@@ -60,10 +60,10 @@ Thanks to a suggestion by [[https://github.com/m040601][m040601]], you can down | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L --output mpdpopm-0.3.2.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.3.2/mpdpopm-0.3.2-x86_64-unknown-linux.tar.gz | ||
tar xf mpdpopm-0.3.2.tar.gz | ||
tree mpdpopm-0.3.2-x86_64-unknown-linux/ | ||
mpdpopm-0.3.2-x86_64-unknown-linux/ | ||
curl -L --output mpdpopm-0.3.3.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.3.3/mpdpopm-0.3.3-x86_64-unknown-linux.tar.gz | ||
tar xf mpdpopm-0.3.3.tar.gz | ||
tree mpdpopm-0.3.3-x86_64-unknown-linux/ | ||
mpdpopm-0.3.3-x86_64-unknown-linux/ | ||
├── bin | ||
│ ├── mppopm | ||
│ └── mppopmd | ||
|
@@ -93,8 +93,8 @@ If you're running on a Debian-based Linux distribution, and you're on an x86_64 | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.2/mpdpopm_0.3.2_amd64.deb | ||
sudo dpkg -i mpdpopm_0.3.2_amd64.deb | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.3/mpdpopm_0.3.3_amd64.deb | ||
sudo dpkg -i mpdpopm_0.3.3_amd64.deb | ||
#+END_SRC | ||
|
||
The binaries will be placed in =/usr/local/bin=, and you can proceed to [[#getting_started][Getting Started]], below. | ||
|
@@ -109,9 +109,9 @@ If you've got the Rust toolchain as well as Autotools installed, you can build f | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.2/mpdpopm-0.3.2.tar.xz | ||
tar xf mpdpopm-0.3.2.tar.xz | ||
cd mpdpopm-0.3.2 | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.3/mpdpopm-0.3.3.tar.xz | ||
tar xf mpdpopm-0.3.3.tar.xz | ||
cd mpdpopm-0.3.3 | ||
./configure | ||
make | ||
make check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Thanks to m040601 <https://github.com/m040601> for his detailed | ||
feedback on the initial mpdpopm docs, as well as his explainer | ||
on the AUR. | ||
|
||
Thanks to tanshoku <https://github.com/tanshoku> for his suggested | ||
systemd unit file. | ||
|
||
Thanks to m040601 <https://github.com/m040601> for his detailed | ||
feedback on the initial mpdpopm docs. | ||
|
||
Thanks to Vincent Petithory <[email protected]> for | ||
`mpdfav'. Thanks to Ali Polatel <[email protected]> for `mpdcron'. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@set UPDATED 29 December 2023 | ||
@set UPDATED-MONTH December 2023 | ||
@set UPDATED 10 May 2024 | ||
@set UPDATED-MONTH May 2024 | ||
@set EDITION 0.3.3 | ||
@set VERSION 0.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2021-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2021-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> -*- mode: rust; rust-format-on-save: nil -*- | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> -*- mode: rust; rust-format-on-save: nil -*- | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020-2023 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2024 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|