Arch-Like zawiesza swoją działalność! Więcej informacji w TYM wątku!
0 użytkowników i 1 Gość przegląda ten wątek.
# Maintainer: pavbaranovpkgname=qradiopkgver=1.0pkgrel=1pkgdesc="Client for an integrated radio over IP solution"arch=("i686" "x86_64")url="http://qt-apps.org/content/show.php/QRadio?content=170896&"license=('GPL3' 'LGPL3')depends=()makedepends=("qt5-base" "qt5-multimedia")install=("${pkgname}.install")source=("http://arraylist.org/qradio_src.zip" "${pkgname}.install" )md5sums=('75956f6c6162b6bd800e66673a902c69' '8be0cd5bbfd11da70b83fc63af8c81e7')prepare() { mkdir -p build } build() { cd build qmake-qt5 ../qradio make }package() { cd build install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} }
post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor update-desktop-database -q}post_upgrade() { post_install $1}post_remove() { post_install $1}