Github messages for voidlinux
 help / color / mirror / Atom feed
From: MechDR <MechDR@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package request: amarok 
Date: Thu, 09 May 2024 00:08:02 +0200	[thread overview]
Message-ID: <20240508220802.BC54D22727@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49953@inbox.vuxu.org>

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/issues/49953#issuecomment-2101583671

Comment:
OK, I think I got this working... I'll need a day or two more.

Rough draft.

````
# Template file for 'amarok'
pkgname=amarok
version=3.0.0
revision=1
#build_style=cmake
#configure_args=".. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
#build_wrksrc="${pkgname}-${version}-build"
hostmakedepends="cmake-bootstrap cmake extra-cmake-modules ninja pkg-config gettext-devel
 taglib-devel fftw-devel qt5-devel qt5-tools-devel qt5-declarative-devel qt5-svg-devel
 qt5-webengine-devel qt5-webchannel-devel qt5-quickcontrols2-devel qt5-location-devel kde5
 attica-devel karchive-devel kcodecs-devel kconfig-devel kconfigwidgets-devel
 kcoreaddons-devel kcrash-devel kdbusaddons-devel kdeclarative-devel kdnssd-devel
 kdoctools-devel kglobalaccel-devel kguiaddons-devel ki18n-devel kiconthemes-devel
 kcmutils-devel kio-devel knewstuff-devel knotifications-devel kpackage-devel ksolid-devel
 ktexteditor-devel threadweaver-devel kwidgetsaddons-devel kwindowsystem-devel"
makedepends=""
short_desc="Amarok is a free, cross-platform, versatile, powerful and feature-rich music player."
maintainer="someone <someone@some.one>"
license="GPL-2.0-or-later"
homepage="https://amarok.kde.org/"
distfiles="https://download.kde.org/stable/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
checksum="14a87678305fad76a0a1daca555a6775ffa642e5ebbcccecd91f497093992c1c"

post_extract() {
	mkdir -p ${wrksrc}/${pkgname}-${version}-build
}

do_configure() {
	cd ${wrksrc}/${pkgname}-${version}-build
	cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`
}

do_build() {
	cd ${wrksrc}/${pkgname}-${version}-build
	make
}

do_install() {
	cd ${wrksrc}/${pkgname}-${version}-build
	make install
}
````

  parent reply	other threads:[~2024-05-08 22:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-21  9:58 [ISSUE] " Eloitor
2024-04-23 11:24 ` MechDR
2024-04-23 11:38 ` Eloitor
2024-04-23 14:09 ` MechDR
2024-05-03  7:20 ` mvf
2024-05-08 22:08 ` MechDR [this message]
2024-05-15 13:09 ` MechDR
2024-05-16  7:09 ` mvf
2024-05-16  7:20 ` MechDR
2024-05-16  7:22 ` MechDR
2024-05-16  7:38 ` mvf
2024-05-16 16:30 ` MechDR
2024-05-20 23:28 ` MechDR
2024-05-24 22:33 ` MechDR
2024-05-24 22:33 ` MechDR
2024-05-24 22:42 ` MechDR
2024-05-24 23:55 ` MechDR
2024-05-25  0:00 ` MechDR
2024-05-25  0:09 ` MechDR
2024-05-25  0:12 ` MechDR

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=20240508220802.BC54D22727@inbox.vuxu.org \
    --to=mechdr@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).