David Stes
2021-12-04 e90178c5b2e439e7a8b6aec7ba0b69869ed31c31
paprefs: pulseaudio prefs 1.1

4 files added
196 ■■■■■ changed files
components/desktop/paprefs/Makefile 50 ●●●●● patch | view | raw | blame | history
components/desktop/paprefs/manifests/sample-manifest.p5m 62 ●●●●● patch | view | raw | blame | history
components/desktop/paprefs/paprefs.p5m 62 ●●●●● patch | view | raw | blame | history
components/desktop/paprefs/pkg5 22 ●●●●● patch | view | raw | blame | history
components/desktop/paprefs/Makefile
New file
@@ -0,0 +1,50 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2021 David Stes
#
BUILD_BITS=        64
BUILD_STYLE=        meson
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        paprefs
COMPONENT_VERSION=    1.1
COMPONENT_CLASSIFICATION=Applications/Sound and Video
COMPONENT_FMRI=        desktop/paprefs
COMPONENT_PROJECT_URL=    https://freedesktop.org/software/pulseaudio/paprefs/
COMPONENT_SUMMARY=    PulseAudio Preferences
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= sha256:6ef243c17ebc19ca0e8569e23e00e597c801ca48a2facd77da1d4c08c42d3fa1
COMPONENT_ARCHIVE_URL=     $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=     GPLv2
COMPONENT_LICENSE_FILE=  LICENSE
TEST_TARGET=             $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
# essential to set /usr/gnu/bin/msgfmt  (GNU msgfmt is required for .po files)
PATH=$(PATH.gnu)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += library/audio/pulseaudio
REQUIRED_PACKAGES += library/c++/glibmm
REQUIRED_PACKAGES += library/c++/sigcpp
REQUIRED_PACKAGES += library/desktop/c++/atkmm
REQUIRED_PACKAGES += library/desktop/c++/gtkmm3
REQUIRED_PACKAGES += library/desktop/gtk3
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += system/library
components/desktop/paprefs/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,62 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2021 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/paprefs
file path=usr/share/applications/paprefs.desktop
file path=usr/share/locale/as/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/bn_IN/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ca/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/cs/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/da/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/de/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/el/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/es/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/fi/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/fr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/gu/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/hi/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/hr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/hu/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/it/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/kn/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ml/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/mr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ms/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/nl/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/or/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pa/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pl/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pt/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sk/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sr@latin/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sv/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ta/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/te/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/th/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/tr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/uk/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/paprefs.mo
file path=usr/share/paprefs/paprefs.glade
components/desktop/paprefs/paprefs.p5m
New file
@@ -0,0 +1,62 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2021 David Stes
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/paprefs
file path=usr/share/applications/paprefs.desktop
file path=usr/share/locale/as/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/bn_IN/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ca/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/cs/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/da/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/de/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/el/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/es/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/fi/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/fr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/gu/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/hi/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/hr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/hu/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/it/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/kn/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ml/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/mr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ms/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/nl/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/or/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pa/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pl/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pt/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sk/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sr@latin/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/sv/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/ta/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/te/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/th/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/tr/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/uk/LC_MESSAGES/paprefs.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/paprefs.mo
file path=usr/share/paprefs/paprefs.glade
components/desktop/paprefs/pkg5
New file
@@ -0,0 +1,22 @@
{
    "dependencies": [
        "SUNWcs",
        "developer/build/meson",
        "developer/build/ninja",
        "library/audio/pulseaudio",
        "library/c++/glibmm",
        "library/c++/sigcpp",
        "library/desktop/c++/atkmm",
        "library/desktop/c++/gtkmm3",
        "library/desktop/gtk3",
        "library/glib2",
        "shell/ksh93",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime"
    ],
    "fmris": [
        "desktop/paprefs"
    ],
    "name": "paprefs"
}