From 077efc8fe93b89e8db7ed1bd9fd5b75c49ced53f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 7 Jul 2019 04:49:07 +0000 Subject: user/[GTK apps, mostly XFCE]: fix locale dir --- user/xfce4-pulseaudio-plugin/APKBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'user/xfce4-pulseaudio-plugin/APKBUILD') diff --git a/user/xfce4-pulseaudio-plugin/APKBUILD b/user/xfce4-pulseaudio-plugin/APKBUILD index 8a1e6cb34..6d7f04117 100644 --- a/user/xfce4-pulseaudio-plugin/APKBUILD +++ b/user/xfce4-pulseaudio-plugin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kiyoshi Aman pkgname=xfce4-pulseaudio-plugin pkgver=0.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="Pulseaudio plugin for the XFCE panel" url="https://xfce.org" arch="all" @@ -10,12 +10,10 @@ license="GPL-2.0+" makedepends="intltool libxfce4ui-dev xfce4-panel-dev pulseaudio-dev keybinder-3.0-dev libnotify-dev dbus-glib-dev" subpackages="$pkgname-lang" -langdir="/usr/lib/locale" -source="http://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2" build() { - cd "$builddir" - ./configure \ + LIBS="-lintl" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ @@ -26,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3-70-g09d2