summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 137f474d7e5f845072dafa144d1d6233f738b0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated by debtap
# Maintainer: 00sapo
# Contributor: 00sapo
pkgname=pidgin-guifications-deb
pkgver=2.16
pkgrel=1
pkgdesc="Toaster popups for pidgin. Guifications is ana advnced plugin for notifications. This package is stripped from the Debian's one."
arch=('x86_64')
url="http://plugins.guifications.org/trac/wiki/Guifications"
license=('GPL-2')
groups=('')
depends=('desktop-file-utils' 'glib2>=2.18.0' 'gtk2>=2.8.0' 'hicolor-icon-theme' 'libpurple>=2.6.0' 'pidgin>=2.14' 'pidgin<3.0')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("http://http.us.debian.org/debian/pool/main/g/guifications/pidgin-guifications_2.16-2+b3_amd64.deb")
sha512sums_x86_64=('87bf230c853de1d6a0f77772b8a6f344df25e92c45f2779a669ba0bb5e5a6cf8bfe12e6c392ceb35d3f20fe3c0ce6550f51e7d6ff92df93c89d473d19a83b1bf')

package(){

	# Extract package data
	tar -xJ -f data.tar.xz -C "${pkgdir}"

	# install -D -m644 "usr/share/doc/pidgin-guifications/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

}