From 956a4f87beef8949f9537429359b374759f73014 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 19 Mar 2016 17:19:03 -0500 Subject: Removing utox-git. Use utox instead --- pcr/utox-git/PKGBUILD | 45 ------------------------------------------- pcr/utox-git/utox-git.install | 15 --------------- 2 files changed, 60 deletions(-) delete mode 100644 pcr/utox-git/PKGBUILD delete mode 100644 pcr/utox-git/utox-git.install (limited to 'pcr') diff --git a/pcr/utox-git/PKGBUILD b/pcr/utox-git/PKGBUILD deleted file mode 100644 index 96ea15f5a..000000000 --- a/pcr/utox-git/PKGBUILD +++ /dev/null @@ -1,45 +0,0 @@ -# Maintainer (Arch): Vlad M. -# Contributor (Arch): HÃ¥vard Pettersson -# Contributor (Arch): Madotsuki -# Maintainer: Omar Vega Ramos - -_pkgname=utox -pkgname=utox-git -pkgver=0.5.0.r11.gc1455ba -pkgrel=1 -pkgdesc='Lightweight Tox client' -arch=('i686' 'x86_64' 'armv7h') -url='https://github.com/GrayHatter/uTox' -license=('GPL3') -depends=('desktop-file-utils' - 'fontconfig' - 'libfilteraudio-git' - 'hicolor-icon-theme' - 'libdbus' - 'libxext' - 'libxrender' - 'openal' - 'toxcore' - 'v4l-utils') -makedepends=('git') -optdepends=('gtk3: GTK file picker') -provides=("$_pkgname") -conflicts=("$_pkgname") -source=("$pkgname::git+https://github.com/GrayHatter/uTox") -md5sums=('SKIP') -install="$pkgname.install" - -pkgver() { - cd "$pkgname" - git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' -} - -build() { - cd "$pkgname" - make -} - -package() { - cd "$pkgname" - make PREFIX=/usr DESTDIR="$pkgdir" install -} diff --git a/pcr/utox-git/utox-git.install b/pcr/utox-git/utox-git.install deleted file mode 100644 index 4361e58e9..000000000 --- a/pcr/utox-git/utox-git.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() -{ - xdg-icon-resource forceupdate --theme hicolor &>/dev/null - update-desktop-database -q -} - -post_upgrade() -{ - post_install $1 -} - -post_remove() -{ - post_install $1 -} -- cgit v1.2.3-54-g00ecf