summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/fb-client/PKGBUILD8
-rw-r--r--community/fcitx-chewing/PKGBUILD13
-rw-r--r--community/osdlyrics/PKGBUILD31
-rw-r--r--community/osdlyrics/osdlyrics.install15
-rw-r--r--community/sslh/PKGBUILD14
-rw-r--r--community/zinnia/PKGBUILD29
6 files changed, 94 insertions, 16 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD
index 3117d9d46..52efadc22 100644
--- a/community/fb-client/PKGBUILD
+++ b/community/fb-client/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
pkgname=fb-client
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Client for paste.xinu.at"
arch=('i686' 'x86_64' 'mips64el')
url="http://paste.xinu.at"
@@ -9,8 +9,8 @@ license=('GPL3')
depends=('curl')
optdepends=('xclip: for automatically copying the URL into the clipboard')
source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('32551de21b82d2dbd1bb96ad2ecb5fc7'
- '04357f4b0d6a84f1de51e275220a042b')
+md5sums=('d070595283130441bd06e2d9da1e0650'
+ '9342a474b215c917a1ee3c58794406b2')
build() {
cd "$srcdir/fb-$pkgver"
diff --git a/community/fcitx-chewing/PKGBUILD b/community/fcitx-chewing/PKGBUILD
index fb4a219a7..9151c7066 100644
--- a/community/fcitx-chewing/PKGBUILD
+++ b/community/fcitx-chewing/PKGBUILD
@@ -1,19 +1,23 @@
-# $Id: PKGBUILD 79762 2012-11-12 02:32:12Z fyan $
+# $Id: PKGBUILD 81444 2012-12-21 04:32:29Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=fcitx-chewing
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Fcitx Wrapper for chewing"
arch=('i686' 'x86_64' 'mips64el')
url="https://github.com/fcitx/fcitx-chewing"
license=('GPL')
depends=('libchewing' 'fcitx>=4.2.6')
makedepends=('cmake' 'intltool')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz)
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz"
+ "https://github.com/fcitx/fcitx-chewing/commit/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch")
build() {
cd "$srcdir"/${pkgname}-${pkgver}
+
+ patch -Np1 -i "$srcdir/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch"
+
rm -rf build
mkdir build
cd build
@@ -26,4 +30,5 @@ package() {
cd "$srcdir"/${pkgname}-${pkgver}/build
make DESTDIR="$pkgdir" install
}
-md5sums=('052e3f146b6e2805918c008005fc9591')
+md5sums=('052e3f146b6e2805918c008005fc9591'
+ '60f54d8ef94f66f00f8e7982ddbbde6f')
diff --git a/community/osdlyrics/PKGBUILD b/community/osdlyrics/PKGBUILD
new file mode 100644
index 000000000..10e36f4c7
--- /dev/null
+++ b/community/osdlyrics/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 81442 2012-12-21 03:27:19Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=osdlyrics
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="A lyric show compatible with various media players"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/osd-lyrics/"
+license=('GPL3')
+depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=("http://osd-lyrics.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+md5sums=('a14a3fbfe07eb7137074126db63b9aa2')
+
+build()
+{
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package()
+{
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
diff --git a/community/osdlyrics/osdlyrics.install b/community/osdlyrics/osdlyrics.install
new file mode 100644
index 000000000..54854a1fe
--- /dev/null
+++ b/community/osdlyrics/osdlyrics.install
@@ -0,0 +1,15 @@
+post_upgrade()
+{
+ usr/bin/update-desktop-database -q
+ usr/bin/gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install()
+{
+ post_upgrade
+}
+
+post_remove()
+{
+ post_upgrade
+}
diff --git a/community/sslh/PKGBUILD b/community/sslh/PKGBUILD
index 7c6210b0c..e61cc9832 100644
--- a/community/sslh/PKGBUILD
+++ b/community/sslh/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 70896 2012-05-18 22:00:49Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 81431 2012-12-20 23:33:39Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com>
# Contributor: Jason Rodriguez <jason-aur@catloaf.net>
pkgname=sslh
-pkgver=1.13b
+pkgver=1.14
pkgrel=1
pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
arch=('i686' 'x86_64' 'mips64el')
@@ -15,13 +15,12 @@ backup=('etc/conf.d/sslh' 'etc/sslh.conf')
source=("http://www.rutschle.net/tech/$pkgname-$pkgver.tar.gz"
'sslh.rc'
'sslh.conf')
-md5sums=('fbd8934e6f799437c562866f09afee5b'
+md5sums=('36e64bd6c7d0a299d5acd1109988099b'
'c2a0c7c58d091acf5b4672f58066ee8f'
'c51c63d2b28080bae4c1c7a0c469bab7')
build() {
- #cd $pkgname-$pkgver
- cd $pkgname-1.13
+ cd $pkgname-$pkgver
# fix archlinux path in manpage
sed -i 's/init.d/rc.d/' sslh.pod
sed -i 's+/etc/default+/etc/conf.d+' sslh.pod
@@ -33,8 +32,7 @@ package() {
install -Dm 755 sslh.rc "$pkgdir/etc/rc.d/sslh"
install -Dm 644 sslh.conf "$pkgdir/etc/conf.d/sslh"
# manually install to have both ssl-fork and ssl-select
- #cd $pkgname-$pkgver
- cd $pkgname-1.13
+ cd $pkgname-$pkgver
install -Dm 0755 sslh-fork "$pkgdir/usr/bin/sslh-fork"
install -Dm 0755 sslh-select "$pkgdir/usr/bin/sslh-select"
ln -s sslh-fork "$pkgdir/usr/bin/sslh"
diff --git a/community/zinnia/PKGBUILD b/community/zinnia/PKGBUILD
new file mode 100644
index 000000000..48784f97b
--- /dev/null
+++ b/community/zinnia/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 81446 2012-12-21 04:42:33Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Humbert Julien <julroy67 [AT] gmail.com>
+
+pkgname=zinnia
+pkgver=0.06
+pkgrel=2
+pkgdesc="Simple, customizable and portable online hand recognition system based on Support Vector Machines"
+arch=('i686' 'x86_64')
+url="http://zinnia.sourceforge.net/"
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('libtool')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}