mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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'
|
# Template file for 'pidgin-libnotify'
|
||||||
pkgname=pidgin-libnotify
|
pkgname=pidgin-libnotify
|
||||||
version=0.14
|
version=0.14
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="intltool pkg-config"
|
||||||
makedepends="pidgin-devel libnotify-devel"
|
makedepends="pidgin-devel libnotify-devel"
|
||||||
short_desc="Pidgin plugin that enables popups when someone logs in or messages you"
|
short_desc="Pidgin plugin that enables popups when someone logs in or messages you"
|
||||||
maintainer="Kharlamov Alexey <der@2-47.ru>"
|
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/"
|
homepage="http://gaim-libnotify.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gaim-libnotify/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gaim-libnotify/${pkgname}-${version}.tar.gz"
|
||||||
checksum=74f4a9f20e0a483df39974178f1f2380786176189512bcd438e4ada280ec3abe
|
checksum=74f4a9f20e0a483df39974178f1f2380786176189512bcd438e4ada280ec3abe
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue