Package Details: pear-desktop 3.11.0-1

Git Clone URL: https://aur.archlinux.org/pear-desktop.git (read-only, click to copy)
Package Base: pear-desktop
Description: Extension for music player
Upstream URL: https://github.com/pear-devs/pear-desktop
Licenses: MIT
Conflicts: youtube-music
Submitter: yochananmarqos
Maintainer: yochananmarqos (ArjixWasTaken)
Last Packager: yochananmarqos
Votes: 17
Popularity: 0.82
First Submitted: 2025-10-12 17:35 (UTC)
Last Updated: 2025-10-12 17:35 (UTC)

Latest Comments

1 2 3 Next › Last »

ArjixWasTaken commented on 2025-12-29 15:50 (UTC) (edited on 2025-12-29 15:52 (UTC) by ArjixWasTaken)

Hello @yochananmarqos, I am a maintainer of pear desktop and would like to be added as a maintainer for the 3 AUR packages.

Stuff like the window class do not match, and the filename of the .desktop file should follow the window class name, you also use the old icon.

(well, only for the -git package, since no new release has been made)

yochananmarqos commented on 2025-10-12 17:36 (UTC)

PSA: Upstream has renamed the project from youtube-music to pear-desktop. Please install pear-desktop.

linskun commented on 2025-10-12 16:25 (UTC)

wget https://github.com/ytmd-devs/ytmd/archive/refs/tags/v3.11.0.tar.gz ... Saving to: ‘v3.11.0.tar.gz’ ... 2025-10-12 18:22:50 (8,19 MB/s) - ‘v3.11.0.tar.gz’ saved [2696808/2696808]

sha256sum v3.11.0.tar.gz fb2e06ae019214ad62e0aaee7545d11f6ff42c79084ec4fe0dad7d9f534cbeec v3.11.0.tar.gz

Checksum is different from pkgbuild

yochananmarqos commented on 2025-09-23 16:51 (UTC)

@arcorreia: The checksums are correct. Clear your build cache.

arcorreia commented on 2025-09-23 15:46 (UTC)

Checksum fails.

==> A validar source ficheiros com sha256sums... youtube-music-3.11.0.tar.gz ... FALHOU

andebugulin commented on 2025-09-21 07:41 (UTC) (edited on 2025-09-21 07:43 (UTC) by andebugulin)

The PKGBUILD is currently broken: the source archive unpacks into ytmd-$pkgver instead of $pkgname-$pkgver, so cd "$pkgname-$pkgver" fails.

I fixed it by introducing _srcname="ytmd-$pkgver" and replacing the cd lines with cd "$_srcname".

Here’s a working PKGBUILD snippet:

 _srcname="ytmd-$pkgver"
 prepare() {
  cd "$_srcname"   …
}
 build() {
  cd "$_srcname"   …
}
 package() {
  cd "$_srcname"   …
}

Tested on Arch Linux, builds fine.

yochananmarqos commented on 2025-07-14 14:22 (UTC)

@jclds139: Upstream is using 38.

jclds139 commented on 2025-07-14 04:17 (UTC)

Is there a typo in the current update? electron 38 is still in alpha. Shouldn't the current version be 36?

Volteos commented on 2025-06-29 14:35 (UTC)

Thank you for maintaining the package your work is appreciated. I wish there was some way to donate to the author.

yochananmarqos commented on 2025-05-15 15:40 (UTC)

@Ape: Upstream has already updated to 36 in the master branch, so the next version will.