summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/busybox/PKGBUILD4
-rw-r--r--community/busybox/busybox.install6
-rw-r--r--community/conntrack-tools/PKGBUILD12
-rw-r--r--community/guvcview/PKGBUILD8
-rw-r--r--community/hercules/PKGBUILD37
-rw-r--r--community/libnetfilter_acct/PKGBUILD8
-rw-r--r--community/libnetfilter_conntrack/PKGBUILD8
-rw-r--r--community/libvirt/PKGBUILD9
-rw-r--r--community/nemo/PKGBUILD20
-rw-r--r--community/nemo/use-terminal-config.patch45
-rw-r--r--community/nfacct/PKGBUILD33
-rw-r--r--community/tinc/PKGBUILD10
-rw-r--r--community/wings3d/PKGBUILD36
-rw-r--r--community/wings3d/wings3d.sh2
-rw-r--r--community/xfmedia/PKGBUILD7
15 files changed, 161 insertions, 84 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD
index d20578341..b875b26f6 100644
--- a/community/busybox/PKGBUILD
+++ b/community/busybox/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 73502 2012-07-08 17:57:22Z spupykin $
+# $Id: PKGBUILD 85655 2013-03-04 13:07:52Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
pkgname=busybox
pkgver=1.20.2
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities for rescue and embedded systems"
arch=("i686" "x86_64")
url="http://www.busybox.net"
diff --git a/community/busybox/busybox.install b/community/busybox/busybox.install
index 72a1e98b3..ecbeec39a 100644
--- a/community/busybox/busybox.install
+++ b/community/busybox/busybox.install
@@ -4,10 +4,10 @@ post_install() {
}
pre_upgrade() {
- stat -c %a bin/busybox >tmp/busybox.upgrade.script
+ busybox stat -c %a bin/busybox >tmp/busybox.upgrade.script
}
post_upgrade() {
- [ -f tmp/busybox.upgrade.script ] && chmod `cat tmp/busybox.upgrade.script` bin/busybox
- rm -f tmp/busybox.upgrade.script
+ [ -f tmp/busybox.upgrade.script ] && busybox chmod `busybox cat tmp/busybox.upgrade.script` bin/busybox
+ busybox rm -f tmp/busybox.upgrade.script
}
diff --git a/community/conntrack-tools/PKGBUILD b/community/conntrack-tools/PKGBUILD
index c6dbe7a57..3f394f00b 100644
--- a/community/conntrack-tools/PKGBUILD
+++ b/community/conntrack-tools/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 83854 2013-02-05 18:12:01Z eric $
+# $Id: PKGBUILD 85682 2013-03-04 23:03:57Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Valere Monseur <valere_monseur@hotmail.com>
# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
pkgname=conntrack-tools
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc='Userspace tools to interact with the Netfilter connection tracking system'
arch=('i686' 'x86_64')
url='http://www.netfilter.org/projects/conntrack-tools'
@@ -21,9 +21,9 @@ source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.b
'conntrackd.service'
'01-config-file-path.patch')
install=$pkgname.install
-md5sums=('ee737c774e01349f75e935228a2d851b'
- 'bd135eaefb47923bb8e8d26f084d3e9d'
- 'e71ff7b8c4997b797cab3eaaccb693f4')
+sha1sums=('6fda497ef1ebd5e4afe01830ece072d2df2fe50f'
+ '2c205952a447ee0a6a7fc99bddeea1bfaf1b8034'
+ 'e7607a9ac14dd839f3716ac68d46e19ab26ef112')
build() {
cd $pkgname-$pkgver
diff --git a/community/guvcview/PKGBUILD b/community/guvcview/PKGBUILD
index 8ef3c1f61..0d22217cd 100644
--- a/community/guvcview/PKGBUILD
+++ b/community/guvcview/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 84351 2013-02-16 22:50:29Z ioni $
+# $Id: PKGBUILD 85669 2013-03-04 16:14:23Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
pkgname=guvcview
-pkgver=1.6.1
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
pkgdesc="A video viewer and capturer for the linux uvc driver"
arch=('i686' 'x86_64')
url="http://guvcview.sourceforge.net/"
@@ -14,7 +14,7 @@ makedepends=('pkg-config' 'intltool')
optdepends=('pulseaudio: for PulseAudio support')
options=('!docs')
source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz")
-md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
+md5sums=('fe141fe2fe2a16df69f7866c27334a56')
build() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
diff --git a/community/hercules/PKGBUILD b/community/hercules/PKGBUILD
index 4f49a03bf..4db656d80 100644
--- a/community/hercules/PKGBUILD
+++ b/community/hercules/PKGBUILD
@@ -1,30 +1,35 @@
-# $Id: PKGBUILD 83152 2013-01-27 16:17:47Z pierre $
+# $Id: PKGBUILD 85609 2013-03-03 23:25:19Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-# Maintainer: Kevin Piche <kevin@archlinux.org>
pkgname=hercules
-pkgver=3.07
-pkgrel=2
-pkgdesc="A software implementation of the mainframe System/370 and ESA/390 architectures"
-url="http://www.hercules-390.org/"
-source=("http://www.hercules-390.org/$pkgname-$pkgver.tar.gz")
-arch=('i686' 'x86_64')
+pkgver=3.08
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Software implementation of System/370 and ESA/390'
+url='http://www.hercules-390.eu/'
+source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz")
license=('custom')
options=('!libtool')
-depends=('bzip2' 'libgcrypt' 'zlib')
-md5sums=('a12aa1645b0695b25b7fc0c9a3ccab3a')
+depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
+sha256sums=('85e217773587f2278d4b6cb6bc815e042cfc982d0fc14baa0da4a84dea399e9d')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
+
# Change module extension from .la to .so.
sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
./configure --prefix=/usr
- make
+ make -j1
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr install
- install -D -m644 COPYRIGHT \
- $pkgdir/usr/share/licenses/hercules/qpl1
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make prefix="$pkgdir/usr" install
+ install -Dm644 COPYRIGHT \
+ "$pkgdir/usr/share/licenses/hercules/qpl1"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/libnetfilter_acct/PKGBUILD b/community/libnetfilter_acct/PKGBUILD
index 3ab673656..33666d8fd 100644
--- a/community/libnetfilter_acct/PKGBUILD
+++ b/community/libnetfilter_acct/PKGBUILD
@@ -1,13 +1,13 @@
# $Id: PKGBUILD 71613 2012-05-31 08:51:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# Maintainer: Sébastien Luttringer
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
# Maintainer: Filip Wojciechowski, filip at loka dot pl
pkgname=libnetfilter_acct
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
-pkgdesc='userspace library providing interface to extended accounting infrastructure'
+pkgdesc='Library providing interface to extended accounting infrastructure'
arch=('i686' 'x86_64')
url="http://www.netfilter.org/projects/libnetfilter_acct/index.html"
license=('GPL')
@@ -15,7 +15,7 @@ depends=('libnfnetlink' 'libmnl')
makedepends=('pkgconfig')
options=('!libtool')
source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('4755429cbd46ad0ed32bb30f84da0dee')
+md5sums=('2118d9514c079839ebd9cb3144ad2ad7')
build() {
cd $pkgname-$pkgver
diff --git a/community/libnetfilter_conntrack/PKGBUILD b/community/libnetfilter_conntrack/PKGBUILD
index 1592d9027..302795ef4 100644
--- a/community/libnetfilter_conntrack/PKGBUILD
+++ b/community/libnetfilter_conntrack/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 77383 2012-10-09 10:14:26Z seblu $
+# $Id: PKGBUILD 85675 2013-03-04 19:37:18Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# Maintainer: Sébastien Luttringer
# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
pkgname=libnetfilter_conntrack
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Library providing an API to the in-kernel connection tracking state table'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
license=('GPL')
options=('!libtool')
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('447114b5d61bb9a9617ead3217c3d3ff')
+md5sums=('73394a3d8d0cfecc6abb6027b4792d52')
build() {
cd $pkgname-$pkgver
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index 54337d10f..f4c7301ca 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 85292 2013-02-28 15:18:09Z spupykin $
+# $Id: PKGBUILD 85657 2013-03-04 13:08:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
pkgver=1.0.3
-pkgrel=1rc2
+pkgrel=2rc2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap'
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
- 'iproute2' 'libnl' 'libx11' 'audit')
+ 'iproute2' 'libnl' 'libx11' 'audit' '')
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers')
optdepends=('bridge-utils: for briged networking (default)'
'dnsmasq: for NAT/DHCP for guests'
@@ -20,7 +20,8 @@ optdepends=('bridge-utils: for briged networking (default)'
'openbsd-netcat: for remote management over ssh'
'qemu'
'radvd'
- 'dmidecode')
+ 'dmidecode'
+ 'ebtables')
options=('emptydirs' '!libtool')
backup=('etc/conf.d/libvirtd'
'etc/conf.d/libvirtd-guests'
diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD
index b89dda95c..01df50a53 100644
--- a/community/nemo/PKGBUILD
+++ b/community/nemo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 84548 2013-02-19 20:34:47Z faidoc $
+# $Id: PKGBUILD 85617 2013-03-04 04:34:16Z bgyorgy $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: Ner0
pkgname=nemo
pkgver=1.7.1
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork), stable version"
+pkgrel=2
+pkgdesc="Cinnamon file manager (Nautilus fork)"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/nemo"
license=('GPL')
@@ -19,18 +19,17 @@ conflicts=('nemo-fm')
options=('!emptydirs' '!libtool')
install=nemo.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver"
- "gnome-autogen.sh")
+ "gnome-autogen.sh"
+ "use-terminal-config.patch")
md5sums=('b348b6e340e055bef3163555b99621bb'
- 'a925691c9b57a6a884dcf07da057fd1f')
+ 'a925691c9b57a6a884dcf07da057fd1f'
+ '6cca080cc8fe3df7e725c0f8cd5fa485')
build() {
cd linuxmint-nemo-*
- # Get default terminal value
- _terminal=$(gsettings get org.gnome.desktop.default-applications.terminal exec | tr -d "'")
-
- # Set "Open in Terminal" to default terminal (Arch doesn't use x-terminal-emulator)
- sed -i "s/x-terminal-emulator/$_terminal/" src/nemo-view.c
+ # Read the default terminal app from GSettings
+ patch -Np1 -i ../use-terminal-config.patch
cp ${srcdir}/gnome-autogen.sh .
sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
@@ -40,7 +39,6 @@ build() {
./autogen.sh --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib/nemo \
- --disable-nst-extension \
--disable-update-mimedb \
--disable-packagekit \
--disable-gtk-doc-html \
diff --git a/community/nemo/use-terminal-config.patch b/community/nemo/use-terminal-config.patch
new file mode 100644
index 000000000..a6af75d48
--- /dev/null
+++ b/community/nemo/use-terminal-config.patch
@@ -0,0 +1,45 @@
+diff -Naur linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.c linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.c
+--- linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.c 2013-02-19 17:30:18.000000000 +0100
++++ linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.c 2013-03-04 04:05:13.472897136 +0100
+@@ -77,5 +77,6 @@
+ nemo_tree_sidebar_preferences = g_settings_new("org.nemo.sidebar-panels.tree");
+ gnome_lockdown_preferences = g_settings_new("org.gnome.desktop.lockdown");
+ gnome_background_preferences = g_settings_new("org.gnome.desktop.background");
+- gnome_media_handling_preferences = g_settings_new("org.gnome.desktop.media-handling");
++ gnome_media_handling_preferences = g_settings_new("org.gnome.desktop.media-handling");
++ gnome_terminal_preferences = g_settings_new("org.gnome.desktop.default-applications.terminal");
+ }
+diff -Naur linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.h linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.h
+--- linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.h 2013-02-19 17:30:18.000000000 +0100
++++ linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.h 2013-03-04 04:49:20.581767625 +0100
+@@ -211,6 +211,9 @@
+ #define GNOME_DESKTOP_MEDIA_HANDLING_AUTOMOUNT_OPEN "automount-open"
+ #define GNOME_DESKTOP_MEDIA_HANDLING_AUTORUN "autorun-never"
+
++/* Terminal */
++#define GNOME_DESKTOP_TERMINAL_EXEC "exec"
++
+ void nemo_global_preferences_init (void);
+ char *nemo_global_preferences_get_default_folder_viewer_preference_as_iid (void);
+
+@@ -224,6 +227,7 @@
+ GSettings *gnome_lockdown_preferences;
+ GSettings *gnome_background_preferences;
+ GSettings *gnome_media_handling_preferences;
++GSettings *gnome_terminal_preferences;
+
+ G_END_DECLS
+
+diff -Naur linuxmint-nemo-63f7b44.orig/src/nemo-view.c linuxmint-nemo-63f7b44/src/nemo-view.c
+--- linuxmint-nemo-63f7b44.orig/src/nemo-view.c 2013-02-19 17:30:18.000000000 +0100
++++ linuxmint-nemo-63f7b44/src/nemo-view.c 2013-03-04 04:14:47.222310992 +0100
+@@ -6716,7 +6716,8 @@
+ open_in_terminal (gchar *location)
+ {
+ gchar *argv[2];
+- argv[0] = "x-terminal-emulator";
++ argv[0] = g_settings_get_string (gnome_terminal_preferences,
++ GNOME_DESKTOP_TERMINAL_EXEC);
+ argv[1] = NULL;
+ g_spawn_async(location, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL);
+ }
diff --git a/community/nfacct/PKGBUILD b/community/nfacct/PKGBUILD
new file mode 100644
index 000000000..98cacbdfe
--- /dev/null
+++ b/community/nfacct/PKGBUILD
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 85684 2013-03-04 23:04:09Z seblu $
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
+
+pkgname=nfacct
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Command line tool to create/retrieve/delete accounting objects'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/nfacct/'
+license=('GPL2')
+depends=('libnetfilter_acct')
+options=(!libtool)
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('992e863409d144350dbc8f0554a0f478')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make -k check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD
index 1fa1f008a..227efcbec 100644
--- a/community/tinc/PKGBUILD
+++ b/community/tinc/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 76061 2012-09-10 11:46:16Z tredaelli $
+# $Id: PKGBUILD 85671 2013-03-04 16:46:31Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: helios
# Contributor: Lothar Gesslein
# Contributor: Dominik George <nik@naturalnet.de>
pkgname=tinc
-pkgver=1.0.19
-pkgrel=2
+pkgver=1.0.20
+pkgrel=1
pkgdesc="VPN (Virtual Private Network) daemon"
arch=('i686' 'x86_64')
url="http://www.tinc-vpn.org/"
@@ -16,8 +16,8 @@ backup=(etc/conf.d/tincd.conf)
install=tinc.install
source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
tincd.rc tincd.conf tincd@.service)
-md5sums=('5d97ee0f1ccf8fea5b492f6b54d5ac32'
- 'af4a88d89a17c216e38b93630389181a'
+md5sums=('001277e0ccd7ca29f7fa4039774ad611'
+ '8ad9e8784712bdc1496223c6dbd99ab9'
'64bb53748d9051255f243003f0d511f5'
'7c0276d4812cc5d3cc18142562a3aa82'
'035b0e549b08da55d19a8df5b8306e4d')
diff --git a/community/wings3d/PKGBUILD b/community/wings3d/PKGBUILD
index 1cc5d5830..057466d2b 100644
--- a/community/wings3d/PKGBUILD
+++ b/community/wings3d/PKGBUILD
@@ -1,51 +1,47 @@
-# $Id: PKGBUILD 85259 2013-02-28 10:18:30Z arodseth $
+# $Id: PKGBUILD 85612 2013-03-03 23:56:10Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: kappa <kappacurve@gmail.com>
pkgname=wings3d
_pkgname=wings
pkgver=1.4.1
-pkgrel=12
+pkgrel=15
pkgdesc='3D modeling program'
arch=('x86_64' 'i686')
url='http://www.wings3d.com/'
license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang=R15B03_1')
+depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils')
makedepends=('setconf' 'gendesk')
optdepends=('povray: rendering support via POV-Ray')
install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/wings/tar.gz/dgud/r15b-driver-compat"
- "$pkgname.sh"
+options=('!emptydirs')
+# Using the binary release, but would prefer using a source release, if there is one that compiles
+source=("http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz"
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
-sha256sums=('b89aca41937d4d07424ccc0447eb5a6c3755350428201d7d7644e467dcd20fdf'
- '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
+sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
_genericname=('3D Modeler')
-_dirname="$_pkgname-dgud-r15b-driver-compat"
build() {
cd "$srcdir"
gendesk
setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
- cd "$_dirname"
- export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
- make
- make lang
+ chmod +x "$_pkgname-$pkgver-linux.bzip2.run"
+ "./$_pkgname-$pkgver-linux.bzip2.run" --nox11 --nochown --tar xf > /dev/null
+ setconf install_wings INSTALL_DIR "$pkgdir/opt/$pkgname-$pkgver"
}
package() {
- cd "$srcdir/$_dirname"
-
- mkdir -p "$pkgdir/usr/lib/$pkgname"
- for subdir in ebin fonts patches plugins shaders textures; do
- cp -r "$srcdir/$_dirname/$subdir/" "$pkgdir/usr/lib/$pkgname"
- done
+ cd "$srcdir"
+ ./install_wings
- install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ cd "$pkgdir"
+ setconf "opt/$pkgname-$pkgver/$_pkgname" ROOTDIR "/opt/$pkgname-$pkgver"
+ install -Dm755 "opt/$pkgname-$pkgver/$_pkgname" "$pkgdir/usr/bin/$pkgname"
cd "$srcdir"
- install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -Dm644 "$pkgname.desktop" \
"$pkgdir/usr/share/applications/$pkgname.desktop"
diff --git a/community/wings3d/wings3d.sh b/community/wings3d/wings3d.sh
deleted file mode 100644
index c0fd3b2fb..000000000
--- a/community/wings3d/wings3d.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-erl -noinput -smp disable -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin -run wings_start start_halt ${1+"$@"}
diff --git a/community/xfmedia/PKGBUILD b/community/xfmedia/PKGBUILD
index aad13ec98..399f7423a 100644
--- a/community/xfmedia/PKGBUILD
+++ b/community/xfmedia/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 70120 2012-04-30 04:20:16Z foutrelis $
+# $Id: PKGBUILD 85661 2013-03-04 13:23:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer : Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer : Tom Killian <tomk@runbox.com>
@@ -6,7 +6,7 @@
pkgname=xfmedia
pkgver=0.9.2
-pkgrel=11
+pkgrel=12
pkgdesc="xfce media player"
arch=('i686' 'x86_64')
license=('GPL')
@@ -31,7 +31,8 @@ build() {
patch -Np1 -i ../xfmedia-empty-prev-next-fix.patch
patch -Np1 -i ../xfmedia-exo-0.6.patch
patch -Np1 -i ../xfmedia-xine-1.2.0.patch
- LDFLAGS="$LDFLAGS -lXext -lm -lgmodule-2.0" ./configure --prefix=/usr
+ LDFLAGS="$LDFLAGS -lXext -lm -lgmodule-2.0" ./configure \
+ --prefix=/usr --sysconfdir=/etc
make
}