summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-24PKGBUILD: comments onlygrufo
2021-08-27PKGBUILD: comments onlygrufo
2017-04-11url http://popcorntime.ag/ changed to http://www.popcorn-time.is/grufo
2017-02-18New releasegrufo
2016-04-16Instructions moved to function "prepare()"grufo
2016-04-14Fixed: "WARNING: Package contains reference to $srcdir"grufo
2016-04-11Partially restored previous PKGBUILDgrufo
2016-04-11Comments only, no changesmadmurphy
2016-04-11Fixed: "WARNING: Package contains reference to $srcdir"madmurphy
2016-04-10PKGBUILD changes onlymadmurphy
2016-04-10PKGBUILD changes onlymadmurphy
2016-04-10Switched from binary to sourcemadmurphy
2016-04-09Added popcorntime-ce-git among "conflicts"madmurphy
2016-04-09Added popcorntime-ce-git among "conflicts"madmurphy
2016-03-10popcorntime-ce.desktopmadmurphy
2016-03-10# Maintainer: grufo <madmurphy333@gmail.com>madmurphy
pkgname=popcorntime-ce _pkgfamily=popcorntime pkgver=0.4.0 pkgrel=2 pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch. Repos of the original community edition." arch=("x86_64" "i686") url="http://popcorntime.ag/" license=('GPL3') depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation: open source ttf fonts') provides=('popcorntime') conflicts=('popcorntime' 'popcorntime-bin' 'popcorntime-git') options=('!strip') install="popcorntime-ce.install" sha1sums=('ee6a1b9314cbcb8eeabe76e9d6928f8c0bee4f42' '48fe37180e9dfed60da82fc67d023b0004f3f1c7' '98cba5c0c979d37e601cc33cf3b562f106427d36') _platform='64bit' if [ "$CARCH" = 'i686' ]; then _platform='32bit' sha1sums[0]='369da992f097e1b872a0f7d00a62361ac9192c93' fi source=("https://github.com/PopcornTime-CE/desktop/releases/download/v${pkgver}-${pkgrel}/popcorn-time-community-v${pkgver}-${pkgrel}-${_platform}.tar.xz" "popcorntime-ce.install" "popcorntime-ce.desktop") package() { cd "${srcdir}" install -dm755 "${pkgdir}/usr/share/${_pkgfamily}" install -dm755 "${pkgdir}/usr/bin" # Program install -Dm755 "${srcdir}/Popcorn-Time" "${pkgdir}/usr/share/${_pkgfamily}/" install -Dm644 "${srcdir}/"{icudtl.dat,libffmpegsumo.so,nw.pak,package.json} \ "${pkgdir}/usr/share/${_pkgfamily}/" # Directories cp -a "${srcdir}/"{node_modules,src} "${pkgdir}/usr/share/${_pkgfamily}/" # Link to program ln -s "/usr/share/${_pkgfamily}/Popcorn-Time" "${pkgdir}/usr/bin/${_pkgfamily}" # Desktop file install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgfamily}.desktop" # Icon install -Dm644 "${srcdir}/${_pkgfamily}.png" "${pkgdir}/usr/share/pixmaps/${_pkgfamily}.png" }
2016-03-10Popcorn Time Community Edition -- official popcorn time repos of the ↵madmurphy
original community edition -- http://popcorntime.ag