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 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 pcr/utox-git/PKGBUILD (limited to 'pcr/utox-git/PKGBUILD') 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 -} -- cgit v1.2.3-54-g00ecf