summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-22 01:28:29 -0700
committerroot <root@rshg054.dnsready.net>2013-06-22 01:28:29 -0700
commit946a83c478943914bcf576bd772689ef74c27fdd (patch)
tree577d46741bf519254d29a0979eb015e1281487fa /community
parentdeef1b9af1fb8bb4c263d8aa1df699ef0d4d3b31 (diff)
Sat Jun 22 01:28:11 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/fcitx-rime/PKGBUILD8
-rw-r--r--community/libvirt/PKGBUILD6
-rw-r--r--community/multitail/PKGBUILD6
-rw-r--r--community/qtscrobbler/PKGBUILD43
-rw-r--r--community/qtscrobbler/qtscrobbler.install9
5 files changed, 62 insertions, 10 deletions
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 <felixonmars@gmail.com>
# Contributor: lh <jason52lh@gmail.com>
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 <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
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 <keenerd@gmail.com>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Roberto Carvajal <roberto@archlinux.org>
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 <alucryd@gmail.com>
+# Contributor: Simon Legner <simon dot legner at gmail dot com>
+
+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: