summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
commitc39cbc60bd9cca21cdb7f174725bcd1f866e95d9 (patch)
treee1ab5429c30dcac4e282e1fba53182f0ea509d75 /community
parent70dd19e62605010a1403e8e28a9d40ca5b09409a (diff)
parent5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libgringotts/PKGBUILD community/ruby-gtk2/PKGBUILD community/steghide/PKGBUILD community/twin/PKGBUILD core/bzip2/PKGBUILD multilib/lib32-mpg123/PKGBUILD testing/samba/PKGBUILD testing/xfsprogs/PKGBUILD
Diffstat (limited to 'community')
-rw-r--r--community/esdl/PKGBUILD2
-rw-r--r--community/freehdl/PKGBUILD21
-rw-r--r--community/freehdl/freehdl.install20
-rw-r--r--community/freeradius/PKGBUILD14
-rw-r--r--community/ibus-hangul/PKGBUILD8
-rw-r--r--community/ibus-hangul/ibus-hangul.install11
-rw-r--r--community/libextractor/PKGBUILD13
-rw-r--r--community/libextractor/libextractor.install2
-rw-r--r--community/libgringotts/PKGBUILD10
-rw-r--r--community/libgringotts/libgringotts.changelog4
-rw-r--r--community/libmatio/PKGBUILD27
-rw-r--r--community/luaposix/PKGBUILD10
-rw-r--r--community/ruby-gtk2/PKGBUILD8
-rw-r--r--community/steghide/PKGBUILD9
-rw-r--r--community/twin/PKGBUILD20
-rw-r--r--community/vhba-module/PKGBUILD6
16 files changed, 118 insertions, 67 deletions
diff --git a/community/esdl/PKGBUILD b/community/esdl/PKGBUILD
index 1324daaee..e7b9bc920 100644
--- a/community/esdl/PKGBUILD
+++ b/community/esdl/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=esdl
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
epoch=2
arch=('x86_64' 'i686')
pkgdesc="SDL and OpenGL bindings for the Erlang programming language"
diff --git a/community/freehdl/PKGBUILD b/community/freehdl/PKGBUILD
index 4e9abcbbf..c5ed65043 100644
--- a/community/freehdl/PKGBUILD
+++ b/community/freehdl/PKGBUILD
@@ -1,26 +1,29 @@
-# $Id: PKGBUILD 65198 2012-02-20 10:11:43Z spupykin $
+# $Id: PKGBUILD 70171 2012-05-01 11:23:50Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Neil Darlow <neil@darlow.co.uk>
# Contributor: Jens Maucher <defcon@archlinux.us>
pkgname=freehdl
pkgver=0.0.8
-_qucsver=0.0.16
-pkgrel=2
+pkgrel=3
pkgdesc='An open-source (C++ generating) VHDL simulator'
arch=('i686' 'x86_64' 'mips64el')
url='http://freehdl.seul.org'
license=('GPL')
-depends=('gcc-libs' 'libtool' 'perl')
-makedepends=('bison' 'flex' 'gawk' 'pkgconfig')
+depends=('perl')
optdepends=('gtkwave: to view output when run standalone')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/qucs/qucs/${_qucsver}/freehdl-$pkgver.tar.gz)
+options=('!libtool')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/qucs/$pkgname-$pkgver.tar.gz")
md5sums=('aa1382b8b5c6a972e9652c648a9278b5')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
./configure --prefix=/usr
make
- make DESTDIR=$pkgdir install
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/freehdl/freehdl.install b/community/freehdl/freehdl.install
new file mode 100644
index 000000000..15e22d4b5
--- /dev/null
+++ b/community/freehdl/freehdl.install
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(fire.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+ done
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+ done
+}
diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD
index 17106f3d8..cbabd247a 100644
--- a/community/freeradius/PKGBUILD
+++ b/community/freeradius/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 65013 2012-02-20 01:41:32Z spupykin $
+# $Id: PKGBUILD 70173 2012-05-01 11:40:01Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jason R Begley (jayray@digitalgoat.com>
pkgname=freeradius
pkgver=2.1.12
-pkgrel=4
+pkgrel=5
pkgdesc="The premier open source RADIUS server"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.freeradius.org/"
-license=("GPL")
-depends=('openssl' 'krb5' 'pth' 'libldap>=2.4.18' 'net-snmp' 'pam'
- 'postgresql-libs>=9.0.3' 'libtool' 'libmysqlclient' 'gdbm' 'shadow')
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmysqlclient')
makedepends=('libpcap' 'unixodbc' 'python2')
optdepends=('libpcap' 'unixodbc' 'python2')
-options=('!libtool' 'emptydirs' '!makeflags')
+options=('!libtool' '!makeflags')
install=$pkgname.install
-source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
radiusd
krb5-build-fix.patch)
md5sums=('862d3a2c11011e61890ba84fa636ed8c'
+ '8759569d36b9f353c281e24875b556be'
'f1a6530b1b69d2fa793aa45b2de379bb'
'c6a61de7576933f59154a53bfc12a2d2')
diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD
index e71bcb8d1..0a57b517d 100644
--- a/community/ibus-hangul/PKGBUILD
+++ b/community/ibus-hangul/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61928 2012-01-11 03:15:10Z ebelanger $
+# $Id: PKGBUILD 70167 2012-05-01 04:52:15Z ebelanger $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Radim Hvizdák <hvizdakr at gmail dot com>
pkgname=ibus-hangul
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc='Korean input engine for IBus'
arch=('i686' 'x86_64' 'mips64el')
@@ -11,11 +11,13 @@ url='http://ibus.googlecode.com'
license=('GPL')
depends=('ibus' 'libhangul')
makedepends=('intltool')
+install=ibus-hangul.install
source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('421d7164a27eeedfea49d54b61e2a5edd4f7d3a7')
+sha1sums=('659899cf942a983fbd2ffbb4bd4f5ecd883f5c0a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's/python/python2/' setup/ibus-setup-hangul.in
PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
make
}
diff --git a/community/ibus-hangul/ibus-hangul.install b/community/ibus-hangul/ibus-hangul.install
new file mode 100644
index 000000000..1a05f573e
--- /dev/null
+++ b/community/ibus-hangul/ibus-hangul.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
+}
diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD
index 339bf28da..7ba026db1 100644
--- a/community/libextractor/PKGBUILD
+++ b/community/libextractor/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 58358 2011-11-12 10:52:51Z ibiru $
+# $Id: PKGBUILD 70175 2012-05-01 11:45:11Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s@gmail.com>
# Contributor: damir <damir@archlinux.org>
pkgname=libextractor
-pkgver=0.6.2
-pkgrel=5
+pkgver=0.6.3
+pkgrel=1
pkgdesc="A library used to extract meta-data from files of arbitrary type"
arch=("i686" "x86_64" 'mips64el')
license=('GPL')
url="http://gnunet.org/libextractor/"
-depends=('libvorbis' 'libtool' 'gtk2' 'libgsf' 'libmpeg2' 'texinfo')
+depends=('libvorbis' 'libltdl' 'gtk2' 'libgsf' 'libmpeg2')
makedepends=('flac' 'poppler' 'exiv2' 'qt')
optdepends=('flac'
'poppler'
@@ -17,8 +17,9 @@ optdepends=('flac'
'qt')
options=('!libtool' '!makeflags')
install=libextractor.install
-source=(http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4b2af1167061430d58a101d5dfc6b4c7')
+source=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('7004ff6be06e400050f0ad7016140981'
+ '81f95c31831dde62428a98ae32464c51')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/libextractor/libextractor.install b/community/libextractor/libextractor.install
index 24d668af5..1cf51e095 100644
--- a/community/libextractor/libextractor.install
+++ b/community/libextractor/libextractor.install
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
filelist=(extractor.info.gz)
post_install() {
diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD
index d50b7dda0..5c4ffdf32 100644
--- a/community/libgringotts/PKGBUILD
+++ b/community/libgringotts/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 68667 2012-03-31 08:24:10Z stativ $
+# $Id: PKGBUILD 70182 2012-05-01 12:27:33Z andrea $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=libgringotts
pkgver=1.2.1
-pkgrel=9
-pkgdesc="Encryption backend for Gringotts."
+pkgrel=10
+pkgdesc="Encryption backend for Gringotts"
arch=('i686' 'x86_64' 'mips64el')
url="http://developer.berlios.de/projects/gringotts"
license=('GPL')
-depends=('bzip2' 'libmcrypt' 'libtool' 'mhash' 'zlib')
-makedepends=('autoconf')
+depends=('bzip2' 'libmcrypt' 'mhash' 'zlib')
changelog=$pkgname.changelog
+options=('!libtool')
source=(http://download.berlios.de/gringotts/$pkgname-$pkgver.tar.bz2)
md5sums=('b2b1bad56ef33153f251ccd9500860be')
diff --git a/community/libgringotts/libgringotts.changelog b/community/libgringotts/libgringotts.changelog
index b23626f44..a2357a924 100644
--- a/community/libgringotts/libgringotts.changelog
+++ b/community/libgringotts/libgringotts.changelog
@@ -1,2 +1,6 @@
+2012-05-01 Andrea Scarpino <andrea@archlinux.org>
+ * Remove libtool dependence
+ * Remove .la file
+
2009-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* osmo dependency, moved to [community]
diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD
index 83cbc9f9a..df42830cd 100644
--- a/community/libmatio/PKGBUILD
+++ b/community/libmatio/PKGBUILD
@@ -1,28 +1,27 @@
-# $Id: PKGBUILD 67968 2012-03-16 13:07:02Z giovanni $
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# $Id: PKGBUILD 70169 2012-05-01 11:20:31Z andrea $
+# Maintainer:
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libmatio
-pkgver=1.3.3
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
url="http://sourceforge.net/projects/matio"
-depends=('gcc-libs')
-makedepends=('gcc-fortran')
+depends=('zlib')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/matio/matio-$pkgver.tar.gz)
-md5sums=('5c12a98f391de000e88b5a1b20d74abf')
+source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.gz")
+sha1sums=('70dbf09984ade6adfb38c1b62ae5585ff7f85e05')
build() {
- cd $srcdir/matio-$pkgver
- ./bootstrap
- ./configure --prefix=/usr --enable-fortran --enable-shared
- make -j1
+ cd "${srcdir}"/matio-$pkgver
+ ./configure --prefix=/usr --enable-shared
+ make
}
package() {
- cd $srcdir/matio-$pkgver
- make DESTDIR=$pkgdir install
+ cd "${srcdir}"/matio-$pkgver
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD
index 88259f4cf..28be7c809 100644
--- a/community/luaposix/PKGBUILD
+++ b/community/luaposix/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 70108 2012-04-29 20:00:10Z seblu $
+# $Id: PKGBUILD 70187 2012-05-01 12:58:45Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: Laszlo Papp <djszapi at archlinux us>
@@ -6,12 +6,13 @@
pkgname=luaposix
pkgver=5.1.19
-pkgrel=1
+pkgrel=2
pkgdesc='A POSIX library for Lua programming language'
arch=('i686' 'x86_64' 'mips64el')
url='http://luaforge.net/projects/luaposix/'
license=('GPL' 'LGPL')
depends=('lua')
+#checkdepends=('lunit')
options=('!libtool')
source=("https://github.com/downloads/rrthomas/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('3d74beb1b1d887adb689e6e9316abb42')
@@ -24,6 +25,11 @@ build() {
make
}
+#check() {
+# cd $pkgname-$pkgver
+# make check
+#}
+
package() {
cd $pkgname-$pkgver
make PREFIX=/usr DESTDIR="$pkgdir/" install
diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD
index 8d6598485..954508481 100644
--- a/community/ruby-gtk2/PKGBUILD
+++ b/community/ruby-gtk2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 64609 2012-02-17 02:50:17Z tdziedzic $
+# $Id: PKGBUILD 70197 2012-05-01 20:53:57Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Eric Bélanger
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -6,14 +6,14 @@
# Contributor: kritoke <kritoke@nospam.gmail.com>
pkgbase=ruby-gtk2
pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango')
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
arch=('x86_64' 'i686' 'mips64el')
url="http://ruby-gnome2.sourceforge.jp/"
license=('LGPL')
makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2')
source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz")
-sha256sums=('a16da4335c3e65ccab22e38caa55843fe2df18d55987c7be3f9dfc70866e2aaf')
+sha256sums=('ed7cbe7a51e73b815d83321e0359d62f98d1c1504845e112c57cb8ebc6f6e70b')
build() {
cd "$srcdir/ruby-gtk2-$pkgver"
diff --git a/community/steghide/PKGBUILD b/community/steghide/PKGBUILD
index 26e76cdbd..b3865ae0b 100644
--- a/community/steghide/PKGBUILD
+++ b/community/steghide/PKGBUILD
@@ -1,3 +1,4 @@
+# $Id: PKGBUILD 70184 2012-05-01 12:30:54Z andrea $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Jason Chu <jason@archlinux.org>
@@ -5,13 +6,13 @@
pkgname=steghide
pkgver=0.5.1
-pkgrel=5
-pkgdesc='Embeds a message in a file by replacing some of the least significant bits.'
+pkgrel=6
+pkgdesc='Embeds a message in a file by replacing some of the least significant bits'
arch=('i686' 'x86_64' 'mips64el')
url='http://steghide.sourceforge.net'
license=('GPL')
-depends=('libmcrypt' 'mhash' 'gcc' 'libjpeg' 'zlib' 'libtool')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+depends=('libmcrypt' 'gcc-libs' 'mhash' 'libjpeg' 'zlib')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'buildsystem.patch'
'gcc-4.2.patch'
"${pkgname}-climits.patch")
diff --git a/community/twin/PKGBUILD b/community/twin/PKGBUILD
index a90a84c69..2c37d9c3c 100644
--- a/community/twin/PKGBUILD
+++ b/community/twin/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 65419 2012-02-21 03:32:30Z spupykin $
+# $Id: PKGBUILD 70178 2012-05-01 12:01:36Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
pkgname=twin
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="A text-mode window environment"
arch=('i686' 'x86_64' 'mips64el')
-url="http://linuz.sns.it/~max/twin/"
-license=('GPL' 'LGPL')
-depends=('ncurses' 'gpm' 'zlib' 'libtool' 'libxpm')
+url='http://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
optdepends=('gtk')
-#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2011/twin-$pkgver.tar.gz)
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
build() {
@@ -21,6 +21,10 @@ build() {
--enable-tt=yes \
--enable-tt-hw-twin=yes --enable-tt-hw-twin-tunnel=yes --enable-tt-hw-twin-detunnel=yes \
--enable-tt-hw-xml=yes
- make -j1
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD
index cd876fa3d..4a9237bf6 100644
--- a/community/vhba-module/PKGBUILD
+++ b/community/vhba-module/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 69027 2012-04-08 10:57:34Z ibiru $
+# $Id: PKGBUILD 70195 2012-05-01 18:07:34Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
@@ -6,7 +6,7 @@
pkgname=vhba-module
pkgver=20110915
_extramodules=extramodules-3.3-ARCH
-pkgrel=6
+pkgrel=7
pkgdesc="Kernel module that emulates SCSI devices"
arch=('i686' 'x86_64' 'mips64el')
url="http://cdemu.sourceforge.net/"
@@ -36,7 +36,7 @@ package() {
"$startdir/vhba-module.install"
install -Dm644 "$srcdir/60-vhba.rules" \
- "$pkgdir/lib/udev/rules.d/60-vhba.rules"
+ "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
}
# vim:set ts=2 sw=2 et: