summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-29 01:32:18 -0700
committerroot <root@rshg054.dnsready.net>2013-07-29 01:32:18 -0700
commita1444f1dc2bd37f6980a4d1c341303aeb0684920 (patch)
tree2ef80bda60236bfac6d095ba7a86d441dfd0dca7 /community
parent756c28ed533221b910dd7fbbe356cb9eb4fc9111 (diff)
Mon Jul 29 01:31:45 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/fb-client/PKGBUILD4
-rw-r--r--community/nsd/PKGBUILD8
-rw-r--r--community/stella/PKGBUILD30
-rw-r--r--community/stella/stella.install11
4 files changed, 47 insertions, 6 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD
index c04a69221..cc7bb712c 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.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Client for paste.xinu.at"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ 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=('6d05a1ebe50fa2c00c03fa41195bdf48'
+md5sums=('e0b3bde72fb416fd10550cac829758bd'
'SKIP')
build() {
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD
index 797a82a98..06bf8a75b 100644
--- a/community/nsd/PKGBUILD
+++ b/community/nsd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91246 2013-05-20 14:50:30Z bisson $
+# $Id: PKGBUILD 94613 2013-07-28 13:05:24Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=nsd
-pkgver=3.2.15
-pkgrel=2
+pkgver=3.2.16
+pkgrel=1
pkgdesc='Authoritative only, high performance and simple DNS server'
url='http://www.nlnetlabs.nl/nsd/'
license=('BSD')
@@ -14,7 +14,7 @@ makedepends=('flex')
arch=('i686' 'x86_64')
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'service')
-sha1sums=('e31a81ab7877422b34e1f163f9509cd93f395664'
+sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88'
'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
install=install
diff --git a/community/stella/PKGBUILD b/community/stella/PKGBUILD
new file mode 100644
index 000000000..9b903cd2c
--- /dev/null
+++ b/community/stella/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
+# Contributor: Renato Garcia <fgarcia.renato@gmail.com>
+# Contributor: Tiago Camargo <tcamargo@gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
+
+pkgname=stella
+pkgver=3.9
+pkgrel=1
+pkgdesc="A multi-platform Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net"
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('a0b1dbfef4f7b5e6ff9273c15cf4ba7d')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ make DESTDIR="$pkgdir"/ install
+}
diff --git a/community/stella/stella.install b/community/stella/stella.install
new file mode 100644
index 000000000..1a05f573e
--- /dev/null
+++ b/community/stella/stella.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}