[arch-commits] Commit in qt5ct/repos (6 files)

Antonio Rojas arojas at archlinux.org
Tue Sep 20 18:56:54 UTC 2016


    Date: Tuesday, September 20, 2016 @ 18:56:54
  Author: arojas
Revision: 190073

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

Added:
  qt5ct/repos/community-i686/PKGBUILD
    (from rev 190072, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/PKGBUILD
    (from rev 190072, qt5ct/trunk/PKGBUILD)
Deleted:
  qt5ct/repos/community-i686/COPYING.BSD
  qt5ct/repos/community-i686/PKGBUILD
  qt5ct/repos/community-x86_64/COPYING.BSD
  qt5ct/repos/community-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   60 +++++++++++++++++++++++++++++++++++++++++
 community-i686/COPYING.BSD   |   30 --------------------
 community-i686/PKGBUILD      |   31 ---------------------
 community-x86_64/COPYING.BSD |   30 --------------------
 community-x86_64/PKGBUILD    |   31 ---------------------
 5 files changed, 60 insertions(+), 122 deletions(-)

Deleted: community-i686/COPYING.BSD
===================================================================
--- community-i686/COPYING.BSD	2016-09-20 18:56:27 UTC (rev 190072)
+++ community-i686/COPYING.BSD	2016-09-20 18:56:54 UTC (rev 190073)
@@ -1,30 +0,0 @@
-Software License Agreement (BSD License)
-
-Copyright (c) 2015, Ilya Kotov
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this 
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, this
-  list of conditions and the following disclaimer in the documentation and/or
-  other materials provided with the distribution.
-
-* Neither the name of schillmania.com nor the names of its contributors may be
-  used to endorse or promote products derived from this software without
-  specific prior written permission from schillmania.com.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-20 18:56:27 UTC (rev 190072)
+++ community-i686/PKGBUILD	2016-09-20 18:56:54 UTC (rev 190073)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: FadeMind <fademind at gmail.com>
-# Contributor: Zatherz <zatherz at linux dot pl>
-
-pkgname=qt5ct
-pkgver=0.26
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(i686 x86_64)
-url="http://qt5ct.sourceforge.net"
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2" 'COPYING.BSD')
-sha256sums=('33883e6a12c5f9392701cc3ecc3a54181e53ce827755e8e2af8530bbc6606c5b'
-            'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b')
-
-build() {
-    cd $pkgname-$pkgver
-    qmake-qt5 $pkgname.pro 
-    make
-}
-
-package() {
-    cd $pkgname-$pkgver
-    make INSTALL_ROOT="$pkgdir" install
-
-    install -Dm644 "$srcdir"/COPYING.BSD "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-i686/PKGBUILD (from rev 190072, qt5ct/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-20 18:56:54 UTC (rev 190073)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: FadeMind <fademind at gmail.com>
+# Contributor: Zatherz <zatherz at linux dot pl>
+
+pkgname=qt5ct
+pkgver=0.27
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net"
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3')
+
+build() {
+    cd $pkgname-$pkgver
+    qmake-qt5 $pkgname.pro 
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make INSTALL_ROOT="$pkgdir" install
+
+    install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Deleted: community-x86_64/COPYING.BSD
===================================================================
--- community-x86_64/COPYING.BSD	2016-09-20 18:56:27 UTC (rev 190072)
+++ community-x86_64/COPYING.BSD	2016-09-20 18:56:54 UTC (rev 190073)
@@ -1,30 +0,0 @@
-Software License Agreement (BSD License)
-
-Copyright (c) 2015, Ilya Kotov
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this 
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, this
-  list of conditions and the following disclaimer in the documentation and/or
-  other materials provided with the distribution.
-
-* Neither the name of schillmania.com nor the names of its contributors may be
-  used to endorse or promote products derived from this software without
-  specific prior written permission from schillmania.com.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-20 18:56:27 UTC (rev 190072)
+++ community-x86_64/PKGBUILD	2016-09-20 18:56:54 UTC (rev 190073)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: FadeMind <fademind at gmail.com>
-# Contributor: Zatherz <zatherz at linux dot pl>
-
-pkgname=qt5ct
-pkgver=0.26
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(i686 x86_64)
-url="http://qt5ct.sourceforge.net"
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2" 'COPYING.BSD')
-sha256sums=('33883e6a12c5f9392701cc3ecc3a54181e53ce827755e8e2af8530bbc6606c5b'
-            'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b')
-
-build() {
-    cd $pkgname-$pkgver
-    qmake-qt5 $pkgname.pro 
-    make
-}
-
-package() {
-    cd $pkgname-$pkgver
-    make INSTALL_ROOT="$pkgdir" install
-
-    install -Dm644 "$srcdir"/COPYING.BSD "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 190072, qt5ct/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-20 18:56:54 UTC (rev 190073)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: FadeMind <fademind at gmail.com>
+# Contributor: Zatherz <zatherz at linux dot pl>
+
+pkgname=qt5ct
+pkgver=0.27
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net"
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3')
+
+build() {
+    cd $pkgname-$pkgver
+    qmake-qt5 $pkgname.pro 
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make INSTALL_ROOT="$pkgdir" install
+
+    install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+



More information about the arch-commits mailing list