diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-19 17:19:03 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-19 17:19:03 -0500 |
commit | 956a4f87beef8949f9537429359b374759f73014 (patch) | |
tree | 27cf2c4a6f0887e16c016d0f8f32637c5fdbc303 /pcr | |
parent | 173039dced004bb81846a2b6a3eaf90984633647 (diff) | |
download | abslibre-956a4f87beef8949f9537429359b374759f73014.tar.gz abslibre-956a4f87beef8949f9537429359b374759f73014.tar.bz2 abslibre-956a4f87beef8949f9537429359b374759f73014.zip |
Removing utox-git. Use utox instead
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/utox-git/PKGBUILD | 45 | ||||
-rw-r--r-- | pcr/utox-git/utox-git.install | 15 |
2 files changed, 0 insertions, 60 deletions
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. <vlad@archlinux.net> -# Contributor (Arch): HÃ¥vard Pettersson <mail@haavard.me> -# Contributor (Arch): Madotsuki <madotsuki at cock dot li> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -_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 -} |