[arch-commits] Commit in utox/repos (2 files)

2020-05-08 Thread Jiachen Yang via arch-commits
Date: Friday, May 8, 2020 @ 08:59:14
  Author: farseerfc
Revision: 625568

archrelease: copy trunk to community-testing-x86_64

Added:
  utox/repos/community-testing-x86_64/
  utox/repos/community-testing-x86_64/PKGBUILD
(from rev 625567, utox/trunk/PKGBUILD)

--+
 PKGBUILD |   57 +
 1 file changed, 57 insertions(+)

Copied: utox/repos/community-testing-x86_64/PKGBUILD (from rev 625567, 
utox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-08 08:59:14 UTC (rev 625568)
@@ -0,0 +1,57 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.17.2
+pkgrel=2
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+#_commit=fa06d80ec5104092c43169d2abf9cce94622eadf
+#source=("git+https://github.com/uTox/uTox#commit=$_commit;
+#"git+https://github.com/nothings/stb;
+#"git+https://github.com/compuphase/minIni;
+#"git+https://github.com/nayuki/QR-Code-generator;)
+source=("$_pkgname-$pkgver-full.tar.gz::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz;
+   
"$_pkgname-$pkgver-full.tar.gz.asc::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz.asc;)
+sha512sums=('7a358ac0aad0b85b952c2a2dc4c37486e83b16a6beab2a50b4543b09916dcea6efdedb8ef3d32ca8799bbf762b26e36af6a42692113d612c7ef3f09505a0b705'
+'SKIP')
+
+#pgp keys taken from https://github.com/uTox/uTox/blob/develop/README.md#team
+validpgpkeys=(
+"E5926050AE9C234AFF8496FEBE4F41DE1DD0"
+"7AED9A170C81E601DA4EEE279043061421EF90FA"
+"9D1D599088E223DD99007DE2AEA10D4EA0530876"
+"B7008FF12C079BF6E6EA19D1601A604B7E605776"
+"E28E7252B1E7FCFED358CF8E3763B3A793AAFA0F"
+"BCEE99DCA339ABF9CC36428D61A9B9AFD2E53885"
+"A25156FC7AFB5C0365A0407E6F5DD1C5371DE665"
+)
+
+build() {
+cd "${_pkgname}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in utox/repos (2 files)

2020-04-28 Thread Jiachen Yang via arch-commits
Date: Tuesday, April 28, 2020 @ 17:04:35
  Author: farseerfc
Revision: 622061

archrelease: copy trunk to community-testing-x86_64

Added:
  utox/repos/community-testing-x86_64/
  utox/repos/community-testing-x86_64/PKGBUILD
(from rev 622060, utox/trunk/PKGBUILD)

--+
 PKGBUILD |   57 +
 1 file changed, 57 insertions(+)

Copied: utox/repos/community-testing-x86_64/PKGBUILD (from rev 622060, 
utox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-28 17:04:35 UTC (rev 622061)
@@ -0,0 +1,57 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.17.2
+pkgrel=1
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+#_commit=fa06d80ec5104092c43169d2abf9cce94622eadf
+#source=("git+https://github.com/uTox/uTox#commit=$_commit;
+#"git+https://github.com/nothings/stb;
+#"git+https://github.com/compuphase/minIni;
+#"git+https://github.com/nayuki/QR-Code-generator;)
+source=("$_pkgname-$pkgver-full.tar.gz::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz;
+   
"$_pkgname-$pkgver-full.tar.gz.asc::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz.asc;)
+sha512sums=('7a358ac0aad0b85b952c2a2dc4c37486e83b16a6beab2a50b4543b09916dcea6efdedb8ef3d32ca8799bbf762b26e36af6a42692113d612c7ef3f09505a0b705'
+'SKIP')
+
+#pgp keys taken from https://github.com/uTox/uTox/blob/develop/README.md#team
+validpgpkeys=(
+"E5926050AE9C234AFF8496FEBE4F41DE1DD0"
+"7AED9A170C81E601DA4EEE279043061421EF90FA"
+"9D1D599088E223DD99007DE2AEA10D4EA0530876"
+"B7008FF12C079BF6E6EA19D1601A604B7E605776"
+"E28E7252B1E7FCFED358CF8E3763B3A793AAFA0F"
+"BCEE99DCA339ABF9CC36428D61A9B9AFD2E53885"
+"A25156FC7AFB5C0365A0407E6F5DD1C5371DE665"
+)
+
+build() {
+cd "${_pkgname}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in utox/repos (2 files)

2019-02-06 Thread Jiachen Yang via arch-commits
Date: Wednesday, February 6, 2019 @ 08:53:11
  Author: farseerfc
Revision: 429719

archrelease: copy trunk to community-staging-x86_64

Added:
  utox/repos/community-staging-x86_64/
  utox/repos/community-staging-x86_64/PKGBUILD
(from rev 429718, utox/trunk/PKGBUILD)

--+
 PKGBUILD |   60 
 1 file changed, 60 insertions(+)

Copied: utox/repos/community-staging-x86_64/PKGBUILD (from rev 429718, 
utox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-06 08:53:11 UTC (rev 429719)
@@ -0,0 +1,60 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.17.0
+pkgrel=3
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+_commit=3f90fdb5093cca66073a498f113f7eef485f22c2  # tags/v0.17.0^0
+source=("git+https://github.com/uTox/uTox#commit=$_commit;
+"git+https://github.com/nothings/stb;
+"git+https://github.com/compuphase/minIni;
+"git+https://github.com/nayuki/QR-Code-generator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+cd "${_pkgname}"
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd "${_pkgname}"
+git config submodule.third-party/stb.url "$srcdir/stb"
+git config submodule.third-party/minini.url "$srcdir/minIni"
+git config submodule.third-party/qrcodegen.url "$srcdir/QR-Code-generator"
+git submodule update --init
+}
+
+build() {
+cd "${_pkgname}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in utox/repos (2 files)

2018-05-14 Thread Jiachen Yang via arch-commits
Date: Monday, May 14, 2018 @ 06:43:08
  Author: farseerfc
Revision: 321748

archrelease: copy trunk to community-staging-x86_64

Added:
  utox/repos/community-staging-x86_64/
  utox/repos/community-staging-x86_64/PKGBUILD
(from rev 321747, utox/trunk/PKGBUILD)

--+
 PKGBUILD |   60 
 1 file changed, 60 insertions(+)

Copied: utox/repos/community-staging-x86_64/PKGBUILD (from rev 321747, 
utox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-14 06:43:08 UTC (rev 321748)
@@ -0,0 +1,60 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.17.0
+pkgrel=2
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+_commit=3f90fdb5093cca66073a498f113f7eef485f22c2  # tags/v0.17.0^0
+source=("git+https://github.com/uTox/uTox#commit=$_commit;
+"git+https://github.com/nothings/stb;
+"git+https://github.com/compuphase/minIni;
+"git+https://github.com/nayuki/QR-Code-generator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+cd "${_pkgname}"
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd "${_pkgname}"
+git config submodule.third-party/stb.url "$srcdir/stb"
+git config submodule.third-party/minini.url "$srcdir/minIni"
+git config submodule.third-party/qrcodegen.url "$srcdir/QR-Code-generator"
+git submodule update --init
+}
+
+build() {
+cd "${_pkgname}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in utox/repos (2 files)

2018-05-04 Thread Balló György via arch-commits
Date: Friday, May 4, 2018 @ 17:55:54
  Author: bgyorgy
Revision: 318957

archrelease: copy trunk to community-testing-x86_64

Added:
  utox/repos/community-testing-x86_64/
  utox/repos/community-testing-x86_64/PKGBUILD
(from rev 318956, utox/trunk/PKGBUILD)

--+
 PKGBUILD |   60 
 1 file changed, 60 insertions(+)

Copied: utox/repos/community-testing-x86_64/PKGBUILD (from rev 318956, 
utox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-05-04 17:55:54 UTC (rev 318957)
@@ -0,0 +1,60 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.17.0
+pkgrel=1
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+_commit=3f90fdb5093cca66073a498f113f7eef485f22c2  # tags/v0.17.0^0
+source=("git+https://github.com/uTox/uTox#commit=$_commit;
+"git+https://github.com/nothings/stb;
+"git+https://github.com/compuphase/minIni;
+"git+https://github.com/nayuki/QR-Code-generator;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+cd "${_pkgname}"
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd "${_pkgname}"
+git config submodule.third-party/stb.url "$srcdir/stb"
+git config submodule.third-party/minini.url "$srcdir/minIni"
+git config submodule.third-party/qrcodegen.url "$srcdir/QR-Code-generator"
+git submodule update --init
+}
+
+build() {
+cd "${_pkgname}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in utox/repos (2 files)

2018-02-04 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 4, 2018 @ 12:17:33
  Author: foutrelis
Revision: 288983

archrelease: copy trunk to community-staging-x86_64

Added:
  utox/repos/community-staging-x86_64/
  utox/repos/community-staging-x86_64/PKGBUILD
(from rev 288982, utox/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: utox/repos/community-staging-x86_64/PKGBUILD (from rev 288982, 
utox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-04 12:17:33 UTC (rev 288983)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.16.1
+pkgrel=3
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
+'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

+  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+cd "${_pkgname}-${pkgver}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in utox/repos (2 files)

2017-10-08 Thread NicoHood
Date: Sunday, October 8, 2017 @ 10:45:55
  Author: nicohood
Revision: 262135

archrelease: copy trunk to community-staging-x86_64

Added:
  utox/repos/community-staging-x86_64/
  utox/repos/community-staging-x86_64/PKGBUILD
(from rev 262134, utox/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: utox/repos/community-staging-x86_64/PKGBUILD (from rev 262134, 
utox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 10:45:55 UTC (rev 262135)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.16.1
+pkgrel=2
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
+'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

+  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+cd "${_pkgname}-${pkgver}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}