summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/alex/PKGBUILD8
-rw-r--r--community/cegui/PKGBUILD21
-rw-r--r--community/dwb/PKGBUILD6
-rw-r--r--community/exim/PKGBUILD8
-rw-r--r--community/kid3/PKGBUILD16
-rw-r--r--community/kid3/kid3.changelog6
-rw-r--r--community/libgeotiff/PKGBUILD28
-rw-r--r--community/libgeotiff/libgeotiff.changelog2
-rw-r--r--community/monit/PKGBUILD11
-rw-r--r--community/monit/monit.changelog3
-rw-r--r--community/monit/monit.service13
-rw-r--r--community/powertop/PKGBUILD16
-rw-r--r--community/powertop/powertop.changelog3
-rw-r--r--community/sigil/PKGBUILD6
-rw-r--r--community/xemacs/PKGBUILD28
15 files changed, 102 insertions, 73 deletions
diff --git a/community/alex/PKGBUILD b/community/alex/PKGBUILD
index 380db3bd6..a5d24c2d0 100644
--- a/community/alex/PKGBUILD
+++ b/community/alex/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 77336 2012-10-09 04:16:39Z tdziedzic $
+# $Id: PKGBUILD 79007 2012-10-29 02:24:24Z arodseth $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Philip Nilsson <pnilsson@nullref.se>
pkgname=alex
pkgver=3.0.2
-pkgrel=2
-pkgdesc='a lexical analyser generator for Haskell'
+pkgrel=3
+pkgdesc='Lexical analyser generator for Haskell'
arch=('i686' 'x86_64')
url='http://hackage.haskell.org/package/alex'
license=('custom:BSD3')
depends=('gmp')
-makedepends=('ghc=7.6.1-1' 'haskell-quickcheck=2.5-2')
+makedepends=('ghc=7.6.1' 'haskell-quickcheck>=2')
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('b8f0d831b65d05e5f54ff08bd3d9d10d')
diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD
index f05f0f169..29ef0d959 100644
--- a/community/cegui/PKGBUILD
+++ b/community/cegui/PKGBUILD
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD 78921 2012-10-27 23:43:46Z ebelanger $
+# $Id: PKGBUILD 79010 2012-10-29 03:17:07Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>,
# Contributor: Bjorn Lindeijer <bjorn@lindeijer.nl>
-pkgname=cegui
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
pkgver=0.7.7
-pkgrel=2
+pkgrel=3
pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
arch=('i686' 'x86_64')
url="http://crayzedsgui.sourceforge.net"
@@ -34,14 +35,20 @@ build() {
make
}
-package() {
+package_cegui() {
cd $srcdir/CEGUI-${pkgver}
make DESTDIR=${pkgdir} install
+ install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_cegui-docs() {
+ pkgdesc="Documentation for cegui"
+ depends=()
+
+ cd $srcdir/CEGUI-${pkgver}
+
cd doc/doxygen && doxygen
cd .. && make DESTDIR=${pkgdir} install-html
-
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
}
-
diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD
index fc644ea86..b1cefa398 100644
--- a/community/dwb/PKGBUILD
+++ b/community/dwb/PKGBUILD
@@ -1,9 +1,9 @@
-#$Id: PKGBUILD 78955 2012-10-28 00:21:35Z dwallace $
+#$Id: PKGBUILD 78983 2012-10-28 16:19:12Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: portix <portix at gmx.net>
pkgname=dwb
-pkgver=2012.10.27_3
+pkgver=2012.10.28
pkgrel=1
pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot"
url="http://portix.bitbucket.org/dwb/"
@@ -12,7 +12,6 @@ install=dwb.install
license=('GPL')
depends=('libwebkit' 'desktop-file-utils')
source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz)
-md5sums=('2d544b01d3cbee81cc9f6c1c77ca7528')
build() {
cd "${srcdir}"/"${pkgname}"-"${pkgver}"
@@ -22,3 +21,4 @@ package() {
cd "${srcdir}"/"${pkgname}"-"${pkgver}"
make DESTDIR=${pkgdir} install
}
+md5sums=('2fcf30fba7879357ed03bed580dd6968')
diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD
index a4fc221fa..f7d9c9299 100644
--- a/community/exim/PKGBUILD
+++ b/community/exim/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 72787 2012-06-22 12:50:29Z dreisner $
+# $Id: PKGBUILD 78961 2012-10-28 07:30:38Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=exim
-pkgver=4.80
-pkgrel=2
+pkgver=4.80.1
+pkgrel=1
pkgdesc="Message Transfer Agent"
arch=('x86_64' 'i686')
url='http://www.exim.org/'
@@ -27,7 +27,7 @@ source=("http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/exim-$pkgver.tar.bz2
exim@.service
exim.socket
exim-submission.socket)
-sha256sums=('787b6defd37fa75311737bcfc42e9e2b2cc62c5d027eed35bb7d800b2d9a0984'
+sha256sums=('9565b10f06be224fd03adafae2e07e6fdbb479f8873e3894ddb13f98eeebe78f'
'932c9149b6809c70e94c1256e28325d197bbf80d27322793e217d4b692d49c5a'
'48457622b22de9721efe9f143a88e5f5ce833b792d2e757237b6cdb74a1708e6'
'7f1408f9c5d905968e665941f5c5efcf9da53e7a0bbef6c66220343bc2ae994b'
diff --git a/community/kid3/PKGBUILD b/community/kid3/PKGBUILD
index 241e8acae..57aaa460c 100644
--- a/community/kid3/PKGBUILD
+++ b/community/kid3/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 73475 2012-07-08 09:30:25Z ibiru $
+# $Id: PKGBUILD 78979 2012-10-28 15:58:04Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
pkgname=kid3
-pkgver=2.1
-pkgrel=4
+pkgver=2.2
+pkgrel=1
pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
arch=('i686' 'x86_64')
url="http://kid3.sourceforge.net/"
@@ -14,18 +14,12 @@ makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
options=('!makeflags')
install=$pkgname.install
changelog=$pkgname.changelog
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
- 'ffmpeg-0.11.diff')
-sha256sums=('8925bde1a773d767ee9695229e65dfd64dc13edf850294560478f2e02ecc6225'
- '76ab3c119817a0e1f26e368afb757488c3865ff634771d4d176e729492991a54')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('edd665103d10e78542e99eac88f409c2dcfa9d257c0f774f91a006c55db92443')
build() {
cd ${pkgname}-${pkgver}
- # fix error building with latest ffmpeg
- # http://kid3.git.sourceforge.net/git/gitweb.cgi?p=kid3/kid3;a=commit;h=2a91bff2810281e58948f478e9396c73e5c6154a
- patch -Np1 -i ${srcdir}/ffmpeg-0.11.diff
-
cd ${srcdir}
mkdir build
diff --git a/community/kid3/kid3.changelog b/community/kid3/kid3.changelog
index 8c440c611..1e516d68b 100644
--- a/community/kid3/kid3.changelog
+++ b/community/kid3/kid3.changelog
@@ -1,3 +1,9 @@
+2012-10-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * kid3 2.1-4 ffmpeg 0.11 rebuild
+
2012-05-12 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* kid3 2.1-1
diff --git a/community/libgeotiff/PKGBUILD b/community/libgeotiff/PKGBUILD
index f8c13285c..67e2632a7 100644
--- a/community/libgeotiff/PKGBUILD
+++ b/community/libgeotiff/PKGBUILD
@@ -1,28 +1,32 @@
-# $Id: PKGBUILD 63640 2012-02-05 12:02:48Z ibiru $
-# Maintainer: Brad Fanella <bradfanella@archlinux.us>
+# $Id: PKGBUILD 78993 2012-10-28 17:33:39Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libgeotiff
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
arch=('i686' 'x86_64')
-license=('custom')
url="http://www.remotesensing.org/geotiff"
+license=('custom')
depends=('libtiff' 'proj' 'libjpeg>=7')
options=('!makeflags' '!libtool')
+changelog=$pkgname.changelog
source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-md5sums=('6ac3c22e44711e9a3add9044e40b9527')
+sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
+ cd ${srcdir}/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/libgeotiff/LICENSE"
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR=${pkgdir} install
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
}
diff --git a/community/libgeotiff/libgeotiff.changelog b/community/libgeotiff/libgeotiff.changelog
new file mode 100644
index 000000000..e49948e98
--- /dev/null
+++ b/community/libgeotiff/libgeotiff.changelog
@@ -0,0 +1,2 @@
+2012-10-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * libgeotiff 1.4.0-1
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD
index 726379806..44e524112 100644
--- a/community/monit/PKGBUILD
+++ b/community/monit/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 76973 2012-10-02 18:27:38Z jlichtblau $
+# $Id: PKGBUILD 79004 2012-10-28 18:41:19Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
# Contributor: Marco Bartholomew <marco@marcobartholomew.com>
pkgname=monit
pkgver=5.5
-pkgrel=1
+pkgrel=2
pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
arch=('i686' 'x86_64')
url="http://mmonit.com/monit/"
@@ -14,9 +14,10 @@ depends=('openssl')
backup=('etc/monitrc')
changelog=$pkgname.changelog
source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
- monitd)
+ monitd monit.service)
sha256sums=('8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53'
- 'b235b2fdeec49015d6b74f028d161b289663692f9ee2d2d78cf52d8db87ca496')
+ 'b235b2fdeec49015d6b74f028d161b289663692f9ee2d2d78cf52d8db87ca496'
+ 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
build() {
cd ${srcdir}/$pkgname-$pkgver
@@ -33,4 +34,6 @@ package() {
install -D -m755 ${srcdir}/monitd ${pkgdir}/etc/rc.d/monitd
install -D -m700 monitrc ${pkgdir}/etc/monitrc
+
+ install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service
}
diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog
index 7c26c1a39..07cea8e3d 100644
--- a/community/monit/monit.changelog
+++ b/community/monit/monit.changelog
@@ -1,4 +1,7 @@
2012-10-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * monit 5.5-2 systemd .service file added
+
+2012-10-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* monit 5.5-1
2012-05-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
diff --git a/community/monit/monit.service b/community/monit/monit.service
new file mode 100644
index 000000000..775435a4a
--- /dev/null
+++ b/community/monit/monit.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Pro-active monitoring utility for unix systems
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/monit -I
+ExecStop=/usr/bin/monit quit
+ExecReload=/usr/bin/monit reload
+
+[Install]
+WantedBy=multi-user.target
+
diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD
index f8302d2e9..efec60709 100644
--- a/community/powertop/PKGBUILD
+++ b/community/powertop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 75422 2012-08-22 21:05:18Z seblu $
+# $Id: PKGBUILD 78981 2012-10-28 15:59:46Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: Xilon <xilonmu@gmail.com>
pkgname=powertop
-pkgver=2.1
+pkgver=2.1.1
pkgrel=1
pkgdesc='A tool to diagnose issues with power consumption and power management'
arch=('i686' 'x86_64')
@@ -12,18 +12,20 @@ url='https://01.org/powertop/'
license=('GPL2')
depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
changelog=$pkgname.changelog
-source=("https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('3dd4816cca4167063b78d2d7772aff8dc58377d0ed74bf11862412a8a80d2698')
+source=($pkgname-$pkgver.tar.gz::https://github.com/fenrus75/powertop/tarball/v2.1.1)
+#https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('e925230cc9006dbc226aec4dea389b97a0f906a7997b33aca40a1d6bc7568dc4')
build() {
- cd $pkgname-$pkgver
+ cd ${srcdir}/*-$pkgname-*
+ ./autogen.sh
./configure --prefix=/usr
make
}
package() {
- cd $pkgname-$pkgver
+ cd ${srcdir}/*-$pkgname-*
- make DESTDIR="$pkgdir" install
+ make DESTDIR=${pkgdir} install
}
diff --git a/community/powertop/powertop.changelog b/community/powertop/powertop.changelog
index 581da010b..9a53fc3d3 100644
--- a/community/powertop/powertop.changelog
+++ b/community/powertop/powertop.changelog
@@ -1,3 +1,6 @@
+2012-10-28 Jaroslav Lichtblau (Dragonlord) <dragonlord@aur.archlinux.org>
+ * powertop 2.1.1-1
+
2012-08-22 Sébastien Luttringer (seblu) <seblu@aur.archlinux.org>
* powertop 2.1-1
diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD
index badf5d828..6cbe1a1d3 100644
--- a/community/sigil/PKGBUILD
+++ b/community/sigil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75761 2012-08-30 21:03:36Z spupykin $
+# $Id: PKGBUILD 78965 2012-10-28 10:20:16Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=0.5.3
+pkgver=0.6.0
pkgrel=1
pkgdesc="WYSIWYG ebook editor"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('qtwebkit' 'boost-libs')
makedepends=('cmake' 'gendesk' 'boost')
install=sigil.install
source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip")
-md5sums=('83c1a5608a2ec59a83c86ccc1429b5cc')
+md5sums=('5f85f06077c572a4105398569fe7dfe6')
build() {
cd "${srcdir}"
diff --git a/community/xemacs/PKGBUILD b/community/xemacs/PKGBUILD
index 3a649abc1..e4dfec3e1 100644
--- a/community/xemacs/PKGBUILD
+++ b/community/xemacs/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 63784 2012-02-05 12:14:51Z ibiru $
-# Maintainer: juergen <juergen@archlinux.org>
-# Contributor : Stéphane Gaudreault <stephane@archlinux.org>
+# $Id: PKGBUILD 78989 2012-10-28 17:25:41Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: juergen <juergen@archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=xemacs
-pkgver=21.5.31
-pkgrel=5
+pkgver=21.5.32
+pkgrel=1
pkgdesc="An highly customizable open source text editor and application development system forked from GNU Emacs"
arch=('i686' 'x86_64')
url="http://www.xemacs.org/"
@@ -13,23 +14,15 @@ depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 'gif
optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
makedepends=('xbitmaps')
-install=xemacs.install
+install=$pkgname.install
source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
- xemacs.desktop
- xemacs-21.5.29-optimization-bug.patch)
-md5sums=('0185fe905d0b8d8d094d9b60cf262d4a'
- 'a4d3d5c0aa2c7ce7bec491f809ca3694'
- 'eb061b10ea3bbe1026df5326ae1618e3')
+ xemacs.desktop)
+sha256sums=('5d7473fd4b9ca3278de44882ef004b0028e3ff130ed714831c885893a9cd5e7d'
+ 'd6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-# Fix problem caused by improper optimization with GCC>=4.1.2 on i686
-# (and possibly other arches). See
-# http://tracker.xemacs.org/XEmacs/its/issue354
-# for the upstream bug report.
- patch -Np0 -i ../xemacs-21.5.29-optimization-bug.patch
-
./configure --build="${CHOST}" --prefix=/usr --with-dynamic \
--without-postgresql --with-athena=xaw \
--enable-database=berkdb --without-ldap \
@@ -62,4 +55,3 @@ package() {
rm "${pkgdir}"/usr/share/info/{info.info,texinfo.info-2,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
}
-# vim: ts=2 sw=2 et ft=sh