summaryrefslogtreecommitdiff
path: root/community/minitube
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/minitube
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/minitube')
-rw-r--r--community/minitube/PKGBUILD25
-rw-r--r--community/minitube/minitube.install11
2 files changed, 0 insertions, 36 deletions
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD
deleted file mode 100644
index e010ef758..000000000
--- a/community/minitube/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 83577 2013-02-03 13:21:39Z speps $
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=minitube
-pkgver=2.0
-pkgrel=1
-pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
-arch=('i686' 'x86_64')
-url='http://flavio.tordini.org/minitube'
-license=('GPL')
-depends=('phonon')
-install="$pkgname.install"
-source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('7df1e44b86a4744a492ccc414c0fa77d')
-
-build() {
- cd "$srcdir/$pkgname"
- qmake
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make install INSTALL_ROOT="$pkgdir/"
-}
diff --git a/community/minitube/minitube.install b/community/minitube/minitube.install
deleted file mode 100644
index 1c0de2e4f..000000000
--- a/community/minitube/minitube.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}