[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2020-04-13 Thread Filipe Laíns via arch-commits
Date: Monday, April 13, 2020 @ 16:01:07
  Author: ffy00
Revision: 613687

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 613686, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  152 ++---
 1 file changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-13 16:00:55 UTC (rev 613686)
+++ PKGBUILD2020-04-13 16:01:07 UTC (rev 613687)
@@ -1,76 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.4.4
-pkgrel=2
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 
'libtorrent-rasterbar'
- 'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
- 'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
- 'python-cherrypy' 'python-configobj' 'python-netifaces' 
'python-bitcoinlib'
- 'python-twisted' 'python-pyopenssl')
-makedepends=('python-setuptools' 'git')
-#checkdepends=('python-pytest-runner')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
-sha512sums=('931dff82bb7f83de8d5b63ab8a712cf371a7361a75e8bbb7c490d8b56aa55d1586586ae6e14f28c3c8ad5daf938eb2bbc05b67f74bcc9a3a23e38f8fc909d722')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$SOURCE_DATE_EPOCH\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python setup.py build
-}
-
-#check() {
-#  cd $pkgname
-#
-#  python setup.py test
-#}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/Tribler/Test
-  rm -rf "$pkgdir"/usr/share/tribler/Tribler/Test
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 613686, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-13 16:01:07 UTC (rev 613687)
@@ -0,0 +1,76 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.4.4
+pkgrel=4
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 
'libtorrent-rasterbar'
+ 'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
+ 'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
+ 'python-cherrypy' 'python-configobj' 'python-netifaces' 
'python-bitcoinlib'
+ 'python-twisted' 'python-pyopenssl' 'python-pyasn1' 'vlc')
+makedepends=('python-setuptools' 'git')
+#checkdepends=('python-pytest-runner')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
+sha512sums=('931dff82bb7f83de8d5b63ab8a712cf371a7361a75e8bbb7c490d8b56aa55d1586586ae6e14f28c3c8ad5daf938eb2bbc05b67f74bcc9a3a23e38f8fc909d722')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
+
+  # Fix version info
+  sed -e 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2020-02-24 Thread Filipe Laíns via arch-commits
Date: Monday, February 24, 2020 @ 12:57:23
  Author: ffy00
Revision: 580431

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 580430, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  151 ++---
 1 file changed, 76 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 12:56:59 UTC (rev 580430)
+++ PKGBUILD2020-02-24 12:57:23 UTC (rev 580431)
@@ -1,75 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.4.4
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 
'libtorrent-rasterbar'
- 'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
- 'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
- 'python-cherrypy' 'python-configobj' 'python-netifaces' 
'python-bitcoinlib')
-makedepends=('python-setuptools' 'git')
-#checkdepends=('python-pytest-runner')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
-sha512sums=('931dff82bb7f83de8d5b63ab8a712cf371a7361a75e8bbb7c490d8b56aa55d1586586ae6e14f28c3c8ad5daf938eb2bbc05b67f74bcc9a3a23e38f8fc909d722')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$SOURCE_DATE_EPOCH\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python setup.py build
-}
-
-#check() {
-#  cd $pkgname
-#
-#  python setup.py test
-#}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/Tribler/Test
-  rm -rf "$pkgdir"/usr/share/tribler/Tribler/Test
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 580430, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-24 12:57:23 UTC (rev 580431)
@@ -0,0 +1,76 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.4.4
+pkgrel=2
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 
'libtorrent-rasterbar'
+ 'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
+ 'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
+ 'python-cherrypy' 'python-configobj' 'python-netifaces' 
'python-bitcoinlib'
+ 'python-twisted' 'python-pyopenssl')
+makedepends=('python-setuptools' 'git')
+#checkdepends=('python-pytest-runner')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
+sha512sums=('931dff82bb7f83de8d5b63ab8a712cf371a7361a75e8bbb7c490d8b56aa55d1586586ae6e14f28c3c8ad5daf938eb2bbc05b67f74bcc9a3a23e38f8fc909d722')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
+
+  # Fix version info
+  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
+  -e "s|build_date 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2020-02-23 Thread Filipe Laíns via arch-commits
Date: Sunday, February 23, 2020 @ 12:20:33
  Author: ffy00
