PKGBUILDs/qpaeq-menu-entry/default/PKGBUILD

25 lines
765 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
pkgrel=5
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')
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=('f4d3cf3875c0ee022bf5a797f76f6652'
2015-08-17 20:26:02 +02:00
'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
}