diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-24 17:53:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-24 17:53:12 -0500 |
commit | a30956a5ca8e3d0cfea3c9280799c1f95d6868e5 (patch) | |
tree | efc4e991067f57f418705a1e15bfc49c899f46d8 | |
parent | 7439b06cada523677bfea826b93f166e2f06fd3b (diff) | |
download | abslibre-a30956a5ca8e3d0cfea3c9280799c1f95d6868e5.tar.gz abslibre-a30956a5ca8e3d0cfea3c9280799c1f95d6868e5.tar.bz2 abslibre-a30956a5ca8e3d0cfea3c9280799c1f95d6868e5.zip |
Removing toxic-git. Use toxic instead
-rw-r--r-- | pcr/toxic-git/PKGBUILD | 41 | ||||
-rw-r--r-- | pcr/toxic-git/toxic-git.install | 11 |
2 files changed, 0 insertions, 52 deletions
diff --git a/pcr/toxic-git/PKGBUILD b/pcr/toxic-git/PKGBUILD deleted file mode 100644 index 8e1e33936..000000000 --- a/pcr/toxic-git/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer (Arch): Vlad M. <vlad@archlinux.net> -# Contributor (Arch): HÃ¥vard Pettersson <mail@haavard.me> -# Contributor (Arch): Florian Hahn <flo at fhahn dot com> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -_pkgname=toxic -pkgname=toxic-git -pkgdesc='CLI Frontend in ncurses for Tox' -license=('GPL3') -pkgver=0.7.0.r4.g8827082 -pkgrel=1.1 -depends=('curl' - 'desktop-file-utils' - 'freealut' - 'libnotify' - 'qrencode' - 'toxcore') -makedepends=('git') -conflicts=($_pkgname) -provides=($_pkgname) -arch=('i686' 'x86_64' 'armv7h') -url=('https://tox.chat') -source=("${pkgname}::git+https://github.com/JFreegman/toxic.git") -sha512sums=('SKIP') - -install="${pkgname}.install" - -pkgver() { - cd "$pkgname" - git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' -} - -build() { - cd "$pkgname" - make PREFIX=/usr -} - -package() { - cd "$pkgname" - make PREFIX=/usr DESTDIR="$pkgdir" install -} diff --git a/pcr/toxic-git/toxic-git.install b/pcr/toxic-git/toxic-git.install deleted file mode 100644 index 2eaa60550..000000000 --- a/pcr/toxic-git/toxic-git.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |