Date: Friday, March 27, 2015 @ 10:05:26 Author: arojas Revision: 235138
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD (from rev 235137, telepathy-kde-contact-list/kde-unstable/PKGBUILD) telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install (from rev 235137, telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install) telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD (from rev 235137, telepathy-kde-contact-list/kde-unstable/PKGBUILD) telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install (from rev 235137, telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install) Deleted: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install --------------------------------------------------------+ /PKGBUILD | 72 +++++++++++++++ /telepathy-kde-contact-list.install | 22 ++++ kde-unstable-i686/PKGBUILD | 36 ------- kde-unstable-i686/telepathy-kde-contact-list.install | 11 -- kde-unstable-x86_64/PKGBUILD | 36 ------- kde-unstable-x86_64/telepathy-kde-contact-list.install | 11 -- 6 files changed, 94 insertions(+), 94 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2015-03-27 09:05:07 UTC (rev 235137) +++ kde-unstable-i686/PKGBUILD 2015-03-27 09:05:26 UTC (rev 235138) @@ -1,36 +0,0 @@ -# Maintainer: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas <aro...@archlinux.org> - -pkgname=telepathy-kde-contact-list -_pkgname=ktp-contact-list -pkgver=15.03.95 -pkgrel=1 -pkgdesc='KDE Telepathy contact list application' -arch=('i686' 'x86_64') -url='http://community.kde.org/Real-Time_Communication_and_Collaboration' -license=('GPL') -groups=('kde-applications' 'kdenetwork') -depends=('telepathy-kde-common-internals') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz") -install=$pkgname.install -md5sums=('4c2ee98323bcc9975d6cae52e171f2e9') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$_pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD (from rev 235137, telepathy-kde-contact-list/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2015-03-27 09:05:26 UTC (rev 235138) @@ -0,0 +1,36 @@ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas <aro...@archlinux.org> + +pkgname=telepathy-kde-contact-list +_pkgname=ktp-contact-list +pkgver=15.03.97 +pkgrel=1 +pkgdesc='KDE Telepathy contact list application' +arch=('i686' 'x86_64') +url='http://community.kde.org/Real-Time_Communication_and_Collaboration' +license=('GPL') +groups=('kde-applications' 'kdenetwork') +depends=('telepathy-kde-common-internals') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz") +install=$pkgname.install +md5sums=('cc93e57d8ee9ddcb4766a6356966b7ac') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$_pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-i686/telepathy-kde-contact-list.install =================================================================== --- kde-unstable-i686/telepathy-kde-contact-list.install 2015-03-27 09:05:07 UTC (rev 235137) +++ kde-unstable-i686/telepathy-kde-contact-list.install 2015-03-27 09:05:26 UTC (rev 235138) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install (from rev 235137, telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install) =================================================================== --- kde-unstable-i686/telepathy-kde-contact-list.install (rev 0) +++ kde-unstable-i686/telepathy-kde-contact-list.install 2015-03-27 09:05:26 UTC (rev 235138) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2015-03-27 09:05:07 UTC (rev 235137) +++ kde-unstable-x86_64/PKGBUILD 2015-03-27 09:05:26 UTC (rev 235138) @@ -1,36 +0,0 @@ -# Maintainer: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas <aro...@archlinux.org> - -pkgname=telepathy-kde-contact-list -_pkgname=ktp-contact-list -pkgver=15.03.95 -pkgrel=1 -pkgdesc='KDE Telepathy contact list application' -arch=('i686' 'x86_64') -url='http://community.kde.org/Real-Time_Communication_and_Collaboration' -license=('GPL') -groups=('kde-applications' 'kdenetwork') -depends=('telepathy-kde-common-internals') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz") -install=$pkgname.install -md5sums=('4c2ee98323bcc9975d6cae52e171f2e9') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$_pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD (from rev 235137, telepathy-kde-contact-list/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2015-03-27 09:05:26 UTC (rev 235138) @@ -0,0 +1,36 @@ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas <aro...@archlinux.org> + +pkgname=telepathy-kde-contact-list +_pkgname=ktp-contact-list +pkgver=15.03.97 +pkgrel=1 +pkgdesc='KDE Telepathy contact list application' +arch=('i686' 'x86_64') +url='http://community.kde.org/Real-Time_Communication_and_Collaboration' +license=('GPL') +groups=('kde-applications' 'kdenetwork') +depends=('telepathy-kde-common-internals') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz") +install=$pkgname.install +md5sums=('cc93e57d8ee9ddcb4766a6356966b7ac') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$_pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/telepathy-kde-contact-list.install =================================================================== --- kde-unstable-x86_64/telepathy-kde-contact-list.install 2015-03-27 09:05:07 UTC (rev 235137) +++ kde-unstable-x86_64/telepathy-kde-contact-list.install 2015-03-27 09:05:26 UTC (rev 235138) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install (from rev 235137, telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install) =================================================================== --- kde-unstable-x86_64/telepathy-kde-contact-list.install (rev 0) +++ kde-unstable-x86_64/telepathy-kde-contact-list.install 2015-03-27 09:05:26 UTC (rev 235138) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}