pidgin-libnotify: fix l10n dir
This commit is contained in:
parent
7ff4bc866b
commit
032ee6c120
1 changed files with 8 additions and 3 deletions
|
@ -1,15 +1,20 @@
|
|||
# Template file for 'pidgin-libnotify'
|
||||
pkgname=pidgin-libnotify
|
||||
version=0.14
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-deprecated --disable-static"
|
||||
configure_args="--with-locales-dir=/usr/share/locale --disable-deprecated --disable-static"
|
||||
hostmakedepends="intltool pkg-config"
|
||||
makedepends="pidgin-devel libnotify-devel"
|
||||
short_desc="Pidgin plugin that enables popups when someone logs in or messages you"
|
||||
maintainer="Kharlamov Alexey <der@2-47.ru>"
|
||||
license="GPL-3.0-or-later"
|
||||
# See its only source file pidgin-libnotify.c
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://gaim-libnotify.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/gaim-libnotify/${pkgname}-${version}.tar.gz"
|
||||
checksum=74f4a9f20e0a483df39974178f1f2380786176189512bcd438e4ada280ec3abe
|
||||
lib32disabled=yes
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue