diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-28 15:34:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-28 15:34:30 +0800 |
commit | e6aac252c611b6900cf0272c53feea5d874ddada (patch) | |
tree | 740f04631906a6586b7c5d6b9799fe6b56b9eb07 /audio | |
parent | d2d4d67641c7d8f3da722a819df404352f362355 (diff) | |
download | freebsd-ports-gnome-e6aac252c611b6900cf0272c53feea5d874ddada.tar.gz freebsd-ports-gnome-e6aac252c611b6900cf0272c53feea5d874ddada.tar.zst freebsd-ports-gnome-e6aac252c611b6900cf0272c53feea5d874ddada.zip |
* Use gmake to build libmatemixer to fix the build on 9.x.
* This causes translations to be installed. Use intlhack instead of intltool
to get them installed in the right place, and fix the plist. Bump
portrevision since package content changed.
Submitted by: pkg-fallout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmatemixer/Makefile | 5 | ||||
-rw-r--r-- | audio/libmatemixer/pkg-plist | 35 |
2 files changed, 38 insertions, 2 deletions
diff --git a/audio/libmatemixer/Makefile b/audio/libmatemixer/Makefile index c7c9210a8b10..ba80242be126 100644 --- a/audio/libmatemixer/Makefile +++ b/audio/libmatemixer/Makefile @@ -2,6 +2,7 @@ PORTNAME= libmatemixer PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,8 +12,8 @@ COMMENT= Mixer library for MATE desktop LICENSE= LGPL21 -USES= gettext libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 intltool +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-null \ --enable-oss \ diff --git a/audio/libmatemixer/pkg-plist b/audio/libmatemixer/pkg-plist index 0c64f2bc2e05..4197cb9986d0 100644 --- a/audio/libmatemixer/pkg-plist +++ b/audio/libmatemixer/pkg-plist @@ -50,3 +50,38 @@ share/gtk-doc/html/libmatemixer/right.png share/gtk-doc/html/libmatemixer/style.css share/gtk-doc/html/libmatemixer/up-insensitive.png share/gtk-doc/html/libmatemixer/up.png +share/locale/am/LC_MESSAGES/libmatemixer.mo +share/locale/ar/LC_MESSAGES/libmatemixer.mo +share/locale/be/LC_MESSAGES/libmatemixer.mo +share/locale/cs/LC_MESSAGES/libmatemixer.mo +share/locale/da/LC_MESSAGES/libmatemixer.mo +share/locale/de/LC_MESSAGES/libmatemixer.mo +share/locale/el/LC_MESSAGES/libmatemixer.mo +share/locale/en_AU/LC_MESSAGES/libmatemixer.mo +share/locale/en_GB/LC_MESSAGES/libmatemixer.mo +share/locale/es/LC_MESSAGES/libmatemixer.mo +share/locale/et/LC_MESSAGES/libmatemixer.mo +share/locale/eu/LC_MESSAGES/libmatemixer.mo +share/locale/fr/LC_MESSAGES/libmatemixer.mo +share/locale/hr/LC_MESSAGES/libmatemixer.mo +share/locale/hu/LC_MESSAGES/libmatemixer.mo +share/locale/id/LC_MESSAGES/libmatemixer.mo +share/locale/it/LC_MESSAGES/libmatemixer.mo +share/locale/ja/LC_MESSAGES/libmatemixer.mo +share/locale/ko/LC_MESSAGES/libmatemixer.mo +share/locale/lt/LC_MESSAGES/libmatemixer.mo +share/locale/ms/LC_MESSAGES/libmatemixer.mo +share/locale/nl/LC_MESSAGES/libmatemixer.mo +share/locale/pl/LC_MESSAGES/libmatemixer.mo +share/locale/pt/LC_MESSAGES/libmatemixer.mo +share/locale/pt_BR/LC_MESSAGES/libmatemixer.mo +share/locale/ro/LC_MESSAGES/libmatemixer.mo +share/locale/ru/LC_MESSAGES/libmatemixer.mo +share/locale/sk/LC_MESSAGES/libmatemixer.mo +share/locale/sl/LC_MESSAGES/libmatemixer.mo +share/locale/sr/LC_MESSAGES/libmatemixer.mo +share/locale/sv/LC_MESSAGES/libmatemixer.mo +share/locale/tr/LC_MESSAGES/libmatemixer.mo +share/locale/uk/LC_MESSAGES/libmatemixer.mo +share/locale/zh_CN/LC_MESSAGES/libmatemixer.mo +share/locale/zh_TW/LC_MESSAGES/libmatemixer.mo |