From 946a83c478943914bcf576bd772689ef74c27fdd Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Jun 2013 01:28:29 -0700 Subject: Sat Jun 22 01:28:11 PDT 2013 --- community/fcitx-rime/PKGBUILD | 8 +++--- community/libvirt/PKGBUILD | 6 ++--- community/multitail/PKGBUILD | 6 ++--- community/qtscrobbler/PKGBUILD | 43 +++++++++++++++++++++++++++++++ community/qtscrobbler/qtscrobbler.install | 9 +++++++ 5 files changed, 62 insertions(+), 10 deletions(-) create mode 100644 community/qtscrobbler/PKGBUILD create mode 100644 community/qtscrobbler/qtscrobbler.install (limited to 'community') diff --git a/community/fcitx-rime/PKGBUILD b/community/fcitx-rime/PKGBUILD index 3e5aef8cf..fe6eebf33 100644 --- a/community/fcitx-rime/PKGBUILD +++ b/community/fcitx-rime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90138 2013-05-07 05:26:33Z fyan $ +# $Id: PKGBUILD 92965 2013-06-21 05:40:07Z fyan $ # Maintainer: Felix Yan # Contributor: lh pkgname=fcitx-rime -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.1 +pkgrel=1 pkgdesc='Fcitx Wrapper for librime' arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26') +md5sums=('81fd0c0b7bf55881b5cb1fc87dde19a4') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 87faea6da..8e2bb92fe 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 92374 2013-06-04 12:30:52Z spupykin $ +# $Id: PKGBUILD 92992 2013-06-21 11:27:42Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jonathan Wiersma pkgname=libvirt pkgver=1.0.6 -pkgrel=1 +pkgrel=3 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') url="http://libvirt.org/" @@ -12,7 +12,7 @@ license=('LGPL') depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs' - 'iproute2' 'libnl' 'libx11' 'audit') + 'iproute2' 'libnl' 'libx11' 'audit' 'numactl') makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq') optdepends=('bridge-utils: for briged networking (default)' 'dnsmasq: for NAT/DHCP for guests' diff --git a/community/multitail/PKGBUILD b/community/multitail/PKGBUILD index 3a1815863..49b813ba2 100644 --- a/community/multitail/PKGBUILD +++ b/community/multitail/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82845 2013-01-25 01:03:39Z kkeen $ +# $Id: PKGBUILD 92994 2013-06-21 13:00:51Z kkeen $ # Maintainer: Kyle Keen # Contributor: Kevin Piche # Contributor: Roberto Carvajal pkgname=multitail -pkgver=5.2.12 +pkgver=5.2.13 pkgrel=1 pkgdesc="Lets you view one or multiple files like the original tail program" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.vanheusden.com/multitail" depends=('ncurses') backup=('etc/multitail.conf') source=("${url}/${pkgname}-${pkgver}.tgz") -md5sums=('15fc4a54778327192b0b5f1c0005a1b3') +md5sums=('71a774b6d6bb430672c8a9252baac6e6') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/qtscrobbler/PKGBUILD b/community/qtscrobbler/PKGBUILD new file mode 100644 index 000000000..804a797ea --- /dev/null +++ b/community/qtscrobbler/PKGBUILD @@ -0,0 +1,43 @@ +# $Id: PKGBUILD 92967 2013-06-21 07:22:15Z alucryd $ +# Maintainer: Maxime Gauduin +# Contributor: Simon Legner + +pkgname=qtscrobbler +pkgver=0.11 +pkgrel=4 +pkgdesc="Submit .scrobbler.log from portable players to Last.fm and Libre.fm" +arch=('i686' 'x86_64') +url="http://qtscrob.sourceforge.net/" +license=('GPL') +depends=('libmtp' 'qt4') +makedepends=('gtk-update-icon-cache' 'gzip') +install=${pkgname}.install +source=("http://downloads.sourceforge.net/project/qtscrob/qtscrob/${pkgver}/qtscrob-${pkgver}.tar.bz2") +sha256sums=('01c8e48f616ed09504833d27d92fd62f455bd645ea2d1cc2a5f4c287d641daba') + +build() { + cd "$srcdir"/qtscrob-${pkgver}/src + + qmake-qt4 + make +} + +package() { + cd "$srcdir"/qtscrob-${pkgver}/src + + install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,icons/hicolor,man/man1}} + install -m 755 cli/scrobbler "${pkgdir}"/usr/bin/qtscrob-cli + install -m 755 qt/qtscrob "${pkgdir}"/usr/bin/qtscrob + + install -m 644 cli/scrobbler.1 "${pkgdir}"/usr/share/man/man1/qtscrob-cli.1 + install -m 644 qt/qtscrob.1 "${pkgdir}"/usr/share/man/man1/qtscrob.1 + gzip -9 -f "${pkgdir}"/usr/share/man/man1/* + + install -m 644 qt/qtscrob.desktop "${pkgdir}"/usr/share/applications/qtscrob.desktop + for size in 16 32 48 64 128 256 512 ; do + install -dm 755 "${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps + install -m 644 qt/resources/icons/${size}x${size}/qtscrob.png "${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps/qtscrob.png + done +} + +# vim: ts=2 sw=2 et: diff --git a/community/qtscrobbler/qtscrobbler.install b/community/qtscrobbler/qtscrobbler.install new file mode 100644 index 000000000..3e26308b0 --- /dev/null +++ b/community/qtscrobbler/qtscrobbler.install @@ -0,0 +1,9 @@ +post_install() { + gtk-update-icon-cache -ftq usr/share/icons/hicolor +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf