[arch-commits] Commit in toxic/repos (6 files)
Jiachen Yang
farseerfc at archlinux.org
Sun Dec 20 09:31:36 UTC 2015
Date: Sunday, December 20, 2015 @ 10:31:36
Author: farseerfc
Revision: 153757
archrelease: copy trunk to community-i686, community-x86_64
Added:
toxic/repos/community-i686/
toxic/repos/community-i686/PKGBUILD
(from rev 153756, toxic/trunk/PKGBUILD)
toxic/repos/community-i686/toxic.install
(from rev 153756, toxic/trunk/toxic.install)
toxic/repos/community-x86_64/
toxic/repos/community-x86_64/PKGBUILD
(from rev 153756, toxic/trunk/PKGBUILD)
toxic/repos/community-x86_64/toxic.install
(from rev 153756, toxic/trunk/toxic.install)
--------------------------------+
community-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-i686/toxic.install | 11 +++++++++++
community-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-x86_64/toxic.install | 11 +++++++++++
4 files changed, 82 insertions(+)
Copied: toxic/repos/community-i686/PKGBUILD (from rev 153756, toxic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=2
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url=('https://github.com/JFreegman/toxic')
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+install="$pkgname.install"
+
+build() {
+ cd "$pkgname-$pkgver"
+ # disable X11 because https://github.com/JFreegman/toxic/issues/277
+ make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
Copied: toxic/repos/community-i686/toxic.install (from rev 153756, toxic/trunk/toxic.install)
===================================================================
--- community-i686/toxic.install (rev 0)
+++ community-i686/toxic.install 2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Copied: toxic/repos/community-x86_64/PKGBUILD (from rev 153756, toxic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=2
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url=('https://github.com/JFreegman/toxic')
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+install="$pkgname.install"
+
+build() {
+ cd "$pkgname-$pkgver"
+ # disable X11 because https://github.com/JFreegman/toxic/issues/277
+ make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
Copied: toxic/repos/community-x86_64/toxic.install (from rev 153756, toxic/trunk/toxic.install)
===================================================================
--- community-x86_64/toxic.install (rev 0)
+++ community-x86_64/toxic.install 2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list