[arch-commits] Commit in kpartsplugin/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Sep 11 05:05:23 UTC 2014


    Date: Thursday, September 11, 2014 @ 07:05:22
  Author: bpiotrowski
Revision: 118797

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

Added:
  kpartsplugin/repos/community-i686/LICENSE
    (from rev 118796, kpartsplugin/trunk/LICENSE)
  kpartsplugin/repos/community-i686/PKGBUILD
    (from rev 118796, kpartsplugin/trunk/PKGBUILD)
  kpartsplugin/repos/community-x86_64/LICENSE
    (from rev 118796, kpartsplugin/trunk/LICENSE)
  kpartsplugin/repos/community-x86_64/PKGBUILD
    (from rev 118796, kpartsplugin/trunk/PKGBUILD)
Deleted:
  kpartsplugin/repos/community-i686/LICENSE
  kpartsplugin/repos/community-i686/PKGBUILD
  kpartsplugin/repos/community-x86_64/LICENSE
  kpartsplugin/repos/community-x86_64/PKGBUILD

---------------------------+
 /LICENSE                  |   56 ++++++++++++++++++++++++++++++++
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |   28 ----------------
 community-i686/PKGBUILD   |   33 -------------------
 community-x86_64/LICENSE  |   28 ----------------
 community-x86_64/PKGBUILD |   33 -------------------
 6 files changed, 132 insertions(+), 122 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2014-09-11 05:05:14 UTC (rev 118796)
+++ community-i686/LICENSE	2014-09-11 05:05:22 UTC (rev 118797)
@@ -1,28 +0,0 @@
-Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
-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 Nokia Corporation and its Subsidiary(-ies) nor
-    the names of its contributors may be used to endorse or promote
-    products derived from this software without specific prior written
-    permission.
-
-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.
\ No newline at end of file

Copied: kpartsplugin/repos/community-i686/LICENSE (from rev 118796, kpartsplugin/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2014-09-11 05:05:22 UTC (rev 118797)
@@ -0,0 +1,28 @@
+Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+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 Nokia Corporation and its Subsidiary(-ies) nor
+    the names of its contributors may be used to endorse or promote
+    products derived from this software without specific prior written
+    permission.
+
+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.
\ No newline at end of file

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-11 05:05:14 UTC (rev 118796)
+++ community-i686/PKGBUILD	2014-09-11 05:05:22 UTC (rev 118797)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
-pkgname=kpartsplugin
-pkgver=20120723
-pkgrel=1
-pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers"
-arch=('i686' 'x86_64')
-url="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
-license=('GPL3' 'BSD')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake')
-source=("${url}${pkgname}-${pkgver}.tar.bz2" "LICENSE")
-md5sums=('cf94ee866a934da97a04cd1619e16099'
-         'c4cc811349e40e9f34e77e27b902ad96')
-
-build(){
-  sed -i 's/nsbrowser/mozilla/g' ${pkgname}-${pkgver}/CMakeLists.txt
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: kpartsplugin/repos/community-i686/PKGBUILD (from rev 118796, kpartsplugin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-11 05:05:22 UTC (rev 118797)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
+
+pkgname=kpartsplugin
+pkgver=20120723
+pkgrel=2
+pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers"
+arch=('i686' 'x86_64')
+url="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
+license=('GPL3' 'BSD')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake')
+source=("http://pkgs.fedoraproject.org/repo/pkgs/kpartsplugin/kpartsplugin-20120723.tar.bz2/cf94ee866a934da97a04cd1619e16099/kpartsplugin-20120723.tar.bz2"
+        "LICENSE")
+md5sums=('cf94ee866a934da97a04cd1619e16099'
+         'c4cc811349e40e9f34e77e27b902ad96')
+
+prepare() {
+  sed -i 's/nsbrowser/mozilla/g' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build(){
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}/" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2014-09-11 05:05:14 UTC (rev 118796)
+++ community-x86_64/LICENSE	2014-09-11 05:05:22 UTC (rev 118797)
@@ -1,28 +0,0 @@
-Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
-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 Nokia Corporation and its Subsidiary(-ies) nor
-    the names of its contributors may be used to endorse or promote
-    products derived from this software without specific prior written
-    permission.
-
-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.
\ No newline at end of file

Copied: kpartsplugin/repos/community-x86_64/LICENSE (from rev 118796, kpartsplugin/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2014-09-11 05:05:22 UTC (rev 118797)
@@ -0,0 +1,28 @@
+Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+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 Nokia Corporation and its Subsidiary(-ies) nor
+    the names of its contributors may be used to endorse or promote
+    products derived from this software without specific prior written
+    permission.
+
+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.
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-11 05:05:14 UTC (rev 118796)
+++ community-x86_64/PKGBUILD	2014-09-11 05:05:22 UTC (rev 118797)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
-pkgname=kpartsplugin
-pkgver=20120723
-pkgrel=1
-pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers"
-arch=('i686' 'x86_64')
-url="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
-license=('GPL3' 'BSD')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake')
-source=("${url}${pkgname}-${pkgver}.tar.bz2" "LICENSE")
-md5sums=('cf94ee866a934da97a04cd1619e16099'
-         'c4cc811349e40e9f34e77e27b902ad96')
-
-build(){
-  sed -i 's/nsbrowser/mozilla/g' ${pkgname}-${pkgver}/CMakeLists.txt
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: kpartsplugin/repos/community-x86_64/PKGBUILD (from rev 118796, kpartsplugin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-11 05:05:22 UTC (rev 118797)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
+
+pkgname=kpartsplugin
+pkgver=20120723
+pkgrel=2
+pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers"
+arch=('i686' 'x86_64')
+url="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
+license=('GPL3' 'BSD')
+depends=('kdelibs')
+makedepends=('automoc4' 'cmake')
+source=("http://pkgs.fedoraproject.org/repo/pkgs/kpartsplugin/kpartsplugin-20120723.tar.bz2/cf94ee866a934da97a04cd1619e16099/kpartsplugin-20120723.tar.bz2"
+        "LICENSE")
+md5sums=('cf94ee866a934da97a04cd1619e16099'
+         'c4cc811349e40e9f34e77e27b902ad96')
+
+prepare() {
+  sed -i 's/nsbrowser/mozilla/g' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build(){
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}/" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}




More information about the arch-commits mailing list