Revision: 579729

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 579728, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-23 12:20:20 UTC (rev 579728)
+++ PKGBUILD2020-02-23 12:20:33 UTC (rev 579729)
@@ -1,75 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.4.3
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 
'libtorrent-rasterbar'
- 'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
- 'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
- 'python-cherrypy' 'python-configobj' 'python-netifaces' 
'python-bitcoinlib')
-makedepends=('python-setuptools' 'git')
-#checkdepends=('python-pytest-runner')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
-sha512sums=('935a85ec364acd491869d5cc344169671ab8293eea56330841828fc523a709ec2b303a0feb0821fc59cba73260ba778a5363c9c1f3efffa587b07b8f8309b119')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$SOURCE_DATE_EPOCH\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python setup.py build
-}
-
-#check() {
-#  cd $pkgname
-#
-#  python setup.py test
-#}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/Tribler/Test
-  rm -rf "$pkgdir"/usr/share/tribler/Tribler/Test
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 579728, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-23 12:20:33 UTC (rev 579729)
@@ -0,0 +1,75 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.4.4
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 
'libtorrent-rasterbar'
+ 'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
+ 'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
+ 'python-cherrypy' 'python-configobj' 'python-netifaces' 
'python-bitcoinlib')
+makedepends=('python-setuptools' 'git')
+#checkdepends=('python-pytest-runner')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
+sha512sums=('931dff82bb7f83de8d5b63ab8a712cf371a7361a75e8bbb7c490d8b56aa55d1586586ae6e14f28c3c8ad5daf938eb2bbc05b67f74bcc9a3a23e38f8fc909d722')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
+
+  # Fix version info
+  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
+  -e "s|build_date =.*|build_date = \"$SOURCE_DATE_EPOCH\"|g" \
+ 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2020-02-15 Thread Filipe Laíns via arch-commits
Date: Saturday, February 15, 2020 @ 21:45:35
  Author: ffy00
Revision: 571875

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 571874, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  154 +
 1 file changed, 75 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-15 21:45:31 UTC (rev 571874)
+++ PKGBUILD2020-02-15 21:45:35 UTC (rev 571875)
@@ -1,79 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.3.2
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python2-cryptography' 'python2-cherrypy' 'python2-lz4'
- 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
- 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
- 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
- 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
- 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
- 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser'
- 'python2-pyqtgraph')
-makedepends=('python2-setuptools' 'git')
-#checkdepends=('python2-pytest-runner')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
-sha512sums=('d1fb490984a43caa70a3648eece79e2810527dd93d372f506f2d5cff049a1e7e032ca937d7f2f0d0fb6d652bd9ed68b7591829e097119a69c5fa1c465f2b3fa0')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}-arch\"|g" \
-  -e "s|build_date =.*|build_date = \"unkown\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-#check() {
-#  cd $pkgname
-#
-#  python2 setup.py test
-#}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/Tribler/Test
-  rm -rf "$pkgdir"/usr/share/tribler/Tribler/Test
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 571874, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-15 21:45:35 UTC (rev 571875)
@@ -0,0 +1,75 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.4.3
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 
'libtorrent-rasterbar'
+ 'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
+ 'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
+ 'python-cherrypy' 'python-configobj' 'python-netifaces' 
'python-bitcoinlib')
+makedepends=('python-setuptools' 'git')
+#checkdepends=('python-pytest-runner')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
+sha512sums=('935a85ec364acd491869d5cc344169671ab8293eea56330841828fc523a709ec2b303a0feb0821fc59cba73260ba778a5363c9c1f3efffa587b07b8f8309b119')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-10-21 Thread Filipe Laíns via arch-commits
Date: Monday, October 21, 2019 @ 10:52:44
  Author: ffy00
