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

Felix Yan felixonmars at archlinux.org
Tue Oct 10 06:18:07 UTC 2017


    Date: Tuesday, October 10, 2017 @ 06:18:06
  Author: felixonmars
Revision: 262263

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-10 06:17:36 UTC (rev 262262)
+++ community-i686/PKGBUILD	2017-10-10 06:18:06 UTC (rev 262263)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: yk <yk at archlinuxcn dot org>
-
-pkgname=libqtshadowsocks
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="A lightweight library for shadowsocks."
-arch=("i686" "x86_64")
-url="https://github.com/shadowsocks/libQtShadowsocks"
-license=("GPL")
-depends=('qt5-base' 'botan')
-makedepends=('cmake')
-source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
-sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e')
-
-build() {
-  cd libQtShadowsocks-$pkgver
-  cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd libQtShadowsocks-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqtshadowsocks/repos/community-i686/PKGBUILD (from rev 262262, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-10 06:18:06 UTC (rev 262263)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=1.11.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=('cmake')
+source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e')
+
+build() {
+  cd libQtShadowsocks-$pkgver
+  cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd libQtShadowsocks-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-10 06:17:36 UTC (rev 262262)
+++ community-x86_64/PKGBUILD	2017-10-10 06:18:06 UTC (rev 262263)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: yk <yk at archlinuxcn dot org>
-
-pkgname=libqtshadowsocks
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="A lightweight library for shadowsocks."
-arch=("i686" "x86_64")
-url="https://github.com/shadowsocks/libQtShadowsocks"
-license=("GPL")
-depends=('qt5-base' 'botan')
-makedepends=('cmake')
-source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
-sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e')
-
-build() {
-  cd libQtShadowsocks-$pkgver
-  cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd libQtShadowsocks-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqtshadowsocks/repos/community-x86_64/PKGBUILD (from rev 262262, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-10 06:18:06 UTC (rev 262263)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=1.11.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=('cmake')
+source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e')
+
+build() {
+  cd libQtShadowsocks-$pkgver
+  cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd libQtShadowsocks-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list