diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 22:00:22 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 22:00:22 -0300 |
commit | b9930cb145be895813f48623c21b12acaf8e1dbf (patch) | |
tree | f878c72c58f3add6dcaf4ce56491acb1a01c8862 /community/twinkle | |
parent | 009cb3e36c303eb4460b20d01fb01522787198d9 (diff) | |
parent | 16e845de1bbf76ab48a02bfaa21730f45e6afaaa (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccrtp/PKGBUILD
community/commoncpp2/PKGBUILD
core/ncurses/PKGBUILD
core/udev/PKGBUILD
multilib/lib32-libjpeg-turbo/PKGBUILD
Diffstat (limited to 'community/twinkle')
-rw-r--r-- | community/twinkle/PKGBUILD | 36 | ||||
-rw-r--r-- | community/twinkle/twinkle.desktop | 4 |
2 files changed, 25 insertions, 15 deletions
diff --git a/community/twinkle/PKGBUILD b/community/twinkle/PKGBUILD index 5d64f1bc1..7088849a9 100644 --- a/community/twinkle/PKGBUILD +++ b/community/twinkle/PKGBUILD @@ -1,34 +1,44 @@ -# $Id: PKGBUILD 62127 2012-01-16 09:29:34Z spupykin $ +# $Id: PKGBUILD 64393 2012-02-12 19:27:33Z arodseth $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jeff Mickey <jeff@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> +# Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=twinkle pkgver=1.4.2 -pkgrel=13 -pkgdesc="A softphone for voice over IP and instant messaging communications using the SIP protocol" -arch=('i686' 'x86_64') +pkgrel=14 +pkgdesc="Softphone for voice over IP and IM communication using SIP" +arch=('x86_64' 'i686') url="http://www.twinklephone.com/" license=('GPL') -depends=('file' 'speex' 'boost-libs' 'libsndfile' 'commoncpp2' 'libxml2' 'libx11' - 'qt3' 'libzrtpcpp') +depends=('file' 'speex' 'boost-libs' 'libsndfile' 'qt3' 'libzrtpcpp') makedepends=('pkg-config' 'boost') -source=(http://www.xs4all.nl/~mfnboer/${pkgname}/download/${pkgname}-${pkgver}.tar.gz) -md5sums=('d70c8972f296ffd998c7fb698774705b') +source=("http://www.xs4all.nl/~mfnboer/$pkgname/download/$pkgname-$pkgver.tar.gz" + "twinkle.desktop") +sha256sums=('807686c7ac1b54bb0ea27ff4be362db6926d1d3d6f1802f6d359a353157e89a5' + '88578b314f434d88ef387ee8bf541dcdd4dfeffba161c1c66e43ac54103b3862') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "$srcdir/$pkgname-$pkgver" + . /etc/profile.d/qt3.sh ./configure --prefix=/usr \ --without-kde \ --with-speex \ - --without-ilbc + --without-ilbc \ + --mandir=/usr/share/man make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - install -D -m644 twinkle.desktop ${pkgdir}/usr/share/applications/twinkle.desktop + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + install -Dm644 "$pkgdir/usr/share/twinkle/twinkle48.png" \ + "$pkgdir/usr/share/pixmaps/twinkle.png" + install -Dm644 twinkle.desktop \ + "$pkgdir/usr/share/applications/twinkle.desktop" } + +# vim:set ts=2 sw=2 et: diff --git a/community/twinkle/twinkle.desktop b/community/twinkle/twinkle.desktop index e85a32e51..60688b5fe 100644 --- a/community/twinkle/twinkle.desktop +++ b/community/twinkle/twinkle.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Twinkle -Comment=A SIP softphone for Qt -Icon=/usr/share/twinkle/twinkle48.png +Comment=SIP softphone for Qt +Icon=twinkle.png Exec=twinkle Terminal=false Type=Application |