summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-02 15:02:37 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-02 15:02:37 -0500
commit6a263d9497f04fec057b5f53df11a65ea41d2dd6 (patch)
tree831a05bfb21d37cd1860e151abbc54b153b1b297 /pcr
parent005e5da02f6b83d364bf8faca9484fc60f260883 (diff)
Removing qtox-git. Use qtox instead
Diffstat (limited to 'pcr')
-rw-r--r--pcr/qtox-git/PKGBUILD53
-rw-r--r--pcr/qtox-git/qtox-git.install12
2 files changed, 0 insertions, 65 deletions
diff --git a/pcr/qtox-git/PKGBUILD b/pcr/qtox-git/PKGBUILD
deleted file mode 100644
index 5967f25bc..000000000
--- a/pcr/qtox-git/PKGBUILD
+++ /dev/null
@@ -1,53 +0,0 @@
-# Maintainer (Arch): Jiachen Yang <farseerfc@gmail.com>
-# Maintainer (Arch): Vlad M. <vlad@archlinux.net>
-# Contributor (Arch): Håvard Pettersson <mail@haavard.me>
-# Contributor (Arch): Kevin MacMartin <prurigro at gmail dot com>
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-_pkgname=qtox
-pkgname=qtox-git
-pkgver=r4569.edc35ba
-_gitver=edc35ba9dfce0eae1557016933147c926f04a22d
-pkgrel=1
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines.'
-arch=('i686' 'x86_64''armv7h')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('desktop-file-utils'
- 'libfilteraudio'
- 'libxkbcommon-x11'
- 'libxss'
- 'openal'
- 'opencv'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('git' 'qt5-tools')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
-install=$pkgname.install
-source=("$_pkgname::git+https://github.com/tux3/qTox.git/#commit=$_gitver")
-sha512sums=('SKIP')
-
-pkgver() {
- cd $_pkgname
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-build() {
- cd $_pkgname
-
- # fixing qtox desktop icon and avoid conflict with status icon
- sed -i "s/Icon=qtox/Icon=qTox/" qTox.desktop
-
- install -d build
- cd build
- qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
- make
-}
-
-package() {
- cd $_pkgname/build
- make INSTALL_ROOT="$pkgdir" install
-}
diff --git a/pcr/qtox-git/qtox-git.install b/pcr/qtox-git/qtox-git.install
deleted file mode 100644
index 0e0aa6276..000000000
--- a/pcr/qtox-git/qtox-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_upgrade
-}