summaryrefslogtreecommitdiff
path: root/user/xfce4-settings
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-07 04:49:07 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-07 04:49:07 +0000
commit077efc8fe93b89e8db7ed1bd9fd5b75c49ced53f (patch)
tree7d27a6072ca6099f3671cf418d27e2b942167d24 /user/xfce4-settings
parent03c2cfa441a78e27f9389c883eabdcf7624c8ebc (diff)
downloadpackages-077efc8fe93b89e8db7ed1bd9fd5b75c49ced53f.tar.gz
packages-077efc8fe93b89e8db7ed1bd9fd5b75c49ced53f.tar.bz2
packages-077efc8fe93b89e8db7ed1bd9fd5b75c49ced53f.tar.xz
packages-077efc8fe93b89e8db7ed1bd9fd5b75c49ced53f.zip
user/[GTK apps, mostly XFCE]: fix locale dir
Diffstat (limited to 'user/xfce4-settings')
-rw-r--r--user/xfce4-settings/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/user/xfce4-settings/APKBUILD b/user/xfce4-settings/APKBUILD
index 7fc818d88..70798f6ce 100644
--- a/user/xfce4-settings/APKBUILD
+++ b/user/xfce4-settings/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=xfce4-settings
pkgver=4.13.6
-pkgrel=0
+pkgrel=1
pkgdesc="GUI settings application for the XFCE desktop environment"
url="https://xfce.org"
arch="all"
@@ -10,12 +10,10 @@ license="GPL-2.0+ AND MIT AND LGPL-2.0+"
makedepends="intltool exo-dev garcon-dev libnotify-dev upower-dev
libxklavier-dev xf86-input-libinput-dev"
subpackages="$pkgname-lang"
-langdir="/usr/lib/locale"
source="http://archive.xfce.org/src/xfce/xfce4-settings/4.13/xfce4-settings-$pkgver.tar.bz2"
build() {
- cd "$builddir"
- ./configure \
+ LIBS="-lintl" ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
@@ -28,12 +26,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}