summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-27 01:18:56 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-27 01:18:56 -0300
commitf54755b05952a85cdccba909b0de092d4fc8c598 (patch)
treeacac5e23ba87eb28e2ac69f5a2f4ad8b1d5740ea
parent531dd568c01ae314e73de34fcc931aac9e821078 (diff)
downloadabslibre-f54755b05952a85cdccba909b0de092d4fc8c598.tar.gz
abslibre-f54755b05952a85cdccba909b0de092d4fc8c598.tar.bz2
abslibre-f54755b05952a85cdccba909b0de092d4fc8c598.zip
popcorntime: remove package from [pcr] since it contains embedded Chromium
-rw-r--r--pcr/popcorntime/PKGBUILD86
-rw-r--r--pcr/popcorntime/popcorntime.desktop9
2 files changed, 0 insertions, 95 deletions
diff --git a/pcr/popcorntime/PKGBUILD b/pcr/popcorntime/PKGBUILD
deleted file mode 100644
index d60995279..000000000
--- a/pcr/popcorntime/PKGBUILD
+++ /dev/null
@@ -1,86 +0,0 @@
-# Maintainer (Arch): Giovanni 'ItachiSan' Santini <giovannisantini93@yahoo.it>
-# Contributor (Arch): Vlad M. <vlad@archlinux.net>
-# Contributor (Arch): Attila Bukor <r1pp3rj4ck [at] w4it [dot] eu>
-# Contributor (Arch): Hugo Osvaldo Barrera <hugo@barrera.io>
-# Contributor (Arch): xantares <xantares09@hotmail.com>
-# Contributor (Arch): Eric Engestrom <aur [at] engestrom [dot] ch>
-# Contributor (Arch): Iwan Timmer <irtimmer@gmail.com>
-# Contributor (Arch): Ricardo Band <me [at] xengi [dot] de>
-
-pkgname=popcorntime
-pkgver=0.3.10
-pkgrel=1
-pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
-arch=('i686' 'x86_64')
-url="https://popcorntime.sh"
-license=('GPL3')
-makedepends=(
- 'npm'
- 'bower'
- 'nodejs-grunt-cli'
- 'gulp'
- 'git'
-)
-depends=(
- 'alsa-lib'
- 'gconf'
- 'gtk2'
- 'libnotify'
- 'libxtst'
- 'nss'
- 'ttf-font'
-)
-optdepends=('net-tools: vpn.ht client')
-replaces=('popcorntime-git')
-conflicts=('popcorntime-git')
-options=('!strip')
-# Needed variables for sources downloads
-_commit_hash="tag=0.3.10"
-
-_pkgname="popcorn-desktop"
-source=(
- "${_pkgname}_${pkgver}::git+https://github.com/popcorn-official/popcorn-desktop/#${_commit_hash}"
- "popcorntime.desktop"
-)
-sha256sums=('SKIP'
- '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
-
-# Useful variables for builds
-[ "$CARCH" = "i686" ] && _platform=linux32
-[ "$CARCH" = "x86_64" ] && _platform=linux64
-_srcdir="${_pkgname}_${pkgver}"
-_bpath="${_srcdir}/build/Popcorn-Time/${_platform}"
-
-# Building the package
-prepare() {
- cd "${srcdir}/${_srcdir}"
-
- msg2 "Installing npm and bower dependencies..."
- # Using a different folder for the cache, makes the system cleaner
- _cache=`npm config get cache`
- npm config set cache "$srcdir/npm_cache"
- # Actually install the stuff
- msg2 "Cache changed from $_cache to `npm config get cache`, ready to install"
- npm install #-dd install
- # Restore the cache directory
- npm config set cache ${_cache}
-}
-
-build() {
- cd "${srcdir}/${_srcdir}"
-
- gulp build
-}
-
-package() {
- mkdir -p "${pkgdir}/usr/share/${pkgname}"
- mkdir -p "${pkgdir}/usr/bin"
-
- cp -a "${_bpath}"/* "${pkgdir}/usr/share/${pkgname}/"
-
- install -Dm644 "${srcdir}/${_srcdir}/src/app/images/icon.png" "${pkgdir}/usr/share/pixmaps/popcorntime.png"
-
- ln -s "/usr/share/${pkgname}/Popcorn-Time" "${pkgdir}/usr/bin/${pkgname}"
-
- install -Dm644 "${srcdir}/popcorntime.desktop" "${pkgdir}/usr/share/applications/popcorntime.desktop"
-}
diff --git a/pcr/popcorntime/popcorntime.desktop b/pcr/popcorntime/popcorntime.desktop
deleted file mode 100644
index 3b39b6356..000000000
--- a/pcr/popcorntime/popcorntime.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Popcorn Time
-Comment=Watch Movies and TV Shows instantly
-Exec=popcorntime %U
-Icon=popcorntime
-MimeType=application/x-bittorrent;x-scheme-handler/magnet;
-StartupNotify=false
-Categories=AudioVideo;Video;Network;Player;P2P;
-Type=Application