From 5351a11c6751fcbfd64ba00a4c4b8b0109b45b59 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 8 Apr 2014 04:02:11 +0000 Subject: Tue Apr 8 03:58:10 UTC 2014 --- community/box2d/PKGBUILD | 4 +-- community/deja-dup/PKGBUILD | 25 +++++++------- community/deja-dup/fix-build.patch | 24 -------------- community/gnome-commander/PKGBUILD | 6 ++-- .../gnome-commander/gnome-commander.changelog | 7 ++-- community/libuv/PKGBUILD | 6 ++-- community/mahjong/PKGBUILD | 38 +++++++++++++++------- community/mongodb/PKGBUILD | 15 ++++----- community/mythtv/PKGBUILD | 11 ++++--- community/onboard/PKGBUILD | 6 ++-- community/qmmp/PKGBUILD | 6 ++-- community/qmmp/qmmp.changelog | 3 ++ community/tomoyo-tools/PKGBUILD | 37 --------------------- community/tomoyo-tools/tomoyo-tools.install | 7 ---- 14 files changed, 74 insertions(+), 121 deletions(-) delete mode 100644 community/deja-dup/fix-build.patch delete mode 100644 community/tomoyo-tools/PKGBUILD delete mode 100644 community/tomoyo-tools/tomoyo-tools.install (limited to 'community') diff --git a/community/box2d/PKGBUILD b/community/box2d/PKGBUILD index 15030c6c3..f6af7ddee 100644 --- a/community/box2d/PKGBUILD +++ b/community/box2d/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 100620 2013-11-06 13:54:05Z svenstaro $ +# $Id: PKGBUILD 108928 2014-04-07 18:08:00Z svenstaro $ # Maintainer: Sven-Hendrik Haase pkgname=box2d -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=1 pkgdesc="2D rigid body simulation library for games" url="http://www.box2d.org/" diff --git a/community/deja-dup/PKGBUILD b/community/deja-dup/PKGBUILD index 527a83e23..53459a20b 100644 --- a/community/deja-dup/PKGBUILD +++ b/community/deja-dup/PKGBUILD @@ -1,40 +1,37 @@ -# $Id: PKGBUILD 107060 2014-03-12 01:01:17Z bgyorgy $ +# $Id: PKGBUILD 108944 2014-04-07 21:26:40Z bgyorgy $ # Maintainer: Balló György pkgname=deja-dup -pkgver=28.0 +pkgver=30.0 pkgrel=1 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend" arch=('i686' 'x86_64') url="https://launchpad.net/deja-dup" license=('GPL') depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 'xdg-utils') -makedepends=('vala' 'intltool' 'itstool' 'nautilus') +makedepends=('cmake' 'vala' 'intltool' 'itstool' 'nautilus') optdepends=('gnome-keyring: save passwords' 'nautilus: backup extension' - 'python2-boto: Amazon S3 backend' - 'ubuntuone-client: Ubuntu One backend') + 'python2-boto: Amazon S3 backend') install=$pkgname.install -source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz - fix-build.patch) -md5sums=('480516869f49813880f2bbb35700c9af' - '4988fed3a3d3c2fec9318cc57e1710df') +source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz) +md5sums=('1f714b88cec80ed38f770e95708a16d8') prepare() { cd "$srcdir/$pkgname-$pkgver" # Python2 fix sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' libdeja/PythonChecker.vala - - # Fix build - patch -Np0 -i ../fix-build.patch } build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ - --disable-static --disable-schemas-compile --without-unity + cmake . -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_SYSCONFDIR=/etc \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$pkgname make } diff --git a/community/deja-dup/fix-build.patch b/community/deja-dup/fix-build.patch deleted file mode 100644 index 49b58cd96..000000000 --- a/community/deja-dup/fix-build.patch +++ /dev/null @@ -1,24 +0,0 @@ -=== modified file 'deja-dup/widgets/WidgetUtils.vala' ---- deja-dup/widgets/WidgetUtils.vala 2013-10-14 14:34:37 +0000 -+++ deja-dup/widgets/WidgetUtils.vala 2013-12-06 17:19:31 +0000 -@@ -19,6 +19,10 @@ - - using GLib; - -+// vala 0.22.1 changed the prototype for Notify.get_server_caps. -+// Rather than require that specific version, use 0.22.1's definition directly. -+extern GLib.List notify_get_server_caps(); -+ - namespace DejaDup { - - public void show_uri(Gtk.Window? parent, string link) -@@ -59,7 +63,7 @@ - // Use Legacy unless we detect a different shell. - shell = ShellEnv.LEGACY; - // Next check for Shell by notification capabilities -- unowned List caps = Notify.get_server_caps(); -+ List caps = notify_get_server_caps(); - bool persistence = false, actions = false; - foreach (string cap in caps) { - if (cap == "persistence") - diff --git a/community/gnome-commander/PKGBUILD b/community/gnome-commander/PKGBUILD index 093022680..9b703d2d2 100644 --- a/community/gnome-commander/PKGBUILD +++ b/community/gnome-commander/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 107765 2014-03-19 10:09:28Z jlichtblau $ +# $Id: PKGBUILD 108925 2014-04-07 17:15:45Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Alexander Rødseth # Contributor: Ionut Biru @@ -6,7 +6,7 @@ # Contributor: Johannes Sjolund pkgname=gnome-commander -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc='Graphical two-pane filemanager for Gnome' arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool') install=$pkgname.install changelog=$pkgname.changelog source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz) -sha256sums=('ffd1062dd61ca993271e6d013dccf179fd8291f3507907c873facdf893ef6fc1') +sha256sums=('ec57e81008a07bf4589bff8fe1ac519cb422016a8dc272d5ebf3d2441385d443') build() { cd "$pkgname-$pkgver" diff --git a/community/gnome-commander/gnome-commander.changelog b/community/gnome-commander/gnome-commander.changelog index 2ca4303b5..90fbb5aab 100644 --- a/community/gnome-commander/gnome-commander.changelog +++ b/community/gnome-commander/gnome-commander.changelog @@ -1,5 +1,8 @@ -2014-03-19 Jaroslav Lichtblau (Dragonlord) +2014-04-07 Jaroslav Lichtblau + * gnome-commander 1.4.1-1 + +2014-03-19 Jaroslav Lichtblau * gnome-commander 1.4.0-1 -2014-01-14 Jaroslav Lichtblau (Dragonlord) +2014-01-14 Jaroslav Lichtblau * gnome-commander 1.2.8.17-1 diff --git a/community/libuv/PKGBUILD b/community/libuv/PKGBUILD index 37ac3696d..e3ed0a91c 100644 --- a/community/libuv/PKGBUILD +++ b/community/libuv/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 107512 2014-03-17 16:32:30Z mtorromeo $ +# $Id: PKGBUILD 108919 2014-04-07 16:09:08Z mtorromeo $ # Maintainer: Massimiliano Torromeo pkgname=libuv -pkgver=0.11.22 +pkgver=0.11.23 pkgrel=1 pkgdesc="A new platform layer for Node.JS" arch=('i686' 'x86_64') @@ -38,4 +38,4 @@ package() { "$pkgdir/usr/share/doc/$pkgname/ChangeLog" } -sha256sums=('0067beb126db780e297d8c5e580f31903e6465064252d09e6c35ee06aca5cd4a') +sha256sums=('041beb3cc3ae6791e7469984324b4c7dd18001f9be82eac617f244dfbb332e39') diff --git a/community/mahjong/PKGBUILD b/community/mahjong/PKGBUILD index 465a41e07..456a917e8 100644 --- a/community/mahjong/PKGBUILD +++ b/community/mahjong/PKGBUILD @@ -1,26 +1,42 @@ -# $Id: PKGBUILD 83162 2013-01-27 16:20:47Z pierre $ -# Maintainer: Kevin Piche +# $Id: PKGBUILD 108938 2014-04-07 20:58:14Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: Kevin Piche # Contributor: Jason Chu pkgname=mahjong -pkgver=1.12.1 +pkgver=1.14 pkgrel=1 -pkgdesc="The classical game of Mah Jong (not the solitare version) with network support" -arch=('i686' 'x86_64') -url="http://www.stevens-bradfield.com/MahJong/" +pkgdesc='The classical game of Mah Jong (not the solitare version) with network support' +arch=('x86_64' 'i686') +url='http://mahjong.julianbradfield.org/' license=('GPL' 'custom') depends=('gtk2') -source=(http://mahjong.julianbradfield.org/Source/mj-$pkgver-src.tar.gz) -md5sums=('a74acae39d6a49bad9c34b84088f72f3') +makedepends=('gendesk' 'imagemagick') +source=("http://mahjong.julianbradfield.org/Source/mj-$pkgver-src.tar.gz") +sha256sums=('976c9e0e11b78066cd74568992ff5382930711d7536bb11c9fa6877366c63dd6') + +prepare() { + gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \ + --categories 'Application;Game' --exec xmj + convert "mj-$pkgver-src/icon.ico" "$pkgname.png" +} build() { - cd "$srcdir/mj-$pkgver-src" + cd "mj-$pkgver-src" + sed -i 's/& Calling/Calling/' gui-dial.c make LDLIBS="-lm" } package() { - cd "$srcdir/mj-$pkgver-src" + cd "mj-$pkgver-src" + make DESTDIR="$pkgdir/usr/" MANDIR=share/man/man1 install install.man - install -D -m644 tiles-v1/README "$pkgdir/usr/share/licenses/$pkgname/tiles-license.txt" + install -Dm644 tiles-v1/README "$pkgdir/usr/share/licenses/$pkgname/tiles-license.txt" + install -Dm644 "$srcdir/$pkgname.desktop" \ + "$pkgdir/usr/share/applications/$pkgname.desktop" + install -Dm644 "$srcdir/$pkgname.png" \ + "$pkgdir/usr/share/pixmaps/$pkgname.png" } + +# vim:set ts=2 sw=2 et: diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 1d6ecb8c5..caf35813c 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104064 2014-01-15 03:02:11Z fyan $ +# $Id: PKGBUILD 108911 2014-04-07 12:17:25Z fyan $ # Maintainer: Felix Yan # Contributor: Sven-Hendrik Haase # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -6,14 +6,14 @@ # Contributor: Alec Thomas pkgname=mongodb -pkgver=2.4.9 +pkgver=2.4.10 pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64') url='http://www.mongodb.org' license=('AGPL3') -depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') -makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') +depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'libsasl') +makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') checkdepends=('python2-pymongo') optdepends=('libpcap: needed for mongosniff') backup=('etc/mongodb.conf') @@ -41,15 +41,14 @@ build() { # --use-system-v8 } -< # Contributor: Giovanni Scafora # Contributor: Juergen Hoetzel @@ -7,7 +7,7 @@ pkgname=mythtv pkgver=0.27 -pkgrel=7 +pkgrel=8 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -29,16 +29,19 @@ replaces=('myththemes' 'mythplugins-mythvideo') install='mythtv.install' source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz" 'mythbackend.service' - 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch') + 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch' + 'http://code.mythtv.org/trac/raw-attachment/ticket/12098/ticket12098-dont-load-lib-when-opengles-disabled.diff') sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0' 'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302' - '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3') + '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3' + '55e9827ea8f5c685801c110f879825d1fb3006070e0318188a2fd55921b95bdf') prepare() { cd "$srcdir/$pkgname-$pkgver/$pkgname" find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' patch -Np2 -i "$srcdir/libcec-2-support.2.patch" + patch -Np2 -i "$srcdir/ticket12098-dont-load-lib-when-opengles-disabled.diff" } build() { diff --git a/community/onboard/PKGBUILD b/community/onboard/PKGBUILD index b11e7b149..37ce76230 100644 --- a/community/onboard/PKGBUILD +++ b/community/onboard/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 108420 2014-03-27 14:47:27Z fyan $ +# $Id: PKGBUILD 108930 2014-04-07 18:29:35Z bgyorgy $ # Maintainer: Balló György pkgname=onboard pkgver=1.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" arch=('i686' 'x86_64') url="https://launchpad.net/onboard" license=('GPL') -depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-dbus' 'python-gobject' 'gtk3' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') +depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-dbus' 'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') makedepends=('python-distutils-extra') optdepends=('mousetweaks: hover click with mouse') options=('!emptydirs') diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD index 85632d717..590fb7a8d 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -1,8 +1,8 @@ -#$Id: PKGBUILD 105826 2014-02-15 21:58:32Z jlichtblau $ +#$Id: PKGBUILD 108922 2014-04-07 16:44:18Z jlichtblau $ # Maintainer: Jaroslav Lichtblau pkgname=qmmp -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc="Qt4 based audio-player" arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ optdepends=('flac: native FLAC support' install=$pkgname.install changelog=$pkgname.changelog source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('6066aea939813667dae7cf32ff1d6eb9913894977d132c2cd729fea22d24cf67') +sha256sums=('e9964936822e44ac4cca9ab64ddf7e091429996b7d67694279ce5303624400c3') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/qmmp/qmmp.changelog b/community/qmmp/qmmp.changelog index 0cbc2673d..d00aa9bc7 100644 --- a/community/qmmp/qmmp.changelog +++ b/community/qmmp/qmmp.changelog @@ -1,3 +1,6 @@ +2014-04-07 Jaroslav Lichtblau + * qmmp 0.7.6-1 + 2014-02-15 Jaroslav Lichtblau * qmmp 0.7.5-1 diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD deleted file mode 100644 index f988a2894..000000000 --- a/community/tomoyo-tools/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 106283 2014-02-26 11:56:59Z spupykin $ -# Maintainer: Sergej Pupykin -# Maintainer: Jamie Nguyen - -pkgname=tomoyo-tools -_basever=2.5.0 -_timestamp=20140105 -_file=53357 -pkgver=2.5.0.20140105 -pkgrel=3 -pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2' -arch=('i686' 'x86_64') -url='http://tomoyo.sourceforge.jp' -#url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818' -license=('GPL') -depends=('ncurses' 'linux>=3.2') -install=tomoyo-tools.install -source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz") -md5sums=('555561e733a530f5514521d45bdbfeec') - -prepare() { - cd "${srcdir}/${pkgname}" - sed -i \ - -e 's|usr/sbin|usr/bin|g' \ - -e 's|sbin|usr/bin|g' \ - usr_lib_tomoyo/init_policy.c -} - -build() { - cd "${srcdir}/${pkgname}" - make USRSBINDIR=/usr/bin SBINDIR=/usr/bin -} - -package() { - cd "${srcdir}/${pkgname}" - make USRSBINDIR=/usr/bin SBINDIR=/usr/bin INSTALLDIR="${pkgdir}" install -} diff --git a/community/tomoyo-tools/tomoyo-tools.install b/community/tomoyo-tools/tomoyo-tools.install deleted file mode 100644 index 09d974751..000000000 --- a/community/tomoyo-tools/tomoyo-tools.install +++ /dev/null @@ -1,7 +0,0 @@ -post_install () { - echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel" - echo " boot options and initialize policy with this command:" - echo " /usr/lib/tomoyo/init_policy" - echo " Also you may pass TOMOYO_trigger parameter if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER" - echo " kernel option has wrong value" -} -- cgit v1.2.3-54-g00ecf