[arch-commits] Commit in toxic/repos (8 files)

Jiachen Yang farseerfc at archlinux.org
Sun Dec 20 09:48:16 UTC 2015


    Date: Sunday, December 20, 2015 @ 10:48:16
  Author: farseerfc
Revision: 153758

archrelease: copy trunk to community-i686, community-x86_64

Added:
  toxic/repos/community-i686/PKGBUILD
    (from rev 153757, toxic/trunk/PKGBUILD)
  toxic/repos/community-i686/toxic.install
    (from rev 153757, toxic/trunk/toxic.install)
  toxic/repos/community-x86_64/PKGBUILD
    (from rev 153757, toxic/trunk/PKGBUILD)
  toxic/repos/community-x86_64/toxic.install
    (from rev 153757, toxic/trunk/toxic.install)
Deleted:
  toxic/repos/community-i686/PKGBUILD
  toxic/repos/community-i686/toxic.install
  toxic/repos/community-x86_64/PKGBUILD
  toxic/repos/community-x86_64/toxic.install

--------------------------------+
 /PKGBUILD                      |   60 +++++++++++++++++++++++++++++++++++++++
 /toxic.install                 |   22 ++++++++++++++
 community-i686/PKGBUILD        |   30 -------------------
 community-i686/toxic.install   |   11 -------
 community-x86_64/PKGBUILD      |   30 -------------------
 community-x86_64/toxic.install |   11 -------
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-20 09:31:36 UTC (rev 153757)
+++ community-i686/PKGBUILD	2015-12-20 09:48:16 UTC (rev 153758)
@@ -1,30 +0,0 @@
-# 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/PKGBUILD (from rev 153757, toxic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-20 09:48:16 UTC (rev 153758)
@@ -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
+}

Deleted: community-i686/toxic.install
===================================================================
--- community-i686/toxic.install	2015-12-20 09:31:36 UTC (rev 153757)
+++ community-i686/toxic.install	2015-12-20 09:48:16 UTC (rev 153758)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: toxic/repos/community-i686/toxic.install (from rev 153757, toxic/trunk/toxic.install)
===================================================================
--- community-i686/toxic.install	                        (rev 0)
+++ community-i686/toxic.install	2015-12-20 09:48:16 UTC (rev 153758)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-20 09:31:36 UTC (rev 153757)
+++ community-x86_64/PKGBUILD	2015-12-20 09:48:16 UTC (rev 153758)
@@ -1,30 +0,0 @@
-# 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/PKGBUILD (from rev 153757, toxic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-20 09:48:16 UTC (rev 153758)
@@ -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
+}

Deleted: community-x86_64/toxic.install
===================================================================
--- community-x86_64/toxic.install	2015-12-20 09:31:36 UTC (rev 153757)
+++ community-x86_64/toxic.install	2015-12-20 09:48:16 UTC (rev 153758)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: toxic/repos/community-x86_64/toxic.install (from rev 153757, toxic/trunk/toxic.install)
===================================================================
--- community-x86_64/toxic.install	                        (rev 0)
+++ community-x86_64/toxic.install	2015-12-20 09:48:16 UTC (rev 153758)
@@ -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