diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/afpfs-ng/PKGBUILD | 5 | ||||
-rw-r--r-- | community/doublecmd/PKGBUILD | 6 | ||||
-rw-r--r-- | community/jemalloc/PKGBUILD | 11 | ||||
-rw-r--r-- | community/libcec/PKGBUILD | 5 | ||||
-rw-r--r-- | community/libnfs/PKGBUILD | 9 | ||||
-rw-r--r-- | community/libshairport/PKGBUILD | 5 | ||||
-rw-r--r-- | community/miniupnpd/PKGBUILD | 41 | ||||
-rw-r--r-- | community/miniupnpd/miniupnpd.systemd | 12 | ||||
-rw-r--r-- | community/paps/PKGBUILD | 6 | ||||
-rw-r--r-- | community/pion/PKGBUILD | 8 | ||||
-rw-r--r-- | community/spacefm/PKGBUILD | 8 | ||||
-rw-r--r-- | community/spacefm/spacefm.install | 4 | ||||
-rw-r--r-- | community/tinc/PKGBUILD | 6 | ||||
-rw-r--r-- | community/xmind/PKGBUILD | 56 | ||||
-rw-r--r-- | community/xmind/xmind.install | 16 |
15 files changed, 162 insertions, 36 deletions
diff --git a/community/afpfs-ng/PKGBUILD b/community/afpfs-ng/PKGBUILD index f8dc2d6fc..fca6ea89e 100644 --- a/community/afpfs-ng/PKGBUILD +++ b/community/afpfs-ng/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 68567 2012-03-28 10:22:57Z idevolder $ +# $Id: PKGBUILD 99034 2013-10-22 19:25:28Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: slubman <slubman.dndd@laposte.net> pkgname=afpfs-ng pkgver=0.8.1 -pkgrel=5 +pkgrel=7 pkgdesc="A client for the Apple Filing Protocol (AFP)" url="http://alexthepuffin.googlepages.com/" license=('GPL') depends=('gmp' 'fuse' 'libgcrypt') arch=('i686' 'x86_64') -options=(!libtool) source=( "http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2" 'fix_afpfs-ng_includes.patch' diff --git a/community/doublecmd/PKGBUILD b/community/doublecmd/PKGBUILD index 18bccd8f3..bad27de08 100644 --- a/community/doublecmd/PKGBUILD +++ b/community/doublecmd/PKGBUILD @@ -1,5 +1,5 @@ # vim:set ft=sh: -# $Id: PKGBUILD 97499 2013-09-22 18:09:18Z idevolder $ +# $Id: PKGBUILD 99033 2013-10-22 19:21:49Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: (sirocco AT ngs.ru) @@ -7,7 +7,7 @@ pkgbase=doublecmd pkgname=('doublecmd-gtk2' 'doublecmd-qt') pkgver=0.5.7 _helpver=0.5.5 -pkgrel=1 +pkgrel=2 url="http://doublecmd.sourceforge.net/" arch=('i686' 'x86_64') license=('GPL') @@ -49,6 +49,7 @@ build() { package_doublecmd-gtk2() { pkgdesc="twin-panel (commander-style) file manager (GTK)" depends=('gtk2') + conflicts=('doublecmd-qt') cd "$srcdir/$pkgbase-gtk" sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh ./install/linux/install.sh --install-prefix="$pkgdir" @@ -61,6 +62,7 @@ package_doublecmd-gtk2() { package_doublecmd-qt() { pkgdesc="twin-panel (commander-style) file manager (QT)" depends=('qt4pas') + conflicts=('doublecmd-gtk2') cd "$srcdir/$pkgbase-qt" sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh ./install/linux/install.sh --install-prefix="$pkgdir" diff --git a/community/jemalloc/PKGBUILD b/community/jemalloc/PKGBUILD index 1cdca27a1..d5cbc70e1 100644 --- a/community/jemalloc/PKGBUILD +++ b/community/jemalloc/PKGBUILD @@ -1,16 +1,19 @@ -# $Id: PKGBUILD 92707 2013-06-13 08:34:56Z mtorromeo $ +# $Id: PKGBUILD 98987 2013-10-22 07:30:18Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: Kovivchak Evgen <oneonfire@gmail.com> pkgname=jemalloc -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="General-purpose scalable concurrent malloc implementation" arch=('i686' 'x86_64') license=('BSD') url="http://www.canonware.com/jemalloc/" depends=('glibc') -makedepends=('autoconf' 'make') +makedepends=('autoconf' 'make' 'bash') +optdepends=( + 'perl: memory profiler' +) source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2) build() { @@ -27,4 +30,4 @@ package() { install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } -sha256sums=('f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0') +sha256sums=('7341953fe9f21342b005b6c7e798631678ae713293a64d5fa61dea7449fc10fb') diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index bd2904d90..4593354f1 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 93498 2013-07-04 12:44:24Z idevolder $ +# $Id: PKGBUILD 99035 2013-10-22 19:26:05Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: Philippe Cherel <philippe.cherel@mayenne.org> # vim: ft=sh: pkgname=libcec pkgver=2.1.3 -pkgrel=1 +pkgrel=3 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('i686' 'x86_64') url="https://github.com/Pulse-Eight/libcec" @@ -13,7 +13,6 @@ license=('GPL') depends=('udev' 'lockdev') source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver") _srcfolder=Pulse-Eight-libcec-54be21e -options=(!libtool) sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1') build() { diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD index c1572628f..c18fec262 100644 --- a/community/libnfs/PKGBUILD +++ b/community/libnfs/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 92631 2013-06-10 08:52:37Z idevolder $ +# $Id: PKGBUILD 99036 2013-10-22 19:26:33Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> pkgname=libnfs -pkgver=1.6.0 -pkgrel=1 +pkgver=1.7.0 +pkgrel=2 pkgdesc="client library for accessing NFS shares" arch=('i686' 'x86_64') url="https://github.com/sahlberg/libnfs" license=('GPL') depends=('glibc') source=("https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz") -sha256sums=('19a497044f086d2bed973d0e89392bd41d1a8e9f524d5787f3090f966e20ccc3') -options=(!libtool) +sha256sums=('724e0b15cb2099ab3bbdb8456eaab54bc6d1de76da4b4f3251323471523e2114') build() { cd "$pkgname-$pkgname-$pkgver" diff --git a/community/libshairport/PKGBUILD b/community/libshairport/PKGBUILD index 7e69f1b6e..ec3a9d498 100644 --- a/community/libshairport/PKGBUILD +++ b/community/libshairport/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87587 2013-04-03 13:29:16Z idevolder $ +# $Id: PKGBUILD 99037 2013-10-22 19:26:56Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> pkgname=libshairport @@ -6,7 +6,7 @@ _developer='amejia1' _version=1.2.1.20121215 _commithash='16395d8' pkgver=${_version} -pkgrel=1 +pkgrel=3 pkgdesc="emulates an AirPort Express" arch=('i686' 'x86_64') url='https://github.com/amejia1/libshairport' @@ -14,7 +14,6 @@ license=('GPL') depends=('openssl' 'libao') source=("$pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash") sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5') -options=(!libtool) _srcfolder=$_developer-$pkgname-$_commithash diff --git a/community/miniupnpd/PKGBUILD b/community/miniupnpd/PKGBUILD new file mode 100644 index 000000000..d1c7bd977 --- /dev/null +++ b/community/miniupnpd/PKGBUILD @@ -0,0 +1,41 @@ +# $Id: PKGBUILD 99009 2013-10-22 08:59:17Z tredaelli $ +# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> +# Contributor: fauno <fauno@parabola.nu> +pkgname=miniupnpd +pkgver=1.8.20130730 +pkgrel=1 +pkgdesc="Lightweight UPnP IGD daemon" +arch=('i686' 'x86_64') +url="http://miniupnp.free.fr" +license=('BSD') +backup=(etc/miniupnpd/miniupnpd.conf) +depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux') +makedepends=('lsb-release') +source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz" + miniupnpd.systemd) +sha256sums=('919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43' + '2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c') + +build() { + cd "$pkgname-$pkgver" + + CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux config.h + make -f Makefile.linux +} + +package() { + cd "$pkgname-$pkgver" + mkdir -p "$pkgdir/usr/share/man/man8" + + make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux install + + rm -r "${pkgdir}/etc/init.d" + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 "${srcdir}/miniupnpd.systemd" "${pkgdir}/usr/lib/systemd/system/miniupnpd.service" + + sed -i 's:/s\?bin/iptables:/usr/bin/iptables: + s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= '/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh + sed -i -e "s/^uuid=[-0-9a-f]*/uuid=00000000-0000-0000-0000-000000000000/ + s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf" +} diff --git a/community/miniupnpd/miniupnpd.systemd b/community/miniupnpd/miniupnpd.systemd new file mode 100644 index 000000000..88973535c --- /dev/null +++ b/community/miniupnpd/miniupnpd.systemd @@ -0,0 +1,12 @@ +[Unit] +Description=Lightweight UPnP IGD daemon + +[Service] +ExecStartPre=/etc/miniupnpd/iptables_init.sh +ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -d +ExecStopPost=/etc/miniupnpd/iptables_removeall.sh +PIDFile=/run/miniupnpd.pid +StandardOutput=null + +[Install] +WantedBy=network.target diff --git a/community/paps/PKGBUILD b/community/paps/PKGBUILD index e5d0721de..73a14bb19 100644 --- a/community/paps/PKGBUILD +++ b/community/paps/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 93533 2013-07-05 01:34:25Z bisson $ +# $Id: PKGBUILD 98977 2013-10-22 05:29:32Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Artyom 'logus' Pervukhin <logus9@gmail.com> # Contributor: Tim Yang <tdy@gmx.com> pkgname=paps pkgver=0.6.8 -pkgrel=5 +pkgrel=6 pkgdesc='UTF-8 to PostScript converter via Pango' url='http://paps.sourceforge.net/' license=('LGPL') @@ -17,7 +17,7 @@ sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928') build() { cd "${srcdir}/${pkgname}-${pkgver}" export LDFLAGS=${LDFLAGS/,--as-needed/} - ./configure --prefix=/usr --mandir=/usr/share/man --disable-static + ./configure --prefix=/usr --mandir=/usr/share/man make } diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD index 02be15ca0..4468e1bd0 100644 --- a/community/pion/PKGBUILD +++ b/community/pion/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 94042 2013-07-13 12:35:54Z svenstaro $ +# $Id: PKGBUILD 99025 2013-10-22 18:18:59Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=pion -pkgver=5.0.2 +pkgver=5.0.4 pkgrel=1 pkgdesc="A C++ development library for implementing lightweight HTTP interfaces" url="https://github.com/cloudmeter/pion" @@ -13,7 +13,7 @@ provides=('pion-net') conflicts=('pion-net') replaces=('pion-net') source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip) -md5sums=('1f6a9f69114235ca98756cbcab16d162') +md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c') build() { cd "$srcdir/$pkgname-$pkgver" @@ -25,7 +25,7 @@ build() { # override Makefile bug sed -i "/docs:/ s/doxygen-doc//" Makefile.in - ./configure --prefix=/usr --disable-doxygen-doc + ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins --disable-doxygen-doc make } diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index 50a3db338..c0b4f49b5 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86533 2013-03-18 17:58:18Z bpiotrowski $ +# $Id: PKGBUILD 99024 2013-10-22 17:56:30Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com> pkgname=spacefm -pkgver=0.8.7 +pkgver=0.9.0 pkgrel=1 pkgdesc='Multi-panel tabbed file manager' arch=('i686' 'x86_64') @@ -20,8 +20,8 @@ optdepends=('lsof: device processes' 'udevil: mount as non-root user and mount networks' 'udisks: mount as non-root user' 'udisks2: mount as non-root user') -source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947') +source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz) +sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/spacefm/spacefm.install b/community/spacefm/spacefm.install index f2954aa73..76a5d56b9 100644 --- a/community/spacefm/spacefm.install +++ b/community/spacefm/spacefm.install @@ -1,8 +1,8 @@ post_install() { - update-mime-database usr/share/mime > /dev/null + update-mime-database /usr/share/mime > /dev/null update-desktop-database -q gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - [ -d /usr/share/icons/Faenza ] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza + [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza } post_upgrade() { diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD index b12aaaa85..ce0e94829 100644 --- a/community/tinc/PKGBUILD +++ b/community/tinc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 96041 2013-08-19 11:44:18Z tredaelli $ +# $Id: PKGBUILD 99008 2013-10-22 08:58:32Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: helios # Contributor: Lothar Gesslein # Contributor: Dominik George <nik@naturalnet.de> pkgname=tinc -pkgver=1.0.22 +pkgver=1.0.23 pkgrel=1 pkgdesc="VPN (Virtual Private Network) daemon" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('lzo2' 'openssl') install=tinc.install source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig} tincd@.service) -md5sums=('cc1346150715bd56070695af85ab39f4' +md5sums=('762c0d47bdf1b33a40b19165d9c2761f' 'SKIP' '112327da32fdb56ab779fe004712235f') diff --git a/community/xmind/PKGBUILD b/community/xmind/PKGBUILD new file mode 100644 index 000000000..c49b9a5c0 --- /dev/null +++ b/community/xmind/PKGBUILD @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Christoph Drexler <chrdr at gmx dot at> +# Contributor: Jelle van der Waa <jellevdwaa@gmail.com> + +pkgname=xmind +pkgver=3.3.1 +_pkgdate=201212250029 +pkgrel=2 +pkgdesc="Brainstorming and Mind Mapping Software" +arch=('i686' 'x86_64') +[ "${CARCH}" = "i686" ] && _arch="i386" +[ "${CARCH}" = "x86_64" ] && _arch="amd64" +url="http://www.xmind.net" +license=('EPL' 'LGPL') +depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 'shared-mime-info') +optdepends=('lame: needed for the feature audio notes') +install=xmind.install +source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb) +[ "${CARCH}" = "i686" ] && md5sums=('53d55f189879b4d2f27eb214456c754b') +[ "${CARCH}" = "x86_64" ] && md5sums=('a31c55dab417a8281ec4211f4ac111d7') + +build() { + cd "${srcdir}" + ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb" + bsdtar -xf data.tar.gz +} + +package() { + install -d "${pkgdir}"/usr/share/xmind/ + cp -a "${srcdir}"/usr/local/xmind/* "${pkgdir}"/usr/share/xmind/ + cp -a "${srcdir}"/usr/share/* "${pkgdir}"/usr/share/ + install -d "${pkgdir}"/usr/bin/ + cd "${pkgdir}"/usr/bin/ + ln -s ../../usr/share/xmind/XMind . + + # getting the config files to the right place... + install -d "${pkgdir}"/etc/xmind/ + mv "${pkgdir}"/usr/share/xmind/configuration/* \ + "${pkgdir}"/etc/xmind/ + cd "${pkgdir}"/usr/share/xmind/configuration/ + ln -s ../../../../etc/xmind/* . + mv "${pkgdir}"/usr/share/xmind/XMind.ini \ + "${pkgdir}"/etc/xmind/ + cd ../ + ln -s ../../../etc/xmind/XMind.ini . + + # putting the png file where it belongs to + install -d "${pkgdir}"/usr/share/pixmaps/ + mv "${pkgdir}"/usr/share/xmind/xmind-logo-36.png \ + "${pkgdir}"/usr/share/pixmaps/xmind.png + sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \ + "${pkgdir}"/usr/share/applications/xmind.desktop + sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \ + "${pkgdir}"/usr/share/applications/xmind.desktop +} diff --git a/community/xmind/xmind.install b/community/xmind/xmind.install new file mode 100644 index 000000000..7be8023f9 --- /dev/null +++ b/community/xmind/xmind.install @@ -0,0 +1,16 @@ +post_install() { + echo "Updating MIME database" + update-mime-database /usr/share/mime + update-desktop-database +} + +post_remove() { + echo "Updating MIME database" + update-mime-database /usr/share/mime + update-desktop-database +} + +op=$1 +shift + +$op $* |