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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Nov 9 20:08:26 UTC 2016


    Date: Wednesday, November 9, 2016 @ 20:08:26
  Author: jlichtblau
Revision: 195245

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

Added:
  tellico/repos/community-testing-i686/
  tellico/repos/community-testing-i686/PKGBUILD
    (from rev 195244, tellico/trunk/PKGBUILD)
  tellico/repos/community-testing-i686/tellico.changelog
    (from rev 195244, tellico/trunk/tellico.changelog)
  tellico/repos/community-testing-x86_64/
  tellico/repos/community-testing-x86_64/PKGBUILD
    (from rev 195244, tellico/trunk/PKGBUILD)
  tellico/repos/community-testing-x86_64/tellico.changelog
    (from rev 195244, tellico/trunk/tellico.changelog)

--------------------------------------------+
 community-testing-i686/PKGBUILD            |   37 +++++++++++++++++++++++++++
 community-testing-i686/tellico.changelog   |   26 ++++++++++++++++++
 community-testing-x86_64/PKGBUILD          |   37 +++++++++++++++++++++++++++
 community-testing-x86_64/tellico.changelog |   26 ++++++++++++++++++
 4 files changed, 126 insertions(+)

Copied: tellico/repos/community-testing-i686/PKGBUILD (from rev 195244, tellico/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-11-09 20:08:26 UTC (rev 195245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+
+pkgname=tellico
+pkgver=3.0
+pkgrel=1
+pkgdesc="A collection manager for KDE"
+arch=('i686' 'x86_64')
+url="http://tellico-project.org/"
+license=('GPL')
+depends=('qt5-base' 'kio' 'libksane' 'libcddb' 'libdiscid' 'hicolor-icon-theme'
+         'kxmlgui' 'kitemmodels' 'python2' 'solid' 'khtml')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('ad78e909e9e0f3ea5b44e8178026a5bd009f2596697a7d47729549a60c2cf2cb')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build && cd build
+
+  cmake ../$pkgname-$pkgver -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+  
+# fix python 2.7 path
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
+}

Copied: tellico/repos/community-testing-i686/tellico.changelog (from rev 195244, tellico/trunk/tellico.changelog)
===================================================================
--- community-testing-i686/tellico.changelog	                        (rev 0)
+++ community-testing-i686/tellico.changelog	2016-11-09 20:08:26 UTC (rev 195245)
@@ -0,0 +1,26 @@
+2016-11-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 3.0-1
+
+2016-04-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.11-2 pacman hooks rebuild
+
+2015-12-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.11-1
+
+2015-02-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.10-1
+
+2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.9-1
+
+2014-03-09 Andrea Scarpino <andrea at archlinux.org>
+	* tellico 2.3.8-5 be sure Nepomuk support is disabled
+
+2014-03-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
+
+2013-07-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.8-1
+
+2013-01-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.7-1

Copied: tellico/repos/community-testing-x86_64/PKGBUILD (from rev 195244, tellico/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-11-09 20:08:26 UTC (rev 195245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+
+pkgname=tellico
+pkgver=3.0
+pkgrel=1
+pkgdesc="A collection manager for KDE"
+arch=('i686' 'x86_64')
+url="http://tellico-project.org/"
+license=('GPL')
+depends=('qt5-base' 'kio' 'libksane' 'libcddb' 'libdiscid' 'hicolor-icon-theme'
+         'kxmlgui' 'kitemmodels' 'python2' 'solid' 'khtml')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('ad78e909e9e0f3ea5b44e8178026a5bd009f2596697a7d47729549a60c2cf2cb')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build && cd build
+
+  cmake ../$pkgname-$pkgver -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+  
+# fix python 2.7 path
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
+}

Copied: tellico/repos/community-testing-x86_64/tellico.changelog (from rev 195244, tellico/trunk/tellico.changelog)
===================================================================
--- community-testing-x86_64/tellico.changelog	                        (rev 0)
+++ community-testing-x86_64/tellico.changelog	2016-11-09 20:08:26 UTC (rev 195245)
@@ -0,0 +1,26 @@
+2016-11-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 3.0-1
+
+2016-04-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.11-2 pacman hooks rebuild
+
+2015-12-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.11-1
+
+2015-02-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.10-1
+
+2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.9-1
+
+2014-03-09 Andrea Scarpino <andrea at archlinux.org>
+	* tellico 2.3.8-5 be sure Nepomuk support is disabled
+
+2014-03-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
+
+2013-07-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.8-1
+
+2013-01-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* tellico 2.3.7-1



More information about the arch-commits mailing list