Package Details: olivia-git 1.2.r9.g4048134f-1

Git Clone URL: https://aur.archlinux.org/olivia-git.git (read-only, click to copy)
Package Base: olivia-git
Description: Elegant Cloud Music Player for Linux Desktop
Upstream URL: https://github.com/keshavbhatt/olivia
Licenses: MIT
Conflicts: olivia
Provides: olivia
Submitter: xiota
Maintainer: xiota
Last Packager: xiota
Votes: 11
Popularity: 0.000014
First Submitted: 2023-11-01 13:43 (UTC)
Last Updated: 2024-02-07 01:43 (UTC)

Latest Comments

onurbbr commented on 2021-04-07 10:40 (UTC) (edited on 2021-04-07 10:45 (UTC) by onurbbr)

@lebaux Edit the build section in the PKGBUILD file as follows:

build() { cd "$pkgname" qmake src/Olivia.pro PREFIX="$pkgdir/usr" -spec linux-g++ CONFIG+=release make }

lebaux commented on 2021-04-07 07:37 (UTC)

Lately I was unable to update the database, so I tried reinstalling olivia from scratch and build failed https://paste.sh/57CErCzL#PYh9ac3qB9wphgVnP6xRK0G2 using yay on manjaro.

Bleuzen commented on 2020-04-14 18:04 (UTC)

@FabioLolix thanks for the hints, second and third point are changed now.

FabioLolix commented on 2020-04-14 08:52 (UTC)

  • This should have been uploaded as olivia-git since when you created it there weren't tagged release and don't have a stable releases cycle yet

  • git is missing in makedepends

  • qt5-tools is usually needed only as makedepends

  • please build your pkgbuilds in clean chroot before uploading to the AUR

Bleuzen commented on 2020-02-19 20:39 (UTC)

@yochananmarqos Well, this may be correct for released programs. But in olivias case, it is under heavy development and the last tag is already pretty old. I messaged the author and he said it is better to build from git master for now. This is also what the official snap package does currently. This is likely to change when there is a 1.0 release.

yochananmarqos commented on 2020-02-18 20:17 (UTC)

Please pull from the release tag:

_pkgver=1.0-beta
pkgver=${_pkgver//-/.}

source=("git+https://github.com/keshavbhatt/olivia.git#tag=v$_pkgver")

Submit a proper VCS package called olivia-git if you want to pull directly from master. See VCS package guidelines:

pkgver() {
  cd "$srcdir/${pkgname%-git}"
  git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
1.0.beta.r269.g98eadff-1

Bleuzen commented on 2019-12-30 17:01 (UTC)

@Rocky-IV Done.

Rocky-IV commented on 2019-12-30 01:58 (UTC) (edited on 2019-12-30 01:59 (UTC) by Rocky-IV)

Please add [qt5-webkit] as a dependency! Olivia will not compile/build unless [qt5-webkit] is installed as a dependency. (QT modules errors)