summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-18 00:06:08 -0800
committerroot <root@rshg054.dnsready.net>2013-01-18 00:06:08 -0800
commit995f428bf6c3170027dd5f9ea9f17e8fa4bdfac8 (patch)
tree9321d3e4d17ef635f93e0b7a2923c288109a9c1f /community
parent4e8c9530dbbf6c8b4c8147cef8fe9845c8898de3 (diff)
Fri Jan 18 00:06:07 PST 2013
Diffstat (limited to 'community')
-rw-r--r--community/geda-gaf/ChangeLog4
-rw-r--r--community/geda-gaf/PKGBUILD8
-rw-r--r--community/ibus-rime/PKGBUILD4
-rw-r--r--community/ibus-rime/ibus-rime.install2
-rw-r--r--community/intel-gpu-tools/PKGBUILD27
-rw-r--r--community/parcellite/PKGBUILD12
-rw-r--r--community/processing/PKGBUILD24
-rw-r--r--community/yaws/PKGBUILD13
-rw-r--r--community/yaws/yaws.service1
9 files changed, 58 insertions, 37 deletions
diff --git a/community/geda-gaf/ChangeLog b/community/geda-gaf/ChangeLog
index c8b902cc5..29717fa61 100644
--- a/community/geda-gaf/ChangeLog
+++ b/community/geda-gaf/ChangeLog
@@ -1,4 +1,8 @@
2012-01-19 Kyle Keen <keenerd@gmail.com>
+ * 1.8.1-1
+ - Version bump
+
+2012-01-19 Kyle Keen <keenerd@gmail.com>
* 1.6.2-2
- libpng15 rebuild
diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD
index b3e6278b9..1c10d075d 100644
--- a/community/geda-gaf/PKGBUILD
+++ b/community/geda-gaf/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=geda-gaf
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project"
arch=('i686' 'x86_64')
url="http://www.gpleda.org"
@@ -15,8 +15,8 @@ optdepends=('python2: for two of the commands (garchive, tragesym)'
'gawk: for sw2asc')
replaces=('geda-suite' 'geda-libs')
install=geda-gaf.install
-source=(http://geda.seul.org/release/v1.6/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('35ae86aebc174ec1fc03863fde4c843c')
+source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73')
build ()
{
diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD
index 77ebf8420..fe95d92c2 100644
--- a/community/ibus-rime/PKGBUILD
+++ b/community/ibus-rime/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82388 2013-01-16 12:33:42Z fyan $
+# $Id: PKGBUILD 82426 2013-01-17 13:14:23Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=ibus-rime
pkgver=0.9.7
-pkgrel=1
+pkgrel=2
pkgdesc="Rime input method engine for ibus"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
diff --git a/community/ibus-rime/ibus-rime.install b/community/ibus-rime/ibus-rime.install
index 220126eb3..1ed0581cb 100644
--- a/community/ibus-rime/ibus-rime.install
+++ b/community/ibus-rime/ibus-rime.install
@@ -1,3 +1,3 @@
pre_upgrade() {
- rm /usr/share/ibus-rime/*.bin || true
+ rm -f /usr/share/ibus-rime/*.bin
}
diff --git a/community/intel-gpu-tools/PKGBUILD b/community/intel-gpu-tools/PKGBUILD
new file mode 100644
index 000000000..605221109
--- /dev/null
+++ b/community/intel-gpu-tools/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 82424 2013-01-17 10:47:47Z thestinger $
+# Maintainer: Daniel Micay <danielmicay@gmail.com>
+# Contributor: Mikael Eriksson <mikael_eriksson@miffe.org>
+# Originally by: Denis Smirnov <detanator@gmail.com>
+
+pkgname=intel-gpu-tools
+pkgver=1.3
+pkgrel=2
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url="http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/"
+depends=('libdrm' 'libpciaccess' 'cairo')
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('67facd6241e26e2c68614728e3a932e9')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}
diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD
index 07f753d2a..2f41bcb3c 100644
--- a/community/parcellite/PKGBUILD
+++ b/community/parcellite/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 55624 2011-09-16 13:23:02Z spupykin $
+# $Id: PKGBUILD 82434 2013-01-17 17:11:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Alexander Fehr <pizzapunk gmail com>
pkgname=parcellite
-pkgver=1.0.2rc5
+pkgver=1.1.2
pkgrel=1
pkgdesc="Lightweight GTK+ clipboard manager"
arch=('i686' 'x86_64')
@@ -11,15 +11,11 @@ url="http://parcellite.sourceforge.net/"
license=('GPL3')
depends=('gtk2')
makedepends=('intltool')
-source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz
- history_menu_crash_patch)
-md5sums=('e7c818b93c7303daadf6093c6ebe79f9'
- '8fd6e07fa907865ca4db7b3e13441ce6')
+source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz)
+md5sums=('5563333ffc9367661aef86f0f875fc66')
build() {
cd "$srcdir/parcellite-$pkgver"
- (cd src && patch -p0 <$srcdir/history_menu_crash_patch)
- make distclean
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR="$pkgdir" install
diff --git a/community/processing/PKGBUILD b/community/processing/PKGBUILD
index 5dc473aba..2549f2832 100644
--- a/community/processing/PKGBUILD
+++ b/community/processing/PKGBUILD
@@ -1,28 +1,20 @@
-# $Id: PKGBUILD 80996 2012-12-08 22:47:00Z arodseth $
+# $Id: PKGBUILD 82430 2013-01-17 14:54:20Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=processing
pkgver=2.0b7
-pkgrel=1
-pkgdesc='Programming language and environment for creating images, animation, and interactions'
+pkgrel=2
+pkgdesc='Programming language and environment for creating images, animations and interactions'
arch=('x86_64' 'i686')
url='http://www.processing.org/'
license=('GPL' 'LGPL')
depends=('libgl' 'libxxf86vm')
makedepends=('gendesk')
options=(!strip)
-#if [[ $CARCH == 'x86_64' ]]; then
-# optdepends=('lib32-libxtst: resource extension library')
-# source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz"
-# "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
-# sha256sums=('844b4280b242176107f6c40fef47fa420695111cdb2b80294570297f63b1186f'
-# '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-#else
- source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz"
- "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
- sha256sums=('55db8370672f9e2658443a7fe577e23f06ca1ab2435719c865a059a0e65cdc83'
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz"
+ "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
+sha256sums=('55db8370672f9e2658443a7fe577e23f06ca1ab2435719c865a059a0e65cdc83'
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-#fi
build() {
cd "$srcdir"
@@ -34,8 +26,8 @@ package() {
install -d "$pkgdir/usr/share/$pkgname/" "$pkgdir/usr/bin/"
cp -r ./* "$pkgdir/usr/share/$pkgname/"
- chmod a+x "$pkgdir/usr/share/$pkgname/$pkgname"
- ln -s /usr/share/$pkgname/$pkgname "$pkgdir/usr/bin/$pkgname"
+ ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
install -Dm644 "$srcdir/$pkgname.png" \
"$pkgdir/usr/share/pixmaps/$pkgname.png"
install -Dm644 "$srcdir/$pkgname.desktop" \
diff --git a/community/yaws/PKGBUILD b/community/yaws/PKGBUILD
index 3a5de89fa..47f65c69c 100644
--- a/community/yaws/PKGBUILD
+++ b/community/yaws/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 80743 2012-12-01 19:51:02Z arodseth $
+# $Id: PKGBUILD 82428 2013-01-17 13:32:57Z arodseth $
# Maintainer: Vesa Kaihlavirta
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Patrick Smits <mail@patricksmits.net>
pkgname=yaws
pkgver=1.95
-pkgrel=3
+pkgrel=4
pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
arch=('x86_64' 'i686')
url='http://yaws.hyber.org/'
@@ -14,18 +14,19 @@ depends=('pam' 'erlang')
backup=('etc/yaws/yaws.conf')
options=('!emptydirs')
install=$pkgname.install
+optdepends=('erlang-nox: erlang without X')
source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz"
"$pkgname.service")
sha256sums=('e4efae836561f5e8a1324a5c9ab63fb82468e9dc93dc95cb4cb6248ab6b95406'
- 'cce672e0bc73f536186bdbb8ac139d8000db4bd67f5fdeff84fdc4b4f8bd84f9')
+ '3f8347add6e3741e77f7bb9ba6b31feb1c878e2e58ecf19063891e801fa24698')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- for file in www/cgi.yaws www/cgi-bin/foo.py; do
- # python2 fix
- sed -i '0,/on/s//on2/' "$file"
+ # python2 fix
+ for file in cgi.yaws cgi-bin/foo.py; do
+ sed -i '0,/on/s//on2/' "www/$file"
done
make
}
diff --git a/community/yaws/yaws.service b/community/yaws/yaws.service
index 48f9bb8ef..7e2ced32d 100644
--- a/community/yaws/yaws.service
+++ b/community/yaws/yaws.service
@@ -4,6 +4,7 @@ After=syslog.target network.target
[Service]
Type=forking
+GuessMainPID=no
ExecStart=/usr/bin/yaws --daemon --heart
ExecReload=/usr/bin/yaws --hup
ExecStop=/usr/bin/yaws --stop