mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-14 09:09:03 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/apps into testing
This commit is contained in:
commit
e9e0ba12f6
41
telepathy-kde-accounts-kcm-plugins/PKGBUILD
Normal file
41
telepathy-kde-accounts-kcm-plugins/PKGBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-accounts-kcm-plugins
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Plugins for protocol-specific UI's in the Telepathy Accounts KCM"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('telepathy-kde-accounts-kcm')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
|
||||
'telepathy-butterfly: MSN/Windows Live support'
|
||||
'telepathy-haze: all protocols supported by libpurple')
|
||||
conflicts=('telepathy-accounts-kcm-plugins-git')
|
||||
replaces=('telepathy-accounts-kcm-plugins-git')
|
||||
groups=('telepathy-kde')
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('340202386d0e0e8e0f18fb3cb856a9055fc200a5')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
38
telepathy-kde-accounts-kcm/PKGBUILD
Normal file
38
telepathy-kde-accounts-kcm/PKGBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-accounts-kcm
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="KCM Module for configuring Telepathy Instant Messaging Accounts"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('kdelibs' 'telepathy-qt4' 'telepathy-mission-control')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
groups=('telepathy-kde')
|
||||
conflicts=('telepathy-accounts-kcm-git')
|
||||
replaces=('telepathy-accounts-kcm-git')
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('23c1d3289ecaf4b4361d0ed324a7044cccfae801')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
38
telepathy-kde-approver/PKGBUILD
Normal file
38
telepathy-kde-approver/PKGBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-approver
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="KDE Channel Approver for Telepathy"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('kdelibs' 'telepathy-qt4')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=('telepathy-approver-git')
|
||||
replaces=('telepathy-approver-git')
|
||||
groups=('telepathy-kde')
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('ca4bb9d817354e50af18072736843b961a5dc916')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
39
telepathy-kde-contact-list/PKGBUILD
Normal file
39
telepathy-kde-contact-list/PKGBUILD
Normal file
@ -0,0 +1,39 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-contact-list
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Telepathy contact list application "
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('kde-runtime' 'telepathy-qt4')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=('telepathy-contact-list-git')
|
||||
replaces=('telepathy-contact-list-git')
|
||||
groups=('telepathy-kde')
|
||||
install=${pkgname}.install
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('1875f88842568f800e08d7d1b391d05152834b3b')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
38
telepathy-kde-filetransfer-handler/PKGBUILD
Normal file
38
telepathy-kde-filetransfer-handler/PKGBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-filetransfer-handler
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Telepathy file transfer handler"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('kde-runtime' 'telepathy-qt4')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=('telepathy-filetransfer-handler-git')
|
||||
replaces=('telepathy-filetransfer-handler-git')
|
||||
groups=('telepathy-kde')
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('050eb79ee5a24a102512cf4dbef18b4bf8eb5b50')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
31
telepathy-kde-presence-applet/PKGBUILD
Normal file
31
telepathy-kde-presence-applet/PKGBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-presence-applet
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Plasma applet for managing your Telepathy account presence"
|
||||
arch=('any')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('telepathy-kde-presence-dataengine')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=('telepathy-presence-applet-git')
|
||||
replaces=('telepathy-presence-applet-git')
|
||||
groups=('telepathy-kde')
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('9a013b50cbe7df53496f6af166fdc005a356e99a')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/${pkgname}_${pkgver}
|
||||
cmake . \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
38
telepathy-kde-presence-dataengine/PKGBUILD
Normal file
38
telepathy-kde-presence-dataengine/PKGBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-presence-dataengine
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Plasma dataengine for managing Telepathy account presence"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('kde-baseapps' 'telepathy-qt4')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=('telepathy-presence-dataengine-git')
|
||||
replaces=('telepathy-presence-dataengine-git')
|
||||
groups=('telepathy-kde')
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('afaf16ce63eef9c9a4cdb06b1e88e62f887094bd')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
37
telepathy-kde-send-file/PKGBUILD
Normal file
37
telepathy-kde-send-file/PKGBUILD
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-send-file
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A File manager plugin to launch a file transfer job with a specified contact"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('telepathy-kde-filetransfer-handler')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
groups=('telepathy-kde')
|
||||
install=${pkgname}.install
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('ef49d3008294a6eacad846fbe1c042d59c5c8e69')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
11
telepathy-kde-send-file/telepathy-kde-send-file.install
Normal file
11
telepathy-kde-send-file/telepathy-kde-send-file.install
Normal file
@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_update() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
38
telepathy-kde-text-ui/PKGBUILD
Normal file
38
telepathy-kde-text-ui/PKGBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=telepathy-kde-text-ui
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Telepathy text chat handler"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('kde-runtime' 'telepathy-qt4')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
conflicts=('telepathy-call-ui-git')
|
||||
replaces=('telepathy-call-ui-git')
|
||||
groups=('telepathy-kde')
|
||||
source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
|
||||
sha1sums=('3a9a174acd5b955618a74761a380e951c6dce48a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}_${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
@ -4,8 +4,8 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=telepathy-mission-control
|
||||
pkgver=5.7.11
|
||||
pkgrel=2
|
||||
pkgver=5.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://mission-control.sourceforge.net/"
|
||||
@ -14,7 +14,7 @@ depends=('telepathy-glib')
|
||||
makedepends=('libxslt' 'python2')
|
||||
options=('!libtool')
|
||||
source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('d4b37aa43f391c34d033b1af5ab32e6d')
|
||||
md5sums=('a708767687a6515058ee1a3654eda5c1')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user