PKGBUILDs/qpaeq-menu-entry/default/PKGBUILD

26 lines
793 B
Bash
Raw Normal View History

2016-08-09 01:55:11 +02:00
# Maintainer: Martchus <martchus@gmx.net>
# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
# you also find the URL of a binary repository.
2015-08-17 20:26:02 +02:00
pkgname=qpaeq-menu-entry
_execname=qpaeq
pkgver=1.0.0
2016-08-09 01:55:11 +02:00
pkgrel=4
2015-08-17 20:26:02 +02:00
arch=('any')
2016-08-09 01:55:11 +02:00
pkgdesc='Menu entry for qpaeq - a PulseAudio equalizer frontend'
2015-08-17 20:26:02 +02:00
license=('BSD')
depends=('pulseaudio-equalizer' 'python-pyqt4')
makedepends=
2016-08-09 01:55:11 +02:00
install="${_execname}.install"
2015-08-17 20:26:02 +02:00
url=
source=("$_execname.desktop" "$_execname.svg")
md5sums=('2bb4b813d1007bd93b58c15f1334fe88'
'82df9349be90add6be1be8c537f4abef')
package() {
2016-08-09 01:55:11 +02:00
cd "$srcdir"
install -m644 -D "./${_execname}.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/${_execname}.svg"
install -m644 -D "./${_execname}.desktop" "$pkgdir/usr/share/applications/${_execname}.desktop"
2015-08-17 20:26:02 +02:00
}