diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/bind/PKGBUILD | 4 | ||||
-rw-r--r-- | community/ejabberd/PKGBUILD | 30 | ||||
-rw-r--r-- | community/ejabberd/ejabberd.install | 20 | ||||
-rw-r--r-- | community/fdkaac/PKGBUILD | 8 | ||||
-rw-r--r-- | community/ipset/PKGBUILD | 6 | ||||
-rw-r--r-- | community/ipset/ipset.service | 2 | ||||
-rw-r--r-- | community/keepalived/PKGBUILD | 6 | ||||
-rw-r--r-- | community/kiwi/PKGBUILD | 32 | ||||
-rw-r--r-- | community/libmediainfo/PKGBUILD | 6 | ||||
-rw-r--r-- | community/libtorrent/PKGBUILD | 10 | ||||
-rw-r--r-- | community/mailman/PKGBUILD | 15 | ||||
-rw-r--r-- | community/mediainfo-gui/PKGBUILD | 6 | ||||
-rw-r--r-- | community/mediainfo/PKGBUILD | 6 | ||||
-rw-r--r-- | community/pari/PKGBUILD | 6 | ||||
-rw-r--r-- | community/qcad/PKGBUILD | 6 | ||||
-rw-r--r-- | community/rtorrent/PKGBUILD | 8 | ||||
-rw-r--r-- | community/tesseract-game/PKGBUILD | 4 |
17 files changed, 71 insertions, 104 deletions
diff --git a/community/bind/PKGBUILD b/community/bind/PKGBUILD index c77d0e23e..e7fbb4951 100644 --- a/community/bind/PKGBUILD +++ b/community/bind/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 110960 2014-05-11 00:59:07Z seblu $ +# $Id: PKGBUILD 111270 2014-05-15 22:26:04Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -7,7 +7,7 @@ pkgname=bind _pkgver=9.10.0-P1 pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc='The ISC BIND nameserver' url='http://www.isc.org/software/bind/' license=('custom:ISC') diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD index d820a8479..f39532775 100644 --- a/community/ejabberd/PKGBUILD +++ b/community/ejabberd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 109642 2014-04-17 10:33:05Z spupykin $ +# $Id: PKGBUILD 111330 2014-05-16 16:35:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org> # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=ejabberd -pkgver=13.12 -pkgrel=2 +pkgver=14.05 +pkgrel=1 pkgdesc="Jabber server written in Erlang" arch=('x86_64' 'i686') url="http://www.ejabberd.im/" @@ -37,11 +37,8 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive "git://github.com/cmullaparthi/ibrowse" "git://github.com/esl/lhttpc" "$pkgname.logrotate" - "ejabberd.service" - "crash-fix.patch" - "https://github.com/processone/ejabberd/commit/7af7b7d3f0c4bf399fb7db54c38090c8d1a25873.patch" - "https://github.com/processone/ejabberd/commit/d97b4fd9ca36858a12bc5e6841334cde4c8f0431.patch") -md5sums=('6eadb6f190d55c8a679de5496ca0c4a9' + "ejabberd.service") +md5sums=('16bffbf9b9e18b69133e983fd82364b6' 'SKIP' 'SKIP' 'SKIP' @@ -60,20 +57,11 @@ md5sums=('6eadb6f190d55c8a679de5496ca0c4a9' 'SKIP' 'SKIP' 'f97c8a96160f30e0aecc9526c12e6606' - 'a437aff9d7d477fb036d527205617e18' - 'ef3dd667dec1627c1597c7f6f3cfcd4a' - 'aa8cf60e39b0deee112e20f305022ade' - '5f2cada6c6504f1e3874ef33606751c8') + 'a437aff9d7d477fb036d527205617e18') prepare() { cd "$srcdir/$pkgname-$pkgver" - patch -p1 <$srcdir/crash-fix.patch - - # erlang 17 fix - patch -p1 <$srcdir/d97b4fd9ca36858a12bc5e6841334cde4c8f0431.patch - patch -p1 <$srcdir/7af7b7d3f0c4bf399fb7db54c38090c8d1a25873.patch - mkdir -p "$srcdir/$pkgname-$pkgver/deps" for i in goldrush lager p1_cache_tab p1_iconv p1_pam \ p1_stringprep p1_tls p1_xml p1_yaml p1_zlib xmlrpc \ @@ -82,7 +70,10 @@ prepare() { mv $srcdir/$i "$srcdir/$pkgname-$pkgver/deps" done - sed -i 's|%%% @author.*|%%% @author Oscar Hellstrom <oscar@hellstrom.st>|g' deps/lhttpc/src/lhttpc.app.src + pushd deps/lhttpc/src/ + mv lhttpc.app.src lhttpc.app.src.bak + cat lhttpc.app.src.bak | iconv -f utf8 -c >lhttpc.app.src + popd } build() { @@ -95,6 +86,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install + install -Dm04750 deps/p1_pam/priv/bin/epam $pkgdir/usr/lib/ejabberd/priv/bin/epam install -d "$pkgdir/var/lib/$pkgname" install -D -m0644 "$srcdir/$pkgname.logrotate" "$pkgdir/etc/logrotate.d/$pkgname" chmod ug+r "$pkgdir/etc/$pkgname/"* diff --git a/community/ejabberd/ejabberd.install b/community/ejabberd/ejabberd.install index 572667084..6d1aeef5b 100644 --- a/community/ejabberd/ejabberd.install +++ b/community/ejabberd/ejabberd.install @@ -1,15 +1,23 @@ post_install() { groupadd -r jabber useradd -r -G jabber -d /var/lib/ejabberd ejabberd - chown -R ejabberd.jabber /var/log/ejabberd - chown -R ejabberd.jabber /var/lib/ejabberd - chown root:ejabberd /etc/ejabberd/ejabberd.yml /etc/ejabberd/ejabberdctl.cfg /etc/ejabberd + chown -R ejabberd.jabber var/log/ejabberd + chown -R ejabberd.jabber var/lib/ejabberd + chown root:ejabberd \ + etc/ejabberd/ejabberd.yml \ + etc/ejabberd/ejabberdctl.cfg \ + etc/ejabberd \ + usr/lib/ejabberd/priv/bin/epam } post_upgrade() { - chown -R ejabberd.jabber /var/log/ejabberd - chown -R ejabberd.jabber /var/lib/ejabberd - chown root:ejabberd /etc/ejabberd/ejabberd.yml /etc/ejabberd/ejabberdctl.cfg /etc/ejabberd + chown -R ejabberd.jabber var/log/ejabberd + chown -R ejabberd.jabber var/lib/ejabberd + chown root:ejabberd \ + etc/ejabberd/ejabberd.yml \ + etc/ejabberd/ejabberdctl.cfg \ + etc/ejabberd \ + usr/lib/ejabberd/priv/bin/epam echo "!!! it is major update. Config must be converted to yaml format." } diff --git a/community/fdkaac/PKGBUILD b/community/fdkaac/PKGBUILD index 4fb2b731a..60e3fefc8 100644 --- a/community/fdkaac/PKGBUILD +++ b/community/fdkaac/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 105355 2014-02-05 21:53:04Z alucryd $ +# $Id: PKGBUILD 111319 2014-05-16 13:44:50Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: PelPix <kylebloss@pelpix.info> pkgname=fdkaac -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.3 +pkgrel=1 pkgdesc='Command line encoder frontend for libfdk-aac' arch=('i686' 'x86_64') url="https://github.com/nu774/${pkgname}" license=('custom') depends=('libfdk-aac') source=("${url}/archive/v${pkgver}.tar.gz") -sha256sums=('95d6e9675ab03f42aa3cb642a686ffaced782a7b440563bd37ef2d4517391348') +sha256sums=('285a07ff94565bb36dfa95513ec6a80fba9567100e588b8515e62585792282b4') build() { cd ${pkgname}-${pkgver} diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD index 1deeaf9aa..e39d66c6c 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 106828 2014-03-08 19:50:18Z seblu $ +# $Id: PKGBUILD 111272 2014-05-15 22:33:19Z seblu $ # Maintainer: Sébastien Luttringer pkgname=ipset pkgver=6.21.1 -pkgrel=1 +pkgrel=2 pkgdesc='Administration tool for IP sets' arch=('i686' 'x86_64') url='http://ipset.netfilter.org' @@ -13,7 +13,7 @@ backup=("etc/$pkgname.conf") source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2" "$pkgname.service") md5sums=('9c136fd51694eb0ef259cda085145da0' - '4b195827996c6012a801e21f869c385d') + '60ebe10f071314fc9e8647440a02467c') build() { cd $pkgname-$pkgver diff --git a/community/ipset/ipset.service b/community/ipset/ipset.service index c3e7460a0..4318b056c 100644 --- a/community/ipset/ipset.service +++ b/community/ipset/ipset.service @@ -1,6 +1,6 @@ [Unit] Description=Loading IP Sets -Before=iptables.service +Before=iptables.service ip6tables.service [Service] Type=oneshot diff --git a/community/keepalived/PKGBUILD b/community/keepalived/PKGBUILD index 275f53fc9..15ebcf28b 100644 --- a/community/keepalived/PKGBUILD +++ b/community/keepalived/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 105469 2014-02-08 19:27:45Z seblu $ +# $Id: PKGBUILD 111265 2014-05-15 22:20:52Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Andrea Zucchelli <zukka77@gmail.com> pkgname=keepalived -pkgver=1.2.12 +pkgver=1.2.13 pkgrel=1 pkgdesc='Failover and monitoring daemon for LVS clusters' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ backup=('etc/keepalived/keepalived.conf') depends=('openssl' 'popt' 'libnl1') source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz" 'keepalived.service') -md5sums=('60f2564acc1e1faa0237b53cf4392d1f' +md5sums=('5f5c038139c55b5af54deefbcce64e33' '0a5171f4298528315e8a8004b55befb7') build() { diff --git a/community/kiwi/PKGBUILD b/community/kiwi/PKGBUILD deleted file mode 100644 index e9e3a493d..000000000 --- a/community/kiwi/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 105127 2014-02-01 09:34:22Z lfleischer $ -# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> -# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=kiwi -pkgver=1.9.29 -pkgrel=3 -pkgdesc="A set of classes and wrappers for PyGTK" -arch=('i686' 'x86_64') -url="http://www.async.com.br/projects/kiwi" -license=("LGPL") -depends=('python2' 'python' 'pygtk' 'gtk') -makedepends=('gettext') -source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2") -sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # Apply Python2 fix. - for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do - echo "Applying python2 fix for $file" - sed -i 's_/usr/bin/env python_/usr/bin/env python2_' "$file" - done -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - python2 setup.py install --root="$pkgdir" -} diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index 2fc253f53..8a6d6bb64 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 109015 2014-04-09 11:24:06Z spupykin $ +# $Id: PKGBUILD 111297 2014-05-16 09:17:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: hydro <hydro@freenet.de> pkgname=libmediainfo -pkgver=0.7.68 +pkgver=0.7.69 pkgrel=1 pkgdesc="shared library for mediainfo" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=( 'curl' 'libmms' 'libzen') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2 libmediainfo-0.7.50-libmms.patch) -md5sums=('838a472b430a28383366ad335c7b5416' +md5sums=('eeff431e358720e71741ad9a8aaf08cd' '2f4b21cc250f663d52b497dedb963e3b') build() { diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index c55b3e5c1..6c09e9804 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -1,24 +1,22 @@ -# $Id: PKGBUILD 99885 2013-10-31 02:16:43Z allan $ +# $Id: PKGBUILD 111291 2014-05-16 05:25:42Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: Jeff Mickey <jeff@archlinux.org> # Contributor: sh__ pkgname=libtorrent -pkgver=0.13.3 -pkgrel=2 +pkgver=0.13.4 +pkgrel=1 pkgdesc='BitTorrent library with a focus on high performance and good code' url='http://libtorrent.rakshasa.no/' arch=('i686' 'x86_64') license=('GPL') depends=('openssl') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") -sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7') - +sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131') build() { cd "${srcdir}/${pkgname}-${pkgver}" - export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" ./configure \ --prefix=/usr \ diff --git a/community/mailman/PKGBUILD b/community/mailman/PKGBUILD index 02c73f151..e43230918 100644 --- a/community/mailman/PKGBUILD +++ b/community/mailman/PKGBUILD @@ -1,33 +1,34 @@ -# $Id: PKGBUILD 101380 2013-11-24 00:43:57Z seblu $ +# $Id: PKGBUILD 111268 2014-05-15 22:21:55Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Paul Mattal <paul@archlinux.org> pkgname=mailman -pkgver=2.1.17 +_pkgver=2.1.18-1 +pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='The GNU Mailing List Manager' arch=(i686 x86_64) license=('GPL') url='http://www.list.org/' -depends=('glibc' 'python2' 'smtp-server') +depends=('glibc' 'python2' 'smtp-server' 'python2-dnspython') # we need to have the mailman user to build mailman makedepends=('mailman') # 'Defaults.py' should not be changed by users; 'mm_cfg.py' should instead. backup=('usr/lib/mailman/Mailman/mm_cfg.py') install=$pkgname.install -source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz" +source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$_pkgver.tgz" 'mailman-2.1-build.patch' "$pkgname.profile.sh" "$pkgname.profile.csh" "$pkgname.service") -md5sums=('39043257f91eb876082fa90470aa8d28' +md5sums=('dc861ed9698a98499a951eaef7d4db9f' 'ed04d062379eb21e39ce1e70e6b1ade2' 'a9c71ec940c56173415fbd49087d10b0' '85a8c30ffc444e677b286f54df530482' 'f3ea6ef02ab135274406ce52ea8bbb7b') build() { - cd $pkgname-$pkgver + cd $pkgname-$_pkgver # some files in mailman doesn't use configure parameter find . -type f -exec \ sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; @@ -49,7 +50,7 @@ build() { } package() { - cd $pkgname-$pkgver + cd $pkgname-$_pkgver make DESTDIR="$pkgdir" install # let's follow Fedora FHS way; Gentoo does it the other way round diff --git a/community/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index fd9e41a8d..5b0bd1ec1 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 109019 2014-04-09 11:24:39Z spupykin $ +# $Id: PKGBUILD 111311 2014-05-16 10:40:46Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: hydro <hydro@freenet.de> pkgname=mediainfo-gui -pkgver=0.7.68 +pkgver=0.7.69 pkgrel=1 pkgdesc="GUI for mediainfo" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils') makedepends=('imagemagick') install=mediainfo-gui.install source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2) -md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb') +md5sums=('ec6fd980cc02f072c8671bdef158e6eb') build() { cd MediaInfo/Project/GNU/GUI diff --git a/community/mediainfo/PKGBUILD b/community/mediainfo/PKGBUILD index 5a8007c2f..ce50a1dc1 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 109017 2014-04-09 11:24:23Z spupykin $ +# $Id: PKGBUILD 111299 2014-05-16 09:17:34Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: hydro <hydro@freenet.de> pkgname=mediainfo -pkgver=0.7.68 +pkgver=0.7.69 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('libmediainfo') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) -md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb') +md5sums=('ec6fd980cc02f072c8671bdef158e6eb') build() { cd $srcdir/MediaInfo/Project/GNU/CLI diff --git a/community/pari/PKGBUILD b/community/pari/PKGBUILD index b8f820c7a..13a0f9c66 100644 --- a/community/pari/PKGBUILD +++ b/community/pari/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 108200 2014-03-24 16:32:34Z bisson $ +# $Id: PKGBUILD 111332 2014-05-16 17:15:47Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=pari -pkgver=2.7.0 +pkgver=2.7.1 pkgrel=1 pkgdesc='Computer algebra system designed for fast computations in number theory' url='http://pari.math.u-bordeaux.fr/' @@ -12,7 +12,7 @@ depends=('gmp' 'readline' 'libx11') makedepends=('perl' 'texlive-core') optdepends=('perl: gphelp, tex2mail') source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha1sums=('ea3764bc0bac37d033e1109087bacba4c94b4c7d' 'SKIP') +sha1sums=('7edec0dfefc5d0c47a7f1c2fb1016cfe313c1652' 'SKIP') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD index 9532bb6a1..0b6ab2bdf 100644 --- a/community/qcad/PKGBUILD +++ b/community/qcad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 110871 2014-05-08 22:31:11Z spupykin $ +# $Id: PKGBUILD 111314 2014-05-16 11:43:34Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Giovanni Scafora <linuxmania@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=qcad -pkgver=3.5.0.0 +pkgver=3.5.1.0 pkgrel=1 pkgdesc="A 2D CAD package based upon Qt" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('glu') options=('libtool') source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz QCad.desktop) -md5sums=('9a7480b75e25c43c8f5d2ca3e79b90b1' +md5sums=('8515ba13cc8fa5b644864258afed219c' '84f189dd152e7614a1265659dac6222d') prepare() { diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD index 010020527..9fa860d20 100644 --- a/community/rtorrent/PKGBUILD +++ b/community/rtorrent/PKGBUILD @@ -4,15 +4,15 @@ # Contributor: sh__ pkgname=rtorrent -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.4 +pkgrel=1 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license=('GPL') arch=('i686' 'x86_64') -depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++') +depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") -sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4') +sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/tesseract-game/PKGBUILD b/community/tesseract-game/PKGBUILD index f0da99a3d..5288b972b 100644 --- a/community/tesseract-game/PKGBUILD +++ b/community/tesseract-game/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 111260 2014-05-15 21:20:00Z arodseth $ +# $Id: PKGBUILD 111267 2014-05-15 22:21:25Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: portals <portals at riseup.net> # Contributor: novemberist @@ -22,7 +22,7 @@ md5sums=('SKIP' 'ab00bafb80c1c7764cba8f51120d4a9a') prepare() { - gendesk -n -f --pkgname tesseract --pkgdesc "$pkgdesc" + gendesk -f -n --pkgname tesseract --pkgdesc "$pkgdesc" --exec tesseract-game convert -transparent white -resize 48x48 tesseract_large.png tesseract.png 2> /dev/null } |