[arch-commits] Commit in tellico/repos/community-x86_64 (6 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Feb 16 18:39:21 UTC 2015
Date: Monday, February 16, 2015 @ 19:39:20
Author: jlichtblau
Revision: 127808
archrelease: copy trunk to community-x86_64
Added:
tellico/repos/community-x86_64/PKGBUILD
(from rev 127807, tellico/trunk/PKGBUILD)
tellico/repos/community-x86_64/tellico.changelog
(from rev 127807, tellico/trunk/tellico.changelog)
tellico/repos/community-x86_64/tellico.install
(from rev 127807, tellico/trunk/tellico.install)
Deleted:
tellico/repos/community-x86_64/PKGBUILD
tellico/repos/community-x86_64/tellico.changelog
tellico/repos/community-x86_64/tellico.install
-------------------+
PKGBUILD | 76 ++++++++++++++++++++++++++--------------------------
tellico.changelog | 31 +++++++++++----------
tellico.install | 26 ++++++++---------
3 files changed, 68 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-16 18:39:11 UTC (rev 127807)
+++ PKGBUILD 2015-02-16 18:39:20 UTC (rev 127808)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.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=2.3.9
-pkgrel=2
-pkgdesc="A collection manager for KDE"
-arch=('i686' 'x86_64')
-url="http://tellico-project.org/"
-license=('GPL')
-depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5184c130ea7561be6e72580105f30d5f160fd2fd5c9ffc7f7e16faf227a20114')
-
-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-x86_64/PKGBUILD (from rev 127807, tellico/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-16 18:39:20 UTC (rev 127808)
@@ -0,0 +1,38 @@
+# $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=2.3.10
+pkgrel=1
+pkgdesc="A collection manager for KDE"
+arch=('i686' 'x86_64')
+url="http://tellico-project.org/"
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e916101f86b6f843b85be42e8545aa7441cd496cbb9b81590e2e0bd03a58faaa')
+
+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|'
+}
Deleted: tellico.changelog
===================================================================
--- tellico.changelog 2015-02-16 18:39:11 UTC (rev 127807)
+++ tellico.changelog 2015-02-16 18:39:20 UTC (rev 127808)
@@ -1,14 +0,0 @@
-2014-06-28 Jaroslav Lichtblau <dragonlord at aur.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 <dragonlord at aur.archlinux.org>
- * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
-
-2013-07-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * tellico 2.3.8-1
-
-2013-01-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * tellico 2.3.7-1
Copied: tellico/repos/community-x86_64/tellico.changelog (from rev 127807, tellico/trunk/tellico.changelog)
===================================================================
--- tellico.changelog (rev 0)
+++ tellico.changelog 2015-02-16 18:39:20 UTC (rev 127808)
@@ -0,0 +1,17 @@
+2014-06-28 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
Deleted: tellico.install
===================================================================
--- tellico.install 2015-02-16 18:39:11 UTC (rev 127807)
+++ tellico.install 2015-02-16 18:39:20 UTC (rev 127808)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: tellico/repos/community-x86_64/tellico.install (from rev 127807, tellico/trunk/tellico.install)
===================================================================
--- tellico.install (rev 0)
+++ tellico.install 2015-02-16 18:39:20 UTC (rev 127808)
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list