36 lines
1.2 KiB
Bash
36 lines
1.2 KiB
Bash
# Template file for 'pragha'
|
|
pkgname=pragha
|
|
version=1.3.3
|
|
revision=6
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool xfce4-dev-tools glib-devel gettext-devel
|
|
pkg-config"
|
|
makedepends="
|
|
gtk+3-devel glib-devel gstreamer1-devel sqlite-devel taglib-devel
|
|
libpeas-devel libxfce4ui-devel totem-pl-parser-devel gst-plugins-base1-devel
|
|
libnotify-devel libcdio-devel libcdio-paranoia-devel libcddb-devel
|
|
libkeybinder3-devel glyr-devel rygel-devel grilo-devel libgudev-devel
|
|
libmtp-devel libsoup-devel"
|
|
short_desc="Lightweight Music Player for GNU/Linux"
|
|
maintainer="VargMon <vargmon98@gmail.com>"
|
|
license="GPL-3.0-or-later, LGPL-2.1-or-later"
|
|
homepage="https://pragha-music-player.github.io/"
|
|
distfiles="https://github.com/pragha-music-player/pragha/archive/v${version}.tar.gz"
|
|
checksum=71babb217115f362fc8565072cd70d94f02d58b346f00d2d06e40cecaaf282c8
|
|
|
|
do_configure() {
|
|
CFLAGS+=" $($PKG_CONFIG --cflags gupnp-1.2)"
|
|
CPP=$CPP ./autogen.sh \
|
|
$configure_args \
|
|
--disable-maintainer-mode \
|
|
--with-locales-dir=/usr/share/locale
|
|
}
|
|
|
|
pragha-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include/pragha/plugins
|
|
vmove usr/lib/pragha/plugins/devices/libdeviceclient.so
|
|
}
|
|
}
|