From 392d2d86b3657d90c3954a44dd6e3e5a4d12d455 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Dec 2011 23:14:51 +0000 Subject: Sun Dec 4 23:14:51 UTC 2011 --- community/aide/PKGBUILD | 9 ++- community/bacula/PKGBUILD | 10 +-- community/bird/PKGBUILD | 6 +- community/bird/bird.conf | 2 +- community/bird/bird.rc | 2 +- community/conntrack-tools/PKGBUILD | 13 ++-- community/conntrack-tools/conntrackd.conf | 2 +- community/fotoxx/PKGBUILD | 6 +- community/freedroidrpg/PKGBUILD | 10 +-- community/intellij-idea-libs/PKGBUILD | 8 +-- community/libvirt/PKGBUILD | 5 +- community/lxappearance/PKGBUILD | 17 +++-- community/lxappearance/gtk-3.0.patch | 111 ++++++++++++++++++++++++++++++ community/lxdm/PKGBUILD | 8 ++- community/lxdm/Xsession.patch | 11 +++ community/lxdm/lxdm.install | 1 + community/mongodb/PKGBUILD | 2 +- community/qbittorrent/PKGBUILD | 11 +-- community/sarg/PKGBUILD | 3 +- community/sslh/PKGBUILD | 6 +- community/sslh/sslh.conf | 2 +- community/sslh/sslh.rc | 2 +- community/start-stop-daemon/PKGBUILD | 29 ++++++++ community/virtualbox/PKGBUILD | 6 +- community/virtualbox/vboxbuild | 3 + 25 files changed, 223 insertions(+), 62 deletions(-) create mode 100644 community/lxappearance/gtk-3.0.patch create mode 100644 community/lxdm/Xsession.patch create mode 100644 community/start-stop-daemon/PKGBUILD (limited to 'community') diff --git a/community/aide/PKGBUILD b/community/aide/PKGBUILD index 3f0f17bcb..684526ddc 100644 --- a/community/aide/PKGBUILD +++ b/community/aide/PKGBUILD @@ -1,15 +1,18 @@ -# Maintainer: Thomas S Hatch +# $Id: PKGBUILD 60050 2011-12-03 20:33:18Z stativ $ +# Maintainer: Lukas Jirkovsky +# Contributor: Thomas S Hatch # Contributor: Daniel J Griffiths # Contributor: Tom Newsom pkgname=aide pkgver=0.15.1 -pkgrel=1 +pkgrel=3 pkgdesc='A file integrity checker and intrusion detection program.' arch=('i686' 'x86_64') url="http://www.cs.tut.fi/~rammer/aide.html" license=('GPL') -makedepends=('mhash') +makedepends=('mhash' 'elfutils') +backup=('etc/aide.conf') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \ aide.conf) md5sums=('d0b72535ff68b93a648e4d08b0ed7f07' diff --git a/community/bacula/PKGBUILD b/community/bacula/PKGBUILD index 35115de84..2c86520c9 100644 --- a/community/bacula/PKGBUILD +++ b/community/bacula/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Matias Hernandez pkgname=bacula -pkgver=5.2.1 -pkgrel=2 +pkgver=5.2.2 +pkgrel=1 pkgdesc="An advanced backup tool with network and tape changer support (MySQL backend)" arch=("i686" "x86_64") url="http://www.${pkgname}.org" @@ -26,7 +26,7 @@ source=(http://downloads.sourceforge.net/project/bacula/bacula/${pkgver}/${pkgna ${pkgname}-sd.rc.d ${pkgname}-fd.rc.d ${pkgname}-dir.rc.d) -md5sums=('793da9f89fc5e024b6b95eb16a3120e5' +md5sums=('227b88f56ae085da8f48823b220d4c87' 'e7be4c9fb3c7ce334f9ee24d71652d3e' 'a9a070a862e9cf39ae4bc374409c721d' '55619ae3094c698541a3bfedc87bdb48') @@ -64,9 +64,5 @@ package() { # Logs install -D -m644 ${srcdir}/${pkgname}-${pkgver}/scripts/logrotate ${pkgdir}/etc/logrotate.d/${pkgname} sed -i "s|/var/cache/${pkgname}/working/log|/var/log/${pkgname}.log|g" ${pkgdir}/etc/{${pkgname}/${pkgname}-dir.conf,logrotate.d/${pkgname}} - - # Temporary fix for 5.2.1 symlink mishap - cd ${pkgdir}/usr/lib - ln -sf libbaccats-mysql-5.2.1.so libbaccats-5.2.1.so } diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index 95c6821cc..4fdea4990 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.4 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://bird.network.cz/' license=('GPL2') @@ -15,8 +15,8 @@ source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz" 'bird.service' 'bird6.service') md5sums=('20f5aa9d3f853d2c922438dc9d922ecc' - 'e5ef4a753623e15e9daacb0874747bfb' - 'fbd56e7ce085107e6b6c5600f4f1a4b8' + '1a4b98756d64f52333a83eff2e95d233' + '25241a4d7ef639506e0080431b2c1690' 'e82a0519dca0b289685fda44787f5911' 'c32e7f6cf1be6ed6f9aa98feea25176d') diff --git a/community/bird/bird.conf b/community/bird/bird.conf index 1730475a7..88276d8cf 100644 --- a/community/bird/bird.conf +++ b/community/bird/bird.conf @@ -1,3 +1,3 @@ # vim:set ts=2 sw=2 ft=sh noet: -DAMEON_OPTIONS='-u noboby -g nobody' +DAEMON_OPTS='-u nobody -g nobody' diff --git a/community/bird/bird.rc b/community/bird/bird.rc index 85b816e3e..95fe65217 100644 --- a/community/bird/bird.rc +++ b/community/bird/bird.rc @@ -11,7 +11,7 @@ PID=$(pidof -o %PPID $DAEMON) case "$1" in start) stat_busy "Starting $NAME daemon" - [[ ! $PID ]] && $DAEMON $DAEMON_OPTIONS && add_daemon $NAME && stat_done && exit 0 + [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon $NAME && stat_done && exit 0 stat_fail ;; stop) diff --git a/community/conntrack-tools/PKGBUILD b/community/conntrack-tools/PKGBUILD index 6a850f19c..ae06f501d 100644 --- a/community/conntrack-tools/PKGBUILD +++ b/community/conntrack-tools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 60002 2011-12-03 04:09:30Z seblu $ +# $Id: PKGBUILD 60046 2011-12-03 18:18:50Z seblu $ # Maintainer: Sebastien Luttringer # Contributor: Valere Monseur # Contributor: Alessandro Sagratini @@ -6,22 +6,23 @@ pkgname=conntrack-tools pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Userspace tools to interact with the Netfilter connection tracking system' arch=('i686' 'x86_64') url='http://www.netfilter.org/projects/conntrack-tools' license=('GPL2') depends=('libnetfilter_conntrack') +backup=('etc/conntrackd/conntrackd.conf') source=("http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.bz2" 'conntrackd.rc' 'conntrackd.conf') md5sums=('5add24d4761baf17af630d5627a71752' '619ab1e15837436b47cbdc739d69ee78' - '728570bd7a13263606d97f6cc7f2d095') + '92a7fc6ab5cba5e48cde4cac0ac403b1') build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc make } @@ -30,8 +31,8 @@ package() { install -D -m 755 conntrackd.rc "$pkgdir/etc/rc.d/conntrackd" install -D -m 644 conntrackd.conf "$pkgdir/etc/conf.d/conntrackd" - # install configuration directories - install -d "${pkgdir}/etc/conntrackd" + # install empty configuration files + install -D -m 644 /dev/null "${pkgdir}/etc/conntrackd/conntrackd.conf" # install binaries cd ${pkgname}-${pkgver} diff --git a/community/conntrack-tools/conntrackd.conf b/community/conntrack-tools/conntrackd.conf index 910bb6eda..b90427a49 100644 --- a/community/conntrack-tools/conntrackd.conf +++ b/community/conntrack-tools/conntrackd.conf @@ -1,3 +1,3 @@ # vim:set ts=2 sw=2 ft=sh noet: -DAMEON_OPTIONS='-d' +DAEMON_OPTIONS='-d' diff --git a/community/fotoxx/PKGBUILD b/community/fotoxx/PKGBUILD index f40c46181..43596796b 100644 --- a/community/fotoxx/PKGBUILD +++ b/community/fotoxx/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 59840 2011-12-01 01:26:04Z ebelanger $ +# $Id: PKGBUILD 60004 2011-12-03 05:50:16Z ebelanger $ # Maintainer: Stefan Husmann pkgname=fotoxx -pkgver=11.12 +pkgver=11.12.1 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/fotoxx" @@ -12,7 +12,7 @@ depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils') optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning') install=fotoxx.install source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('3734fc182c9002f45c664f7b0e42314d') +sha1sums=('e9f6d58a56020e0548163c4b42687d8a23591c18') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/freedroidrpg/PKGBUILD b/community/freedroidrpg/PKGBUILD index 6b3aea594..26971f606 100644 --- a/community/freedroidrpg/PKGBUILD +++ b/community/freedroidrpg/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 33632 2010-11-27 09:39:46Z spupykin $ +# $Id: PKGBUILD 60014 2011-12-03 08:20:18Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: nut543 #pkgbase=freedroidrpg #pkgname=('freedroidrpg' 'freedroidrpg-data') pkgname='freedroidrpg' -pkgver=0.14.1 +pkgver=0.15rc1 pkgrel=1 arch=('i686' 'x86_64') # depends=('sdl_mixer' 'sdl_image' 'libogg' 'libvorbis' 'libgl' 'freedroidrpg-data') -depends=('sdl_mixer' 'sdl_image' 'libogg' 'libvorbis' 'libgl') +depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl') optdepends=('python2' 'espeak') pkgdesc="a mature science fiction role playing game set in the future" url="http://freedroid.sourceforge.net" license=("GPL") -source=(http://downloads.sourceforge.net/project/freedroid/freedroidRPG/freedroidRPG-0.14/freedroidrpg-$pkgver.tar.gz +source=(http://downloads.sourceforge.net/project/freedroid/freedroidRPG/freedroidRPG-0.15/freedroidrpg-$pkgver.tar.bz2 freedroidrpg.jpg freedroidrpg.desktop) -md5sums=('a71c36c0f0c8ce316852d2826357bc01' +md5sums=('2309a9e7087d384a6a66e6985cc06bd7' 'b73d9dac44c7e83a6c80fbe4eb96ba79' '9a10c2a2064439cdcff5b945dfb1c3ac') diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index 41558627b..ff8d658b3 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 55128 2011-09-03 06:53:25Z stativ $ +# $Id: PKGBUILD 60020 2011-12-03 09:02:29Z stativ $ # Maintainer: Lukas Jirkovsky pkgname=intellij-idea-libs -pkgver=10.5.2 -_pkgver=107.587 +pkgver=10.5.3 +_pkgver=107.764 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.jetbrains.org/" license=('apache') depends=('glibc') source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('fe1bbc5c9a2f1e8be8682aff05d89be4') +md5sums=('56d1fec8f420cb964f086f5685694b86') build() { cd "$srcdir" diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 60345be5e..69316ce92 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59898 2011-12-02 09:11:25Z spupykin $ +# $Id: PKGBUILD 60010 2011-12-03 08:06:57Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jonathan Wiersma @@ -19,7 +19,8 @@ optdepends=('bridge-utils: for briged networking (default)' 'kvm' 'openbsd-netcat: for remote management over ssh' 'qemu' - 'radvd') + 'radvd' + 'dmidecode') options=('emptydirs' '!libtool') backup=('etc/conf.d/libvirtd' 'etc/conf.d/libvirtd-guests' diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD index 48b02cb73..37bfd344a 100644 --- a/community/lxappearance/PKGBUILD +++ b/community/lxappearance/PKGBUILD @@ -1,9 +1,11 @@ -#$Id: PKGBUILD 56899 2011-10-16 07:36:44Z bpiotrowski $ -# Maintainer: Angel Velasquez +#$Id: PKGBUILD 60017 2011-12-03 08:38:35Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Angel Velasquez # Contributor: Geoffroy Carrier + pkgname=lxappearance pkgver=0.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="GTK+ theme switcher of the LXDE Desktop (manages icons and fonts)" arch=('i686' 'x86_64') license=('GPL2') @@ -11,17 +13,22 @@ url="http://lxde.org/" groups=('lxde') depends=('gtk2' 'intltool') makedepends=('pkgconfig') -source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz) +source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz + gtk-3.0.patch) build() { cd "$srcdir/$pkgname-$pkgver" + + patch -Np0 -i ../gtk-3.0.patch ./configure --sysconfdir=/etc --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install } -md5sums=('34d157a7fe97ef0b93db8fab3f251e07') +md5sums=('34d157a7fe97ef0b93db8fab3f251e07' + '58fd450329972be03181c98e7287f3ae') diff --git a/community/lxappearance/gtk-3.0.patch b/community/lxappearance/gtk-3.0.patch new file mode 100644 index 000000000..a65615cd7 --- /dev/null +++ b/community/lxappearance/gtk-3.0.patch @@ -0,0 +1,111 @@ +--- src/lxappearance.c 2011-07-29 16:50:19.000000000 +0200 ++++ src/lxappearance1.c 2011-07-30 18:51:40.323368701 +0200 +@@ -153,21 +153,33 @@ + + char* file_path = g_build_filename(g_get_home_dir(), ".gtkrc-2.0", NULL); + GString* content = g_string_sized_new(512); ++ GString* content3 = g_string_sized_new(512); + g_string_append(content, + "# DO NOT EDIT! This file will be overwritten by LXAppearance.\n" + "# Any customization should be done in ~/.gtkrc-2.0.mine instead.\n\n"); ++ g_string_append(content3, "[Settings]\n" ++ "# DO NOT EDIT! This file will be overwritten by LXAppearance.\n"); ++ + if(app.widget_theme) + g_string_append_printf(content, + "gtk-theme-name=\"%s\"\n", app.widget_theme); ++ g_string_append_printf(content3, ++ "gtk-theme-name = %s\n", app.widget_theme); + if(app.icon_theme) + g_string_append_printf(content, +- "gtk-icon-theme-name=\"%s\"\n", app.icon_theme); ++ "gtk-icon-theme-name=\"%s\"\n", app.icon_theme); ++ g_string_append_printf(content3, ++ "gtk-icon-theme-name = %s\n", app.icon_theme); + if(app.default_font) + g_string_append_printf(content, + "gtk-font-name=\"%s\"\n", app.default_font); ++ g_string_append_printf(content3, ++ "gtk-font-name = %s\n", app.default_font); + if(app.cursor_theme) + g_string_append_printf(content, + "gtk-cursor-theme-name=\"%s\"\n", app.cursor_theme); ++ g_string_append_printf(content3, ++ "gtk-cursor-theme-name = %s\n", app.cursor_theme); + save_cursor_theme_name(); + + g_string_append_printf(content, +@@ -196,20 +208,46 @@ + app.enable_hinting ? 1 : 0 + ); + ++ g_string_append_printf(content3, ++ "gtk-cursor-theme-size = %d\n" ++ "gtk-toolbar-style = %s\n" ++ "gtk-toolbar-icon-size = %s\n" ++ "gtk-button-images = %d\n" ++ "gtk-menu-images = %d\n" ++ "gtk-enable-event-sounds = %d\n" ++ "gtk-enable-input-feedback-sounds = %d\n" ++ "gtk-xft-antialias = %d\n" ++ "gtk-xft-hinting = %d\n", ++ app.cursor_theme_size, ++ tb_styles[app.toolbar_style], ++ tb_icon_sizes[app.toolbar_icon_size], ++ app.button_images ? 1 : 0, ++ app.menu_images ? 1 : 0, ++ app.enable_event_sound ? 1 : 0, ++ app.enable_input_feedback ? 1 : 0, ++ app.enable_antialising ? 1 : 0, ++ app.enable_hinting ? 1 : 0 ++ ); ++ + if(app.hinting_style) + g_string_append_printf(content, + "gtk-xft-hintstyle=\"%s\"\n", app.hinting_style); ++ g_string_append_printf(content3, ++ "gtk-xft-hintstyle = %s\n", app.hinting_style); + + if(app.font_rgba) + g_string_append_printf(content, + "gtk-xft-rgba=\"%s\"\n", app.font_rgba); ++ g_string_append_printf(content3, ++ "gtk-xft-rgba = %s\n", app.font_rgba); + + if(app.color_scheme) + { + char* escaped = g_strescape(app.color_scheme, NULL); + g_string_append_printf(content, +- "gtk-color-scheme=\"%s\"\n", +- escaped); ++ "gtk-color-scheme=\"%s\"\n", escaped); ++ g_string_append_printf(content3, ++ "gtk-color-scheme = %s\n", escaped); + g_free(escaped); + } + +@@ -218,20 +256,20 @@ + g_get_home_dir()); + + g_file_set_contents(file_path, content->str, content->len, NULL); ++ g_string_free(content, TRUE); + + /* Save also for GTK3 */ +- g_string_prepend(content, "[Settings] \n"); +- char* file_path_gtk3 = g_build_filename(g_get_home_dir(), "gtk-3.0", NULL); +- char* file_path_settings = g_build_filename(g_get_home_dir(), "gtk-3.0", "settings.ini", NULL); ++ char* file_path_gtk3 = g_build_filename(g_get_user_config_dir(), "gtk-3.0", NULL); ++ char* file_path_settings = g_build_filename(g_get_user_config_dir(), "gtk-3.0", "settings.ini", NULL); + + if (!g_file_test(file_path_gtk3, G_FILE_TEST_IS_DIR)) + { + g_mkdir_with_parents(file_path_gtk3, 0755); + } + +- g_file_set_contents(file_path_settings, content->str, content->len, NULL); ++ g_file_set_contents(file_path_settings, content3->str, content3->len, NULL); + +- g_string_free(content, TRUE); ++ g_string_free(content3, TRUE); + g_free(file_path); + } diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD index 8149a3a9b..568bfc517 100644 --- a/community/lxdm/PKGBUILD +++ b/community/lxdm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58107 2011-11-06 17:20:02Z bpiotrowski $ +# $Id: PKGBUILD 60015 2011-12-03 08:31:47Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: AndyRTR # Contributor: kiefer pkgname=lxdm pkgver=0.4.1 -pkgrel=6 +pkgrel=7 pkgdesc="Lightweight Display Manager (part of LXDE)" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/lxdm/" @@ -18,11 +18,12 @@ backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession' 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin' 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown') source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz" - lxdm.patch lxdm-conf.patch lxdm-pam.patch lxdm-daemon) + lxdm.patch lxdm-conf.patch lxdm-pam.patch Xsession.patch lxdm-daemon) md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821' 'baed9055e8825a5511712bc095197519' 'c50dd01b715b0a236407d48066191601' 'b20fe3c8487a039050986d60e45233a9' + 'd2e4a4a22ee2aa1a986be154c647b6c6' '705f394052fdd0dec22e95321d170de0') build() { @@ -32,6 +33,7 @@ build() { patch -Np0 < ../lxdm.patch patch -Np0 < ../lxdm-conf.patch + patch -Np0 < ../Xsession.patch } diff --git a/community/lxdm/Xsession.patch b/community/lxdm/Xsession.patch new file mode 100644 index 000000000..035ff0383 --- /dev/null +++ b/community/lxdm/Xsession.patch @@ -0,0 +1,11 @@ +--- data/Xsession.orig 2011-07-29 15:42:33.000000000 +0200 ++++ data/Xsession 2011-12-03 09:09:14.592876087 +0100 +@@ -9,6 +9,8 @@ + LXSESSION=/usr/bin/startlxde + fi + ++[ -f /etc/profile ] && . /etc/profile ++[ -f ~/.profile ] && . ~/.profile + [ -f /etc/xprofile ] && . /etc/xprofile + [ -f ~/.xprofile ] && . ~/.xprofile + diff --git a/community/lxdm/lxdm.install b/community/lxdm/lxdm.install index 522f9e3b1..24edd91a4 100644 --- a/community/lxdm/lxdm.install +++ b/community/lxdm/lxdm.install @@ -5,6 +5,7 @@ post_install() { getent passwd lxdm > /dev/null 2>&1 || useradd -c 'LXDE Display Manager' -u 121 -g lxdm -d /var/lib/lxdm -s /sbin/nologin lxdm passwd -l lxdm > /dev/null chown -R lxdm:lxdm /var/lib/lxdm > /dev/null + chmod +r /etc/lxdm/lxdm.conf } post_upgrade() { diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index aac341450..a6bf28442 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mongodb pkgver=2.0.1 -pkgrel=3 +pkgrel=4 pkgdesc='A high-performance, open source, schema-free document-oriented database.' arch=('i686' 'x86_64') url='http://www.mongodb.org' diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD index 00b3e8182..8028c9802 100644 --- a/community/qbittorrent/PKGBUILD +++ b/community/qbittorrent/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 59962 2011-12-02 21:00:24Z ibiru $ +# $Id: PKGBUILD 60037 2011-12-03 17:31:58Z tdziedzic $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Daniel J Griffiths # Contributor: Geoffroy Carrier pkgname=qbittorrent pkgver=2.9.2 -pkgrel=5 +pkgrel=6 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" arch=('i686' 'x86_64') url="http://www.qbittorrent.org/" license=('GPL') depends=('qt' 'libtorrent-rasterbar' 'xdg-utils') makedepends=('boost' 'geoip') -optdepends=('python2: needed for search' +optdepends=('python: needed for search' 'geoip: improves peer country resolution') install='qbittorrent.install' source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-${pkgver}.tar.gz") @@ -21,11 +21,6 @@ md5sums=('0c2188e0065be57e50c06f5934d5f7a2') build() { cd qbittorrent-${pkgver} - sed -i \ - -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ - -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find ./ -name '*.py') - ./configure \ --prefix=/usr diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD index e2541d597..600cccdb1 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 32752 2010-11-17 21:07:25Z spupykin $ +# $Id: PKGBUILD 60007 2011-12-03 08:04:41Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: JJDaNiMoTh # Contributor: Tino Reichardt @@ -11,6 +11,7 @@ arch=('i686' 'x86_64') url="http://sarg.sourceforge.net" license=('GPL') depends=('gd' 'libldap') +makedepends=('cmake') backup=('etc/sarg/css.tpl' 'etc/sarg/exclude_codes' 'etc/sarg/sarg.conf' diff --git a/community/sslh/PKGBUILD b/community/sslh/PKGBUILD index 55a3b9402..d4e795cc7 100644 --- a/community/sslh/PKGBUILD +++ b/community/sslh/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sslh pkgver=1.10 -pkgrel=4 +pkgrel=5 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer' arch=('i686' 'x86_64') url='http://www.rutschle.net/tech/sslh.shtml' @@ -15,8 +15,8 @@ source=("http://www.rutschle.net/tech/${pkgname}-${pkgver}.tar.gz" 'sslh.rc' 'sslh.conf') md5sums=('bc34e9a4770d634633e70589c72708cc' - '42f3cda8f18abdf5edcd762e6dcda5d7' - '8275b5dd363891139398be1d0e92dd57') + '0680f09267c33205acf16ac6d4adf926' + '808199410bd6ab67421bf3544f805d1a') build() { cd $pkgname-$pkgver diff --git a/community/sslh/sslh.conf b/community/sslh/sslh.conf index 2c4e676a8..eb79e7c51 100644 --- a/community/sslh/sslh.conf +++ b/community/sslh/sslh.conf @@ -1,3 +1,3 @@ # vim:set ts=2 sw=2 ft=sh noet: -DAMEON_OPTIONS='-p 192.168.0.1:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 -u nobody -P /var/lock/sslh.lock' +DAEMON_OPTS='-p 192.168.0.1:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 -u nobody -P /var/lock/sslh.lock' diff --git a/community/sslh/sslh.rc b/community/sslh/sslh.rc index 1532b8c10..05b03bc3e 100644 --- a/community/sslh/sslh.rc +++ b/community/sslh/sslh.rc @@ -11,7 +11,7 @@ PID=$(pidof -o %PPID $DAEMON) case "$1" in start) stat_busy "Starting $NAME daemon" - [[ ! $PID ]] && $DAEMON $DAEMON_OPTIONS && add_daemon $NAME && stat_done && exit 0 + [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon $NAME && stat_done && exit 0 stat_fail ;; stop) diff --git a/community/start-stop-daemon/PKGBUILD b/community/start-stop-daemon/PKGBUILD new file mode 100644 index 000000000..b469afe43 --- /dev/null +++ b/community/start-stop-daemon/PKGBUILD @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sebastien Luttringer +# Contributor: Soup +# Contributor: Vladimir Koshelenko + +pkgname=start-stop-daemon +pkgver=1.15.8.11 +pkgrel=1 +pkgdesc='Start and stop system daemon programs' +arch=('i686' 'x86_64') +license=('GPL2') +url='http://packages.qa.debian.org/d/dpkg.html' +source=("http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.bz2") +md5sums=('58a1a3ab86ab3220e469cb75f6fb6d7c') + +build() { + cd dpkg-$pkgver + ./configure --without-dselect --without-update-alternatives --without-install-info + (cd lib && make) + cd utils && make +} + +package() { + cd dpkg-$pkgver + install -D -m 755 utils/start-stop-daemon "$pkgdir/usr/bin/start-stop-daemon" + install -D -m 644 man/start-stop-daemon.8 "$pkgdir/usr/share/man/man8/start-stop-daemon.8" +} + +# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD index 1089651f1..9aaf68c7a 100644 --- a/community/virtualbox/PKGBUILD +++ b/community/virtualbox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 58251 2011-11-09 12:36:02Z ibiru $ +# $Id: PKGBUILD 60048 2011-12-03 18:39:55Z ibiru $ #Maintainer: Ionut Biru pkgbase=virtualbox pkgname=('virtualbox' 'virtualbox-archlinux-additions' 'virtualbox-sdk' 'virtualbox-source') pkgver=4.1.6 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL' 'custom') @@ -183,7 +183,7 @@ md5sums=('89b979d1b817242c7cdcb489898f166a' '5f85710e0b8606de967716ded7b2d351' '6ab2455c391d8cc005e2f4461ae26a3b' '78ffa67ff131680f1d2b6f06d4325c5b' - 'bb9f83f91349437825edc7bc9a294aee' + 'cd8a53d0bfb26632d5b4d4e91a2b91d2' '97e193f050574dd272a38e5ee5ebe62b' '3c08ad30b89add47d3f45121200a5360' 'e7416331d0bc331f3b5aae3e5d104642') diff --git a/community/virtualbox/vboxbuild b/community/virtualbox/vboxbuild index fdfbe712f..c74004199 100755 --- a/community/virtualbox/vboxbuild +++ b/community/virtualbox/vboxbuild @@ -52,6 +52,7 @@ fi for kernver; do export KERN_DIR=/lib/modules/$kernver/build + export MODULE_DIR=/lib/modules/$kernver/extramodules if [[ ! -d $KERN_DIR ]]; then printf "error: \`%s' does not appear to be a valid kernel build directory.\n" \ "$KERN_DIR" @@ -73,6 +74,8 @@ for kernver; do stat_fail fi done + gzip -9 "$MODULE_DIR"/*.ko + depmod "$kernver" stat_done done -- cgit v1.2.3-54-g00ecf