Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: Jonathon Fernyhough <jonathon+m2x@dev>
- # Contributor: Leo <olorin12+gmail+com>
- # Contributor: bittin <droidbittin@gmail.com>
- pkgname=hypnotix
- pkgver=1.4
- pkgrel=1
- pkgdesc="An IPTV app"
- arch=(any)
- url="https://github.com/linuxmint/hypnotix"
- license=(GPL3)
- depends=(dconf hicolor-icon-theme python-cairo python-imdbpy python-requests python-setproctitle mpv xapp)
- source=($url/archive/$pkgver.tar.gz)
- b2sums=('f4ced1e654a10665f2630cfef3f570b200e162821d11fdafcf82814a9d74f4de8a59428c20d5c3187b7d77e32f307a1680777ce9bfe6f6a83192afa2843d4763')
- build() {
- cd $pkgname-$pkgver
- make
- }
- package() {
- cd $pkgname-$pkgver
- install -D -t "$pkgdir"/usr/bin usr/bin/hypnotix
- install -D -t "$pkgdir"/usr/lib/hypnotix usr/lib/hypnotix/{common,hypnotix}.py
- install -Dm644 -t "$pkgdir"/usr/lib/hypnotix usr/lib/hypnotix/mpv.py
- install -Dm644 -t "$pkgdir"/usr/share/applications usr/share/applications/hypnotix.desktop
- install -Dm644 -t "$pkgdir"/usr/share/glib-2.0/schemas usr/share/glib-2.0/schemas/org.x.hypnotix.gschema.xml
- install -Dm644 -t "$pkgdir"/usr/share/hypnotix usr/share/hypnotix/*.{css,png,ui}
- install -Dm644 -t "$pkgdir"/usr/share/hypnotix/pictures usr/share/hypnotix/pictures/*.svg
- install -Dm644 -t "$pkgdir"/usr/share/hypnotix/pictures/badges usr/share/hypnotix/pictures/badges/*
- install -Dm644 -t "$pkgdir"/usr/share/icons/hicolor/scalable/apps usr/share/icons/hicolor/scalable/apps/hypnotix.svg
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement