summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/gdlmm/PKGBUILD29
-rw-r--r--community/gimmage/PKGBUILD9
-rw-r--r--community/inn/PKGBUILD5
-rw-r--r--community/nemiver/PKGBUILD32
-rw-r--r--community/nemiver/nemiver.install24
-rw-r--r--community/open-vm-tools-modules/PKGBUILD15
-rw-r--r--community/open-vm-tools/PKGBUILD8
-rw-r--r--community/setconf/PKGBUILD6
-rw-r--r--community/springlobby/PKGBUILD8
9 files changed, 84 insertions, 52 deletions
diff --git a/community/gdlmm/PKGBUILD b/community/gdlmm/PKGBUILD
new file mode 100644
index 000000000..bdd1c68a5
--- /dev/null
+++ b/community/gdlmm/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 61579 2012-01-03 16:01:24Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+pkgname=gdlmm
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="C++ bindings for the gdl library"
+arch=('x86_64' 'i686')
+url="http://git.gnome.org/browse/gdlmm/"
+depends=('gdl' 'gtkmm3')
+options=(!libtool !emptydirs)
+license=('LGPL')
+source=("http://ftp.gnome.org/pub/GNOME/sources/gdlmm/3.3/$pkgname-$pkgver.tar.xz")
+sha256sums=('cf3253be052737332b2b6e9dbd6f62d79cbc3f3398497158c0099dbc45741a46')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/gimmage/PKGBUILD b/community/gimmage/PKGBUILD
index df4a2e149..36b32322a 100644
--- a/community/gimmage/PKGBUILD
+++ b/community/gimmage/PKGBUILD
@@ -1,24 +1,27 @@
-# $Id: PKGBUILD 18137 2010-05-31 11:25:34Z spupykin $
+# $Id: PKGBUILD 61575 2012-01-03 14:29:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roman Kyrylych <roman@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gimmage
pkgver=0.2.3
-pkgrel=3
+pkgrel=4
pkgdesc="A gtkmm image viewer"
arch=('i686' 'x86_64')
url="http://gimmage.berlios.de"
license=('GPL')
depends=('gtkmm' 'curl' 'file')
makedepends=('pkgconfig')
+changelog=ChangeLog
source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
build() {
cd $srcdir/$pkgname-$pkgver
+ rm gimmage.desktop
+ sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
./configure --prefix=/usr
sed -i '1,1i#include <string.h>' src/FileManager.cpp
- make || return 1
+ make
make DESTDIR=$pkgdir install
}
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD
index ea35329d1..55377a3c0 100644
--- a/community/inn/PKGBUILD
+++ b/community/inn/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=inn
pkgver=2.5.2
-pkgrel=8
+pkgrel=9
pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers."
url="http://www.isc.org/software/inn/"
arch=('i686' 'x86_64')
@@ -83,7 +83,8 @@ build() {
--with-news-group=13
# See https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
- cat >>confdefs.h <<EOF
+ test -f include/config.h
+ cat >>include/config.h <<EOF
#undef RUNASUSER
#define RUNASUSER "news"
#undef RUNASGROUP
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD
index 6622ff29c..95cf51837 100644
--- a/community/nemiver/PKGBUILD
+++ b/community/nemiver/PKGBUILD
@@ -1,39 +1,41 @@
-# $Id: PKGBUILD 59670 2011-11-29 09:31:30Z arodseth $
+# $Id: PKGBUILD 61581 2012-01-03 18:29:08Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: jordz <jordz@archlinux.us>
pkgname=nemiver
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="C/C++ debugger for GNOME"
arch=('x86_64' 'i686')
license=('GPL')
url="http://www.gnome.org/projects/nemiver/"
-depends=('gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'gconf' 'dconf')
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
makedepends=('boost' 'intltool' 'gnome-doc-utils')
install=nemiver.install
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/0.9/$pkgname-$pkgver.tar.xz")
-options=('!libtool' '!emptydirs')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
+options=(!libtool !emptydirs)
md5sums=('9c0275e7a2d9f9fb48f279387969281b')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --with-boost --disable-scrollkeeper \
- --enable-symsvis=yes --enable-gio=yes \
- --enable-memoryview=yes
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --with-boost \
+ --disable-scrollkeeper \
+ --enable-symsvis=yes \
+ --enable-memoryview=yes \
+ --disable-schemas-compile \
+ --enable-gsettings=yes
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
- install -m755 -d "$pkgdir/usr/share/gconf/schemas"
- gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
- --domain nemiver "$pkgdir"/etc/gconf/schemas/*.schemas
- rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
diff --git a/community/nemiver/nemiver.install b/community/nemiver/nemiver.install
index a14d235b9..f6a1886e7 100644
--- a/community/nemiver/nemiver.install
+++ b/community/nemiver/nemiver.install
@@ -1,21 +1,15 @@
-pkgname=nemiver
-
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
- usr/sbin/gconfpkg --uninstall ${pkgname}
- fi
+post_upgrade() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ #update-desktop-database -q
+ #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-post_upgrade() {
- post_install $1
+post_install() {
+ post_upgrade
}
post_remove() {
- post_install $1
+ post_upgrade
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD
index 71524b1e1..09c8dee1f 100644
--- a/community/open-vm-tools-modules/PKGBUILD
+++ b/community/open-vm-tools-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 60455 2011-12-14 15:02:01Z spupykin $
+# $Id: PKGBUILD 61571 2012-01-03 12:07:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
pkgname=open-vm-tools-modules
-pkgver=2011.11.20
-_pkgsubver=535097
-pkgrel=2
+pkgver=2011.12.20
+_pkgsubver=562307
+pkgrel=1
pkgdesc="kernel modules for the open source implementation of VMware Tools"
arch=('i686' 'x86_64')
url="http://open-vm-tools.sourceforge.net/"
@@ -16,7 +16,7 @@ install=$pkgname.install
options=('!strip')
source=("http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz"
"modprobe.conf")
-md5sums=('428d803f6fe3424af88768fc2f88f9ae'
+md5sums=('529c15cb6cfa2972a96664c504dee560'
'ac9b8e3cb798f5056ca92767ec705117')
build() {
@@ -26,7 +26,10 @@ build() {
cd "$srcdir/open-vm-tools-${pkgver}-${_pkgsubver}"
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr \
--without-x --with-kernel-release=$KERNEL_RELEASE
- (cd modules && make modules)
+
+ cd modules
+ echo '#define COMPAT_LINUX_VERSION_CHECK_LT(a, b, c) 1' >>linux/shared/compat_version.h
+ make modules
}
package() {
diff --git a/community/open-vm-tools/PKGBUILD b/community/open-vm-tools/PKGBUILD
index 878de93dd..4c2d56970 100644
--- a/community/open-vm-tools/PKGBUILD
+++ b/community/open-vm-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59402 2011-11-24 12:19:04Z spupykin $
+# $Id: PKGBUILD 61569 2012-01-03 12:06:41Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
pkgname=open-vm-tools
-pkgver=2011.11.20
-_pkgsubver=535097
+pkgver=2011.12.20
+_pkgsubver=562307
pkgrel=1
pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools."
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ source=(http://switch.dl.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver}
tools.conf
vmware-guestd
xautostart.conf)
-md5sums=('428d803f6fe3424af88768fc2f88f9ae'
+md5sums=('529c15cb6cfa2972a96664c504dee560'
'06f7448e274db2a911f582e276088fc9'
'199508b0d3fe6fa9b726d09170bf51f1'
'8c333a979578bdc0c3134c1dd6bb7353'
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD
index d1f7c2c41..e8dcf7cec 100644
--- a/community/setconf/PKGBUILD
+++ b/community/setconf/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 61489 2012-01-01 19:21:14Z arodseth $
+# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=setconf
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Utility to easily change settings in Makefiles and other configuration files"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('pcre' 'gc')
makedepends=('shedskin>=0.1.2')
source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2")
-sha256sums=('1055757af5dc5ecb529f918f9e601552f24caca8ca08833a52e4e3a1243cbd01')
+sha256sums=('8b18e11da7adf78f2e21c39cfa949b178fa1b2f85e691b85be123023b7303f03')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD
index a5925b193..d6764e3f1 100644
--- a/community/springlobby/PKGBUILD
+++ b/community/springlobby/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59970 2011-12-02 21:01:10Z ibiru $
+# $Id: PKGBUILD 61573 2012-01-03 13:42:06Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: DuGi <dugi@irc.pl>
pkgname=springlobby
-pkgver=0.139
-pkgrel=3
+pkgver=0.140
+pkgrel=1
pkgdesc="A free cross-platform lobby client for the Spring RTS project."
arch=('i686' 'x86_64')
url="http://springlobby.info/"
@@ -15,7 +15,7 @@ makedepends=('boost' 'asio' 'cmake')
source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2
springlobby.desktop
springlobby.png)
-md5sums=('48c572117338277068c67ec1ff7d514f'
+md5sums=('e43fe2f9f1c002669d37e10b0fb2a2f5'
'45f8b59d033931d02e734fe3bd7777dd'
'1f388187539aeb0358b51995e26ed890')