[arch-commits] Commit in shadowsocks-qt5/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Dec 29 14:19:19 UTC 2016


    Date: Thursday, December 29, 2016 @ 14:19:18
  Author: felixonmars
Revision: 203283

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

Added:
  shadowsocks-qt5/repos/community-i686/
  shadowsocks-qt5/repos/community-i686/PKGBUILD
    (from rev 203282, shadowsocks-qt5/trunk/PKGBUILD)
  shadowsocks-qt5/repos/community-x86_64/
  shadowsocks-qt5/repos/community-x86_64/PKGBUILD
    (from rev 203282, shadowsocks-qt5/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: shadowsocks-qt5/repos/community-i686/PKGBUILD (from rev 203282, shadowsocks-qt5/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-29 14:19:18 UTC (rev 203283)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=shadowsocks-qt5
+pkgver=2.8.0
+pkgrel=2
+pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
+arch=("i686" "x86_64")
+url="http://github.com/shadowsocks/shadowsocks-qt5"
+license=("GPL")
+depends=('qrencode' 'libqtshadowsocks' 'zbar' 'libappindicator-gtk2')
+makedepends=('git')
+source=("http://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz")
+sha256sums=('dd983eb7de8a79346bd30a2b043baeaf24b1c54501ed6c7d4608dd54d2abb910')
+
+build() {
+  cd shadowsocks-qt5-$pkgver
+  qmake INSTALL_PREFIX=/usr BOTAN_VER=1.11
+  make
+}
+
+package() {
+  cd shadowsocks-qt5-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: shadowsocks-qt5/repos/community-x86_64/PKGBUILD (from rev 203282, shadowsocks-qt5/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-29 14:19:18 UTC (rev 203283)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=shadowsocks-qt5
+pkgver=2.8.0
+pkgrel=2
+pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
+arch=("i686" "x86_64")
+url="http://github.com/shadowsocks/shadowsocks-qt5"
+license=("GPL")
+depends=('qrencode' 'libqtshadowsocks' 'zbar' 'libappindicator-gtk2')
+makedepends=('git')
+source=("http://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz")
+sha256sums=('dd983eb7de8a79346bd30a2b043baeaf24b1c54501ed6c7d4608dd54d2abb910')
+
+build() {
+  cd shadowsocks-qt5-$pkgver
+  qmake INSTALL_PREFIX=/usr BOTAN_VER=1.11
+  make
+}
+
+package() {
+  cd shadowsocks-qt5-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list