21 lines
749 B
Bash
21 lines
749 B
Bash
# Template file for 'pidgin-libnotify'
|
|
pkgname=pidgin-libnotify
|
|
version=0.14
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--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="Orphaned <orphan@voidlinux.org>"
|
|
# 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
|
|
}
|