From ef17357a9745e05e301b724d13a341067ddb3d5b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 Mar 2013 00:04:02 -0700 Subject: Mon Mar 11 00:04:02 PDT 2013 --- community/cinnamon/PKGBUILD | 15 +++++++++++++-- community/fcitx-mozc/PKGBUILD | 14 +++++++------- community/fwbuilder/PKGBUILD | 7 ++++++- community/fwbuilder/fwbuilder.install | 2 ++ community/fwbuilder/fwbuilder.xml | 11 +++++++++++ community/geany-plugins/PKGBUILD | 21 +++++++++++---------- community/geany/PKGBUILD | 27 +++++++++++++++------------ community/gtk2hs-buildtools/PKGBUILD | 15 +++++---------- community/kyotocabinet/PKGBUILD | 4 ++-- community/libcec/PKGBUILD | 9 +++++---- community/rsyslog/PKGBUILD | 12 ++++++------ community/squeak-vm/PKGBUILD | 11 +++++------ community/sysstat/PKGBUILD | 6 +++--- 13 files changed, 91 insertions(+), 63 deletions(-) create mode 100644 community/fwbuilder/fwbuilder.xml (limited to 'community') diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD index 9f6dd5dab..2e6f950a5 100644 --- a/community/cinnamon/PKGBUILD +++ b/community/cinnamon/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 85928 2013-03-09 00:52:51Z faidoc $ +# $Id: PKGBUILD 85957 2013-03-10 08:53:34Z bgyorgy $ # Maintainer: Alexandre Filgueira # Contributor: M0Rf30 # Contributor: unifiedlinux @@ -6,7 +6,7 @@ pkgname=cinnamon pkgver=1.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" arch=('i686' 'x86_64') url="http://cinnamon.linuxmint.com/" @@ -64,6 +64,17 @@ package() { cd ${srcdir}/linuxmint-Cinnamon* make DESTDIR="${pkgdir}" install + # Install autostart files for gnome-fallback-mount-helper + install -Dm644 /etc/xdg/autostart/gnome-fallback-mount-helper.desktop \ + "${pkgdir}/etc/xdg/autostart/gnome-fallback-mount-helper-cinnamon.desktop" + sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session cinnamon/' \ + "${pkgdir}/etc/xdg/autostart/gnome-fallback-mount-helper-cinnamon.desktop" + + install -Dm644 /etc/xdg/autostart/gnome-fallback-mount-helper.desktop \ + "${pkgdir}/etc/xdg/autostart/gnome-fallback-mount-helper-cinnamon2d.desktop" + sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session cinnamon2d/' \ + "${pkgdir}/etc/xdg/autostart/gnome-fallback-mount-helper-cinnamon2d.desktop" + # Python2 fix sed -i 's|#! /usr/bin/python|#! /usr/bin/python2|' \ "${pkgdir}/usr/bin/$pkgname-menu-editor" \ diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index 2e80d2c6f..5099cf551 100644 --- a/community/fcitx-mozc/PKGBUILD +++ b/community/fcitx-mozc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85344 2013-03-01 10:30:17Z andrea $ +# $Id: PKGBUILD 85959 2013-03-10 09:27:14Z fyan $ # Maintainer: Felix Yan # Contributor: ponsfoot ## Mozc compile option _bldtype=Release -_zipcoderel=201301 +_zipcoderel=201302 _protobuf_ver=2.4.1 _pkgbase=mozc @@ -13,7 +13,7 @@ pkgname=fcitx-mozc pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)" pkgver=1.6.1187.102 _patchver=${pkgver}.3 -pkgrel=7 +pkgrel=8 arch=('i686' 'x86_64') url="http://code.google.com/p/mozc/" license=('custom') @@ -49,8 +49,8 @@ build() { patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch # Fix qt4 binary path - sed -i 's$<(qt_dir)/bin$/usr/lib/qt4/bin$' gui/*.gyp gui/*.gypi - sed -i 's$<(qt_dir_env)/bin$/usr/lib/qt4/bin$' gui/*.gyp gui/*.gypi + sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i} + sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i} # Generate zip code seed msg "Generating zip code seed..." @@ -106,7 +106,7 @@ package() { } md5sums=('e5246d17a81d2e942e9e8de0c3240c95' - '06bae0169219637b497054fb335017db' - '8121af1e16aea2a3899314db15679e7f' + '0ce9bd1663e320dc63bd2afffc475ab9' + 'e2a4bdf2d1384b124492a175d35b7867' 'ed436802019c9e1f40cc750eaf78f318' '3c947ef02d9bf3341192ba22916f3605') diff --git a/community/fwbuilder/PKGBUILD b/community/fwbuilder/PKGBUILD index 9192a79fa..cf0fc5819 100644 --- a/community/fwbuilder/PKGBUILD +++ b/community/fwbuilder/PKGBUILD @@ -2,10 +2,11 @@ # Maintainer: BlackIkeEagle # Contributor: Kevin Piche # Contributor: Tom Newsom +# vim: set ft=sh: pkgname=fwbuilder pkgver=5.1.0.3599 -pkgrel=3 +pkgrel=4 pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms" url="http://www.fwbuilder.org/" arch=('i686' 'x86_64') @@ -14,8 +15,10 @@ depends=('libxslt' 'net-snmp' 'qt4') conflicts=('libfwbuilder') install=fwbuilder.install source=("http://sourceforge.net/projects/fwbuilder/files/Current_Packages/${pkgver%.*}/fwbuilder-${pkgver}.tar.gz" + 'fwbuilder.xml' 'fwbuilder-gcc47.patch') sha256sums=('452514a1ec0be1416bfca93603e6c89deb91d1a3a19671c64b5a8868a3743daf' + 'f8eacaa9895b17af3a1c148064b5ad8381b83f7983acb14687faef488ac8fede' 'd7c602d5b99c6e40403c0b02e34abf15de83802257ca5ce80ad53d486b692f27') build() { @@ -30,4 +33,6 @@ build() { package() { cd "${srcdir}/fwbuilder-${pkgver}" make INSTALL_ROOT="${pkgdir}" install + echo "MimeType=text/x-xml-fwbuilder;" >> "$pkgdir/usr/share/applications/${pkgname}.desktop" + install -Dm644 "$srcdir/fwbuilder.xml" "$pkgdir/usr/share/mime/packages/fwbuilder.xml" } diff --git a/community/fwbuilder/fwbuilder.install b/community/fwbuilder/fwbuilder.install index 45f0c2242..b2d479931 100644 --- a/community/fwbuilder/fwbuilder.install +++ b/community/fwbuilder/fwbuilder.install @@ -1,5 +1,7 @@ post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q /usr/share/applications &> /dev/null + update-mime-database usr/share/mime &> /dev/null } post_upgrade() { diff --git a/community/fwbuilder/fwbuilder.xml b/community/fwbuilder/fwbuilder.xml new file mode 100644 index 000000000..31db9f1f1 --- /dev/null +++ b/community/fwbuilder/fwbuilder.xml @@ -0,0 +1,11 @@ + + + + + FWBuilder configuration file + + + + + + diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index 97746241d..f9d4876e8 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -1,29 +1,30 @@ -# $Id: PKGBUILD 81735 2012-12-27 22:27:45Z arodseth $ +# $Id: PKGBUILD 86001 2013-03-10 22:54:56Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Angel 'angvp' Velasquez # Contributor: djgera # Contributor: Patrick Melo pkgname=geany-plugins -pkgver=1.22 -pkgrel=5 -pkgdesc='Combined plugins release for Geany' +pkgver=1.23 +pkgrel=1 +pkgdesc='Plugins for Geany' arch=('x86_64' 'i686') url='http://plugins.geany.org/' license=('GPL') -depends=('geany=1.22' 'lua51' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils' 'gtk-update-icon-cache') +depends=("geany=$pkgver" 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' + 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51') makedepends=('intltool' 'vala' 'gdb' 'cppcheck') optdepends=('hspell: hebrew spell checker') options=('!libtool') -install=geany-plugins.install -source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2") -sha256sums=('a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce') +install="$pkgname.install" +source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2") +sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58') build() { cd "$srcdir/$pkgname-$pkgver" - # the geanylua plugin currently doesn't work with lua 5.2, only 5.1 - ./configure --prefix=/usr --libexecdir=/usr/lib # --disable-geanylua + # The geanylua plugin currently doesn't work with lua 5.2, only 5.1 + ./configure --prefix=/usr --libexecdir=/usr/lib make } diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index 90c379711..b6a270944 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83915 2013-02-06 14:27:16Z arodseth $ +# $Id: PKGBUILD 86000 2013-03-10 22:54:45Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Angel Velasquez # Contributor: Ionut Biru @@ -6,32 +6,35 @@ # Contributor: Allan McRae pkgname=geany -pkgver=1.22 -pkgrel=3 +pkgver=1.23 +pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') url="http://www.geany.org/" license=('GPL') depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('perlxml' 'setconf' 'intltool') -optdepends=('vte: for terminal support' 'python2') -install=geany.install -source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") +optdepends=('vte: for terminal support' + 'geany-plugins: various extra features' + 'python2') +install="$pkgname.install" options=('!libtool') -sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e') +source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") +sha256sums=('cdd4a772694803c837ae59e56f7bdc2faba174509317211f522e7d25dfcbe8b0') build() { cd "$srcdir/$pkgname-$pkgver" - msg2 "Configuring..." ./configure --prefix=/usr - msg2 "Compiling..." make - msg2 "Python2 fix..." + + # Python2 fix sed -i '0,/on/s//on2/' data/templates/files/main.py - msg2 "Fixing FS#10318..." + + # Fix for FS#10318 setconf geany.desktop MimeType '' - msg2 "Enabling syntax highlighting for PKGBUILD files..." + + # Syntax highlighting for PKGBUILD files sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf } diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index f9d02a1fa..be7cbc78a 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 83991 2013-02-08 04:15:23Z td123 $ +# $Id: PKGBUILD 85986 2013-03-10 20:14:17Z spupykin $ # Maintainer: Sergej Pupykin pkgname=gtk2hs-buildtools -pkgver=0.12.3.1 -pkgrel=4 +pkgver=0.12.4 +pkgrel=1 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') @@ -12,16 +12,11 @@ makedepends=('ghc' 'alex' 'happy' 'haskell-random') depends=('gmp') options=('strip') provides=('haskell-gtk2hs-buildtools') -source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz - '0001-fix-for-ghc-7.6.1-changes.patch') -md5sums=('612611d831635024c953d2817b124e29' - 'b6551d8085c97bc2c6600ab397833101') +source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz) +md5sums=('ad3d78bf7c25fdb4c713c3528d137a81') build() { cd ${srcdir}/gtk2hs-buildtools-$pkgver - - patch -Np1 -i ${srcdir}/0001-fix-for-ghc-7.6.1-changes.patch - runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} runhaskell Setup build } diff --git a/community/kyotocabinet/PKGBUILD b/community/kyotocabinet/PKGBUILD index 34cb5c73a..4a748bee2 100644 --- a/community/kyotocabinet/PKGBUILD +++ b/community/kyotocabinet/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80585 2012-11-26 11:05:40Z fyan $ +# $Id: PKGBUILD 85954 2013-03-10 07:13:55Z fyan $ # Maintainer: Felix Yan # Contributor: Alexander Duscheleit # Contributor: Joaquim Pedro (osmano807) pkgname=kyotocabinet pkgver=1.2.76 -pkgrel=1 +pkgrel=2 pkgdesc="a modern implementation of DBM in C++" arch=('i686' 'x86_64') url="http://fallabs.com/kyotocabinet" diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index 8eac02749..32c493e01 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 85731 2013-03-05 21:06:38Z idevolder $ +# $Id: PKGBUILD 85975 2013-03-10 17:23:41Z idevolder $ # Maintainer: BlackIkeEagle # Contributor: Philippe Cherel +# vim: ft=sh: pkgname=libcec -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('i686' 'x86_64') @@ -11,9 +12,9 @@ url="https://github.com/Pulse-Eight/libcec" license=('GPL') depends=('udev' 'lockdev') source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver") -_srcfolder=Pulse-Eight-libcec-5984da4 +_srcfolder=Pulse-Eight-libcec-605d913 options=(!libtool) -sha256sums=('b0589450a25566d34b84aff6bc899fd823dba8ffebcfe11a3f58924c252367fe') +sha256sums=('085cabf38bbe82c0a1c78fc4a0cc318b3c4f5fadae325b3d648821d2a4bf694d') build() { mv "$_srcfolder" "$pkgname-$pkgver" diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index 8d3ca9f28..711137734 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 81219 2012-12-13 11:58:39Z spupykin $ +# $Id: PKGBUILD 85988 2013-03-10 20:14:44Z spupykin $ # Maintainer: Sergej Pupykin pkgname=rsyslog -pkgver=7.2.4 +pkgver=7.2.6 pkgrel=1 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" arch=('i686' 'x86_64') license=('GPL3') depends=('zlib' 'libestr' 'libee' 'json-c') -makedepends=('postgresql-libs>=8.4.1' 'libmysqlclient' 'net-snmp' 'gnutls') +makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls') optdepends=('postgresql-libs: PostgreSQL Database Support' - 'libmysqlclient: MySQL Database Support' + 'libmariadbclient: MySQL Database Support' 'net-snmp' 'gnutls') backup=('etc/rsyslog.conf' @@ -22,7 +22,7 @@ source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz" 'rsyslog' 'rsyslog.logrotate' 'rsyslog.conf.d') -md5sums=('7fb607313ec534a4352da7aa2e0084ec' +md5sums=('2b2bfbc3f87fe85add651dc07a6f21ea' 'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da' '8065db4bef3061a4f000ba58779f6829' '18565f38a4445136446a31a3c95ffc3e') @@ -46,7 +46,7 @@ package() { make install DESTDIR=${pkgdir} # Install Daemons and Configuration Files install -D -m755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}d - install -D -m644 ${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf + install -D -m644 doc/${pkgname}-example.conf ${pkgdir}/etc/${pkgname}.conf install -D -m644 $srcdir/${pkgname}.logrotate ${pkgdir}/etc/logrotate.d/${pkgname} install -D -m644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname} diff --git a/community/squeak-vm/PKGBUILD b/community/squeak-vm/PKGBUILD index 58fba3e21..2ff380d0c 100644 --- a/community/squeak-vm/PKGBUILD +++ b/community/squeak-vm/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76322 2012-09-15 22:08:09Z jsteel $ +# $Id: PKGBUILD 85994 2013-03-10 21:24:51Z jsteel $ # Maintainer: Jonathan Steel # Contributor: Piero Sartini # Contributor: Cilyan Olowen @@ -6,10 +6,9 @@ # Contributor: kxmd pkgname=squeak-vm -pkgver=4.10.2.2602 +pkgver=4.10.2.2614 pkgrel=1 -pkgdesc="A full-featured implementation of the Smalltalk programming language - and environment" +pkgdesc="Full-featured implementation of the Smalltalk programming language and environment" arch=('i686' 'x86_64') url="http://squeakvm.org" license=('custom:MIT' 'APACHE') @@ -21,7 +20,7 @@ optdepends=('speex: for ogg plugin' 'gstreamer0.10: for gstreamer plugin' 'libpulse: for pulse plugin' 'squeak-image: for the full Squeak environment') source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz) -md5sums=('23b48480581c5a1c1bccf12e93611faf') +md5sums=('8a5cb1d6899d55df56154fab8716e034') build() { cd "$srcdir"/Squeak-$pkgver-src/ @@ -35,7 +34,7 @@ build() { package() { cd "$srcdir"/Squeak-$pkgver-src - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir"/ install install -Dm644 "$srcdir"/Squeak-$pkgver-src/unix/doc/LICENSE \ "$pkgdir"/usr/share/licenses/squeak-vm/LICENSE diff --git a/community/sysstat/PKGBUILD b/community/sysstat/PKGBUILD index 12bb3329e..41dab2565 100644 --- a/community/sysstat/PKGBUILD +++ b/community/sysstat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 81587 2012-12-24 15:03:05Z spupykin $ +# $Id: PKGBUILD 85990 2013-03-10 20:15:07Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Martin Devera pkgname=sysstat -pkgver=10.1.3 +pkgver=10.1.4 pkgrel=1 pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ backup=('etc/conf.d/sysstat' source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz sysstat sysstat.service) -md5sums=('e08b5665956930ad12b10ed6e0a08b10' +md5sums=('0a8e9f69c66fc6737e6645e22eed3275' '3ce41ebf7330aba01e70b38658afed1f' '12ba479c606620193e8b7c6e982d5088') -- cgit v1.2.3-54-g00ecf