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

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


    Date: Thursday, December 29, 2016 @ 14:12:21
  Author: felixonmars
Revision: 203281

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

Added:
  libqtshadowsocks/repos/community-i686/
  libqtshadowsocks/repos/community-i686/PKGBUILD
    (from rev 203280, libqtshadowsocks/trunk/PKGBUILD)
  libqtshadowsocks/repos/community-x86_64/
  libqtshadowsocks/repos/community-x86_64/PKGBUILD
    (from rev 203280, libqtshadowsocks/trunk/PKGBUILD)

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

Copied: libqtshadowsocks/repos/community-i686/PKGBUILD (from rev 203280, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-29 14:12:21 UTC (rev 203281)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="A lightweight library for shadowsocks."
+arch=("i686" "x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks"
+license=("GPL")
+depends=('qt5-base' 'botan')
+makedepends=('git')
+source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha256sums=("67d2f9d3fa0e8e22e1d7fd1c850177a2d601f9c467fc024c0ba11eaedcef6279")
+
+build() {
+  cd libQtShadowsocks-$pkgver
+  qmake INSTALL_PREFIX=/usr BOTAN_VER=1.11
+  make
+}
+
+package() {
+  cd libQtShadowsocks-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: libqtshadowsocks/repos/community-x86_64/PKGBUILD (from rev 203280, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-29 14:12:21 UTC (rev 203281)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="A lightweight library for shadowsocks."
+arch=("i686" "x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks"
+license=("GPL")
+depends=('qt5-base' 'botan')
+makedepends=('git')
+source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha256sums=("67d2f9d3fa0e8e22e1d7fd1c850177a2d601f9c467fc024c0ba11eaedcef6279")
+
+build() {
+  cd libQtShadowsocks-$pkgver
+  qmake INSTALL_PREFIX=/usr BOTAN_VER=1.11
+  make
+}
+
+package() {
+  cd libQtShadowsocks-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list