Revision: 518071

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 518070, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-21 10:52:31 UTC (rev 518070)
+++ PKGBUILD2019-10-21 10:52:44 UTC (rev 518071)
@@ -1,79 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.3.1
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python2-cryptography' 'python2-cherrypy' 'python2-lz4'
- 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
- 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
- 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
- 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
- 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
- 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser'
- 'python2-pyqtgraph')
-makedepends=('python2-setuptools' 'git')
-#checkdepends=('python2-pytest-runner')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
-sha512sums=('44b2496aad79b5d20783a6add8e12cc99a584e1ef2b79c429b0640054331a41986b9e9ecc2a6e1d95c19b91c5a126a6d31ce48b9357e5ef997a90510b2e706c3')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}-arch\"|g" \
-  -e "s|build_date =.*|build_date = \"unkown\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-#check() {
-#  cd $pkgname
-#
-#  python2 setup.py test
-#}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/Tribler/Test
-  rm -rf "$pkgdir"/usr/share/tribler/Tribler/Test
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 518070, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-21 10:52:44 UTC (rev 518071)
@@ -0,0 +1,79 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.3.2
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-cherrypy' 'python2-lz4'
+ 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
+ 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
+ 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
+ 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
+ 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
+ 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser'
+ 'python2-pyqtgraph')
+makedepends=('python2-setuptools' 'git')
+#checkdepends=('python2-pytest-runner')

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-10-15 Thread Filipe Laíns via arch-commits
Date: Tuesday, October 15, 2019 @ 13:57:14
  Author: ffy00
Revision: 516131

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 516130, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  149 -
 1 file changed, 79 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-15 13:57:05 UTC (rev 516130)
+++ PKGBUILD2019-10-15 13:57:14 UTC (rev 516131)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.3.0
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python2-cryptography' 'python2-cherrypy' 'python2-lz4'
- 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
- 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
- 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
- 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
- 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
- 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
-sha512sums=('3c9cb138f80e5ce8cd6273f9bc3c4f08ca8ec7b187dc9ef128aaed1343e859048e58361ee223da085056affd35ce0af2641408b683e74281d184def62a979c8a')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}-arch\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 516130, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-15 13:57:14 UTC (rev 516131)
@@ -0,0 +1,79 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.3.1
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-cherrypy' 'python2-lz4'
+ 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
+ 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
+ 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
+ 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
+ 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
+ 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser'
+ 'python2-pyqtgraph')
+makedepends=('python2-setuptools' 'git')
+#checkdepends=('python2-pytest-runner')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
+sha512sums=('44b2496aad79b5d20783a6add8e12cc99a584e1ef2b79c429b0640054331a41986b9e9ecc2a6e1d95c19b91c5a126a6d31ce48b9357e5ef997a90510b2e706c3')
+

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-09-18 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 18, 2019 @ 12:42:03
  Author: ffy00
Revision: 511053

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 511052, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  141 ++---
 1 file changed, 70 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 12:41:28 UTC (rev 511052)
+++ PKGBUILD2019-09-18 12:42:03 UTC (rev 511053)
@@ -1,71 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.2
-pkgver=${_pkgver//-/_}
-pkgrel=4
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python2-cryptography' 'python2-cherrypy'
- 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
- 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
- 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
- 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
- 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
- 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
-sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 511052, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 12:42:03 UTC (rev 511053)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.3.0
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-cherrypy' 'python2-lz4'
+ 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
+ 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
+ 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
+ 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
+ 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
+ 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz;)
+sha512sums=('3c9cb138f80e5ce8cd6273f9bc3c4f08ca8ec7b187dc9ef128aaed1343e859048e58361ee223da085056affd35ce0af2641408b683e74281d184def62a979c8a')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-04-12 Thread Filipe Laíns via arch-commits
Date: Friday, April 12, 2019 @ 08:44:38
  Author: ffy00
Revision: 451220

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 451219, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  141 ++---
 1 file changed, 71 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 08:44:15 UTC (rev 451219)
