diff --git a/common/shlibs b/common/shlibs index 5c0fcba6c3..bbabe3a977 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2946,6 +2946,7 @@ libprotobuf-lite.so.15 protobuf-lite-3.5.0.1_1 libprotoc.so.15 protobuf-3.5.0.1_1 libprotobuf.so.15 protobuf-3.5.0.1_1 libsombok.so.3 sombok-2.4.0_1 +libdeviceclient.so.0 pragha-1.3.3_1 libguile-srfi-srfi-1-v-3.so.3 guile1.8-1.8.8_1 libguile-srfi-srfi-4-v-3.so.3 guile1.8-1.8.8_1 libguile-srfi-srfi-60-v-2.so.2 guile1.8-1.8.8_1 diff --git a/srcpkgs/pragha-devel b/srcpkgs/pragha-devel new file mode 120000 index 0000000000..675f92b956 --- /dev/null +++ b/srcpkgs/pragha-devel @@ -0,0 +1 @@ +pragha \ No newline at end of file diff --git a/srcpkgs/pragha/template b/srcpkgs/pragha/template new file mode 100644 index 0000000000..411d16c025 --- /dev/null +++ b/srcpkgs/pragha/template @@ -0,0 +1,38 @@ +# Template file for 'pragha' +pkgname=pragha +version=1.3.3 +revision=1 +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 + $(vopt_if peas 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" +short_desc="Pragha is a Lightweight Music Player for GNU/Linux" +maintainer="VargMon " +license="GPL-3" +homepage="https://pragha-music-player.github.io/" +distfiles="https://github.com/pragha-music-player/pragha/archive/v${version}.tar.gz" +checksum=71babb217115f362fc8565072cd70d94f02d58b346f00d2d06e40cecaaf282c8 + +build_options="peas" +desc_option_peas="Enable libpeas plugin library" + +subpackages="pragha" +if [ -z "$CROSS_BUILD" ]; then + build_options_default="peas" + subpackages+=" pragha-devel" +fi + +pre_configure() { + CPP=$CPP ./autogen.sh +} + +pragha-devel_package() { + short_desc+=" - development files" + pkg_install() { + vmove usr/include/pragha/plugins + vmove usr/lib/pragha/plugins/devices/libdeviceclient.so + } +}