447e0afcb9
Add patches via OpenBSD to fix a problem with minitube GUI not having icons when executed outside of a desktop environment.
22 lines
594 B
Bash
22 lines
594 B
Bash
# Template file for 'minitube'
|
|
pkgname=minitube
|
|
version=2.3
|
|
revision=2
|
|
wrksrc=$pkgname
|
|
makedepends="qt-devel phonon-devel"
|
|
depends="virtual?phonon-backend desktop-file-utils hicolor-icon-theme"
|
|
short_desc="A native YouTube client in Qt4"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://flavio.tordini.org/minitube"
|
|
distfiles="http://flavio.tordini.org/files/$pkgname/${pkgname}-${version}.tar.gz"
|
|
checksum=7fb24e295dc3e2f4ce41add1ef71c7b1fef57383578f46af8e271710c86c2247
|
|
|
|
do_build() {
|
|
qmake
|
|
make ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
make INSTALL_ROOT=${DESTDIR} install
|
|
}
|