+++ PKGBUILD2019-04-12 08:44:38 UTC (rev 451220)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.2
-pkgver=${_pkgver//-/_}
-pkgrel=3
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org'
-arch=('any')
-license=('LGPL3')
-depends=('python2-cryptography' 'python2-cherrypy'
- 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
- 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
- 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
- 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
- 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
-sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 451219, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 08:44:38 UTC (rev 451220)
@@ -0,0 +1,71 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.2
+pkgver=${_pkgver//-/_}
+pkgrel=4
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-cherrypy'
+ 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
+ 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
+ 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
+ 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
+ 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
+ 'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
+sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 23:15:32
  Author: ffy00
Revision: 442516

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 442515, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 23:14:56 UTC (rev 442515)
+++ PKGBUILD2019-03-18 23:15:32 UTC (rev 442516)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.2
-pkgver=7.2.2
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
-sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 442515, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 23:15:32 UTC (rev 442516)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.2
+pkgver=${_pkgver//-/_}
+pkgrel=3
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-cherrypy'
+ 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
+ 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
+ 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
+ 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
+ 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
+sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-02-09 Thread Filipe Laíns via arch-commits
Date: Saturday, February 9, 2019 @ 14:31:32
  Author: ffy00
Revision: 430839

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 430838, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-09 14:31:26 UTC (rev 430838)
+++ PKGBUILD2019-02-09 14:31:32 UTC (rev 430839)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.0-rc1
-pkgver=${_pkgver//-/_}
-pkgrel=3
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
-sha512sums=('71ed93ce8ca18cdfb178e180531a2c91cd56219b8ed1a3956a1b28aed1ee0396bfcc38b75fd712e39a14d18c40cb56bc2962d742416fef5ebdbd85fcb915e4bc')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 430838, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-09 14:31:32 UTC (rev 430839)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.2
+pkgver=7.2.2
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
+sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 22:53:35
  Author: ffy00
Revision: 428503

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 428502, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:53:30 UTC (rev 428502)
+++ PKGBUILD2019-01-29 22:53:35 UTC (rev 428503)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.1.5
-pkgrel=1
-epoch=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/V$pkgver/Tribler-v$pkgver.tar.xz;)
-sha512sums=('603d33e783b385bd1579ed06cb2827df6edfb17d7b0c66700b5e1ab722970e56fcb421fc830b05d52a12606e6a0a5dcf4f6423f3e91bb76bac435ca5569e73e6')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 428502, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:53:35 UTC (rev 428503)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.0-rc1
+pkgver=${_pkgver//-/_}
+pkgrel=3
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
+sha512sums=('71ed93ce8ca18cdfb178e180531a2c91cd56219b8ed1a3956a1b28aed1ee0396bfcc38b75fd712e39a14d18c40cb56bc2962d742416fef5ebdbd85fcb915e4bc')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 21:29:40
  Author: ffy00
Revision: 428456

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 428455, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  141 ++---
 1 file changed, 70 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:29:34 UTC (rev 428455)
+++ PKGBUILD2019-01-29 21:29:40 UTC (rev 428456)
@@ -1,71 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.0-exp1
-pkgver=${_pkgver//-/_}
-pkgrel=3
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
-sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 428455, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:29:40 UTC (rev 428456)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.1.5
+pkgrel=1
+epoch=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/V$pkgver/Tribler-v$pkgver.tar.xz;)
+sha512sums=('603d33e783b385bd1579ed06cb2827df6edfb17d7b0c66700b5e1ab722970e56fcb421fc830b05d52a12606e6a0a5dcf4f6423f3e91bb76bac435ca5569e73e6')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-11-18 Thread Filipe Laíns via arch-commits
Date: Sunday, November 18, 2018 @ 16:21:29
  Author: ffy00
Revision: 408723

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 408722, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-18 16:21:23 UTC (rev 408722)
+++ PKGBUILD2018-11-18 16:21:29 UTC (rev 408723)
@@ -1,71 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.0-exp1
-pkgver=${_pkgver//-/_}
-pkgrel=2
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
-sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 408722, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-18 16:21:29 UTC (rev 408723)
@@ -0,0 +1,71 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.0-exp1
+pkgver=${_pkgver//-/_}
+pkgrel=3
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony' 'python2-meliae' 'python2-pillow')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
+sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-11-10 Thread Filipe Laíns via arch-commits
Date: Saturday, November 10, 2018 @ 15:50:28
  Author: ffy00
Revision: 405689

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 405688, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  141 ++---
 1 file changed, 71 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-10 15:50:22 UTC (rev 405688)
+++ PKGBUILD2018-11-10 15:50:28 UTC (rev 405689)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.0-exp1
-pkgver=${_pkgver//-/_}
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
-sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 405688, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-10 15:50:28 UTC (rev 405689)
@@ -0,0 +1,71 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.0-exp1
+pkgver=${_pkgver//-/_}
+pkgrel=2
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
+sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-11-08 Thread Filipe Laíns via arch-commits
Date: Thursday, November 8, 2018 @ 23:06:43
  Author: ffy00
Revision: 404218

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 404217, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  141 ++---
 1 file changed, 70 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-08 23:06:37 UTC (rev 404217)
+++ PKGBUILD2018-11-08 23:06:43 UTC (rev 404218)
@@ -1,71 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.1.2
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-provides=('python2-pyipv8')
-conflicts=('python2-pyipv8')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz;)
-sha512sums=('2247e6a6ef91d40b48f77565ab95a350d410996ec50bc6989f683782ba360386754e33e602789b5a9c8fdb55ec6cfe0c98362e4a0bb3a68d955d438cd1ad27ad')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 404217, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-08 23:06:43 UTC (rev 404218)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.0-exp1
+pkgver=${_pkgver//-/_}
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz;)
+sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-11-01 Thread Filipe Laíns via arch-commits
Date: Thursday, November 1, 2018 @ 13:12:22
  Author: ffy00
Revision: 401086

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 401085, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  143 ++---
 1 file changed, 71 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-01 13:12:17 UTC (rev 401085)
+++ PKGBUILD2018-11-01 13:12:22 UTC (rev 401086)
@@ -1,72 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_gitver=7.1.0
-pkgver=7.1.1
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-provides=('python2-pyipv8')
-conflicts=('python2-pyipv8')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz;)
-sha512sums=('4d88dae426ec5016df4f4030d08e146f8907357762a65e149333521dccd40939712b5436be7b235992e9cec79e177354a85a7e780cb9c21a5e701129c3de374a')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 401085, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-01 13:12:22 UTC (rev 401086)
@@ -0,0 +1,71 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.1.2
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+provides=('python2-pyipv8')
+conflicts=('python2-pyipv8')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz;)
+sha512sums=('2247e6a6ef91d40b48f77565ab95a350d410996ec50bc6989f683782ba360386754e33e602789b5a9c8fdb55ec6cfe0c98362e4a0bb3a68d955d438cd1ad27ad')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-10-24 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 24, 2018 @ 21:51:42
  Author: ffy00
Revision: 398892

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 398891, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-24 21:51:36 UTC (rev 398891)
+++ PKGBUILD2018-10-24 21:51:42 UTC (rev 398892)
@@ -1,72 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_gitver=7.1.0
-pkgver=${_gitver//-/_}
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-provides=('python2-pyipv8')
-conflicts=('python2-pyipv8')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz;)
-sha512sums=('24c8323a88c315719bdada118d2d9f40e313d9911c2b1902eb9867906097a78fe2ee579d76fd433555c718b37d507826769d38ac3971947d00918dc46ce1')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 398891, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-24 21:51:42 UTC (rev 398892)
@@ -0,0 +1,72 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_gitver=7.1.0
+pkgver=7.1.1
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+provides=('python2-pyipv8')
+conflicts=('python2-pyipv8')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz;)
+sha512sums=('4d88dae426ec5016df4f4030d08e146f8907357762a65e149333521dccd40939712b5436be7b235992e9cec79e177354a85a7e780cb9c21a5e701129c3de374a')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-10-23 Thread Filipe Laíns via arch-commits
Date: Tuesday, October 23, 2018 @ 19:18:17
  Author: ffy00
Revision: 398719

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 398718, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 19:18:12 UTC (rev 398718)
+++ PKGBUILD2018-10-23 19:18:17 UTC (rev 398719)
@@ -1,72 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_gitver=7.1.0
-pkgver=${_gitver//-/_}
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-provides=('python2-pyipv8')
-conflicts=('python2-pyipv8')
-source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz;)
-sha512sums=('24c8323a88c315719bdada118d2d9f40e313d9911c2b1902eb9867906097a78fe2ee579d76fd433555c718b37d507826769d38ac3971947d00918dc46ce1')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 644 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 398718, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 19:18:17 UTC (rev 398719)
@@ -0,0 +1,72 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_gitver=7.1.0
+pkgver=${_gitver//-/_}
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl')
+optdepends=('vlc: for internal video player')
+makedepends=('python2-setuptools' 'git')
+provides=('python2-pyipv8')
+conflicts=('python2-pyipv8')
+source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz;)
+sha512sums=('24c8323a88c315719bdada118d2d9f40e313d9911c2b1902eb9867906097a78fe2ee579d76fd433555c718b37d507826769d38ac3971947d00918dc46ce1')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-10-23 Thread Filipe Laíns via arch-commits
Date: Tuesday, October 23, 2018 @ 19:10:31
  Author: ffy00
Revision: 398717

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 398716, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  163 ++---
 1 file changed, 72 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 19:10:25 UTC (rev 398716)
+++ PKGBUILD2018-10-23 19:10:31 UTC (rev 398717)
@@ -1,91 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_gitver=7.1.0-rc2
-_dispersy=23d0b84663138b58fb5c16ac75042b2de0a68ef5
-_pymdht=bcf6f44e8e8bfb103aad7fe6c0f8b0c0db2a6868
-_pyipv8=1.0
-pkgver=${_gitver//-/_}
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-#depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 
'python2-cherrypy' 'python2-plyvel'
-# 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-feedparser' 'python2-chardet'
-# 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces' 'python2-requests'
-# 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-m2crypto' 'python2-configobj'
-# 'python2-matplotlib' 'python2-service-identity' 'python2-keyring' 
'python2-keyrings-alt'
-# 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-datrie' 'python2-networkx')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-vlc' 'python2-apsw'
- 'python2-cherrypy' 'python2-cryptography' 'python2-decorator' 
'python2-feedparser' 'python2-chardet'
- 'python2-m2crypto' 'python2-netifaces' 'python2-plyvel' 
'python2-twisted' 'python2-configobj'
- 'python2-matplotlib' 'python2-networkx' 'python2-psutil' 
'python2-scipy' 'python2-libnacl')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-provides=('python2-pyipv8')
-conflicts=('python2-pyipv8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Tribler/tribler/archive/v$_gitver.tar.gz;
-
"dispersy-$_dispersy.tar.gz::https://github.com/Tribler/dispersy/archive/$_dispersy.tar.gz;
-
"pymdht-$_pymdht.tar.gz::https://github.com/devos50/pymdht/archive/$_pymdht.tar.gz;
-
"py-ipv8-$_pyipv8.tar.gz::https://github.com/Tribler/py-ipv8/archive/v$_pyipv8.tar.gz;)
-sha512sums=('29b085362b4e509f041817bc4b5bf38389576c84eceae3c6cd3a0ff04465811a3e8412197919c131a16e9faf6184d5fec8a21101278a267e8d06bce02674455d'
-
'5b0492acc707094b51762aed5aca4ed4baac89775939ad45ff50dd1f0f42f067cd3a84fff7b6746af0bebbf16bc0fffce5943a72feaa4142e303d4ad638cce32'
-
'7ec49381cb065281ba1c94975b197495196405a496f38275404a157329c6c911147d7efd6e5b5350a003b47acd9ed4ad1a54e3665e2d5fb51ac21c674ff0b327'
-
'09d3ce9e9639c25cec593fc74289e2d27a03d3d173b7aea0dac8d79c561df8d3f1744f7f7674c27a852a070882a632dd630e9aa67c313ea2c55af68d6765a8b7')
-
-prepare() {
-  cd $pkgname-$_gitver
-
-  # Setup submodules
-  cp -rT "$srcdir"/dispersy-$_dispersy Tribler/dispersy
-  cp -rT "$srcdir"/pymdht-$_pymdht Tribler/Core/DecentralizedTracking/pymdht
-  cp -rT "$srcdir"/py-ipv8-$_pyipv8 Tribler/pyipv8
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname-$_gitver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$_gitver
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 644 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" 

[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)

2018-10-15 Thread Filipe Laíns via arch-commits
Date: Monday, October 15, 2018 @ 19:09:37
  Author: ffy00
Revision: 394278

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 394277, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

--+
 PKGBUILD |  172 -
 1 file changed, 91 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-15 19:09:31 UTC (rev 394277)
+++ PKGBUILD2018-10-15 19:09:37 UTC (rev 394278)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_gitver=7.1.0-beta
-pkgver=${_gitver//-/_}
-pkgrel=1
-pkgdesc="Privacy enhanced BitTorrent client with P2P content discovery"
-url="https://www.tribler.org/;
-arch=('any')
-license=('LGPL3')
-depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 
'python2-cherrypy' 'python2-plyvel'
-'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-feedparser' 'python2-chardet'
-'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces' 'python2-requests'
-'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-m2crypto' 'python2-configobj'
-'python2-matplotlib' 'python2-service-identity' 'python2-keyring' 
'python2-keyrings-alt'
-'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-datrie' 'python2-networkx')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-provides=('python2-pyipv8')
-conflicts=('python2-pyipv8')
-source=("git+https://github.com/Tribler/tribler.git#tag=v$_gitver;
-   'git+https://github.com/Tribler/dispersy.git#tag=v1.0'
-   'git+https://github.com/devos50/pymdht.git#tag=12.7.0'
-   'git+https://github.com/spesmilo/electrum#tag=3.2.2'
-   
'git+https://github.com/Tribler/py-ipv8.git#commit=4d2ead9e6a0ff02bcaa0cfd5cb94b70cd4d881ee')
 # Should have a tag
-sha512sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-
-prepare() {
-  cd "$srcdir"/$pkgname
-  git submodule init
-  git config submodule.Tribler/dispersy.url "$srcdir"/dispersy
-  git config submodule.Tribler/Core/DecentralizedTracking/pymdht.url 
"$srcdir"/pymdht
-  git config submodule.electrum.url "$srcdir"/electrum
-  git config submodule.py-ipv8.url "$srcdir"/py-ipv8
-  git submodule update
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version
-  sed -i "s|7.0.0-GIT|$_gitver|g" Tribler/Core/version.py
-}
-
-build () {
-  cd "$srcdir"/$pkgname
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-#  install -dm 755 "$pkgdir"/var/lib/{tribler,tunnel_helper}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 644 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership electrum "$pkgdir"/usr/share/tribler
-
-  # Remove tests
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 394277, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-15 19:09:37 UTC (rev 394278)
@@ -0,0 +1,91 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_gitver=7.1.0-rc2
+_dispersy=23d0b84663138b58fb5c16ac75042b2de0a68ef5
+_pymdht=bcf6f44e8e8bfb103aad7fe6c0f8b0c0db2a6868
+_pyipv8=1.0
+pkgver=${_gitver//-/_}
+pkgrel=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+#depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 
'python2-cherrypy' 'python2-plyvel'
+#